aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_record_querying.textile
Commit message (Collapse)AuthorAgeFilesLines
* Add Model.exists?Pratik Naik2009-02-101-5/+14
|
* Removed named scopes from the finders guide. Named scopes deserve it's own guidePratik Naik2009-02-091-120/+2
|
* Rewrite eager loading and joins sectionsPratik Naik2009-02-071-38/+154
|
* Reorder find options under a same sectionPratik Naik2009-02-071-9/+25
|
* Improve sections dealing with order, select, limit and lockingPratik Naik2009-02-071-39/+144
|
* Improve Conditions sectionPratik Naik2009-02-071-27/+57
|
* Add options to the arg listPratik Naik2009-02-071-2/+4
|
* Improve structure at the beginning of the AR Finders guidePratik Naik2009-02-071-47/+84
|
* Fixed up bug reported by Darktatka in regards to :joins outside of lambda.Ryan Bigg2009-02-071-2/+2
|
* Fix some spelling erros in Active Record Querying guideJames Miller2009-02-061-3/+3
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+704
If you're a guide writer and want to generate the guides, Run : ruby railties/guides/rails_guides.rb And guides HTML will get generated inside railties/guides/output directory.