I have nearly the same problem with the one discussed on the link below: Error installing Mysql2 gem- 10.6 Server
I am on windows xp, with rails 3.1 and i use mysql2 0.2.6 but when i when i try to make a request like:
when i\'m under my app over rails. and i do: $ bundle install I retrieve this error: Installing mysql2 (0.2.7) with native extensions /Users/workdreamer/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_r
I\'m using Ubuntu, with Rails 3.0.1 with mysql2 socket. When i do runing install, rake开发者_运维问答 db:create and after rails server, my Welcome aboard, shows ActiveRecord::ConnectionNotEstablished
OS Version: Mac OS X 10.7.1 Lion Ruby Version: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.1.0]
I am using MAMP2, rvm on OS X Lion and there is no way I can get mysql2 gem to work with my Rails app.
Helo, I am trying to run rake db:migrate for my rails 3 application using mysql2 gem. But it ended up with below error.
I\'m having a strange problem with the latest \'mysql2\' gem and Rails 3.1 I can run mysql fine from the IRB when I include the gem, but with rails whenever I attempt to save to the database in the co
I try to deploy with \"cap deploy:migrations\" since I have 3 new migrations which need to be executed on live server. The result is:
I know this question has been开发者_如何学Go asked before, ive tried all the solutions and cant seem to get anywhere. Ive spent the better half of the day on this and im at my wits end.