Re: [Rails] how to add mysql in rails 3.2.1

2012-02-05 Thread Loganathan Sellapa
gem 'mysql2', use -d option to specify the database like 'rails new appname *-d mysql*' regards, Loganathan On Fri, Feb 3, 2012 at 9:33 PM, honey ruby wrote: > hey everyone i have installed rails 3.2.1 and want to create app but i > use mysql wht the gems need to add in gem file > > > > thank

Re: [Rails] how to add mysql in rails 3.2.1

2012-02-03 Thread Prince Joseph
You need to add 'gem mysql2' in your Gemfile and then run 'sudo bundle install'. On Fri, Feb 3, 2012 at 9:33 PM, honey ruby wrote: > hey everyone i have installed rails 3.2.1 and want to create app but i > use mysql wht the gems need to add in gem file > > > > thanks in advance > > -- > You recei

[Rails] how to add mysql in rails 3.2.1

2012-02-03 Thread honey ruby
hey everyone i have installed rails 3.2.1 and want to create app but i use mysql wht the gems need to add in gem file thanks in advance -- 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-ta