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
*
make change_column_comment and change_table_comment invertible
Yoshiyuki Kinjo
2019-04-15
2
-0
/
+63
*
Fix `presicion` -> `precision`
yuuji.yaginuma
2019-04-13
1
-2
/
+2
*
Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...
Ryuta Kamizono
2019-04-07
1
-3
/
+3
*
Respect table name prefix/suffix for `truncate_all`
Ryuta Kamizono
2019-04-04
1
-1
/
+1
*
Cache database version in schema cache
Ali Ibrahim
2019-04-03
1
-1
/
+1
*
Just inherit `ForeignKeyChangeColumnTest` for with prefix/suffix tests
Ryuta Kamizono
2019-03-07
1
-17
/
+5
*
Allow `remove_foreign_key` with both `to_table` and `options`
Ryuta Kamizono
2019-03-06
1
-0
/
+12
*
Remove unnecessary `current_adapter?(:OracleAdapter)` for index length
Yasuo Honda
2019-03-03
1
-8
/
+5
*
Oracle 12.2+ supports 128 byte identifier length
Yasuo Honda
2019-03-03
1
-10
/
+2
*
Refactor `type_to_sql` to handle converting `limit` to `size` in itself
Ryuta Kamizono
2019-02-26
1
-4
/
+2
*
Remove `NoForeignKeySupportTest` which is no longer reached
Ryuta Kamizono
2019-02-16
2
-46
/
+0
*
Add `remove_foreign_key` for `change_table`
Ryuta Kamizono
2019-02-11
1
-0
/
+11
*
SQLite3: Implement `add_foreign_key` and `remove_foreign_key`
Ryuta Kamizono
2019-02-11
3
-15
/
+43
*
More exercise table name prefix and suffix tests
Ryuta Kamizono
2019-02-11
1
-25
/
+81
*
Merge pull request #35203 from chiastolite/add_column_without_column_names
Ryuta Kamizono
2019-02-10
1
-0
/
+11
|
\
|
*
Do not allow to add column without column name
Hiroyuki Morita
2019-02-10
1
-0
/
+9
|
/
*
Make `t.timestamps` with precision by default
Ryuta Kamizono
2019-01-26
1
-0
/
+71
*
Fix `t.timestamps` missing `null: false` in `change_table bulk: true`
Ryuta Kamizono
2019-01-26
1
-0
/
+17
*
Allow `column_exists?` giving options without type
Ryuta Kamizono
2019-01-26
1
-6
/
+6
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-16
/
+14
*
Merge pull request #23593 from meinac/add_index_option_for_change_table
Ryuta Kamizono
2018-10-01
1
-0
/
+8
|
\
|
*
Index option added for change_table migrations
Mehmet Emin INAC
2018-09-22
1
-0
/
+8
*
|
Fix `transaction` reverting for migrations
fatkodima
2018-09-26
2
-0
/
+24
*
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
2
-5
/
+5
|
/
*
SQLite3: Fix rename reference column not to lose foreign key constraint
Ryuta Kamizono
2018-08-20
1
-0
/
+16
*
Ensure `foreign_keys` assertions after alter table
Ryuta Kamizono
2018-08-19
1
-1
/
+5
*
Merge pull request #33585 from yahonda/diag33520
Ryuta Kamizono
2018-08-16
1
-0
/
+13
|
\
|
*
SQLite3 adapter `alter_table` method restores foreign keys
Yasuo Honda
2018-08-11
1
-0
/
+13
*
|
Follow up #33530
bogdanvlviv
2018-08-15
1
-0
/
+5
*
|
Allow `to_table` in `invert_remove_foreign_key`
Rich
2018-08-14
1
-0
/
+8
|
/
*
Migrations will raise an exception if there are multiple column definitions (...
Federico Martinez
2018-06-01
1
-0
/
+11
*
Disable foreign keys during `alter_table` for sqlite3 adapter
Yasuo Honda
2018-05-22
1
-0
/
+46
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
*
More exercise `test_remove_named_index`
Ryuta Kamizono
2018-05-02
1
-1
/
+4
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
3
-13
/
+13
*
Move fk_ignore_pattern from config.active_record to SchemaDumper
David Stosik
2018-03-22
1
-1
/
+4
*
Test config.active_record.fk_ignore_pattern
David Stosik
2018-03-20
1
-0
/
+8
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
5
-25
/
+25
*
Change refute to assert_not
Daniel Colson
2018-01-25
2
-7
/
+7
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-2
/
+2
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-25
/
+25
*
SQLite: Add more test cases for adding primary key
Ryuta Kamizono
2017-12-26
1
-58
/
+48
*
Fix `add_column` with :primary_key type compatibility for SQLite
fatkodima
2017-12-25
1
-0
/
+19
*
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-3
/
+3
*
`change_column_default` should be executed after type changing
Ryuta Kamizono
2017-12-03
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
2
-7
/
+8
*
Fix warning: assigned but unused variable - t
Ryuta Kamizono
2017-12-03
1
-1
/
+1
*
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
1
-0
/
+17
|
\
[next]