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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
|
|
Fix `test_counter_cache_with_touch_and_lock_version` failure
Ryuta Kamizono
2017-12-18
1
-2
/
+2
*
|
|
|
|
|
|
|
|
Using table name qualified column names unless having SELECT list explicitly
Ryuta Kamizono
2017-12-18
1
-3
/
+7
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #31473 from shioyama/fix_instantiate_test_attributes
Ryuta Kamizono
2017-12-16
1
-4
/
+7
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Modify test to correctly pass attributes hash
Chris Salzberg
2017-12-15
1
-4
/
+7
*
|
|
|
|
|
|
|
|
Remove needless `change_table`
Ryuta Kamizono
2017-12-15
1
-6
/
+2
*
|
|
|
|
|
|
|
|
Clear dirty `schema_cache` after `dump_schema_cache`
Ryuta Kamizono
2017-12-15
1
-0
/
+1
*
|
|
|
|
|
|
|
|
Suppress expected exceptions by `report_on_exception` = `false`
Yasuo Honda
2017-12-14
1
-0
/
+2
*
|
|
|
|
|
|
|
|
Merge pull request #31289 from witlessbird/fips-compatibility
Eileen M. Uchitelle
2017-12-14
1
-4
/
+4
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-4
/
+4
*
|
|
|
|
|
|
|
|
|
Merge pull request #26815 from olivierlacan/log-query-source
Eileen M. Uchitelle
2017-12-14
1
-2
/
+19
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
Log call site for all queries
Olivier Lacan
2017-12-13
1
-2
/
+19
*
|
|
|
|
|
|
|
|
|
|
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
7
-15
/
+12
|
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
11
-22
/
+22
*
|
|
|
|
|
|
|
|
|
Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5
Yasuo Honda
2017-12-13
2
-0
/
+5
*
|
|
|
|
|
|
|
|
|
Fix inheritance object creation from relation
Ryuta Kamizono
2017-12-13
1
-0
/
+39
*
|
|
|
|
|
|
|
|
|
Convert protected_environments to an array of strings
bogdanvlviv
2017-12-12
2
-2
/
+31
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Make `sanitize_sql_` methods public
yuuji.yaginuma
2017-12-13
1
-24
/
+24
*
|
|
|
|
|
|
|
|
Merge pull request #31405 from bogdanvlviv/fix-conflicts-counter_cache-with-t...
Rafael França
2017-12-12
3
-3
/
+36
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
3
-3
/
+36
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge pull request #31403 from Edouard-chin/fix-quoted-columnname
Rafael França
2017-12-12
1
-0
/
+8
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Quote colum_names when building select:
Edouard CHIN
2017-12-11
1
-0
/
+8
|
|
/
/
/
/
/
/
/
/
*
/
/
/
/
/
/
/
/
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
5
-5
/
+5
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Reset schema cache after test
yuuji.yaginuma
2017-12-10
1
-0
/
+2
*
|
|
|
|
|
|
|
SQLite: Fix `copy_table` with composite primary keys
Ryuta Kamizono
2017-12-08
1
-2
/
+29
*
|
|
|
|
|
|
|
Fix `scope_for_create` to do not lose polymorphic associations
Ryuta Kamizono
2017-12-08
2
-1
/
+10
*
|
|
|
|
|
|
|
Merge pull request #31327 from aellispierce/custom-id-change-table-sqlite
Eileen M. Uchitelle
2017-12-07
1
-0
/
+18
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Fix sqlite migrations with custom primary keys
Ashley Ellis Pierce
2017-12-06
1
-0
/
+18
*
|
|
|
|
|
|
|
|
Address `ActiveRecord::NotNullViolation: OCIError: ORA-01400` for Oracle data...
Yasuo Honda
2017-12-07
1
-6
/
+14
*
|
|
|
|
|
|
|
|
Use `:string` instead of `:text` for `JsonAttributeTest`
Ryuta Kamizono
2017-12-06
2
-5
/
+10
*
|
|
|
|
|
|
|
|
Revert "Merge pull request #31341 from yahonda/skip_json_attribute_test"
Ryuta Kamizono
2017-12-06
1
-24
/
+22
*
|
|
|
|
|
|
|
|
Execute `JsonAttributeTest` only if `supports_json?` returns `true`
Yasuo Honda
2017-12-05
1
-22
/
+24
|
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)
Ryuta Kamizono
2017-12-03
1
-5
/
+3
*
|
|
|
|
|
|
|
Emulate JSON types for SQLite3 adapter (#29664)
Ryuta Kamizono
2017-12-03
2
-4
/
+2
*
|
|
|
|
|
|
|
`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
*
|
|
|
|
|
|
|
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
3
-6
/
+26
*
|
|
|
|
|
|
|
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
2
-2
/
+19
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
2
-2
/
+19
*
|
|
|
|
|
|
|
|
Add support for invalid foreign keys in Postgres
Travis Hunter
2017-12-01
1
-0
/
+68
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...
Matthew Draper
2017-12-01
3
-5
/
+40
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Add support for PostgreSQL operator classes to add_index
Greg Navis
2017-11-30
3
-5
/
+40
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Remove unnecessary scoping
Ryuta Kamizono
2017-12-01
1
-1
/
+1
*
|
|
|
|
|
|
|
Class level `update` and `destroy` checks all the records exist before making...
Ryuta Kamizono
2017-12-01
1
-4
/
+37
*
|
|
|
|
|
|
|
Maintain raising `RecordNotFound` for class level `update` and` destroy`
Ryuta Kamizono
2017-12-01
1
-2
/
+12
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #31214 from chopraanmol1/bug_fix_has_one_inverse_owner_rel...
Eileen M. Uchitelle
2017-11-29
2
-0
/
+14
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Inverse instance should not be reloaded during autosave if called in validation
Anmol Chopra
2017-11-27
2
-0
/
+14
*
|
|
|
|
|
|
|
Prevent scope named same as a ActiveRecord::Relation instance method.
Chen Kinnrot
2017-11-28
2
-0
/
+34
*
|
|
|
|
|
|
|
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
2
-2
/
+56
[prev]
[next]