Displaying 4 results from an estimated 4 matches for "cadier".
Did you mean:
badier
2006 Jul 13
3
date_helper megapatch and MultiparameterAssignmentErrors
...o create a ticket for this, but Trac isn''t working to well
at the moment.
It would be great if the date_helpers could get some love, they''re
basically broken and useless in the current state. Is there any core
member out there who could take a look at this?
Thanks,
Thijs Cadier
2006 Jun 28
6
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/.
2007 Nov 23
12
namespaced controllers
Out of curiosity, I''ve seen the following fail:
module Admin
describe MyController
...
end
end
But this works fine:
describe Admin::MyController
..
end
Why?
Scott
2007 Feb 07
3
Upgrade to Rails 1.2.2 : RESTful routes not working anymore
Hello,
I just upgraded my app to Rails 1.2.2.
My routes are :
map.with_options :path_prefix => "/admin", :name_prefix => "admin_" do |m|
m.resources :requests, :controller => "admin/requests", :collection => {
:destroy => :delete, :search => :post } do |request|
request.resources :histories, :path_prefix =>