Hey everyone,

I'm using the Ajax tabs method/example seen at: 
http://actsasflinn.com/Ajax_Tabs/index.html

It renders partials without a problem but when I need it to render
from :controller => 'manage', :action => 'new' I receive:

ActionController::MethodNotAllowed
Only get, put, and delete requests are allowed.

/Library/Ruby/Gems/1.8/gems/actionpack-2.3.2/lib/action_controller/
routing/recognition_optimisation.rb:64:in `recognize_path'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.2/lib/action_controller/
routing/route_set.rb:437:in `recognize'
/Library/Ruby/Gems/1.8/gems/actionpack-2.3.2/lib/action_controller/
routing/route_set.rb:432:in `call'

running rake routes I can see:
GET    /manage/new(.:format)
{:controller=>"manage", :action=>"new"}

and if I access the page on it's own (root/manage/new) everything
works fine.

Any recommendations on how to get the desired content loaded?

thanks,
bp

--

You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to