README.markdown in standalone_migrations-2.1.5 vs README.markdown in standalone_migrations-4.0.0
- old
+ new
@@ -1,10 +1,10 @@
Rails migrations in non-Rails (and non Ruby) projects.
WHAT'S NEW
==========
-In the 2.x release we have moved to using Rails 3 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 3 migrations you can now do with [Standalone Migrations](https://github.com/thuss/standalone-migrations) too! This removed 95% of the code we have to maintain. Big thanks to [Ricardo Valeriano](http://ricardovaleriano.com/) and [Michael Grosser](http://pragmatig.wordpress.com) for undertaking this major rewrite!
+In the 4.x release we have moved to using Rails 4 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 4 migrations you can now do with [Standalone Migrations](https://github.com/thuss/standalone-migrations) too!
CONTRIBUTE
==========
[Standalone Migrations](https://github.com/thuss/standalone-migrations) relies on the contributions of the open-source community! To submit a fix or an enhancement fork the repository, checkout the *develop* branch, make your changes, add your name to the *Contributors* section in README.markdown, and send us a pull request! If you're active and do good work we'll add you as a collaborator!
@@ -112,11 +112,11 @@
If you would like to use an external library such as [foreigner](https://github.com/matthuhiggins/foreigner) with standalone migrations, you can add the following to your `Rakefile`:
```ruby
require 'foreigner'
-StandaloneMigrations.on_load do
+StandaloneMigrations.on_loaded do
Foreigner.load
end
```
###Multiple database support
@@ -245,11 +245,10 @@
============
- [Todd Huss](http://gabrito.com/)
- [Michael Grosser](http://pragmatig.wordpress.com)
- [Ricardo Valeriano](http://ricardovaleriano.com/)
- [Two Bit Labs](http://twobitlabs.com/)
- - [ClassMonkeys](http://www.classmonkeys.com/)
- [Windandtides](http://windandtides.com/)
- [Eric Lindvall](http://bitmonkey.net)
- [Steve Hodgkiss](http://stevehodgkiss.com/)
- [Rich Meyers](https://github.com/richmeyers)
- [Wes Bailey](http://exposinggotchas.blogspot.com/)
@@ -259,7 +258,6 @@
- [Yuu Yamashita](https://github.com/yyuu)
- [Koen Punt](http://www.koen.pt/)
- [Parker Moore](http://www.parkermoore.de/)
- [Marcell Jusztin](http://www.morcmarc.com)
- [Eric Hayes](http://ejhay.es)
-
-This work is originally based on [Lincoln Stoll's blog post](http://lstoll.net/2008/04/stand-alone-activerecord-migrations/) and [David Welton's post](http://journal.dedasys.com/2007/01/28/using-migrations-outside-of-rails).
+ - [Yi Wen](https://github.com/ywen)
\ No newline at end of file