Rails Gotcha ActionController::MethodNotAllowed

July 14th, 2008 by pyrat

Turns out that sometimes with Mongrel less than 1.1.5 routes are not being resolved properly with Rails 2.1. (Experienced on OSX)

To fix the problem I upgraded mongrel.

sudo gem update mongrel

Would be nice to know how widespread this problem is. This link talks about this same issue in the comments. The main post is a little confused however.

One Response to “Rails Gotcha ActionController::MethodNotAllowed”

  1. David Says:

    Hey!

    This might be solution start up :

    http://www.ruby-forum.com/topic/142022

Leave a Reply