Using mongrel in development mode for Rails 3
Because of how Bundler works, the command “rails server” won’t load mongrel by default.
So, in your Gemfile, you need to include
-
1 2 3 |
gem "mongrel" |
March 21, 2010
Because of how Bundler works, the command “rails server” won’t load mongrel by default.
So, in your Gemfile, you need to include
-
1 2 3 |
gem "mongrel" |
March 21, 2010