Shortcuts for rails Generators and Rake tasks
To assign shortcut go to RubyOnRails Settings page: Settings|Ruby On Rails.
Choose Generator(Rake task) name from the list and press "Open Keymap" button. Assign shortcut in standart IDEA Keymap dialog.
Dialog shows shortcuts for active keymap for selected Generator(Rake task).
To add new generator name press "Add name" button. The name should be equal to corresponding generator command.
Now you may assign shortcut for "new_generator".
To execute an action press shortcut combination within any ruby file of your rails module(e.g Ctrl+Alt+C).
