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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #32213 from yujideveloper/feature/delegate-ar-base-pick-to...
Ryuta Kamizono
2018-03-09
2
-1
/
+6
|
\
|
*
Add `delegate :pick, to: :all`
Yuji Hanamura
2018-03-09
2
-1
/
+6
|
/
*
Revert "PERF: Recover `changes_applied` performance (#31698)"
Sean Griffin
2018-03-06
2
-2
/
+5
*
Fix dependence on has_one/belongs_to relationships
Fernando Gorodscy
2018-03-06
4
-1
/
+58
*
update comment to reflect new supported patterns [ci skip]
Xavier Noria
2018-03-06
1
-0
/
+4
*
whitelist NULLS { FIRST | LAST } in order clauses
Xavier Noria
2018-03-06
2
-1
/
+28
*
Fix that after commit callbacks on update does not triggered when optimistic ...
Ryuta Kamizono
2018-03-06
3
-53
/
+42
*
Introduce `_update_row` to decouple optimistic locking concern from `Persiste...
Ryuta Kamizono
2018-03-05
2
-28
/
+45
*
Introduce `_delete_record` and use it for deleting a record
Ryuta Kamizono
2018-03-05
2
-21
/
+23
*
Prefer `_update_record` than `update_all` for updating a record
Ryuta Kamizono
2018-03-05
2
-28
/
+35
*
Refactor `_substitute_values` to be passed attribute names and values
Ryuta Kamizono
2018-03-05
3
-23
/
+15
*
`id_in_database` should be respected as primary key value for persisted records
Ryuta Kamizono
2018-03-05
3
-2
/
+41
*
Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-Bignum
Ryuta Kamizono
2018-03-05
4
-16
/
+8
|
\
|
*
Fix occurrences Fixnum|Bignum
bogdanvlviv
2018-03-04
4
-16
/
+8
*
|
`id_in_database` do not return nil value for persisted record
Ryuta Kamizono
2018-03-04
2
-4
/
+4
|
/
*
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
3
-9
/
+9
*
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
8
-23
/
+43
*
Deprecate `active_support/core_ext/hash/compact`
yuuji.yaginuma
2018-03-02
1
-2
/
+0
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
3
-6
/
+6
*
Ruby 2.4: take advantage of String#unpack1
Jeremy Daer
2018-03-01
2
-2
/
+2
*
PostgreSQL adapter also supports bulk alter since #31331 [ci skip]
yuuji.yaginuma
2018-03-02
1
-1
/
+1
*
Remove staled comment for `JoinDependency#initialize`
Ryuta Kamizono
2018-03-02
1
-21
/
+0
*
Don't expose `verbose?` helper method
Ryuta Kamizono
2018-03-02
1
-6
/
+4
*
Use `delegate private: true` for `SchemaCreation`
Ryuta Kamizono
2018-03-02
2
-5
/
+3
*
Remove CHANGELOG entries which were backported to 5-2-stable
Ryuta Kamizono
2018-02-28
1
-14
/
+0
*
Alias `assign_attributes` to `attributes=` for `AttributeAssignment`
Ryuta Kamizono
2018-02-28
1
-5
/
+0
*
Don't include unused `ActiveSupport::Concern`
Ryuta Kamizono
2018-02-28
1
-1
/
+0
*
Fix a typo in activerecord/CHANGELOG.md
okkez
2018-02-28
1
-1
/
+1
*
Merge pull request #31171 from sambostock/improve-abstract-class-documentation
Ryuta Kamizono
2018-02-28
1
-10
/
+36
|
\
|
*
Expand AR::Base.abstract_class documentation
Sam Bostock
2018-02-20
1
-10
/
+36
*
|
Use `with_partial_writes` helper in `activerecord/test/cases/dirty_test.rb`
bogdanvlviv
2018-02-28
1
-5
/
+1
*
|
Merge pull request #31966 from kg8m/fix_limited_ids_for
Ryuta Kamizono
2018-02-28
6
-17
/
+30
|
\
\
|
*
|
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
6
-17
/
+30
|
/
/
*
|
Merge pull request #32005 from maschwenk/ar-distinct-order-count-regression
Ryuta Kamizono
2018-02-27
3
-1
/
+13
|
\
\
|
*
|
Distinct with order #count regression
Max Schwenk
2018-02-25
2
-1
/
+9
*
|
|
Merge pull request #31189 from tgxworld/raise_error_when_advisory_lock_is_not...
Rafael França
2018-02-27
2
-2
/
+27
|
\
\
\
|
*
|
|
Raise an error if advisory lock in migrator was not released.
Guo Xiang Tan
2017-11-21
2
-2
/
+27
*
|
|
|
Partly revert 91b30a001b79096b60d9424a4664a417dce0b767
Ryuta Kamizono
2018-02-27
1
-1
/
+7
*
|
|
|
Ensure we don't write virtual attributes on update, too
Sean Griffin
2018-02-26
3
-2
/
+6
*
|
|
|
Never attempt to write virtual attributes to the database
Sean Griffin
2018-02-26
2
-1
/
+22
*
|
|
|
Fix "NameError: uninitialized constant Categorization::Category"
yuuji.yaginuma
2018-02-26
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #31895 from kamipo/do_not_attempt_to_find_inverse_of_polym...
Ryuta Kamizono
2018-02-26
7
-10
/
+30
|
\
\
\
|
*
|
|
Do not attempt to automatically find the inverse of a polymorphic `belongs_to...
Ryuta Kamizono
2018-02-19
1
-10
/
+4
|
*
|
|
Make `reflection.klass` raise if `polymorphic?` not to be misused
Ryuta Kamizono
2018-02-19
7
-1
/
+27
*
|
|
|
Association creation and finding should work consistently (#32048)
Ryuta Kamizono
2018-02-26
3
-7
/
+37
*
|
|
|
More exercise range predicate builder
Ryuta Kamizono
2018-02-23
1
-0
/
+9
*
|
|
|
PostgreSQL: Allow BC dates like datetime consistently
Ryuta Kamizono
2018-02-23
2
-0
/
+21
*
|
|
|
PostgreSQL: Treat infinite values in date like datetime consistently
Ryuta Kamizono
2018-02-23
7
-4
/
+107
*
|
|
|
Use private attr_reader
Ryuta Kamizono
2018-02-23
12
-26
/
+13
*
|
|
|
Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"
eileencodes
2018-02-22
2
-0
/
+20
[next]