Continuous integration at Ruby Social Club

by Lorenzo Grandi on February 8th, 2010

ruby social club

On february 4th MIKAMAI hosted the first Ruby Social Club in 2010.

Here you can listen to Giovanni Intini presenting Continuous integration for the lazy programmer.

No Comments »

Ruby Social Club 2010

by Andrea Reginato on January 25th, 2010

Some things just don’t change. We’re in 2010 and we are setting up the first Ruby Social Club of the decade in Milan!

As usual, we’ll have lightning talks and short live coding demos. Anyone is free to either be proactive or just come and take a look =)

Let’s meet on thursday February 4th at MIKAMAI at 6.30pm.

Please keep an eye on The Ruby Mine for further info and if you have 1 minute, let us know you are coming. See you soon !

No Comments »

Social networks and ruby on rails

by Vivien Schilis on May 21st, 2009

Social network? What is it all about, what is the goal?

The simple answer would be: It’s about connecting people, creating a space where people can share the same interests. It can be everything like dating, dancing, studies and so on. Social network is the new reason for people to spend hours on internet everyday. The most famous social plate-form of the moment is for sure Facebook and this success inspire lots of companies to create their own social website, to build their own graph of users. It’s such a big potential for companies.

mani

How to start? Which framework can I use? Is Rails a good to choice to make my social network?

If a company wants to create its social network, it has to do it very fast. Building a web application as complex as a social network require a lot of time and starting it from scratch would be a waste of time. Ruby on Rails is a great framework which increase your productivity, but I won’t talk about some aspects which are already well documented on the web, related to the ruby language and the framework capabilities.

The aspect I want to talk about is how to build it as fast as possible. This way, you will be able to concentrate yourself on the logic of your application. Rails community brings great plugins which will help you to build the bases of your social site.

First of all, you will need to manage users and authentication. You can choose among multiple plugin like “AuthLogic” or “Restful authentication”. It’s very flexible and you can manage complex user authentication. You will certainly have to work with attachments like avatars, galleries or files. For that you can use the famous plugins called PaperClip or Attachment_fu. They can manage also image manipulations which is very useful if you work with photos.

All the social networks are able to send you mail notifications when some users wants to interact with you for different reasons like friendship requests, messages, etc… Rails provides a email framework called ActionMailer. It allows you to create mail templates, send and receive emails with few configuration.

Finally you want to expand you social network, get more users. It implies you to translate your website for the different countries you are targeting. Rails provide, out of the box, a very simple way to do it. You have just to maintain one YAML file for every languages you want to support. There are lots of other plugins for tagging, activity feeds (Timeline_fu, pagination(Will_paginate), comments(Acts_as_commentable), etc…

In addition to those plugins there are a lot of tutorials, screencasts in rails which explain the good way to do the redundant functionalities of websites in rails, how to use those plugins. I think obviously to the screencasts on http://railscasts.com which are very well done.

No Comments »

Ruby Social Club Evening

by Ivan Vaghi on September 15th, 2008

Many of the people now working for MIKAMAI met via the Ruby on Rails italian community. We travelled across the country, met the people, organized the Ruby Social Club meet ups, got to know and trust each other and here we are today :-)

We are finally able to organize a Ruby Social Club evening at our own offices in Milano on the evening of September 24th, 2008.

The italian version of this post has been posted on therubymine.com

We meet up at 6:45pm in via Ceradini 12. Here is a map.

We’ll do about one hour of Lightning Talks and live coding before moving on to the Blender for aperitivo and late night talking and socializing.
If you plan to come, please add your name on Io Vengo al RSC Milano 3 Incontro.

It’s going to be an easy relaxed evening, you don’t have to demo anythig if you don’t want. You don’t even have to be a rubyista.

Just come along and meet your peers.

See you on wednesday.

2 Comments »