使用 TextMate 教程在 Mac 上开发 Rails 应用程序
我发现这个是一个有点过时的教程,用于使用 XCode 在 Leopard 上开发 Rails 应用程序。想知道是否有人知道使用 TextMate(或 XCode,如果确实首选,甚至只是命令行)的更新(最好是基于 Mac)教程。
TextMate 对我很有吸引力,但想知道如何将 ruby 脚本/生成控制器等脚本工作到工作流程中,或者是否在命令行和命令行之间切换。 TextMate 是标准操作程序...
如果重要的话,我们可以使用 Snow Leopard (10.6) 客户端和 Leopard (10.5) OS X 服务器。
谢谢..
I've found this a somewhat dated tutorial for developing a Rails application on Leopard with XCode. Wondering if anyone knows of a more up-to-date (ideally Mac based) tutorial that uses TextMate (or XCode if it's indeed preferred, or even just the command line).
TextMate is appealing to me but wondering how to work scrips like ruby script/generate controller
etc. into workflow or if switching between command-line & TextMate is standard operating procedure...
If it matters we have Snow Leopard (10.6) clients and Leopard (10.5) OS X Servers at our disposal.
Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与 Greg 一样,在 Textmate 和命令行之间切换对我来说是常态。
至于Ruby & 下的东西。 Ruby on Rails 捆绑包,其中大多数是在 Rails 应用程序中编辑各种文件时使用的小片段,而不是像使用 script/generate 命令那样生成文件。
As with Greg, switching between Textmate and command line is the norm for me.
As for the stuff under the Ruby & Ruby on Rails bundles, most of those are small snippets for use while editing within various files in a Rails application, not really for generating files as you do with the script/generate command.