aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
Commit message (Collapse)AuthorAgeFilesLines
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+3
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-7/+7
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* ActiveRecord -> Active RecordSteve Klabnik2012-11-291-1/+1
| | | | | The proper name, as per the documentation guides, is 'Active Record.' I've updated several references to it as 'ActiveRecord'.
* Fix broken link in Active Record Query Interface guideJaime Iniesta2012-11-181-1/+1
|
* Revert "add AR deep dive video links to guides"Vijay Dev2012-11-171-15/+0
| | | | This reverts commit 25648ce35b9d8df9fac81c1d53c45aaeef08fde9.
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-28/+28
|
* add AR deep dive video links to guidesschneems2012-11-141-0/+15
|
* make syntax of select.map(&:field) same as pluckGaurish Sharma2012-11-081-0/+2
| | | The shortcut ampersand syntax of `select.map(&:field)` is same thing as `.plunk(:field)`. document that
* Fix a pair of typos on Active Record Querying guideJaime Iniesta2012-10-261-2/+2
|
* nodoc the first_or_create methods and document alternativesJon Leighton2012-10-191-28/+11
|
* Add Relation#find_or_create_by and friendsJon Leighton2012-10-191-20/+51
| | | | | | | This is similar to #first_or_create, but slightly different and a nicer API. See the CHANGELOG/docs in the commit. Fixes #7853
* remove non sequitur NOTE on :includeNed Ruggeri2012-10-011-2/+0
|
* Remove readonly notice.Steve Klabnik2012-09-261-2/+0
| | | | | | | You need to have @implicit_readonly set for this to happen, and it's false by defualt. Fixes #3386.
* remove duplicationJuanjo Bazán2012-09-241-1/+0
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-6/+6
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-26/+23
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-14/+14
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-179/+179
|
* change shell to bashPrem Sichanugrist2012-09-171-1/+1
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-30/+30
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-87/+111
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-302/+302
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+1616