[Rails] Rake 0.8.7 issue on Rails 3, ruby 1.9.2 and Windows 7

2011-04-27 Thread Darlan Machado
Hi folks, I´ve posted some days ago and receive your support. First i wish to thank you. I have this environment (Ruby 1.9.2, Rails 3.0.7, rake 0.8.7 ans MySQL 5.5.9 on Windows 7 32 bits) and another running on Ubuntu 9.10 (the versions of Ruby, rails, rake and MySQL are the same). So, i am able

[Rails] Re: rake db:create fails

2011-04-22 Thread Darlan Machado
Raghavendra, I think so. I´d remove the mysql 5.5 and install the 5.1 version, then, the error has been changed. I didn´t save the log file, so, i can´t to tell about it. But, considering the possibility of incompatibility between the rails 3 and mysql2 adapter, well, there are so many

[Rails] Re: rake db:create fails

2011-04-21 Thread Darlan Machado
Bryan Crossland wrote in post #994054: On Tue, Apr 19, 2011 at 10:24 PM, Darlan Machado li...@ruby-forum.comwrote: C:\appws\cookbookrake db:create --trace What adapter are you using in your databse.yml file? B. yes man, the adapter i´m pointing in the database.yml is 'mysql2'. I´d try

[Rails] rake db:create fails

2011-04-19 Thread Darlan Machado
Hello folks, I´m here trying to find the way to solve my problem. When i try to run rake db:create or rake db:create:all the process stops and the databases are not created. I change the directives, putting --trace before the rake db:create and the steps are C:\appws\cookbookrake db:create