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
*
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
|
\
|
*
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
1
-0
/
+17
*
|
Add support for invalid foreign keys in Postgres
Travis Hunter
2017-12-01
1
-0
/
+68
|
/
*
Remove deprecated argument `default` from `index_name_exists?`
Rafael Mendonça França
2017-10-23
1
-4
/
+2
*
Should test `LegacyPrimaryKeyTest` to both `V5_0` and `V4_2`
Ryuta Kamizono
2017-10-18
1
-15
/
+34
*
compatibility - use int instead of bigint
pavel
2017-10-18
1
-0
/
+3
*
Adding legacy primary key should be compatible
Ryuta Kamizono
2017-09-23
1
-0
/
+51
*
Use algorithm while removing index with db:rollback
Mehmet Emin İNAÇ
2017-09-21
1
-0
/
+5
*
make create_join_table compatible.
Yuki Masutomi
2017-09-20
1
-0
/
+30
*
Merge pull request #29850 from yahonda/test_with_mariadb_102_on_trusty
Ryuta Kamizono
2017-09-01
1
-0
/
+4
|
\
|
*
Skip `test_remove_column_with_multi_column_index`
Yasuo Honda
2017-09-01
1
-0
/
+4
*
|
`add_reference` should respect column position for both reference id and type...
Ryuta Kamizono
2017-09-01
1
-0
/
+10
|
/
*
Improve `migration/column_attributes_test.rb` (#25286)
Ryuta Kamizono
2017-08-18
1
-3
/
+17
*
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
17
-0
/
+34
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
17
-17
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
17
-0
/
+17
*
Merge pull request #29455 from kirs/remove-column-with-fk-mysql
Guillermo Iguaran
2017-06-16
1
-0
/
+10
|
\
|
*
Remove FK together with column in MySQL
Kir Shatrov
2017-06-16
1
-0
/
+10
*
|
Add test for backward compatibility when using change_table
Koichi ITO
2017-06-13
1
-0
/
+15
|
/
*
`rename_table` renames primary key index name
Yaw Boakye
2017-05-29
1
-0
/
+23
*
Remove a redundant test case of command_recorder_test
Koichi ITO
2017-05-29
1
-5
/
+0
*
Both reference id and type should be `NOT NULL` if `null: false` is specified
Ryuta Kamizono
2017-05-19
1
-0
/
+8
*
Use a query that's compatible with PostgreSQL 9.2
Matthew Draper
2017-04-12
1
-1
/
+1
*
Don't share `options` with a reference type column
Ryuta Kamizono
2017-03-04
1
-0
/
+7
*
`create_join_table` should respect `references` column type
Ryuta Kamizono
2017-02-28
1
-1
/
+12
*
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
1
-12
/
+0
*
Fix `change_column` to drop default with `null: false`
Ryuta Kamizono
2017-02-26
1
-0
/
+10
*
Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...
Rafael França
2017-02-23
1
-0
/
+16
|
\
|
*
Fix `remove_reference` to multiple foreign keys in the same table
Ryuta Kamizono
2017-02-11
1
-0
/
+16
*
|
Correctly dump native timestamp types for MySQL
Ryuta Kamizono
2017-02-23
1
-0
/
+2
*
|
Remove unused DdlHelper in ForeignKeyTest
Ryuta Kamizono
2017-02-14
1
-2
/
+0
*
|
Use ActiveRecord `bigint` type, not SQL literal bigint
Yasuo Honda
2017-02-14
1
-11
/
+14
*
|
Deprecate passing `default` to `index_name_exists?`
Ryuta Kamizono
2017-02-13
1
-2
/
+4
*
|
The `default` arg of `index_name_exists?` makes to optional
Ryuta Kamizono
2017-02-13
1
-8
/
+6
|
/
*
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
3
-14
/
+13
[next]