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_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
adding a test class for table renaming
Aaron Patterson
2012-01-13
1
-70
/
+0
*
moving more column renaming tests
Aaron Patterson
2012-01-13
1
-71
/
+0
*
moving more renaming tests to the proper test case
Aaron Patterson
2012-01-13
1
-93
/
+0
*
moving rename column tests to their own class
Aaron Patterson
2012-01-13
1
-87
/
+11
*
moving column attributes tests to their own class
Aaron Patterson
2012-01-13
1
-169
/
+0
*
remove unused code
Aaron Patterson
2012-01-13
1
-1
/
+0
*
use ruby rather than mocha
Aaron Patterson
2012-01-13
1
-1
/
+3
*
move tests regarding index modification to their own class
Aaron Patterson
2012-01-13
1
-18
/
+0
*
decoupling more tests from AR::Base
Aaron Patterson
2012-01-13
1
-24
/
+0
*
use skip rather than conditionally define tests
Aaron Patterson
2012-01-13
1
-66
/
+68
*
skip openbase test
Aaron Patterson
2012-01-13
1
-3
/
+3
*
move more schema modification tests
Aaron Patterson
2012-01-13
1
-63
/
+0
*
instantiate our own broken migration rather than relying on the filesystem
Aaron Patterson
2012-01-13
1
-5
/
+9
*
use skip so we know what tests are being skipped
Aaron Patterson
2012-01-13
1
-10
/
+12
*
moving logger test to its own file
Aaron Patterson
2012-01-13
1
-13
/
+0
*
construct a migrator with a list of migrations rather than a list of paths
Aaron Patterson
2012-01-13
1
-4
/
+14
*
moving the table and index test to it's own file
Aaron Patterson
2012-01-12
1
-19
/
+0
*
all tested database support migrations, so stop making the tests conditional
Aaron Patterson
2012-01-10
1
-1436
/
+1434
*
refactoring migration test
Aaron Patterson
2012-01-10
1
-447
/
+1
*
Allow to filter migrations by passing a block
Piotr Sarnacki
2011-12-09
1
-0
/
+18
*
Compare migrations for copying only by name and scope
Piotr Sarnacki
2011-12-09
1
-26
/
+1
*
Add suffix for migrations copied from engines
Piotr Sarnacki
2011-12-09
1
-23
/
+23
*
String#to_a is not available in 1.9
Piotr Sarnacki
2011-12-09
1
-1
/
+1
*
Run also migrations in subdirectories.
Piotr Sarnacki
2011-12-09
1
-0
/
+9
*
Ignore origin comment when checking for duplicates on Migration.copy
Piotr Sarnacki
2011-12-09
1
-3
/
+29
*
Fix copying migrations from engines
Piotr Sarnacki
2011-12-09
1
-0
/
+21
*
avoid deprecated methods
Aaron Patterson
2011-12-06
1
-1
/
+1
*
add prefix and suffix to renamed tables, closes #1510
Vasiliy Ermolovich
2011-12-06
1
-0
/
+31
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-1
/
+1
*
Revert "Merge pull request #1163 from amatsuda/sexier_migration_31"
Aaron Patterson
2011-11-17
1
-120
/
+0
*
Revert "Merge pull request #3603 from vijaydev/change_table_without_block_arg"
Aaron Patterson
2011-11-17
1
-54
/
+0
*
Merge pull request #3371 from yahonda/fix_ora_00932_error
Aaron Patterson
2011-11-14
1
-1
/
+1
|
\
|
*
Fix ORA-00932 error when trying to insert 0 to DATE type columns.
Yasuo Honda
2011-10-19
1
-1
/
+1
*
|
change_table bulk test case should check if the connection supports bulk alter
Vijay Dev
2011-11-11
1
-13
/
+15
*
|
Modify change_table to remove the need for the block argument.
Vijay Dev
2011-11-11
1
-0
/
+52
*
|
Checking the arity of the block passed to create_table
Vijay Dev
2011-11-10
1
-0
/
+15
*
|
AR changes to support creating ordered (asc, desc) indexes
Vlad Jebelev
2011-11-04
1
-0
/
+12
*
|
Merge pull request #1163 from amatsuda/sexier_migration_31
Aaron Patterson
2011-11-04
1
-0
/
+20
|
\
\
|
*
|
Tests for new create_table DSL
Akira Matsuda
2011-05-20
1
-0
/
+20
*
|
|
assert_match takes a regexp and a string in that order
Vijay Dev
2011-10-31
1
-1
/
+1
*
|
|
dump_schema_information: explicitly order inserts into schema_migrations table
Laust Rud Jacobsen
2011-10-31
1
-0
/
+9
*
|
|
preserve decimal column attributes after migration
Greg Reinacker
2011-10-21
1
-0
/
+36
|
|
/
|
/
|
*
|
only use now() on pg!
Aaron Patterson
2011-10-18
1
-1
/
+3
*
|
use now() for dates in pg
Aaron Patterson
2011-10-18
1
-1
/
+1
*
|
Default timestamps to non-null
Mike Perham
2011-10-14
1
-5
/
+5
*
|
Changed the default value for the options argument on ActiveRecord::Connectio...
Grant Neufeld
2011-06-18
1
-0
/
+12
*
|
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
|
/
*
Active Record typos.
R.T. Lechow
2011-03-05
1
-2
/
+2
*
adjust query counts to be consistent across databases, make sure database log...
Aaron Patterson
2011-02-04
1
-1
/
+4
[prev]
[next]