top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Looking for online ide for Rails?

0 votes
470 views

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 ?

posted Aug 19, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Saying "doesn't work" about tools is as meaningless as saying it about code or apps if you're looking for useful responses.
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.

2 Answers

+1 vote

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.

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.

answer Aug 19, 2014 by Garima Jain
0 votes

Vim or Emacs !!!!!!!!!

answer Aug 19, 2014 by Arjuna
Similar Questions
+1 vote

Rails seems to have a whole whack of them and I'm not sure which ones match my requirements. The library must:

  • be fully themeable; the overall layout is going to be made from scratch
  • allow custom content for pages (i.e. a developer-made page)
  • allow defining of different types of posts with different fields/data
  • support image upload for at least pages and preferably posts as well
  • be relatively easy to extract post content outside the CMS (e.g. for use in sending an e-mail digest)

Preferably it should:
- Be compatible with Rails 4
- allow individual pages to be user-edited with HTML/CSS after they've been created

Can anyone recommend one for me?

+1 vote

I am new to ruby on rails (using rails 4 and ruby 2.0.0) and I'm looking for a good tutorial for mongo db using mongoid.yml.

I found a few online, but they give only the basic steps. And I have done till that. ie. insert, query, etc from a mongo db database through the controller.

My basic question revolves around making a connection pool and using it. What changes to do it the mongoid.yml and how to (in java terms) getConnection from the controller???

Any help would be appreciated?

+1 vote

Looking for tutorial for rail programming any pointer.

...