| Commit message (Expand) | Author | Age | Files | Lines |
* | rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. | Yves Senn | 2013-03-15 | 1 | -5/+6 |
* | copy edits [ci skip] | Vijay Dev | 2013-03-10 | 1 | -1/+1 |
* | fixing typo in the merging scopes section | Neeraj Singh | 2013-03-08 | 1 | -4/+3 |
* | Explained how merging of scope works | Neeraj Singh | 2013-03-08 | 1 | -0/+56 |
* | fixes active_record_querying #pluck example | awilliams | 2013-03-07 | 1 | -1/+1 |
* | Created an unscope method for removing relations from a chain of | wangjohn | 2013-03-03 | 1 | -0/+21 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-02-26 | 1 | -2/+2 |
|\ |
|
| * | Update guides/source/active_record_querying.md | Hanfei Shen | 2013-02-19 | 1 | -2/+2 |
* | | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 1 | -39/+0 |
|/ |
|
* | find_last_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -2/+0 |
* | find_all_by is deprecated in AR 4 | Akira Matsuda | 2013-01-02 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-08 | 1 | -11/+9 |
|\ |
|
| * | Remove references to Rails versions. | Steve Klabnik | 2012-12-07 | 1 | -2/+0 |
| * | Punctuation, capitalization, grammar fixes in rails guides | Katie Oldaker | 2012-12-07 | 1 | -2/+2 |
| * | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -7/+7 |
| * | changing tense, since Rails 3.2 has been released | Drew Dara-Abrams | 2012-12-06 | 1 | -1/+1 |
* | | Merge pull request #8332 from amatsuda/ar_where_chain | Carlos Antonio da Silva | 2012-12-07 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | Relation.where with no args can be chained with not, like, and not_like | Akira Matsuda | 2012-11-30 | 1 | -0/+14 |
* | | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+3 |
* | | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -7/+7 |
* | | ActiveRecord -> Active Record | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |