- If you are beginner in ruby on rails and want to starts in ror then here is some steps to starts ror.
You need to download ruby, ruby have several releases now it depends on you that what you prefer. you can get ruby from
ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.bz2.
or
ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz
or
ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.zip
or
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.gz
(extract and run executable)
for windows user One-Click Installer of ruby
http://rubyforge.org/frs/?group_id=167&release_id=28426
(click on executable) - Now Install rails
$gem install -y rails
or
c:\ruby> gem install -y rails ("for windows")
- After installing rails you will be able to install ruby gems.
$gem install rubygems-update
or
c:\ruby>gem install rubygems-update ("for windows") -
Now your ror is able to design and develop any ruby application.
you can also use RadRails editor to develop ruby application.