2012-07-11 66 views
3

我有這樣的問題,當我嘗試創建數據庫,導軌雖然錯誤 我嘗試重新安裝MySQL,但通過BREW堅持setuping版本MAC OS耙分貝:通過使用Qt和MySQL的依賴錯誤創建

Aleksandrs-MacBook-Air:alfred_infocus sharkzp$ rake db:create --trace 
:public is no longer used to avoid overloading Module#public, use :public_folder instead 
    from /Users/sharkzp/.rvm/gems/ruby-1.9.3-p194/gems/resque-1.8.2/lib/resque/server.rb:11:in `<class:Server>' 
** 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 
rake aborted! 
undefined method `values_at' for "brew install qt# MySQL. Versions 4.1 and 5.0 are recommended.":String 
/Users/sharkzp/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.6/lib/active_record/railties/databases.rake:603:in `configs_for_environment' 
/Users/sharkzp/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.6/lib/active_record/railties/databases.rake:40:in `block (2 levels) in <top (required)>' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain' 
/Users/sharkzp/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run' 
/Users/sharkzp/.rvm/gems/[email protected]/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>' 
/Users/sharkzp/.rvm/gems/[email protected]/bin/rake:19:in `load' 
/Users/sharkzp/.rvm/gems/[email protected]/bin/rake:19:in `<main>' 
/Users/sharkzp/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval' 
/Users/sharkzp/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>' 
Tasks: TOP => db:create 

我有這樣的版本 MySQL的 - 5.5.25a QT - 4.8.2

回答

0

我不知道什麼QT釀造包有紅寶石,鐵軌和數據庫呢?

但是從ActiveRecord的3.2.11:

ActiveRecord::Base.configurations.values_at(*environments).compact.reject { |config| config['database'].blank? } 

這看起來是這樣試圖加載從配置數據庫,大概是從配置/ database.yml的。

您是否遺漏了文本「brew install qt#MySQL」,建議使用版本4.1和5.0。在yaml裏面使它失效?

否則也許是Ruby的YAML解析器以某種方式打破。