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
/
guides
/
source
/
active_record_querying.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a section to introduce `pluck`'s eager loading behavior
st0012
2019-05-03
1
-0
/
+15
*
[ci skip] Add ActiveRecord::Relation#extract_associated method to the active_...
Abhay Nikam
2019-03-30
1
-0
/
+1
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-0
/
+1
*
Add `:reselect` and `:optimizer_hints` to the list of finder methods
Ryuta Kamizono
2019-03-18
1
-0
/
+2
*
`ActiveRecord::Result#to_hash` has been renamed to `to_a` [ci skip]
Ryuta Kamizono
2019-03-17
1
-2
/
+5
*
Fix incorrect identifier quoting [ci skip]
Ryuta Kamizono
2019-03-07
1
-3
/
+3
*
Correct the limitation about `order` with `distinct` in the guide
Ryuta Kamizono
2019-03-07
1
-1
/
+2
*
Update links and code examples in the guides to use HTTPS where the host supp...
Nathaniel Suchy
2019-03-06
1
-3
/
+3
*
Merge pull request #33611 from willianveiga/feature/reselect-method
Andrew White
2019-03-01
1
-0
/
+26
|
\
|
*
Mention reselect new method in the "Active Record Query Interface" guide
Willian Gustavo Veiga
2018-10-04
1
-0
/
+26
*
|
How to use `select` is updated [ci skip]
soartec-lab
2019-02-24
1
-0
/
+2
*
|
Clarify scope body requirements
Gannon McGibbon
2018-11-26
1
-1
/
+1
|
/
*
Fix a typo in AR Query Interface [ci skip]
Andrew
2018-09-18
1
-1
/
+1
*
DRY in Active Record Query Interface [ci skip]
bogdanvlviv
2018-08-19
1
-16
/
+0
*
Fix syntax error in the doc [ci skip]
Ryuta Kamizono
2018-08-19
1
-1
/
+1
*
Explained difference between scope & class method
LemonAndroid
2018-08-19
1
-3
/
+9
*
[ci skip] Fix the outdated description for `find_each`.
Aditya Kapoor
2018-07-31
1
-1
/
+1
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
*
Update documentation for #pluck method [ci skip]
Jędrek Domański
2018-07-14
1
-0
/
+6
*
Added a lot of Oxford commas
Anthony Crumley
2018-05-10
1
-1
/
+1
*
Update "Active Record Query Interface" guide [ci skip]
bogdanvlviv
2017-12-04
1
-9
/
+9
*
fix the description for the `select_all` [ci skip]
Aditya Kapoor
2017-10-12
1
-2
/
+2
*
Fix typo in 'find_in_batches' example
hupfis
2017-09-26
1
-1
/
+1
*
Remove trailing spaces [ci skip]
Ryuta Kamizono
2017-08-27
1
-1
/
+1
*
Use https instead of http in guide [ci skip]
Yoshiyuki Hirano
2017-08-23
1
-1
/
+1
*
Change http postgresql.org links to https [ci skip]
yuuji.yaginuma
2017-07-30
1
-1
/
+1
*
Fix hash conditions documentation [ci skip]
Abraham Chan
2017-06-22
1
-2
/
+0
*
Grammar fixes
Jon Moss
2017-05-29
1
-2
/
+2
*
Merge pull request #29246 from nihemak/fix-docs-take-first
Matthew Draper
2017-05-27
1
-3
/
+3
|
\
|
*
[ci skip]fix wrong variable name in docs
Makoto Nihei
2017-05-27
1
-3
/
+3
*
|
[ci skip]fix wrong variable name in docs
Makoto Nihei
2017-05-27
1
-1
/
+1
|
/
*
Add ActiveRecord::Relation#or description to guides [ci skip]
Krzysztof Maicher
2017-05-25
1
-0
/
+13
*
Add default_scope note to AR guide [ci skip]
Ross Kaffenberger
2017-03-31
1
-2
/
+14
*
Remove ability update locking_column value
bogdanvlviv
2017-03-16
1
-3
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-03-04
1
-1
/
+1
|
\
|
*
Fix generated query in Retrieving specific data from multiple tables section ...
Vipul A M
2017-03-04
1
-1
/
+1
*
|
fixed suspected typo in sample sql query
Shay
2017-03-02
1
-1
/
+1
|
/
*
Update guides/source/active_record_querying.md
bogdanvlviv
2016-11-10
1
-0
/
+3
*
Remove dup distinct from AR query list [ci skip]
Jeremy Wilmot
2016-09-30
1
-1
/
+0
*
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Andrey Molchanov
2016-09-17
1
-1
/
+1
*
Fix table name typos [ci skip]
Waitaya Krongapiradee
2016-09-08
1
-1
/
+1
*
Change form of table name to plural in query example
Danila Ermakov
2016-08-22
1
-2
/
+2
*
Update docs for query interface to not declare that all methods return instan...
Scott Antipa
2016-08-21
1
-3
/
+3
*
Document know limitation about using `references` in conjunction with eager l...
Vipul A M
2016-08-09
1
-2
/
+3
*
[ci skip] Add documentation for error using select with order
Chetna Sharma
2016-07-25
1
-0
/
+1
*
finders guide: updates the section about batch processing [ci skip]
Xavier Noria
2016-07-14
1
-15
/
+38
*
Use #distinct instead of #uniq in the guides [ci skip] (#25098)
Junya Ogura
2016-05-21
1
-1
/
+1
*
Add SQL examples for equality and NOT [ci skip]
Tom Copeland
2016-04-21
1
-3
/
+13
*
MariaDB Documentation
iangilfillan
2016-04-14
1
-3
/
+5
*
Correct typos in "Active Record Query Interface" guide
Laura Murphy-Clarkin
2016-03-25
1
-19
/
+19
[next]