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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fk: `add/remove_foreign_key` are noop for adapters that don't support fk
Yves Senn
2014-06-26
1
-0
/
+24
*
fk: raise when identifiers are longer than `allowed_index_name_length`.
Yves Senn
2014-06-26
1
-0
/
+9
*
fk: support for on_update
Yves Senn
2014-06-26
1
-3
/
+13
*
fk: rename `dependent` to `on_delete`
Yves Senn
2014-06-26
1
-13
/
+13
*
fk: infere column name from table names.
Yves Senn
2014-06-26
2
-2
/
+29
*
fk: make `add_foreign_key` reversible.
Yves Senn
2014-06-26
2
-0
/
+39
*
fk: support dependent option (:delete, :nullify and :restrict).
Yves Senn
2014-06-26
1
-0
/
+42
*
fk: dump foreign keys to schema.rb
Yves Senn
2014-06-26
1
-0
/
+7
*
fk: `:primary_key` option for non-standard pk's.
Yves Senn
2014-06-26
1
-0
/
+20
*
fk: generalize using `AlterTable` and `SchemaCreation`.
Yves Senn
2014-06-26
1
-2
/
+4
*
fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQL
Yves Senn
2014-06-26
1
-0
/
+5
*
fk: add `foreign_keys` for PostgreSQL adapter.
Yves Senn
2014-06-26
1
-7
/
+27
*
fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter.
Yves Senn
2014-06-26
1
-0
/
+49
*
Merge pull request #15782 from sgrif/sg-column-defaults
Matthew Draper
2014-06-18
2
-12
/
+19
|
\
|
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
2
-12
/
+19
*
|
Merge pull request #15727 from aditya-kapoor/add-tests-for-migration
Matthew Draper
2014-06-18
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Add test cases for Migration#inverse_of
Aditya Kapoor
2014-06-17
1
-0
/
+17
*
|
Merge pull request #13963 from lucas-clemente/pending_migrations
Rafael Mendonça França
2014-06-16
1
-0
/
+50
|
\
\
|
*
|
skip migration check if adapter doesn't support it
Lucas Clemente
2014-04-19
1
-0
/
+50
*
|
|
/mysql/i -> MySQL, Spell correct in continuation to #15555
Akshay Vishnoi
2014-06-14
2
-2
/
+2
|
|
/
|
/
|
*
|
pg, `reset_pk_sequence!` respects schemas. Closes #14719.
Yves Senn
2014-05-30
1
-1
/
+1
*
|
fix `rake test_sqlite3_mem`.
Yves Senn
2014-05-20
1
-0
/
+1
*
|
Remove :timestamp column type
Sean Griffin
2014-05-19
1
-0
/
+17
*
|
Make `:index` in migrations work with all column types
Marc Schütz
2014-05-18
1
-0
/
+10
*
|
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
4
-76
/
+45
|
/
*
test, show current adapter behavior for `add_column limit: nil`.
Yves Senn
2014-04-04
1
-0
/
+8
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
7
-13
/
+7
*
Drop the correct index after reverting a migration
Hubert Dąbrowski
2014-02-13
1
-3
/
+3
*
make `change_column_null` reversible. Closes #13576.
Yves Senn
2014-01-08
1
-0
/
+16
*
Make change_table use object of current database adapter
Nishant Modak
2014-01-07
1
-1
/
+2
*
Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...
Vipul A M
2013-12-18
1
-1
/
+1
*
Remove more skip
Rafael Mendonça França
2013-11-08
2
-9
/
+7
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
6
-132
/
+119
*
Make 'enable_extension' revertible
Eric Tipton
2013-08-10
1
-0
/
+10
*
removes the obsolete private method column_methods_hash [Closes #11406]
Xavier Noria
2013-07-16
1
-15
/
+6
*
Removed unused test for DateTime.local_offset
Arun Agrawal
2013-07-07
1
-20
/
+0
*
Fixes #10432 add_column not creating array columns in PostgreSQL
Adam Anderson
2013-06-04
1
-0
/
+29
*
Remove behavior that deals with a string as third argument of `add_index`, be...
kennyj
2013-06-02
1
-10
/
+0
*
Fix class and method name typos
Vipul A M
2013-05-12
1
-1
/
+1
*
anual_salary => annual_salary
Vipul A M
2013-03-28
1
-3
/
+3
*
respect auto_increment in rename_column for mysql
Vipul A M
2013-03-27
1
-0
/
+7
*
transactions can be turned off per Migration.
Yves Senn
2013-03-05
1
-1
/
+1
*
Oracle enhanced adapter shortens its name if it is longer than 30 bytes
Yasuo Honda
2013-02-24
1
-2
/
+10
*
also rename the test-case class inside columns_test.rb
Yves Senn
2013-02-24
1
-1
/
+1
*
rename_column_test.rb -> columns_test.rb to reveal intent.
Yves Senn
2013-02-23
1
-0
/
+0
*
forwardport #9388 rename/remove column preserves custom PK.
Yves Senn
2013-02-23
1
-1
/
+15
*
Fix warning
Rafael Mendonça França
2013-02-21
1
-1
/
+1
*
also rename indexes when a table or column is renamed
Yves Senn
2013-02-20
2
-3
/
+34
*
reserve index name chars for internal rails operations
Yves Senn
2013-02-20
2
-5
/
+34
*
Remove extra sort from test
Vipul A M
2013-01-21
1
-3
/
+3
[prev]
[next]