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
*
SQLite3: Implement `add_foreign_key` and `remove_foreign_key`
Ryuta Kamizono
2019-02-11
1
-1
/
+5
*
Migrations will raise an exception if there are multiple column definitions (...
Federico Martinez
2018-06-01
1
-0
/
+11
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-3
/
+3
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Fix `s/klass.connection/connection/`
Ryuta Kamizono
2017-12-03
1
-1
/
+1
*
Fix `test_add_column_with_timestamp_type` failure
Ryuta Kamizono
2017-12-03
1
-7
/
+6
*
Fix `test_add_column_with_timestamp_type` when using Oracle
Koichi ITO
2017-07-25
1
-0
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Correctly dump native timestamp types for MySQL
Ryuta Kamizono
2017-02-23
1
-0
/
+2
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-2
/
+2
*
Translate NOT NULL violation to the specific exception
Ryuta Kamizono
2016-12-06
1
-7
/
+11
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-9
/
+9
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-6
/
+6
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-20
/
+20
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-28
/
+28
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-3
/
+3
*
Internal test migrations use the private 'Current' version
Matthew Draper
2015-12-15
1
-1
/
+1
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-2
/
+2
*
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
[next]