following:
rails plugin new blank_engine_test --mountable
cd blank_engine_test/
rails s
I get this:
=> Booting WEBrick
=> Rails 3.1.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2012-02-24 17:20:01] INFO WEBrick 1.3.1
Which is what I would expect. After switching to Rails 3.2.1, if I do
the following:
rails plugin new blank_engine_test --mountable
cd blank_engine_test/
rails s
Usage: rails COMMAND [ARGS]
The common rails commands available for engines are:
generate Generate new code (short-cut alias: "g")
destroy Undo code generated with "generate" (short-cut alias:
"d")
All commands can be run with -h for more information.
The command "rails -h" produces the same thing thing.
If it helps I'm using rvm on OS X.7 and Ruby 1.9.3p0.
--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.