README.textile in globalize3-0.0.1 vs README.textile in globalize3-0.0.2

- old
+ new

@@ -56,9 +56,14 @@ end </code></pre> Note that the ActiveRecord model @Post@ must already exist and have a @translates@ directive listing the translated fields. +h2. Changes since Globalize2 + +* `translation_table_name` was renamed to `translations_table_name` +* `available_locales` has been removed. please use `translated_locales` + h2. Migration from Globalize for Rails (version 1) See this script by Tomasz Stachewicz: http://gist.github.com/120867 h2. Alternative Solutions