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
/
lib
/
active_record
/
querying.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing `touch_all` delegation to relation
Ryuta Kamizono
2019-04-05
1
-1
/
+1
*
Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...
David Heinemeier Hansson
2019-03-29
1
-1
/
+1
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-1
/
+1
*
Support Optimizer Hints
Ryuta Kamizono
2019-03-16
1
-1
/
+1
*
Delegate `only` query method to relation as with `except`
Ryuta Kamizono
2019-03-07
1
-1
/
+1
*
Refactor AR::Querying to extract `QUERYING_METHODS` list
Ryuta Kamizono
2019-03-07
1
-13
/
+17
*
Fixed reselect throwing NoMethodError on ActiveRecord.
Abhay Nikam
2019-03-03
1
-1
/
+2
*
Merge pull request #35316 from abhaynikam/35304-add-delete_by_and_destroy_by
Ryuta Kamizono
2019-02-19
1
-1
/
+1
|
\
|
*
Introduce delete_by and destroy_by methods to ActiveRecord::Relation
Abhay Nikam
2019-02-19
1
-1
/
+1
|
/
*
Should respect attribute_types over column_types
Ryuta Kamizono
2019-02-13
1
-2
/
+1
*
Improve ActiveRecord::Querying documentation [ci skip]
Aaron Sumner
2018-11-28
1
-7
/
+9
*
Cached columns_hash fields should be excluded from ResultSet#column_types
DmitryTsepelev
2018-11-27
1
-1
/
+2
*
Speed up homogeneous AR lists / reduce allocations
Aaron Patterson
2018-06-25
1
-1
/
+6
*
Merge pull request #32213 from yujideveloper/feature/delegate-ar-base-pick-to...
Ryuta Kamizono
2018-03-09
1
-1
/
+1
|
\
|
*
Add `delegate :pick, to: :all`
Yuji Hanamura
2018-03-09
1
-1
/
+1
|
/
*
Add #create_or_find_by to lean on unique constraints (#31989)
David Heinemeier Hansson
2018-02-14
1
-1
/
+1
*
Place class level `update`, `destroy`, and `delete` in `Persistence::ClassMet...
Ryuta Kamizono
2017-09-18
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add missing `delegate :extending, to: :all`
Ryuta Kamizono
2017-06-01
1
-1
/
+1
*
uniq was deprecated and removed already
Rafael Mendonça França
2017-03-17
1
-1
/
+1
*
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-2
/
+2
*
Deprecate `sanitize_conditions`. Use `sanitize_sql` instead
Ryuta Kamizono
2016-08-18
1
-2
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Fix the calling `merge` method at first in a scope
suginoy
2016-07-19
1
-1
/
+1
*
Do not delegate `AR::Base#empty?` to `all`
Sean Griffin
2016-05-02
1
-1
/
+1
*
Delegate some additional methods in querying.rb
Kenta
2016-03-30
1
-1
/
+1
*
Ensure prepared statement caching still occurs with Adequate Record
Sean Griffin
2016-02-11
1
-2
/
+2
*
rename to 'second_to_last' and 'third_to_last'
Brian Christian
2016-02-10
1
-1
/
+1
*
allow Array.penultimate and Array.antepenultiate access methods
Brian Christian
2016-02-09
1
-1
/
+1
*
Alias left_joins to left_outer_joins
Takashi Kokubun
2015-10-31
1
-1
/
+1
*
Merge pull request #12071 from Crunch09/outer_joins
Sean Griffin
2015-10-30
1
-1
/
+1
|
\
|
*
added ActiveRecord::Relation#left_outer_joins
Florian Thomas
2015-05-19
1
-1
/
+1
*
|
Add ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
1
-1
/
+1
|
/
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-1
/
+1
*
Fix doc formatting for `count_by_sql`
claudiob
2015-01-01
1
-3
/
+4
*
Revert "Improve performance of AR object instantiation"
Sean Griffin
2014-11-14
1
-1
/
+1
*
Improve performance of AR object instantiation
Sean Griffin
2014-11-05
1
-1
/
+1
*
measure record instantiation time in AS::Notifications
Aaron Patterson
2014-10-13
1
-1
/
+10
*
some object allocation reduction for new AR objects
Aaron Patterson
2014-09-27
1
-1
/
+2
*
Remove old deprecation warning
Sean Griffin
2014-06-22
1
-8
/
+1
*
No need to decorate columns twice
Sean Griffin
2014-06-10
1
-1
/
+1
*
Result sets never override a model's column type
Sean Griffin
2014-05-29
1
-1
/
+1
*
Ensure #second acts like #first AR finder
Jason Meller
2014-01-20
1
-0
/
+1
*
Delegate #rewhere to all on the class like all other relation methods
David Heinemeier Hansson
2013-11-02
1
-1
/
+1
*
Moving the `pluck` and `ids` methods to their own delegate line.
wangjohn
2013-06-25
1
-8
/
+9
*
improved doc for ActiveRecord#find_by_sql method (Refs #10599) [ci skip]
Anton Kalyaev
2013-05-14
1
-3
/
+4
*
Delegate #unscope query method
Carlos Antonio da Silva
2013-04-28
1
-1
/
+1
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-1
/
+1
[next]