Il team di sviluppo di Ruby On Rails ha pubblicato l'annuncio poche ore fa:

15 months after the first public release, Rails has arrived at the big 1.0. What a journey! We've gone through thousands of revisions, tickets, and patches from hundreds of contributors to get here. I'm incredibly proud at the core committer team, the community, and the ecosystem we've raised around this framework.

Ruby On Rails è un framework basato su Ruby per la realizzazione di applicazioni web-based.

L'idea è quella di scrivere meno codice possibile, affidandosi alla generazione automatica della gerarchia delle directory e delle principali classi. Questo solitamente porta a meno errori e una struttura generale più chiara e leggibile.

Ruby on Rails si affida ad una architettura chiamata model-view-controller nella quale i dati o la loro rappresentazione (model), la gestione dell'interfaccia utente (view) e le funzioni di interazione (controller) sono mantenute nettamente separate.

L'annuncio ufficiale