在编辑器中自动打开Rails生成迁移文件
是否可以配置 Rails,以便在运行 rails g migration name_of_migration
后,它会自动在 TextMate 中打开该文件?
Is it possible to configure Rails so that after running rails g migration name_of_migration
, it automatically opens that file in TextMate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用以下命令创建别名:
然后从终端运行它:
You could create an alias with this:
and then run it from your terminal:
否,但您可以使用以下快捷键在 Textmate 中生成迁移 -
“Shift + Control + M”
No, but you can generate migration in Textmate, using the following shortcut -
"Shift + Control + M"