Translate

Friday, December 28, 2012

What IDEs or Editors to chose for Rails

    Hello Ruby on Rails people,

  I suppose you already read  two previous posts. And if not all of you then some of you start learning  Ruby on Rails . In this post I will go through development environments on various operating systems.
  There are probably as many development environments as there are Rails programmers,but there are  at least two broad types: text editor/command line environments,  and integrated development environ-
ments (IDEs). 
  I will mention some of them:

         * Integrated Development Environments (IDE):
#If you're comfortable using an IDe, I suggest taking a look at the options mentioned below to seee what fits with the way you work.

               - RadRails, 
               - RubyMine, 
               - 3rdRails.
          
          * Text editors and command lines:
#Instead of using IDE, I prefer to use text editor to edit text,and a command line to issue commands. Which combinations you use depends on your tastes and your platform/operating system. 

                  Text Editors:
               - SublimeText Editor, 
               - TextMate Editor, 
               - Vim Text Editor.

                   Command Line:
               - OS X : iTerm (recommended), or native Terminal app,
               - Linux : the default terminal is just fine,
               - Windows : if developing within Windows itself, I recommend using command prompt that
                  comes with Railsinstaller.

Personally I did Rails development on Windows and Linux,so my choice will be Aptana studio 3. Reason is simple, it is complete environment that includes extensive capabilities 
to build Ruby on Rails,PHP and Python applications,along with complete HTML, CSS and JavaScript editing. Just one thing,I use mostly Aptana Studio 3 as text editor and I use terminal on linux and command prompt on Windows.

4 comments:

  1. Sure,both can do the job :) , as I nsaid is the matter of personal choice

    ReplyDelete
  2. I am using WINDOWS OS,
    What software i can install develop Ruby On Rails?
    Give me One article how to install ruby on rails in widows OS

    ReplyDelete
    Replies
    1. In previous post:
      http://damiragovic.blogspot.com/2012/12/railsinstaller-get-up-running-with-rails.html

      you have explanation about Ruby on Rails installation on different operating systems such as windows.
      In short got to http://railsinstaller.org/
      download for windows and install it just by one click

      If you have any questions,please ask

      Delete