Hi all, If I was to start developing an application using Edge Rails with the view to deploying on Rails 1.1, would I fall foul of lots of bugs, or is it relatively stable? I''d really like has_many :through relationships, to save me dealing with HABTM + associations. Thanks, Tom
Nathaniel S. H. Brown
2006-Jan-26 11:31 UTC
[Rails] Rails Edge stability - has_many :through
I develop all of my applications on Edge, and when ready to move to production I freeze the edge version it was last tested on. Overall though, I have found it to be quite stable. There have been a couple occurrences, such as the loading issue which spun the Engines into a cyclical recursive loop. James has fixed this in the edge branch, but other instances may come into effect. The trunk is a development version, so you can expect it to be a very rapidly changing environment. Which is stable if you are living in the moment :) -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Tom Taylor > Sent: January 26, 2006 3:27 AM > To: rails@lists.rubyonrails.org > Subject: [Rails] Rails Edge stability - has_many :through > > Hi all, > > If I was to start developing an application using Edge Rails > with the view to deploying on Rails 1.1, would I fall foul of > lots of bugs, or is it relatively stable? > > I''d really like has_many :through relationships, to save me > dealing with HABTM + associations. > > Thanks, > > Tom > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
David Heinemeier Hansson
2006-Jan-26 14:44 UTC
[Rails] Rails Edge stability - has_many :through
Edge is reasonably stable, but we do change the API at a whim and without warning. So if you want to play with the latest, I encourage you to have a good test suite that''ll catch any bugs or API changes as you go along. -- David Heinemeier Hansson http://www.loudthinking.com -- Broadcasting Brain http://www.basecamphq.com -- Online project management http://www.backpackit.com -- Personal information manager http://www.rubyonrails.com -- Web-application framework