aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
Commit message (Collapse)AuthorAgeFilesLines
* 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