macos Ruby on Rails 的 Mac 文本编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2636776/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Mac text editor for Ruby on Rails
提问by kingjeffrey
My text editor of choice for PHP work is Panic's Coda. But for Ruby on Rails, its autocomplete feature is continuously in my way and ROR's standardization on 2 space tabs does not play well with Coda's settings. I've been going back to TextMate for ROR work, but was wondering if there were better options.
我为 PHP 工作选择的文本编辑器是 Panic 的 Coda。但是对于 Ruby on Rails,它的自动完成功能一直在我的方式中,并且 ROR 对 2 个空格选项卡的标准化与 Coda 的设置不兼容。我一直在回到 TextMate 进行 ROR 工作,但想知道是否有更好的选择。
回答by Truemilk
If you think it's worth to give it a try, in my opinion TextMate is the best but it's not free.
如果您认为值得一试,在我看来 TextMate 是最好的,但它不是免费的。
The integrated boundles work very well for Ruby and Ruby On Rails.
集成边界非常适用于 Ruby 和 Ruby On Rails。
There are also boundles for Subversion/Git/etc. which can be very usefull in development.
Subversion/Git/等也有界限。这在开发中非常有用。
回答by Kyle
回答by Dexter
How about Komodo Edit! Its great. and Free!!
科莫多编辑怎么样!这很棒。并且免费!!
http://www.activestate.com/komodo-edit
http://www.activestate.com/komodo-edit
Its open source and has features as syntax coloring, method/code folding, background syntax checking and code auto-complete
它是开源的,具有语法着色、方法/代码折叠、后台语法检查和代码自动完成等功能
回答by Winfield
+1 for Textmate and Command Line
+1 用于 Textmate 和命令行
I used Eclipse/Radrails for a year and it totally sucks.
我使用 Eclipse/Radrails 一年了,它非常糟糕。
回答by Chowlett
You could try Aptana RadRails, which is free and based on Eclipse (although it seems slightly more stable for pure RoR than Eclipse-with-RadRails-plugin. I've only used it on Windows, but it does seem to have a Mac download available.
你可以试试Aptana RadRails,它是免费的,基于 Eclipse(虽然它对于纯 RoR 来说似乎比 Eclipse-with-RadRails-plugin 稍微稳定一些。我只在 Windows 上使用过它,但它似乎有 Mac 下载可用的。
回答by shingara
A lot of Ruby on rails developers use TextMate, you can see a lot of in several screencast. But there are a lot of use of MacVim too.
许多 Ruby on rails 开发人员使用 TextMate,您可以在几个截屏视频中看到很多。但是 MacVim 也有很多用途。
In this twice editor, there are a lot of plugin to help you coding with rails.
在这个双重编辑器中,有很多插件可以帮助您使用 Rails 进行编码。
In IDE, there are Netbeans too.
在 IDE 中,也有 Netbeans。
回答by marcgg
I'd recommend using Textmate, it has nice bundles for Rails and offers a great interface. There's even a peepcode episodeabout it.
我建议使用Textmate,它为 Rails 提供了很好的捆绑包,并提供了很棒的界面。甚至还有一个关于它的peepcode 插曲。
I wouldn't use an IDE for Rails, but if you really want to, both Netbean and Aptana are worth looking at.
我不会为 Rails 使用 IDE,但如果您真的想要,Netbean 和 Aptana 都值得一看。
回答by Matej Puntar
I use textmate and I love it. I recommend installing ProjectPlus plugin that adds svn and git support to textmate drawer ( http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus).
我使用 textmate,我喜欢它。我建议安装 ProjectPlus 插件,该插件将 svn 和 git 支持添加到 textmate drawer ( http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus)。
If you are searching for full IDE NetBeans looks very good: (http://netbeans.org/features/ruby/index.html)
如果您正在搜索完整的 IDE,NetBeans 看起来非常好:(http://netbeans.org/features/ruby/index.html)