TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What is the best Ruby on Rails IDE

6 点作者 p0wn3d超过 13 年前
With rails changing so fast does any IDE on the market, open source or retail keep up with all the changes. So many are still setup for rails version 2 that when you setup your development workstation they choke.

7 条评论

spoonfoe超过 13 年前
The snarky answer is textmate / submlime 2 / vim.<p>I'm no rails guru, but I have but together quite a few professional CMS's and use it almost exclusively for homebrew projects, and I've never felt like I needed a heavyweight IDE.
danneu超过 13 年前
Was using Netbeans and then RubyMine when I first started. Then sat down one day for twenty minutes to try:<p><pre><code> $ vimtutor </code></pre> Never looked back. It's been six months since I started Vim and I realized all I really want to develop Rails is a fast way to switch between files, find files, and arrange files onscreen.<p>The CommandT plugin for Vim has been absolutely amazing. You just start typing the path of a file and it'll narrow down search results. For instance if you want to get at a controller app/controllers/posts_controller.rb, you can just type any letters along the path. like, i'd type "acposts".
clyfe超过 13 年前
I prefer Netbeans with Ruby-Rails plugin. Allows me great code navigation, visual debugging and also can be made to highlight SASS/CS via plugins, good support for html/css, auto-formatting of code.
murtza超过 13 年前
JetBrains RubyMine is setup for Rails 3, and it seems to be liked by the users of HN and Stack Overflow.
评论 #3336021 未加载
p0wn3d超过 13 年前
Thank you for all the comments. So far I have been using vim/textmate.
kapilkaisare超过 13 年前
The IDE of choice at ThoughtWorks is RubyMine.
sandstrom超过 13 年前
Textmate 2 :)