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
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Revert "Don't carry default value when changing column for a binary type on M...
Jeremy Kemper
2010-05-18
1
-12
/
+0
*
make add_index and remove_index more resilient; new rename_index method; trac...
Étienne Barrié
2010-05-18
1
-0
/
+34
*
Postgresql doesn't allow to change a string type column to a binary type. Ski...
Wijnand Wiersma
2010-05-16
1
-7
/
+9
*
Don't carry default value when changing column for a binary type on MySQL [#3...
Elomar França
2010-05-16
1
-0
/
+10
*
Revert "Revert "Add index length support for MySQL [#1852 state:open]""
Pratik Naik
2010-05-09
1
-0
/
+8
*
Revert "Add index length support for MySQL [#1852 state:open]"
José Valim
2010-05-08
1
-8
/
+0
*
Add index length support for MySQL [#1852 state:resolved]
Emili Parreno
2010-05-08
1
-0
/
+8
*
making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resol...
Neeraj Singh
2010-04-29
1
-0
/
+19
*
clear the rest of the warnings, run with warnings turned on [#4332 state:reso...
Aaron Patterson
2010-04-10
1
-25
/
+39
*
expand migration paths before requiring them. [#4240 state:resolved]
Aaron Patterson
2010-03-23
1
-0
/
+13
*
do not use unloadable constants in tests [#4260 state:resolved]
Aaron Patterson
2010-03-23
1
-2
/
+1
*
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
Aaron Patterson
2010-03-15
1
-2
/
+2
*
Add test case for unable to run migration if ActiveRecord::Base.logger is nil...
Prem Sichanugrist
2010-02-02
1
-0
/
+10
*
Add support for Mysql column positioning via #add_column and #change_column
Ben Marini
2009-12-03
1
-0
/
+47
*
Add tests for scoping schema_migrations index by global table prefix and suffix
Cristi Balan
2009-08-09
1
-0
/
+18
*
PostgreSQL: XML datatype support
Leonardo Borges
2009-08-09
1
-9
/
+19
*
Fix that creating a table whose primary key prefix type is :table_name genera...
Morgan Schweers
2009-08-09
1
-2
/
+2
*
Add rake db:forward - opposite of db:rollback [#768 state:resolved]
Cristi Balan
2009-08-08
1
-0
/
+11
*
Don't rely on T::U::TestCase#name
Jeremy Kemper
2009-08-07
1
-4
/
+5
*
Oracle adapter gets Time or DateTime value already with timezone
Raimonds Simanovskis
2009-08-06
1
-17
/
+46
*
Fixed a bug where create_table could not be called without a block [#2221 sta...
Joseph Wilk
2009-06-21
1
-0
/
+7
*
Ensure table names are quoted while renaming for sqlite3 adapter [#2272 state...
Brian Hogan
2009-06-21
1
-0
/
+26
*
SQLite adapters now support DDL transactions [#2080 state:resolved]
Jason King
2009-03-14
1
-1
/
+25
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-13
/
+13
*
Fixed broken migrations tests: added assert_equal. [#1704 state:resolved]
Marcello Nuccio
2009-03-07
1
-7
/
+7
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-216
/
+208
*
Remove SQL Server cases from tests for latest adapter work to pass rails expe...
Ken Collins
2008-11-19
1
-7
/
+3
*
Deal with MySQL's quirky handling of defaults and blob/text columns
Frederick Cheung
2008-09-14
1
-1
/
+5
*
Just look at sql_type when testing that the correct database-specific type wa...
Tarmo Tänav
2008-08-26
1
-4
/
+1
*
Made migrations transactional for PostgreSQL [#834 state:resolved]
Tarmo Tänav
2008-08-22
1
-0
/
+15
*
Ensure t.timestamps respects options. [#828 state:resolved]
Patrick Reagan
2008-08-22
1
-2
/
+35
*
Added MigrationProxy to defer loading of Migration classes until they are act...
Nik Wakelin
2008-08-06
1
-0
/
+20
*
Fixed mysql change_column_default to not make the column always nullable.
Tarmo Tänav
2008-07-14
1
-0
/
+49
*
Fixed test_rename_nonexistent_column for PostgreSQL
Tarmo Tänav
2008-07-14
1
-1
/
+7
*
MySQL: treat integer with :limit => 11 as a display width, not byte size, for...
Jeremy Kemper
2008-06-27
1
-10
/
+14
*
Test for tinyint
Jeremy Kemper
2008-06-23
1
-1
/
+1
*
Always treat integer :limit as byte length. [#420 state:resolved]
Tarmo Tänav
2008-06-22
1
-0
/
+5
*
ActiveRecord::Migrator#run records version-state after migrating. [#369 stat...
Michael Raidel
2008-06-22
1
-10
/
+15
*
MySQL: rename_column preserves default values. [#466 state:resolved]
Diego Algorta
2008-06-22
1
-0
/
+26
*
Fix failing tests on mysql 4.1 & ruby 1.8.4. [#237 state:resolved]
Frederick Cheung
2008-05-22
1
-2
/
+2
*
Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...
Aslak Hellesøy
2008-05-11
1
-0
/
+6
*
create_table :force => true no longer tries to drop a non-existing table
Tarmo Tänav
2008-05-07
1
-0
/
+18
*
Added change_table for migrations (Jeff Dean) [#71 state:resolved]
David Heinemeier Hansson
2008-05-03
1
-1
/
+207
*
Provide data for the key column otherwise adding a unique index will fail. [#...
Frederick Cheung
2008-04-23
1
-0
/
+1
*
Fix migrations when migrating to a specified version number with a fresh data...
Ian White
2008-04-17
1
-1
/
+8
*
Add support for interleaving migrations by storing which migrations have run ...
Rick Olson
2008-04-09
1
-9
/
+43
*
Fix migration test when run in GMT zone. Closes #11477 [thechrisoshow]
Jeremy Kemper
2008-04-01
1
-4
/
+19
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-11
/
+32
*
Migrations: create_table supports primary_key_prefix_type. Closes #10314.
Jeremy Kemper
2008-03-18
1
-0
/
+27
[next]