Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken link in Active Record Query Interface guide | Jaime Iniesta | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | Revert "add AR deep dive video links to guides" | Vijay Dev | 2012-11-17 | 1 | -15/+0 |
| | | | | This reverts commit 25648ce35b9d8df9fac81c1d53c45aaeef08fde9. | ||||
* | Switch to 1.9 hash syntax | Agis Anastasopoulos | 2012-11-15 | 1 | -28/+28 |
| | |||||
* | add AR deep dive video links to guides | schneems | 2012-11-14 | 1 | -0/+15 |
| | |||||
* | make syntax of select.map(&:field) same as pluck | Gaurish Sharma | 2012-11-08 | 1 | -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 guide | Jaime Iniesta | 2012-10-26 | 1 | -2/+2 |
| | |||||
* | nodoc the first_or_create methods and document alternatives | Jon Leighton | 2012-10-19 | 1 | -28/+11 |
| | |||||
* | Add Relation#find_or_create_by and friends | Jon Leighton | 2012-10-19 | 1 | -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 :include | Ned Ruggeri | 2012-10-01 | 1 | -2/+0 |
| | |||||
* | Remove readonly notice. | Steve Klabnik | 2012-09-26 | 1 | -2/+0 |
| | | | | | | | You need to have @implicit_readonly set for this to happen, and it's false by defualt. Fixes #3386. | ||||
* | remove duplication | Juanjo Bazán | 2012-09-24 | 1 | -1/+0 |
| | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -6/+6 |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | ||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -26/+23 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -14/+14 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -179/+179 |
| | |||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -30/+30 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -87/+111 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -302/+302 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+1616 |