Bugs: Browse | Submit New | Admin

[#11191] scripts/generate support doesn't support all generate options

Date:
2007-05-28 20:19
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
scripts/generate support doesn't support all generate options

Detailed description
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?

Add A Comment: Notepad

Please login


Followup

Message
Date: 2007-12-01 14:51
Sender: Rémi Vanicat

I've add a patch in the patch section for a generic generate
action covering every generate action that need only one
argument.

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item