Looking for IDE for Ruby [closed] - ruby-on-rails

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm about start working on a JRuby (on rails) project with high level of integration with Java code.
I have some experience with Aptana. Are there any other preferred IDEs for JRuby On Rails (coding, testing, running, ...)?

RubyMine of course — get it now while it's cheaper than TextMate.
Disclaimer: yes, I work for JetBrains.

NetBeans and Eclipse are good free alternatives. They may require some configuration to play nicely with jruby.

Related

Is Grails 2.2 worth using for serious and complex web application development? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
We are contemplating using grails for our next project. But we are not sure if it is mature enough to use.
We have googled and even seen few existing posts on SO where people are saying good and bad things, but i guess they were old posts and articles.
As of 2013, and grails 2.2 release are there any concerns which we should consilder before moving to grails?

IDE for Ruby on Rails [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the new best IDE for ruby on rails development? I have used Komodo Edit and now using Netbeans 6.9.1
"Best" is subjective.
I find IntelliJ to be the overall winner IDE-wise.
I use Sublime Text 2 for non-IDE Rails development. Co-workers tends towards Vim.
Only because they don't want to learn Emacs, the clearly-superior text edit. Aaaand begin.

Which version of ruby and rails should I start my app with? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to start developing a new app and I am confused with which version of ruby and rails to use. Anyone please suggest stable versions of ruby and rails which have good documentation and are compatible with most of the gems.
Please refer to Rails Guide
Its the best place to start with.
Start with http://guides.rubyonrails.org/getting_started.html
And this tutorial
You will come to know how to move forward.
Either figure out where you'll be hosting your app and what they provide, or, build using the latest Ruby/Rails versions and then seek out a host which supports those versions.

Is RVM better than compiling Ruby from source? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I understand the benefits of RVM (multiple ruby versions, etc...) but it seems odd to me that the best way to install ruby would be to use an unsupported installation agent.
Any thoughts?
RVM does compile Ruby from source.
http://rvm.io/rubies/installing/
EDIT: in RVM 1.16 an option was added to install from binary packages when available

Rails app for MongoDB administration? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
i'm looking for a MongoDB administration tool written in ruby (rails, sinatra ...) that behaves like phpMyAdmin but isn't written in PHP or any other language. on my local machine I use RockMongo, which is rather nice, but PHP...
the problem is, I don't want to install fastcgi PHP on our server just for the database administration...
thanks in advance. cheers.
You could take a look at Mongo3 which is Ruby, or check out the list of MongoDB Admin UIs from the official docs.

Resources