David Heinemeier Hansson
2004-Dec-16 22:14 UTC
[ANN] Rails 0.9: Fast development, breakpoints, validations...
Another huge upgrade with again close to 100 changes, additions, and tweaks. Most importantly are the new faster development environment that caches the framework and lets the application reload under both WEBrick and Fast CGI. Major is also the new breakpoints that allows you to inspect an application during execution, change the model, and resume. Additionally, we got a whole new way to do validations that extends the domain language of Rails with a wide range of new words. The changelogs are so long I thought I''d just link to them this time: * Rails 0.9.0: http://api.rubyonrails.org/files/CHANGELOG.html * Action Pack 1.0.0: http://ap.rubyonrails.org/files/CHANGELOG.html * Active Record 1.2.0: http://ar.rubyonrails.org/files/CHANGELOG.html * Action Mailer 0.5.0: http://am.rubyonrails.org/files/CHANGELOG.html But more importantly: * Learn how to upgrade from 0.8.5 to 0.9.0: http://rails.hieraki.org/read/book/3 * ...or check the book about 0.9 features: http://rails.hieraki.org/read/book/2 This massive release would never have been possible without the killer community hanging out at #rubyonrails. Known by such handles as noradio, xal, flgr, htonl, bitsweat, and many, many more, they really showed what a dedicated group of programmers are capable of. I''m deeply honored to be amongst such wonderful people. Thanks, guys! As also, the easiest way to upgrade the software is: "gem update" -- David Heinemeier Hansson, http://www.basecamphq.com/ -- Web-based Project Management http://www.rubyonrails.org/ -- Web-application framework for Ruby http://macromates.com/ -- TextMate: Code and markup editor (OS X) http://www.loudthinking.com/ -- Broadcasting Brain
Tanner Burson
2004-Dec-16 22:54 UTC
Re: [ANN] Rails 0.9: Fast development, breakpoints, validations...
Has anyone else been able to access the links on hieraki.org? I get DNS failures from two separate networks... On Thu, 16 Dec 2004 23:14:34 +0100, David Heinemeier Hansson <david-OiTZALl8rpK0mm7Ywyx6yg@public.gmane.org> wrote:> Another huge upgrade with again close to 100 changes, additions, and > tweaks. Most importantly are the new faster development environment > that caches the framework and lets the application reload under both > WEBrick and Fast CGI. Major is also the new breakpoints that allows you > to inspect an application during execution, change the model, and > resume. Additionally, we got a whole new way to do validations that > extends the domain language of Rails with a wide range of new words. > > The changelogs are so long I thought I''d just link to them this time: > > * Rails 0.9.0: http://api.rubyonrails.org/files/CHANGELOG.html > * Action Pack 1.0.0: http://ap.rubyonrails.org/files/CHANGELOG.html > * Active Record 1.2.0: http://ar.rubyonrails.org/files/CHANGELOG.html > * Action Mailer 0.5.0: http://am.rubyonrails.org/files/CHANGELOG.html > > But more importantly: > > * Learn how to upgrade from 0.8.5 to 0.9.0: > http://rails.hieraki.org/read/book/3 > * ...or check the book about 0.9 features: > http://rails.hieraki.org/read/book/2 > > This massive release would never have been possible without the killer > community hanging out at #rubyonrails. Known by such handles as > noradio, xal, flgr, htonl, bitsweat, and many, many more, they really > showed what a dedicated group of programmers are capable of. I''m deeply > honored to be amongst such wonderful people. Thanks, guys! > > As also, the easiest way to upgrade the software is: "gem update" > -- > David Heinemeier Hansson, > http://www.basecamphq.com/ -- Web-based Project Management > http://www.rubyonrails.org/ -- Web-application framework for Ruby > http://macromates.com/ -- TextMate: Code and markup editor (OS X) > http://www.loudthinking.com/ -- Broadcasting Brain > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Giovanni Intini
2004-Dec-16 23:02 UTC
Re: [ANN] Rails 0.9: Fast development, breakpoints, validations...
Unfortunately it''s quite a commong problem. The owner is looking for a solution. Meanwhile you can try looking for different nameservers to add to you dns list. That''s how I fixed the problem :D
Nicholas Van Weerdenburg
2004-Dec-17 00:47 UTC
Re: [ANN] Rails 0.9: Fast development, breakpoints, validations...
worked for me On Thu, 16 Dec 2004 16:54:44 -0600, Tanner Burson <tanner.burson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Has anyone else been able to access the links on hieraki.org? I get > DNS failures from two separate networks... > > On Thu, 16 Dec 2004 23:14:34 +0100, David Heinemeier Hansson > <david-OiTZALl8rpK0mm7Ywyx6yg@public.gmane.org> wrote: > > Another huge upgrade with again close to 100 changes, additions, and > > tweaks. Most importantly are the new faster development environment > > that caches the framework and lets the application reload under both > > WEBrick and Fast CGI. Major is also the new breakpoints that allows you > > to inspect an application during execution, change the model, and > > resume. Additionally, we got a whole new way to do validations that > > extends the domain language of Rails with a wide range of new words. > > > > The changelogs are so long I thought I''d just link to them this time: > > > > * Rails 0.9.0: http://api.rubyonrails.org/files/CHANGELOG.html > > * Action Pack 1.0.0: http://ap.rubyonrails.org/files/CHANGELOG.html > > * Active Record 1.2.0: http://ar.rubyonrails.org/files/CHANGELOG.html > > * Action Mailer 0.5.0: http://am.rubyonrails.org/files/CHANGELOG.html > > > > But more importantly: > > > > * Learn how to upgrade from 0.8.5 to 0.9.0: > > http://rails.hieraki.org/read/book/3 > > * ...or check the book about 0.9 features: > > http://rails.hieraki.org/read/book/2 > > > > This massive release would never have been possible without the killer > > community hanging out at #rubyonrails. Known by such handles as > > noradio, xal, flgr, htonl, bitsweat, and many, many more, they really > > showed what a dedicated group of programmers are capable of. I''m deeply > > honored to be amongst such wonderful people. Thanks, guys! > > > > As also, the easiest way to upgrade the software is: "gem update" > > -- > > David Heinemeier Hansson, > > http://www.basecamphq.com/ -- Web-based Project Management > > http://www.rubyonrails.org/ -- Web-application framework for Ruby > > http://macromates.com/ -- TextMate: Code and markup editor (OS X) > > http://www.loudthinking.com/ -- Broadcasting Brain > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Nicholas Van Weerdenburg
Tobias Luetke
2004-Dec-17 02:11 UTC
Re: [ANN] Rails 0.9: Fast development, breakpoints, validations...
I added rails.hieraki.org as A server and this seemed to help a few people who had problems. Can you try again ? On Thu, 16 Dec 2004 19:47:31 -0500, Nicholas Van Weerdenburg <vanweerd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> worked for me > > On Thu, 16 Dec 2004 16:54:44 -0600, Tanner Burson > <tanner.burson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Has anyone else been able to access the links on hieraki.org? I get > > DNS failures from two separate networks... > > > > On Thu, 16 Dec 2004 23:14:34 +0100, David Heinemeier Hansson > > <david-OiTZALl8rpK0mm7Ywyx6yg@public.gmane.org> wrote: > > > Another huge upgrade with again close to 100 changes, additions, and > > > tweaks. Most importantly are the new faster development environment > > > that caches the framework and lets the application reload under both > > > WEBrick and Fast CGI. Major is also the new breakpoints that allows you > > > to inspect an application during execution, change the model, and > > > resume. Additionally, we got a whole new way to do validations that > > > extends the domain language of Rails with a wide range of new words. > > > > > > The changelogs are so long I thought I''d just link to them this time: > > > > > > * Rails 0.9.0: http://api.rubyonrails.org/files/CHANGELOG.html > > > * Action Pack 1.0.0: http://ap.rubyonrails.org/files/CHANGELOG.html > > > * Active Record 1.2.0: http://ar.rubyonrails.org/files/CHANGELOG.html > > > * Action Mailer 0.5.0: http://am.rubyonrails.org/files/CHANGELOG.html > > > > > > But more importantly: > > > > > > * Learn how to upgrade from 0.8.5 to 0.9.0: > > > http://rails.hieraki.org/read/book/3 > > > * ...or check the book about 0.9 features: > > > http://rails.hieraki.org/read/book/2 > > > > > > This massive release would never have been possible without the killer > > > community hanging out at #rubyonrails. Known by such handles as > > > noradio, xal, flgr, htonl, bitsweat, and many, many more, they really > > > showed what a dedicated group of programmers are capable of. I''m deeply > > > honored to be amongst such wonderful people. Thanks, guys! > > > > > > As also, the easiest way to upgrade the software is: "gem update" > > > -- > > > David Heinemeier Hansson, > > > http://www.basecamphq.com/ -- Web-based Project Management > > > http://www.rubyonrails.org/ -- Web-application framework for Ruby > > > http://macromates.com/ -- TextMate: Code and markup editor (OS X) > > > http://www.loudthinking.com/ -- Broadcasting Brain > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > Nicholas Van Weerdenburg > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Tobi http://blog.leetsoft.com
Tanner Burson
2004-Dec-17 14:34 UTC
Re: [ANN] Rails 0.9: Fast development, breakpoints, validations...
Works great for me now. Thank you! On Thu, 16 Dec 2004 21:11:45 -0500, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I added rails.hieraki.org as A server and this seemed to help a few > people who had problems. > Can you try again ?