On Tue, Mar 2, 2010 at 12:52 AM, janita kinsi <jki...@gmail.com> wrote:

> i have install ruby on my computer. but what if i want to install
> rails manually without install gem first?!
>
>
Hi, you'll need to download the sources from github.com.  For example,
you'll need to do the following:

$ git clone git://gitbub.com/rails/rails.git
$ cd rails
$ git submodule init
$ git submodule update
$ sudo rake install
$ rails -v

However, I would recommend embracing gems for the installation of 3rd
pary Ruby packages.  Why?  It simply makes life much easier for both
development and deployment.  However, in the end, it's your choice and
I wish you all the best.

Good luck,

-Conrad

--
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com<rubyonrails-talk%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to