aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/invertible_migration_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-2/+4
| | | | | | | | * Fix Migration#reversible by not using `transaction`. * Adapt mysql adapter to updated api for remove_column * Update test after aedcd683684d08eaf30623a4b48ce31a31426372
* Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-211-3/+3
|
* Add Migration#reversible for reversible data operations [#8267]Marc-Andre Lafortune2012-12-211-0/+39
|
* Allow revert of whole migration [#8267]Marc-Andre Lafortune2012-12-211-0/+63
|
* Allow reverting of migration commands with Migration#revert [#8267]Marc-Andre Lafortune2012-12-211-0/+23
|
* migrate(:down) method with table_name_prefixkennyj2012-01-111-0/+12
|
* Ensure that .up and .down work as well.Christopher Meiklejohn2011-08-021-2/+13
|
* Support backwards compatible interface for migration down/up with rails 3.0.x.Christopher Meiklejohn2011-08-021-0/+24
|
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
|
* Refactor Active Record test connection setup. Please see the ↵Jon Leighton2011-06-041-1/+1
| | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
* fisting typeo, thanks @vinibaggioAaron Patterson2010-11-191-1/+1
|
* fisting my spelling errorsAaron Patterson2010-11-191-0/+57