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
...
*
Add `foreign_key` as an option to `references` for `change_table`
Sean Griffin
2014-12-22
1
-0
/
+43
*
Add a `foreign_key` option to `references` while creating the table
Sean Griffin
2014-12-22
1
-0
/
+60
*
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
1
-0
/
+31
*
Failure to rollback t.timestamps when within a change_table migration
noam
2014-12-03
2
-4
/
+4
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-6
/
+6
*
raise a better exception for renaming long indexes
Aaron Patterson
2014-11-20
1
-0
/
+14
*
Support symbol foreign key to delete
dtaniwaki
2014-11-19
1
-0
/
+8
*
Force table creation in tests
Sean Griffin
2014-11-17
1
-2
/
+2
*
add a Table#name accessor like TableDefinition#name
Cody Cutrer
2014-11-10
1
-0
/
+6
*
Use type column first in multi-column indexes
Derek Prior
2014-10-24
2
-3
/
+3
*
add table.bigint support
Aaron Patterson
2014-10-15
1
-0
/
+19
*
Replace drop sql statement to drop_table method
Yasuo Honda
2014-09-11
1
-2
/
+2
*
Added enable_extension! to helper
Abdelkader Boudih
2014-09-05
1
-1
/
+2
*
Remove 'if exists' from drop table statement then use `table_exists?`
Yasuo Honda
2014-09-03
1
-2
/
+2
*
Bring original puts back after finishing tests
Akira Matsuda
2014-08-29
1
-4
/
+0
*
Merge pull request #16481 from sgrif/sg-change-default-timestamps
David Heinemeier Hansson
2014-08-17
3
-5
/
+8
|
\
|
*
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
3
-5
/
+8
*
|
Be sure to reset PK name renamed in the test
Akira Matsuda
2014-08-15
1
-0
/
+3
*
|
`index_exists?` with `:name` checks specified columns.
Yves Senn
2014-08-13
1
-0
/
+6
|
/
*
rename MiniTest to Minitest
Rajarshi Das
2014-08-02
1
-2
/
+2
*
Merge pull request #16231 from Envek/type_in_references
Yves Senn
2014-07-22
2
-0
/
+19
|
\
|
*
Allow to specify a type for foreign key column in migrations
Andrey Novikov
2014-07-22
2
-0
/
+24
|
/
*
create_join_table uses same logic as HABTM reflections
Stefan Kanev
2014-07-18
1
-0
/
+24
*
Disable some tests on SQLite
Rafael Mendonça França
2014-07-17
1
-77
/
+77
*
do not hold on to a stale connection object. fixes #15998
Aaron Patterson
2014-07-01
1
-2
/
+5
*
rename sequence only if it exists
Abdelkader Boudih
2014-06-27
1
-0
/
+10
*
fk: use random digest names
Yves Senn
2014-06-26
1
-14
/
+17
*
fk: raise for invalid :on_update / :on_delete values
Yves Senn
2014-06-26
1
-0
/
+10
*
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
[prev]
[next]