I used to develop Java on the mac and it worked out well, combo of just using the terminal and IntelliJ. What are good tools that run on the mac for doing Ruby development
我曾经在Mac上开发Java并且运行良好,仅使用终端和IntelliJ的组合。什么是在mac上运行Ruby开发的好工具
13 个解决方案
#1
19
Most of the Rails people develop on Macs and use TextMate. As a result, TextMate has great support for Ruby and Rails, and is probably the best text editor to use for developing Ruby code on the Mac.
大多数Rails人在Mac上开发并使用TextMate。因此,TextMate对Ruby和Rails有很好的支持,可能是用于在Mac上开发Ruby代码的最佳文本编辑器。
#2
9
Netbeans is a fantastic choice with lots of good features for debugging, refactoring, db browsing, source control and lots more.
Netbeans是一个很棒的选择,具有许多用于调试,重构,数据库浏览,源代码控制等的良好功能。
#3
6
I use emacs, which has a fine ruby mode.
我使用emacs,它有一个很好的ruby模式。
#4
4
I'll second/third the Textmate recommendation. Calling it a text editor is doing a bit of disservice. Start off with this PDF that has some useful ruby/rails textmate shortcuts
我将提出Textmate建议的第二/第三。将其称为文本编辑器有点不利。从这个包含一些有用的ruby / rails textmate快捷方式的PDF开始
#5
3
TextMate is an excellent editor, and is probably the best editor for Ruby code, as mipadi said. For an open source alternative, you could also try Smultron. It's a bit rough around the edges, but it does the job quite nicely.
正如mipadi所说,TextMate是一个出色的编辑器,可能是Ruby代码的最佳编辑器。对于开源替代方案,您也可以尝试Smultron。它的边缘有点粗糙,但它的工作非常好。
#6
3
I love TextMate although have been flirting with NetBeans. If you like a full-featured (aka bloated) IDE, give it a try. Pretty nice: http://wiki.netbeans.org/Ruby
我喜欢TextMate虽然一直在调用NetBeans。如果您喜欢功能齐全(又名臃肿)的IDE,请尝试一下。非常好:http://wiki.netbeans.org/Ruby
#7
3
JetBrains (the people behind IntelliJ) are working on an IDE specifically for Ruby on Rails: RubyMine.
JetBrains(IntelliJ背后的人)正在开发专门针对Ruby on Rails的IDE:RubyMine。
#8
3
if you like vim, adding onto it with fuzzyfilefinder (http://github.com/jamis/fuzzy_file_finder/tree/master) and rails.vim (http://www.vim.org/scripts/script.php?script_id=1567) plugins provides a really nice experience.
如果你喜欢vim,可以使用fuzzyfilefinder(http://github.com/jamis/fuzzy_file_finder/tree/master)和rails.vim(http://www.vim.org/scripts/script.php?script_id= 1567)插件提供了非常好的体验。
if you don't like vim, textmate is a decent text editor.
如果你不喜欢vim,textmate是一个不错的文本编辑器。
#9
1
You have used IntelliJ already? You should probably take a look at the Ruby/Rails integration. It supports things like debugging, code analysis and refactorings, etc.
你已经使用过IntelliJ了吗?你应该看看Ruby / Rails集成。它支持调试,代码分析和重构等功能。
#10
1
TextMate is my favorite, but if you want code completion NetBeans is the best choice (Aptana/RedRails is outdated). Nightly builds of NB has a lot nicer OSX look and feel.
TextMate是我的最爱,但如果你想要代码完成,NetBeans是最好的选择(Aptana / RedRails已经过时)。 NB的夜间版本具有更好的OSX外观和感觉。
#11
0
If you're coming from *nix and you like Vim, then MacVim.
如果你来自* nix并且你喜欢Vim,那么MacVim。
If you're coming from any other OS and/or you don't like Vim, then TextMate.
如果您来自任何其他操作系统和/或您不喜欢Vim,那么TextMate。
TextMate is not free, but it's well worth the €39. Trust me on this. It will pay for itself many, many times over.
TextMate不是免费的,但它非常值得39欧元。相信我。它将为自己多次付出代价。
#12
0
MacVim or AquaEmacs are really the best choice for people developing on Mac who want to get the most out of their editor: for people less particular, Textmate is the way to go.
MacVim或AquaEmacs真的是Mac上开发人员的最佳选择,他们希望从编辑器中获得最大的收益:对于不那么特别的人来说,Textmate是最佳选择。
I always recommend VIM/Emacs to anyone because
我总是向任何人推荐VIM / Emacs,因为
- They are not GUI based, which means everything they do is easily modifiable and scriptable
- They are much more easily extendable
- You can use them on a server
- They are generally faster as there is less code in between you and the underlying operating system
- They usually support more languages and varied development styles
- They are much more transparent and understandable as to what they are doing
- By necessity everything is accomplishable via a keyboard shortcut, so developing on them is faster
它们不是基于GUI的,这意味着它们所做的一切都很容易修改和编写脚本
它们更容易扩展
您可以在服务器上使用它们
它们通常更快,因为您和底层操作系统之间的代码较少
它们通常支持更多语言和不同的开发风格
对于他们正在做的事情,他们更加透明和易懂
必要时,所有东西都可以通过键盘快捷键完成,因此在它们上进行开发会更快
#13
0
Sublime Text 2, as recommended by a colleague (I don't have personal experience with it).
Sublime Text 2,由同事推荐(我没有个人经验)。
#1
19
Most of the Rails people develop on Macs and use TextMate. As a result, TextMate has great support for Ruby and Rails, and is probably the best text editor to use for developing Ruby code on the Mac.
大多数Rails人在Mac上开发并使用TextMate。因此,TextMate对Ruby和Rails有很好的支持,可能是用于在Mac上开发Ruby代码的最佳文本编辑器。
#2
9
Netbeans is a fantastic choice with lots of good features for debugging, refactoring, db browsing, source control and lots more.
Netbeans是一个很棒的选择,具有许多用于调试,重构,数据库浏览,源代码控制等的良好功能。
#3
6
I use emacs, which has a fine ruby mode.
我使用emacs,它有一个很好的ruby模式。
#4
4
I'll second/third the Textmate recommendation. Calling it a text editor is doing a bit of disservice. Start off with this PDF that has some useful ruby/rails textmate shortcuts
我将提出Textmate建议的第二/第三。将其称为文本编辑器有点不利。从这个包含一些有用的ruby / rails textmate快捷方式的PDF开始
#5
3
TextMate is an excellent editor, and is probably the best editor for Ruby code, as mipadi said. For an open source alternative, you could also try Smultron. It's a bit rough around the edges, but it does the job quite nicely.
正如mipadi所说,TextMate是一个出色的编辑器,可能是Ruby代码的最佳编辑器。对于开源替代方案,您也可以尝试Smultron。它的边缘有点粗糙,但它的工作非常好。
#6
3
I love TextMate although have been flirting with NetBeans. If you like a full-featured (aka bloated) IDE, give it a try. Pretty nice: http://wiki.netbeans.org/Ruby
我喜欢TextMate虽然一直在调用NetBeans。如果您喜欢功能齐全(又名臃肿)的IDE,请尝试一下。非常好:http://wiki.netbeans.org/Ruby
#7
3
JetBrains (the people behind IntelliJ) are working on an IDE specifically for Ruby on Rails: RubyMine.
JetBrains(IntelliJ背后的人)正在开发专门针对Ruby on Rails的IDE:RubyMine。
#8
3
if you like vim, adding onto it with fuzzyfilefinder (http://github.com/jamis/fuzzy_file_finder/tree/master) and rails.vim (http://www.vim.org/scripts/script.php?script_id=1567) plugins provides a really nice experience.
如果你喜欢vim,可以使用fuzzyfilefinder(http://github.com/jamis/fuzzy_file_finder/tree/master)和rails.vim(http://www.vim.org/scripts/script.php?script_id= 1567)插件提供了非常好的体验。
if you don't like vim, textmate is a decent text editor.
如果你不喜欢vim,textmate是一个不错的文本编辑器。
#9
1
You have used IntelliJ already? You should probably take a look at the Ruby/Rails integration. It supports things like debugging, code analysis and refactorings, etc.
你已经使用过IntelliJ了吗?你应该看看Ruby / Rails集成。它支持调试,代码分析和重构等功能。
#10
1
TextMate is my favorite, but if you want code completion NetBeans is the best choice (Aptana/RedRails is outdated). Nightly builds of NB has a lot nicer OSX look and feel.
TextMate是我的最爱,但如果你想要代码完成,NetBeans是最好的选择(Aptana / RedRails已经过时)。 NB的夜间版本具有更好的OSX外观和感觉。
#11
0
If you're coming from *nix and you like Vim, then MacVim.
如果你来自* nix并且你喜欢Vim,那么MacVim。
If you're coming from any other OS and/or you don't like Vim, then TextMate.
如果您来自任何其他操作系统和/或您不喜欢Vim,那么TextMate。
TextMate is not free, but it's well worth the €39. Trust me on this. It will pay for itself many, many times over.
TextMate不是免费的,但它非常值得39欧元。相信我。它将为自己多次付出代价。
#12
0
MacVim or AquaEmacs are really the best choice for people developing on Mac who want to get the most out of their editor: for people less particular, Textmate is the way to go.
MacVim或AquaEmacs真的是Mac上开发人员的最佳选择,他们希望从编辑器中获得最大的收益:对于不那么特别的人来说,Textmate是最佳选择。
I always recommend VIM/Emacs to anyone because
我总是向任何人推荐VIM / Emacs,因为
- They are not GUI based, which means everything they do is easily modifiable and scriptable
- They are much more easily extendable
- You can use them on a server
- They are generally faster as there is less code in between you and the underlying operating system
- They usually support more languages and varied development styles
- They are much more transparent and understandable as to what they are doing
- By necessity everything is accomplishable via a keyboard shortcut, so developing on them is faster
它们不是基于GUI的,这意味着它们所做的一切都很容易修改和编写脚本
它们更容易扩展
您可以在服务器上使用它们
它们通常更快,因为您和底层操作系统之间的代码较少
它们通常支持更多语言和不同的开发风格
对于他们正在做的事情,他们更加透明和易懂
必要时,所有东西都可以通过键盘快捷键完成,因此在它们上进行开发会更快
#13
0
Sublime Text 2, as recommended by a colleague (I don't have personal experience with it).
Sublime Text 2,由同事推荐(我没有个人经验)。