soundcloud / lhm

Online MySQL schema migrations
BSD 3-Clause "New" or "Revised" License
1.83k stars 190 forks source link

Rails 3 support #2

Closed awd closed 12 years ago

awd commented 13 years ago

Any plans to add Rails 3 support?

rngtng commented 13 years ago

yes it's definitely on the list. I guess it's actually more a dependency issue, as the migration API didn't change.

I'll try running test in Rails3 a keep u updated...

titanous commented 12 years ago

Take a look at this for a (backwards incompatible) patch that works on Rails 3: https://github.com/odorcicd/large-hadron-migrator/commit/002ac5a566ec23b10230fc9f5ee0ca17a5b0e9a0

albertoperdomo commented 12 years ago

Bump. Any progress on Rails 3 compatibilty?

grobie commented 12 years ago

The lhm gem (formerly large-hadron-migrator) is fully Rails 3.x compatible starting with version 1.0. We added explicit CI environments to ensure the compatibility with newest versions (currently Rails 2.3.14 and 3.1.3).

albertoperdomo commented 12 years ago

Thanks a lot!!