d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Ruby And Rails Api
Add Reply New Topic New Poll
Member
Posts: 4,082
Joined: Jan 17 2014
Gold: Locked
Mar 30 2015 01:15pm
I'm curious what the best API program for Ruby and Rails is for ubuntu?
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Mar 30 2015 01:34pm
forgive my ignorance, but your question doesn't make any sense to me. are you asking for an IDE?
Member
Posts: 4,082
Joined: Jan 17 2014
Gold: Locked
Mar 30 2015 01:43pm
Quote (carteblanche @ Mar 30 2015 11:34am)
forgive my ignorance, but your question doesn't make any sense to me. are you asking for an IDE?


Oh yeah, sorry. I haven't slept in like 17 hours, a bit out of it. I suppose I could just get Komodo again.

This post was edited by MajinVegeta on Mar 30 2015 01:48pm
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Mar 30 2015 02:08pm
If you're working on small projects VIM with good syntax coloring and tabspace set to 3 will do nicely.

If you need something with more features like automatic source control and such I have no idea.

I personally just use screen + vim for my ruby projects, although rails could get annoying since there are so many views and routes and other files you may need to edit. Vim does have a tabbing feature although I've never used it (thus why I use screen). I like having a dedicated screen session for a specific project.

If you're on windows notepad++ with a third party autocomplete dictionary and color scheme works nicely. I also use the exec plugin so I can run and see output of applications directly inside notepad++.



Member
Posts: 3,197
Joined: May 4 2013
Gold: 1,457.00
Mar 31 2015 01:22am
atom.io (free, open source) or sublime text (paid)
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Mar 31 2015 01:56am
Emacs should be your go to, just let the lisp do the work.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll