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
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
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
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
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.
Vim
Emacs !!!
Who is the author of Ruby: Yukihiro Matsumoto
Which IDE does he use: Emacs
It’s an open and shut case in my opinion.