All Versions
23
Latest Version
Avg Release Cycle
60 days
Latest Release
2719 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.0.rc8 Changes
February 09, 2012- โ removed spec binaries from gem bins
-
v1.0.0.rc7 Changes
January 31, 2012- โ added SqlHelper.annotation into the middle of trigger statements. this is for the benefit of the killer script which should not kill trigger statements.
-
v1.0.0.rc6 Changes
January 30, 2012- โ added --confirm to kill script; fixes to kill script
-
v1.0.0.rc5 Changes
January 30, 2012- ๐ moved scripts into bin, renamed, added to gem binaries
-
v1.0.0.rc4 Changes
January 29, 2012- โ added '-- lhm' to the end of statements for more visibility
-
v1.0.0.rc3 Changes
January 19, 2012- Speedup migrations for tables with large minimum id
- โ Add a bit yard documentation
- ๐ Fix issues with index creation on reserved column names
- ๐ Improve error handling
- โ Add tests for replication
- ๐ Rename public API method from
hadron_change_table
tochange_table
- โ Add tests for ActiveRecord 2.3 and 3.1 compatibility
-
v1.0.0.rc2 Changes
January 18, 2012- Speedup migrations for tables with large ids
- ๐ Fix conversion of milliseconds to seconds
- ๐ Fix handling of sql errors
- โ Add helper to create unique index
- ๐ Allow index creation on prefix of column
- Quote column names on index creation
- โ Remove ambiguous method signature
- ๐ Documentation fix
- 1.8.7 compatibility
-
v1.0.0.rc1 Changes
January 15, 2012- rewrite.
-
v0.2.1 Changes
November 26, 2011- Include changelog in gem
-
v0.2.0 Changes
November 26, 2011- โ Add Ruby 1.8 compatibility
- Setup travis continuous integration
- ๐ Fix record lose issue
- ๐ Fix and speed up specs