[Rails] good online ide for Rails

2014-08-19 Thread Roelof Wobben
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 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group

Re: [Rails] good online ide for Rails

2014-08-19 Thread Hassan Schroeder
On Tue, Aug 19, 2014 at 7:43 AM, Roelof Wobben rwob...@hotmail.com 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:

Re: [Rails] good online ide for Rails

2014-08-19 Thread Roelof Wobben
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

Re: [Rails] good online ide for Rails

2014-08-19 Thread Jason Fleetwood-Boldt
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

Re: [Rails] good online ide for Rails

2014-08-19 Thread Robby O'Connor
Vim ;) On Aug 19, 2014 1:15 PM, Jason Fleetwood-Boldt t...@datatravels.com wrote: 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

Re: [Rails] good online ide for Rails

2014-08-19 Thread Jason Fleetwood-Boldt
Emacs On Aug 19, 2014, at 1:17 PM, Robby O'Connor robby.ocon...@gmail.com wrote: Vim ;) On Aug 19, 2014 1:15 PM, Jason Fleetwood-Boldt t...@datatravels.com wrote: I've used RubyMine for a while and it has grown in me. Its learning curve can feel steep, but it is very powerful.

Re: [Rails] good online ide for Rails

2014-08-19 Thread Sampath Weerasinghe
Who is the author of Ruby: Yukihiro Matsumoto 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 t...@datatravels.com wrote: Emacs On Aug 19, 2014, at 1:17 PM, Robby O'Connor robby.ocon...@gmail.com