Kdevelop as a Rails IDE

I would like to use Kdevelep as a Ruby on Rails IDE since I am using Linux. How to configure Kdevelop for this?

+4
source share
2 answers

You can use Kdevelop or Kate, although I do not know that there is a large community of support for these editors. If you are working on Linux, you should check out VIM, this is the 2nd most popular editor for Ruby / Rails (with Textmate - # 1).

There is a really good entry on how to configure VIM at:

http://blog.adamlowe.com/2009/12/vim-destroys-all-other-rails-editors.html

If you use VIM with all the different tpope and NerdTree plugins, you'll be pretty much tuned.

+2
source

"Alexander Dymo put some work into an experimental Ruby plugin, finally making it useful for himself and, hopefully, for others who are developers of Ruby on Rails." http://dot.kde.org/2010/03/08/kate-kdevelop-and-okteta-developers-meet-berlin

http://adymo.blogspot.com/2010/03/ruby-language-support-in-kdevelop4.html repo at: gitorious.org then / ~ adymo / kdevelop / adymo-kdevplatform

+1
source

All Articles