We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rails generate rys:plugin --help rails generate rys:plugin NAME
The target direcotry is evaluated in this order:
--path
RYS_PLUGINS_PATH
Gem is also added into Gemfile.local.
Gemfile.local
rails generate rys:patch TYPE PLUGIN NAME rails generate rys:patch m RYS_PLUGIN_NAME Issue rails generate rys:patch model RYS_PLUGIN_NAME Issue rails generate rys:patch helper RYS_PLUGIN_NAME Issues
Or you can use interactive generator
rails generate rys:ipatch
You can use the same generator like in any Rails plugin. Just add prefix rys and specify Rys plugin name.
rys
rails generate rys:model RYS_PLUGIN_NAME ...normal arguments... rails generate rys:scaffold RYS_PLUGIN_NAME ...normal arguments... rails generate rys:controller RYS_PLUGIN_NAME ...normal arguments...
Rys basic
Dependencies
Tests
Management