Posts Tagged Ruby On Rails

Ruby On Rails: for development only!

For my blog and some other services (mainly mails), I am using a dedicated software hosted by a professionnal ISP. Last week-end, I migrated all the services to my new platform (with more RAM as my old server was swapping most of the time). I had to reinstall all services.
Now my server is under Ubuntu (yeah, Ubuntu rocks !) reinstalling software was really easy: courier, postfix, apache, php, mysql, all come in packages, and work mostly out of the box.
I am also hosting some Rails site for friends. Migration was a nightmare! Installing PHP/MySQL took me 10min, same for Python. Rails took me… half a day and I had to end up with incantations to get it work (“Rails failed to start”… thanks for the error message !). After it startup, Rails version changed: applications does not start any more…
I am happy with my choice of Django (in python) for personal development !

,

2 Comments

Présentation RoR

Voilà une présentation bien sympathique sur RoR, qui plus est en licence Creative Common. Les formats PDF et flash sont disponibles sur cette page:

http://people.no-distance.net/ol/documents/rails-intro/

No Comments

Django, le concurrent à Ruby On Rails

Les pro-python ne pouvaient en rester là. Après l’affront du succès de Ruby On Rails, un projet concurrent à Ruby On Rails vient d’être lancé : http://www.djangoproject.com.

Le projet semble prometteur, mais il n’a pas encore la communauté (chaque jour grandissante !) de Ruby On Rails. Le site est d’ailleurs nettement plus pauvre en documentation. A surveiller quand même, de toute façon, les pro-python (et il y en a !) l’utiliseront :-) .

1 Comment

Nouvelle catégorie : Ruby On Rails

Ce site s’enrichit d’une nouvelle catégorie : Ruby On Rails, le framework web basé sur Rails qui défraille la chronique en ce moment. Pour avoir quelques exemples, vous pouvez vous rendre sur le site web : http://www.rubyonrails.org. Vous y trouverez (entre autres) plusieurs vidéos et présentations assez impressionnantes sur ce que ce framework permet de faire.

Pour commencer, deux liens pour se lancer dans les RoR :

1 Comment