After typing C-c C-c e to call scripts/generate from within RoR mode, the list of possible completions for what to generate
does not list all of the options available in the current version of Rails.
Specifically missing are:
integration_test, scaffold_resource, session_migration, and web_service.
Attempting to type one of these generate targets manually into emacs at the "What generate?:" prompt doesn't
work, the call to generate quietly fails.
I'm assuming that this means the installed generate plugins (like Action Scaffold) will also not work from within RoR
mode? |