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
*
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
*
Run BulkAlterTableMigrationsTest only when the adapter supports them
Pratik Naik
2011-01-31
1
-97
/
+99
*
Add :bulk => true option to change_table
Pratik Naik
2011-01-31
1
-0
/
+138
*
In a number of places in the tests, we only need to turn off transactional fi...
Jon Leighton
2011-01-11
1
-2
/
+1
*
Fix test on finding migrations from 2 paths
Piotr Sarnacki
2010-12-09
1
-5
/
+7
*
Allow to run migrations from more than one directory
Piotr Sarnacki
2010-12-09
1
-0
/
+12
*
removing unused setup
Aaron Patterson
2010-12-03
1
-4
/
+0
*
in the middle of refactoring
Aaron Patterson
2010-12-03
1
-50
/
+30
*
rolling out migrated_at until I can fix the build
Aaron Patterson
2010-12-01
1
-45
/
+7
*
removing duplicate test
Aaron Patterson
2010-12-01
1
-37
/
+0
*
make sure we have a value in migrated_at
Aaron Patterson
2010-12-01
1
-1
/
+1
*
not all databases return dates as strings
Aaron Patterson
2010-12-01
1
-1
/
+1
*
name in schema_migrations, migrations in schema dump
Josh Susser
2010-12-01
1
-8
/
+12
*
record migration timestamp when migrations run
Josh Susser
2010-12-01
1
-1
/
+48
*
Add migrated_at column to schema_migrations table.
Josh Susser
2010-12-01
1
-6
/
+30
*
testing instance based migrations
Aaron Patterson
2010-11-17
1
-0
/
+38
*
schema migrations work as instances
Aaron Patterson
2010-11-17
1
-0
/
+1
*
converted migrations to support instance methods
Aaron Patterson
2010-11-17
1
-4
/
+4
*
fixing assertions so error messages will be more helpful
Aaron Patterson
2010-11-17
1
-4
/
+4
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-5
/
+5
*
Create directory before copying migrations if it does not exist
Piotr Sarnacki
2010-11-16
1
-0
/
+15
*
Fix SQLite adapter name [#5842 state:resolved]
Anil Wadghule
2010-10-19
1
-4
/
+4
*
Add callback on skipped migration while copying migrations
Piotr Sarnacki
2010-10-09
1
-2
/
+20
*
Change the method for copying migrations, do not add scope.
Piotr Sarnacki
2010-10-09
1
-21
/
+23
*
eliminating method_missing on TableDefinition
Aaron Patterson
2010-09-29
1
-2
/
+12
*
Test add_index and remove_index with a symbol name #4891
Étienne Barrié
2010-09-28
1
-0
/
+7
*
Fix remove_index issue when provided :name is a symbol
Tim Connor
2010-09-26
1
-1
/
+1
*
Fix issue with remove_index and add unit test [#5645 state:resolved]
Tim Connor
2010-09-18
1
-3
/
+4
*
Fix copying migrations to empty directory
Piotr Sarnacki
2010-09-03
1
-0
/
+14
*
Implemented ActiveRecord::Migrations#copy based on James Adam's idea
Piotr Sarnacki
2010-09-03
1
-0
/
+111
*
reload bob after his journy to a new timezone
Brian Lopez
2010-08-20
1
-0
/
+1
*
Makes topics.written_on null => true back again some tests rely on that
Santiago Pastorino
2010-08-15
1
-0
/
+3
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
update tests for mysql2 support
Brian Lopez
2010-08-02
1
-6
/
+6
*
Tests to specify the behaviour of ActiveRecord::Migrator.get_all_versions() [...
Thiago Pradi
2010-07-08
1
-0
/
+14
*
Test that adding an index also doesn't raise an exception.
J. Pablo Fernández
2010-06-29
1
-1
/
+1
*
Replaced statement in comment with an assertion
Paul Barry
2010-06-29
1
-2
/
+3
*
Fixed error when removing an index from a table name values, which is a reser...
J. Pablo Fernández
2010-06-29
1
-0
/
+16
*
Add column and index query methods to ActiveRecord::Schema
Andrew White
2010-06-26
1
-4
/
+104
*
remove_column should raise an ArgumentError when no columns are passed [#4803...
Jeff Dean
2010-06-23
1
-0
/
+4
*
use assert_in_delta() for floating point comparisons in tests [#4871 state:re...
Aaron Patterson
2010-06-16
1
-1
/
+1
*
SQLite2Adapter doesn't exist
Santiago Pastorino
2010-06-09
1
-1
/
+1
*
test fixes for Oracle enhanced adapter:
Raimonds Simanovskis
2010-06-04
1
-2
/
+2
*
Oracle enhanced adapter now supports shortening of default generated index na...
Raimonds Simanovskis
2010-06-04
1
-12
/
+10
*
Reduced size of table name prefix and suffix in migrations test as in Oracle ...
Raimonds Simanovskis
2010-06-04
1
-3
/
+4
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-1
/
+1
[next]