I can confirm this.  Rails 2.3.6.

Interestingly, it tries to run both create AND index.  For example, in 
my app, it posts to the correct create action in the controller; 
however, I have global error rescuing via:

rescue_from Exception, :with => :rescue_all_exceptions if RAILS_ENV == 
'production'
...

That block is catching the following:

No action responded to index. Actions: add_comment, add_to_favs, 
cast_vote, create, destroy, new, preload, rescue_all_exceptions, and 
show

Again, it doesn't show an error in the logs, and the user doesn't get a 
site error.

-- 
Posted via http://www.ruby-forum.com/.

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to