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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-0
/
+4
*
Add `touch_all` method to `ActiveRecord::Relation`
fatkodima
2018-04-13
1
-0
/
+8
*
[ci skip] Fully quantify Active Record module in changelog.
Kasper Timm Hansen
2018-04-02
1
-1
/
+1
*
Add AR::Base.base_class? predicate
Bogdan Gusiev
2018-04-02
1
-0
/
+4
*
Add custom prefix to ActiveRecord::Store accessors
Tan Huynh
2018-03-23
1
-0
/
+4
*
Remove changelog header for unreleased version
Rafael Mendonça França
2018-03-13
1
-2
/
+0
*
Remove CHANGELOG entries which were backported to 5-2-stable
Ryuta Kamizono
2018-02-28
1
-14
/
+0
*
Fix a typo in activerecord/CHANGELOG.md
okkez
2018-02-28
1
-1
/
+1
*
Merge pull request #31966 from kg8m/fix_limited_ids_for
Ryuta Kamizono
2018-02-28
1
-0
/
+8
|
\
|
*
Fix `#columsn_for_distinct` of MySQL and PostgreSQL
kg8m
2018-02-27
1
-0
/
+8
|
/
*
Make `reflection.klass` raise if `polymorphic?` not to be misused
Ryuta Kamizono
2018-02-19
1
-0
/
+6
*
Add a CHANGELOG entry for #31941 [ci skip]
Ryuta Kamizono
2018-02-19
1
-0
/
+4
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-0
/
+5
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-0
/
+3
*
Add #create_or_find_by to lean on unique constraints (#31989)
David Heinemeier Hansson
2018-02-14
1
-0
/
+6
*
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
1
-667
/
+1
*
Deprecate `expand_hash_conditions_for_aggregates`
Ryuta Kamizono
2018-01-29
1
-0
/
+5
*
Merge pull request #31724 from orekyuu/fix-expand-composed-object-array
Ryuta Kamizono
2018-01-29
1
-0
/
+14
|
\
|
*
Fix not expanded problem when passing an Array object as argument to the wher...
orekyuu
2018-01-26
1
-0
/
+14
|
/
*
Fix `count(:all)` with eager loading and having an order other than the drivi...
Ryuta Kamizono
2018-01-25
1
-0
/
+6
*
Expand AR to Active Record [ci skip]
Ryuta Kamizono
2018-01-25
1
-2
/
+2
*
Clear the transaction state when AR object is duped
Yuriy Ustushenko
2018-01-25
1
-0
/
+6
*
Support for PostgreSQL foreign tables
fatkodima
2018-01-22
1
-0
/
+4
*
Fix relation merger issue with `left_outer_joins`
Mehmet Emin INAC
2018-01-15
1
-0
/
+4
*
Don't allow destroyed object mutation after `save` or `save!` is called
Ryuta Kamizono
2018-01-15
1
-0
/
+4
*
Merge pull request #23146 from piotrj/issue_18424
Ryuta Kamizono
2018-01-11
1
-0
/
+6
|
\
*
\
Merge pull request #16314 from zoltankiss/allow-nested-has-many-associations-...
Ryuta Kamizono
2018-01-10
1
-0
/
+38
|
\
\
*
|
|
resolve inconsistencies between first and to_a.first with limit
Brian Christian
2018-01-09
1
-0
/
+8
*
|
|
Merge pull request #27561 from fishbrain/count-all-in-has-many-association
Ryuta Kamizono
2018-01-03
1
-0
/
+5
|
\
\
\
|
*
|
|
Use `count(:all)` in HasManyAssociation#count_records
Klas Eskilson
2017-02-07
1
-0
/
+5
*
|
|
|
Merge pull request #27780 from mikelikesbikes/fix-update-attribute-callbacks-...
Ryuta Kamizono
2017-12-25
1
-0
/
+4
*
|
|
|
Remove verbose_query_logs from new_framework_defaults_5_2.rb
Eugene Kenny
2017-12-20
1
-2
/
+2
*
|
|
|
Fix `count(:all)` to correctly work `distinct` with custom SELECT list
Ryuta Kamizono
2017-12-20
1
-0
/
+4
*
|
|
|
Using subselect for `delete_all` with `limit` or `offset`
Ryuta Kamizono
2017-12-19
1
-0
/
+5
*
|
|
|
Add changelog entry for e1ceb10
Chris Salzberg
2017-12-17
1
-0
/
+5
*
|
|
|
Log call site for all queries
Olivier Lacan
2017-12-13
1
-1
/
+12
*
|
|
|
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
1
-0
/
+83
*
|
|
|
Tweaks CHANGELOGs [ci skip]
Ryuta Kamizono
2017-12-01
1
-2
/
+2
*
|
|
|
Add support for PostgreSQL operator classes to add_index
Greg Navis
2017-11-30
1
-0
/
+8
*
|
|
|
Merge pull request #31179 from kinnrot/scoping-reserved-names
Rafael Mendonça França
2017-11-28
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Prevent scope named same as a ActiveRecord::Relation instance method.
Chen Kinnrot
2017-11-28
1
-0
/
+6
*
|
|
|
|
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-0
/
+5
|
/
/
/
/
*
|
|
|
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
1
-0
/
+2
*
|
|
|
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
1
-0
/
+5
*
|
|
|
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
1
-1
/
+1
*
|
|
|
Fix typo s/only_up/up_only/ [ci skip]
Ryuta Kamizono
2017-11-15
1
-1
/
+1
*
|
|
|
Add a #populate method to migrations (#31082)
Rich
2017-11-14
1
-0
/
+5
*
|
|
|
Merge pull request #27947 from mastahyeti/unsafe_raw_sql
Matthew Draper
2017-11-14
1
-0
/
+30
|
\
\
\
\
*
|
|
|
|
Properly cast input in `update_all`
Sean Griffin
2017-11-13
1
-0
/
+6
*
|
|
|
|
Add new error class `StatementTimeout` which will be raised when statement ti...
Ryuta Kamizono
2017-11-13
1
-0
/
+5
[next]