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
/
change_schema_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle
Yasuo Honda
2015-06-01
1
-1
/
+1
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-2
/
+2
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-2
/
+2
*
tests, use `drop_table if_exists: true` in our test suite.
Yves Senn
2015-01-20
1
-1
/
+1
*
Add an `:if_exists` option to `drop_table`
Stefan Kanev
2015-01-19
1
-0
/
+11
*
Change the default `null` value for `timestamps` to `false`
Rafael Mendonça França
2015-01-04
1
-10
/
+7
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
1
-2
/
+2
*
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
1
-0
/
+31
*
add table.bigint support
Aaron Patterson
2014-10-15
1
-0
/
+19
*
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
1
-2
/
+5
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-7
/
+7
*
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
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-10
/
+3
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-2
/
+1
*
make `change_column_null` reversible. Closes #13576.
Yves Senn
2014-01-08
1
-0
/
+16
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-22
/
+14
*
Fixes #10432 add_column not creating array columns in PostgreSQL
Adam Anderson
2013-06-04
1
-0
/
+29
*
Fix class and method name typos
Vipul A M
2013-05-12
1
-1
/
+1
*
Remove extra sort from test
Vipul A M
2013-01-21
1
-3
/
+3
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-2
/
+2
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-7
/
+7
*
raise `ArgumentError` when redefining the primary key column. Closes #6378
Yves Senn
2012-10-28
1
-0
/
+20
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
revert Default timestamps to non-null
Dave Kroondyk
2012-07-18
1
-2
/
+2
*
Add more options to column_exists? method
Aleksey Magusev
2012-06-30
1
-6
/
+12
*
Integer limit out of range should be allowed to raise. Closes #6272
Erich Menge
2012-05-16
1
-4
/
+0
*
Add `create_join_table` migration helper to create HABTM join tables
Rafael Mendonça França
2012-01-27
1
-1
/
+0
*
move another index related test case
Aaron Patterson
2012-01-13
1
-70
/
+0
*
move tests regarding index modification to their own class
Aaron Patterson
2012-01-13
1
-84
/
+0
*
decoupling more tests from AR::Base
Aaron Patterson
2012-01-13
1
-0
/
+45
*
move more schema modification tests
Aaron Patterson
2012-01-13
1
-0
/
+70
*
move column ordering tests to it's own class
Aaron Patterson
2012-01-10
1
-46
/
+0
*
refactoring migration test
Aaron Patterson
2012-01-10
1
-0
/
+414