Good online ide for Rails

Hello,

I looked at several ide but no one worked for me.

Now I wonder if there is a good online cloud ide which I can use for
rails
development ?

Roelof

On Tue, Aug 19, 2014 at 7:43 AM, Roelof W. [email protected]
wrote:

I looked at several ide but no one worked for me.

Saying “doesn’t work” about tools is as meaningless as saying it
about code or apps if you’re looking for useful responses.

Still applies: How To Ask Questions The Smart Way


Hassan S. ------------------------ [email protected]

twitter: @hassan

oke,

I tried

  • nitrious ide but that one messed up my layout with curly braces
    instead
    of the normal braces.
  • rubymine, A lot of error messages of missing gems and a confusing menu
  • sublime text . I could not make it work so I can see the files , my
    code
    and a terminal.

Roelof

Op dinsdag 19 augustus 2014 17:41:33 UTC+2 schreef Hassan S.:

I’ve used RubyMine for a while and it has grown in me. Its learning
curve can feel steep, but it is very powerful.

To get those message to go away you must install the gems inside of
RubyMine’s ruby executable, which is not necessarily the same ruby
executable that you are used to running on the command line. You can do
in the Preferences.

It sounds to me like you actually didn’t spend enough time with each of
the IDEs you investigated, if you rejected them immediately upon finding
your first hiccup that says to me you didn’t really go very deep with
them at all. Any IDE is a significant investment of your time – I would
say about at least a month to get fully proficient working with it.

Also unless an editor has a Go-To-Declaration (Command-B) I don’t
consider it a first class IDE. This is the most significant thing I look
for an IDE – not only did it change my entire worldview as a software
developer, it even changed the way I write Ruby code.

Emacs !!!

Vim :wink:
On Aug 19, 2014 1:15 PM, “Jason Fleetwood-Boldt” [email protected]

Who is the author of Ruby: Yukihiro M.

Which IDE does he use: Emacs

It’s an open and shut case in my opinion.

On Tue, Aug 19, 2014 at 11:44 AM, Jason Fleetwood-Boldt <