How to set generated migration name?
When I create a migration, it generates the version name as something like 2010193933_create_something.rb, Which is believe is the time and date at the beginning. Is there an option somewhere to disable this or change it ?
请先登录再写评论。
This is not specific for RubyMine. It Rails convention. If you want to change it (but think twice - do you need this?) you must change rails sources.
Ok i see. thanks