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
...
*
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
*
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
1
-0
/
+104
*
Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+
Ryuta Kamizono
2017-02-01
1
-6
/
+1
*
show correct class name in migration inherited directly error
yuuji.yaginuma
2017-01-24
1
-2
/
+3
*
SQLite: Foreign Key Support
Ryuta Kamizono
2017-01-17
2
-9
/
+47
*
Raises when `ActiveRecord::Migration` is inherited directly.
Rafael Mendonça França
2016-12-29
1
-12
/
+6
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
3
-15
/
+13
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Translate NOT NULL violation to the specific exception
Ryuta Kamizono
2016-12-06
1
-7
/
+11
*
Change MySQL and Postgresql to use Bigint primary keys
Jon McCartie
2016-12-05
3
-8
/
+13
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Merge pull request #26631 from kamipo/remove_duplicate_condition
Matthew Draper
2016-10-06
1
-3
/
+1
|
\
|
*
Remove duplicated `unless current_adapter?(:SQLite3Adapter)` condition
Ryuta Kamizono
2016-09-27
1
-3
/
+1
*
|
`:text_too_big` column should be `:text`, not `:integer`
Ryuta Kamizono
2016-09-27
1
-1
/
+1
|
/
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
2
-5
/
+5
*
Remove duplicated `elsif` branch
Ryuta Kamizono
2016-09-11
1
-2
/
+0
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-4
/
+4
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
7
-40
/
+40
[prev]
[next]