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
/
migration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed db_schema_import when binary types are present (closes #3101) [DHH]
David Heinemeier Hansson
2006-03-25
1
-0
/
+17
*
Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]
David Heinemeier Hansson
2006-03-18
1
-6
/
+9
*
Make migrations verbose
Jamis Buck
2006-03-04
1
-0
/
+30
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
1
-3
/
+3
*
Fix change_column to work with postgres 7.x and 8.x.
Scott Barron
2005-12-20
1
-3
/
+10
*
r4325@asus: jeremy | 2005-11-12 03:57:46 -0800
Jeremy Kemper
2005-11-12
1
-1
/
+7
*
Added that an DuplicateMigrationVersionError gets raised when multiple migrat...
Florian Weber
2005-10-31
1
-0
/
+6
*
Added migration support for Oracle (closes #2647) [Michael Schoen]
David Heinemeier Hansson
2005-10-29
1
-10
/
+21
*
Added migration support to SQL Server adapter (please someone do the same for...
David Heinemeier Hansson
2005-10-28
1
-25
/
+45
*
Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...
Jamis Buck
2005-10-25
1
-0
/
+22
*
Speed up the setting of table_name. Closes #2428.
Marcel Molina
2005-10-10
1
-0
/
+9
*
Add rename_table to mysql, sqlite and postgres adapters for use in migrations
Tobias Lütke
2005-10-06
1
-0
/
+19
*
Add failing test that shows that AR::Migration.remove_column fails silently w...
Marcel Molina
2005-09-28
1
-3
/
+17
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
1
-2
/
+53
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
1
-0
/
+23
*
Make sqlite adapter pass all tests
Jamis Buck
2005-09-23
1
-0
/
+2
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
1
-0
/
+4
*
Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...
Jamis Buck
2005-07-30
1
-0
/
+25
*
Fix create_table so that id column is implicitly added [Rick Olson]
Jamis Buck
2005-07-27
1
-1
/
+12
*
Added a VERSION parameter to the migrate task that allows you to do "rake mig...
David Heinemeier Hansson
2005-07-09
1
-0
/
+15
*
Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]
David Heinemeier Hansson
2005-07-05
1
-0
/
+2
*
Sugared up migrations with even more bling #1609 [Tobias Luekte]
David Heinemeier Hansson
2005-07-05
1
-9
/
+54
*
Added new Migrations framework for describing schema transformations in a way...
David Heinemeier Hansson
2005-07-04
1
-0
/
+139
[prev]