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
*
use singular table name if pluralize_table_names is setted as false while cre...
Mehmet Emin İNAÇ
2015-04-06
1
-0
/
+22
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
6
-6
/
+6
*
tests, favor `drop_table` and `:if_exists` over raw SQL.
Yves Senn
2015-03-02
1
-1
/
+1
*
The short-hand methods should be able to define multiple columns
Ryuta Kamizono
2015-02-23
1
-1
/
+19
*
Extract the short-hand methods into `ColumnMethods`
Ryuta Kamizono
2015-02-23
1
-0
/
+8
*
Extract `primary_key` method into `ColumnMethods`
Ryuta Kamizono
2015-02-22
1
-0
/
+7
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
2
-5
/
+5
*
Merge pull request #18662 from estum/foreign-key-exists
Yves Senn
2015-02-16
1
-0
/
+21
|
\
|
*
Add `foreign_key_exists?` method.
Anton
2015-01-24
1
-0
/
+21
*
|
tests, remove unused requires.
Yves Senn
2015-02-12
1
-1
/
+0
*
|
prefer `drop_table :table, if_exists: true` over explicit checks.
Yves Senn
2015-02-11
1
-2
/
+2
*
|
add test to ensure `remove_reference` with index and fk is invertable.
Yves Senn
2015-02-11
1
-0
/
+5
*
|
fix `remove_reference` with `foreign_key: true` on MySQL. #18664.
Yves Senn
2015-02-11
1
-0
/
+10
*
|
Add `auto_increment?` instead of `extra == 'auto_increment'`
Ryuta Kamizono
2015-02-08
1
-1
/
+1
*
|
Merge pull request #18526 from vipulnsward/add-silence-stream
Rafael Mendonça França
2015-02-05
1
-11
/
+2
|
\
\
|
*
|
- Extracted silence_stream method to new module in activesupport/testing.
Vipul A M
2015-01-20
1
-11
/
+2
*
|
|
Generate consistent names for foreign keys
Chris Sinjakli
2015-02-03
1
-2
/
+2
*
|
|
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
2
-5
/
+5
|
|
/
|
/
|
*
|
Replace `if exists` with `table_exists?` and drop table statement with `drop_...
Yasuo Honda
2015-01-21
1
-2
/
+2
*
|
tests, use `drop_table if_exists: true` in our test suite.
Yves Senn
2015-01-20
4
-7
/
+7
*
|
Add an `:if_exists` option to `drop_table`
Stefan Kanev
2015-01-19
1
-0
/
+11
*
|
Remove unused accessor
Ryuta Kamizono
2015-01-19
1
-1
/
+1
|
/
*
Use IO::NULL always
Nobuyoshi Nakada
2015-01-10
1
-1
/
+1
*
Add firebird support to test suite
Ray Zane
2015-01-05
1
-18
/
+20
*
Change the default `null` value for `timestamps` to `false`
Rafael Mendonça França
2015-01-04
1
-10
/
+7
*
Remove deprecated methods at `Kernel`.
Rafael Mendonça França
2015-01-04
1
-1
/
+13
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
1
-2
/
+2
*
Don't wrap `create_table` in a transaction for tests which run on MySQL
Sean Griffin
2014-12-22
1
-3
/
+1
*
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
|
/
[next]