On Thu, May 16, 2013 at 12:13 AM, Love U Ruby <[email protected]> wrote:
> I used RVM to install Ruby. I think I should use also use `RVM` to > install Rails. Is it? No matter, `gem install rails` is how you're going to install it. You should create a gemset for your project first (IMO, one of the best features of rvm). > what the database I need to install also? Whatever you want, or are most familiar with, or is easiest :-) SQLite3 is the default, MySQL is probably most widely used, and some people prefer Postgres. For learning purposes, I'd go with one of the first two. HTH, -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

