And when will it be ready? ;P Is there a URL with a roadmap for 1.1 and beyond? I haven''t been able to find anything, except for individual tickets at dev with milestones set to 1.1. 1.0 Roadmap http://wiki.rubyonrails.com/rails/pages/RoadMap thanks csn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On 12/13/05, CSN <cool_screen_name90001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> And when will it be ready? ;P > > Is there a URL with a roadmap for 1.1 and beyond? I > haven''t been able to find anything, except for > individual tickets at dev with milestones set to 1.1. > > 1.0 Roadmap > http://wiki.rubyonrails.com/rails/pages/RoadMap > > thanks > csnWhat''s in edge rails currently will be 1.1. So far there''s a new polymorphic join association and RJS (ruby javascript) templates that change the way you perform ajax. The current changelogs are in svn now: http://dev.rubyonrails.org/browser/trunk/activerecord/CHANGELOG (each component of rails has an individual changelog). As with all releases of rails, it''s released when it''s ready. Features are added as they''re needed. Bugs are fixed as they''re discovered and tested patches submitted. If you don''t want to get your hands dirty, watch for occasional beta gems: sudo gem update rails --source http://gems.rubyonrails.com --include-dependencies These gems will have version numbers like 1.0.0.3821 (svn revision). -- rick http://techno-weenie.net
If you are interested in seeing the docs, you can check out the edge documentation at: http://rubymanual.org -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> -----Original Message----- > From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Rick Olson > Sent: December 13, 2005 2:36 PM > To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails] What''s planned for RoR 1.1? > > On 12/13/05, CSN <cool_screen_name90001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > And when will it be ready? ;P > > > > Is there a URL with a roadmap for 1.1 and beyond? I haven''t > been able > > to find anything, except for individual tickets at dev with > milestones > > set to 1.1. > > > > 1.0 Roadmap > > http://wiki.rubyonrails.com/rails/pages/RoadMap > > > > thanks > > csn > > > What''s in edge rails currently will be 1.1. So far there''s a > new polymorphic join association and RJS (ruby javascript) > templates that change the way you perform ajax. > > The current changelogs are in svn now: > http://dev.rubyonrails.org/browser/trunk/activerecord/CHANGELO > G (each component of rails has an individual changelog). > > As with all releases of rails, it''s released when it''s ready. > Features are added as they''re needed. Bugs are fixed as > they''re discovered and tested patches submitted. > > If you don''t want to get your hands dirty, watch for > occasional beta gems: > > sudo gem update rails --source http://gems.rubyonrails.com > --include-dependencies > > These gems will have version numbers like 1.0.0.3821 (svn revision). > > -- > rick > http://techno-weenie.net > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Hah, oops. I meant http://railsmanual.org :) -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> -----Original Message----- > From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Rick Olson > Sent: December 13, 2005 2:36 PM > To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails] What''s planned for RoR 1.1? > > On 12/13/05, CSN <cool_screen_name90001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > And when will it be ready? ;P > > > > Is there a URL with a roadmap for 1.1 and beyond? I haven''t > been able > > to find anything, except for individual tickets at dev with > milestones > > set to 1.1. > > > > 1.0 Roadmap > > http://wiki.rubyonrails.com/rails/pages/RoadMap > > > > thanks > > csn > > > What''s in edge rails currently will be 1.1. So far there''s a > new polymorphic join association and RJS (ruby javascript) > templates that change the way you perform ajax. > > The current changelogs are in svn now: > http://dev.rubyonrails.org/browser/trunk/activerecord/CHANGELO > G (each component of rails has an individual changelog). > > As with all releases of rails, it''s released when it''s ready. > Features are added as they''re needed. Bugs are fixed as > they''re discovered and tested patches submitted. > > If you don''t want to get your hands dirty, watch for > occasional beta gems: > > sudo gem update rails --source http://gems.rubyonrails.com > --include-dependencies > > These gems will have version numbers like 1.0.0.3821 (svn revision). > > -- > rick > http://techno-weenie.net > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >