RailsApps / rails-composer

Rails Composer. The Rails generator on steroids for starter apps.
http://www.railscomposer.com/
3.38k stars 486 forks source link

Rails 4 / Mysql2 incompatibility #235

Closed jbogatay closed 9 years ago

jbogatay commented 9 years ago

Rails 4 doesn't play nice with the latest mysql2 gem. (0.4.x). You need to lock the version down to 0.3.x (currently 0.3.20).

alexponi commented 9 years ago

You can see pull request #234 opened on 15 Sep too.

DanielKehoe commented 9 years ago

The Rails bug that breaks the latest mysql2 gem. (0.4.x). https://github.com/rails/rails/issues/21544

DanielKehoe commented 9 years ago

I've made the change to the rails_apps_composer gem: RailsApps/rails_apps_composer@e3e0872 and generated a new version of the rails_composer script.