add_column/remove_column in migration Follow
add_column / remove_column should appear only the names of tables, and the second option only the column names from table
Attachment(s):
Captura_da_tela-1.png
Captura_da_tela.png
Please sign in to leave a comment.
Hi Alexandre,
Thanks, you are right. Current version doesn't have special autocompletion support for parameters of add_column, remove_column calls. By default after ":" char RubyMine suggest autocompletion list with all ruby symbols defined in current file. I've filled a feature request - http://www.jetbrains.net/jira/browse/RUBY-3903 (you can register in our JIRA and subscribe on "watching" of the issue status) Also smart parameters completion is missed for change_column and drop_table.
Hi,
Thanks you for your attention
Alexandre Riveira