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
Please sign in to leave a comment.
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?
Walter, you could create feature request to this feature here: http://youtrack.jetbrains.net
Seems to me like having a text field where you can type in parameters would be a lot more flexible.