Re: [Rails-core] fixing bug in rails 3.0 stable

2011-08-03 Thread Aaron Patterson
On Wed, Aug 03, 2011 at 01:23:44AM -0500, Andrew Kaspick wrote: > Hello, > > What are the requirements for backporting bug fixes to rails 3.0.x > from master? I've run into quite a few bugs migrating an app from 2.x > to 3.0.x and have found all of them to be fixed in master, but not the > 3.0 st

Re: [Rails-core] Looks like an error in docs for ActionDispatch::Routing::Mapper::Resources

2011-08-03 Thread Chris Mear
On 31 July 2011 19:35, vovayartsev wrote: > Please take a look at this page: > > http://api.rubyonrails.org/classes/ActionDispatch/Routing/Mapper/Resources.html#method-i-resource > > It reads: > > :path >    Set a path prefix for this resource. >        resources :posts, :path => "admin" >    All