--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Please consider the environment before printing this email.
Regards,
Open the "Gemfile" in your project root directory and type the line
above in there.
Then run "bundle install" from the command line.
--
Posted via http://www.ruby-forum.com/.
"DEPRECATION WARNING" isn't an error, it's just a warning before
you upgrade to the next version... so the problem is somewhere else.
Starting from zero... I'll suggest:
1. Have you created the database in the MySQL? As far as I remember
the magic of rails doesn't create the database from zero.
2. Can you access the database with the same user/password and
execute some select to your tables?
3. If you have change / migrate from sqlLite to Mysql, after
creating the database you need to run again "rake db:migrate" in ordre
to recreate the table and "rake db:seed" in order to add the default
content.
I hope it will help you.
El 19/07/2011 16:21, Robert Bodley escribi�:
--
Miquel Cubel Escarr�
+34 699 73 22 46
mcu...@gmail.com
"Computers are good at following instructions, but not at reading your mind." Donald Knuth.
"Los ordenadores son buenos siguiendo instrucciones, pero no leyendo tu mente." Donald Knuth.