1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

26 commits

Author SHA1 Message Date
Xavier Noria
a4b1ccec5c revised links in guides according to W3C link checker report 2009-03-15 21:31:20 +01:00
Pratik Naik
13cc934cc8 Fix generated sql 2009-03-15 14:13:03 +00:00
Xavier Noria
393ece5687 fixes broken links in finders guide 2009-03-15 10:32:14 +01:00
Xavier Noria
e2a442c754 some minor details in finders guide 2009-03-14 23:41:20 +01:00
Xavier Noria
b8391e4018 fixes typo in finders guide 2009-03-14 21:43:56 +01:00
Xavier Noria
ac1068bc5b revised capitalization of titles 2009-03-14 16:14:41 +01:00
Xavier Noria
5367434bdd minor details in the querying guide 2009-03-14 16:05:51 +01:00
Pratik Naik
f60445940f Fix the table name 2009-03-14 14:37:08 +00:00
Pratik Naik
f5efe1cf8c Move find_each stuff to the top and change a bit 2009-03-14 14:30:49 +00:00
Xavier Noria
6064446752 explains the order in which records are fetched by find_each 2009-03-13 09:29:37 +01:00
Xavier Noria
11906ec103 reword a paragraph in find_each explanation 2009-03-13 01:28:51 +01:00
Xavier Noria
952b340703 explains find_each and find_in_batches in the querying guide 2009-03-13 00:36:28 +01:00
Xavier Noria
626c724b62 fixes broken links in AR finders guide 2009-02-28 03:09:06 +01:00
Andreas Scherer
07a1d645ee Consistent UPCASE setting of 'SQL'.
(Maybe one should use the <acronym> tag for acronyms and apply CSS
'text-transform: uppercase' globally. ;-)
2009-02-19 18:42:41 +01:00
Xavier Noria
6408308aab fixed example, closes LH ticket #59 2009-02-16 08:47:43 +01:00
Pratik Naik
6c7e1a9130 Add Model.exists? 2009-02-10 01:49:17 +01:00
Pratik Naik
0108bd6fc7 Removed named scopes from the finders guide. Named scopes deserve it's own guide 2009-02-09 15:00:42 +01:00
Pratik Naik
3b30f4b8ba Rewrite eager loading and joins sections 2009-02-07 21:50:06 +00:00
Pratik Naik
93c6fc6ee8 Reorder find options under a same section 2009-02-07 18:22:28 +00:00
Pratik Naik
b23ac32959 Improve sections dealing with order, select, limit and locking 2009-02-07 18:10:46 +00:00
Pratik Naik
6929fe6d3e Improve Conditions section 2009-02-07 16:41:29 +00:00
Pratik Naik
4cf21093e8 Add options to the arg list 2009-02-07 16:11:01 +00:00
Pratik Naik
9fd8538ca4 Improve structure at the beginning of the AR Finders guide 2009-02-07 16:05:38 +00:00
Ryan Bigg
a9b5655948 Fixed up bug reported by Darktatka in regards to :joins outside of lambda. 2009-02-07 13:15:10 +10:00
James Miller
a44f613c5f Fix some spelling erros in Active Record Querying guide 2009-02-06 07:51:11 -08:00
Pratik Naik
03bb1ebec5 Convert the guides from asciidoc to textile and integrate with the new design.
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.
2009-02-04 01:44:58 +00:00