Thijs Cadier
2006-Jun-28 14:44 UTC
[Rails] Rails 1.1.3 and routes to controllers in directories
Hi, All my controllers in subdirectories aren''t reachable by the normal urls anymore since my upgrade to 1.1.3. 404 errors. Did anybody else experience this? grtz Thijs -- Posted via http://www.ruby-forum.com/.
Andrew Stone
2006-Jun-28 14:55 UTC
[Rails] Rails 1.1.3 and routes to controllers in directories
On 6/28/06, Thijs Cadier <thijs@80beans.com> wrote:> > Hi, > > All my controllers in subdirectories aren''t reachable by the normal urls > anymore since my upgrade to 1.1.3. 404 errors. Did anybody else > experience this?I''m having the same error. Haven''t found a solution yet. -- Andrew Stone -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060628/374399fa/attachment.html
Thijs Cadier
2006-Jun-28 15:03 UTC
[Rails] Re: Rails 1.1.3 and routes to controllers in directories
I meant to say Routing errors instead of 404 errors by the way. I was affraid it might be a new bug. At least it''s possible to still bind the app to 1.1.2 nowadays. -- Posted via http://www.ruby-forum.com/.
Thijs Cadier
2006-Jun-28 15:06 UTC
[Rails] Re: Rails 1.1.3 and routes to controllers in directories
http://www.ruby-forum.com/topic/70990 About the same problem... -- Posted via http://www.ruby-forum.com/.
Andrew Stone
2006-Jun-28 15:10 UTC
[Rails] Re: Rails 1.1.3 and routes to controllers in directories
On 6/28/06, Thijs Cadier <thijs@80beans.com> wrote:> > I meant to say Routing errors instead of 404 errors by the way. > > I was affraid it might be a new bug. At least it''s possible to still > bind the app to 1.1.2 nowadays. > >Yes that is a very nice ability. I''ve revisted the routing docs to see if anything had changed, but it doesn''t appear that way. Just going to stick with 1.1.2 until I hear otherwise. -- Andrew Stone -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060628/4ac2dbb0/attachment.html
Brian Hogan
2006-Jun-28 15:33 UTC
[Rails] Re: Rails 1.1.3 and routes to controllers in directories
Anyone submit a ticket for this yet? Check this out... Say I have /admin/foo If I go to that, I get a routing error. If I go ot /admin then I also get a routing error. But if I go to /admin/foo again.... it works! Sounds like a bug to me. On 6/28/06, Andrew Stone <stonelists@gmail.com> wrote:> > > > On 6/28/06, Thijs Cadier <thijs@80beans.com> wrote: > > > I meant to say Routing errors instead of 404 errors by the way. > > > > I was affraid it might be a new bug. At least it''s possible to still > > bind the app to 1.1.2 nowadays. > > > > > Yes that is a very nice ability. I''ve revisted the routing docs to see if > anything had changed, but it doesn''t appear that way. > > Just going to stick with 1.1.2 until I hear otherwise. > > -- > Andrew Stone > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060628/64368b7d/attachment.html
Krassimir Todorov
2006-Jun-29 09:11 UTC
[Rails] Re: Re: Rails 1.1.3 and routes to controllers in directories
Brian Hogan wrote:> Anyone submit a ticket for this yet? > > Check this out... > > Say I have /admin/foo > > If I go to that, I get a routing error. > > If I go ot /admin then I also get a routing error. > > But if I go to /admin/foo again.... it works! > > Sounds like a bug to me.I have exactly the same behavior ... -- Posted via http://www.ruby-forum.com/.