Displaying 2 results from an estimated 2 matches for "appw".
Did you mean:
apps
2011 Apr 27
1
Rake 0.8.7 issue on Rails 3, ruby 1.9.2 and Windows 7
...ate:all or rake db:migrate runs perfectly.
I´d create a rails project in ubuntu and everything work fine.
So i create the database in the windows environment an i´d copy the
project structure to the windows and try to run "rake db:migrate
--trace". How i was expecting, the output was:
C:\appws\agenda>rake db:migrate --trace
(in C:/appws/agenda)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
And nothing happens to the database.
One of the answers on the last topic was the incompatibility between
rails 3 and windows o...
2011 Apr 20
6
rake db:create fails
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\cookbook>rake db:create --trace
(in C:/appws/cookbook)
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:load_config
** Execute db:create
and, then, nothing happens.
I´m using Windows 7 32 bits, MySql 5.5...