index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reversing the changes done in c278a2c while still resolving #1857.
Vijay Dev
2011-07-02
1
-5
/
+3
*
CommandRecorder should delegate in method_missing where possible. Fixes some ...
Jon Leighton
2011-06-30
1
-1
/
+6
*
record unsupported methods in CommandRecorder instead of letting the unsuppor...
Vijay Dev
2011-06-25
1
-3
/
+5
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Added a test to check for correct behaviour with no options in add_index comm...
David Workman
2011-05-24
1
-0
/
+6
*
Simple fix for correctly inverting an add_index migration when a name has bee...
David Workman
2011-05-23
1
-0
/
+6
*
Add :bulk => true option to change_table
Pratik Naik
2011-01-31
1
-1
/
+1
*
command recorder will record commands sent to a delegate object
Aaron Patterson
2010-11-19
1
-0
/
+22
*
IrreversibleMigration is raised if we cannot invert the command
Aaron Patterson
2010-11-19
1
-0
/
+7
*
commands are reversed
Aaron Patterson
2010-11-19
1
-0
/
+7
*
partial implementation of the command recorder
Aaron Patterson
2010-11-19
1
-0
/
+72