New Rails Application How to Pass Parameters

Is there a way to pass parameters to the rails command when creating a new rails application in RubyMine (I have the latest version)?

Such as I need to pass -O (--skip-activerecord) to create a rails project without a database or not based on active record.

Thanks

0
3 comments

RubyMine could have a checkbox for "Skip ActiveRecord" just like the one to "Skip Test:Unit".
There are a lot of people using e.g. MongoDB and others NoSQL databases that don't require active record.

Where can I open a feature request for that?

0

Walter, you could create feature request to this feature here: http://youtrack.jetbrains.net

0

Seems to me like having a text field where you can type in parameters would be a lot more flexible.

0

Please sign in to leave a comment.