aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add the first draft of the ActiveRecord Finders guide.Ryan Bigg2008-09-261-23/+118
|
* Add info about caching an action with or without the layoutAditya2008-09-261-0/+7
|
* Various fixes, section on self-joins, note on using hmt for hierarchies.Mike Gunderloy2008-09-252-46/+82
|
* Merge branch 'master' of git@github.com:lifo/docrailsathonlab2008-09-2543-46655/+47331
|\
| * Work in progress.Mike Gunderloy2008-09-231-0/+129
| |
| * Slight change to examples.Mike Gunderloy2008-09-231-2/+2
| |
| * a leading slash in the :controller of url_for ensures you link to the root ↵Xavier Noria2008-09-231-3/+11
| | | | | | | | namespace
| * Added section on controller namespaces.Mike Gunderloy2008-09-231-0/+14
| |
| * Updated with cleanups; new sections still to comeAditya2008-09-231-45/+49
| |
| * Added images to associations guide, cleaned up some typos and such.Mike Gunderloy2008-09-227-17/+67
| |
| * Merge branch 'master' of git@github.com:lifo/docrailsMatthew Bergman2008-09-223-3/+11
| |\
| | * Add profiling guide to the index pagePratik Naik2008-09-222-1/+9
| | |
| | * Change 'racing condition' to 'race condition'.Hongli Lai (Phusion)2008-09-221-2/+2
| | |
| * | fixed some small errors in formating. More to comeMatthew Bergman2008-09-226-18/+12
| |/
| * clanupMatthew Bergman2008-09-216-90866/+46638
| |
| * rmoved ds_storeMatthew Bergman2008-09-211-0/+0
| |
| * understood only for finished articles authorsMatthew Bergman2008-09-217-6/+45672
| |
| * fixed up benchmarking file names, fixed commits, truncated statistics ↵Matthew Bergman2008-09-2126-47473/+132
| | | | | | | | section. Add real life example
| * Merge branch 'master' of git@github.com:lifo/docrailsMatthew Bergman2008-09-2130-89/+442
| |\
| | * Improve explanation of with_optionsCody Fauser2008-09-211-1/+5
| | |
| | * Explain returning in a bit more detailCody Fauser2008-09-211-15/+31
| | |
| | * Improve documentation for attributes= and document its ↵Hongli Lai (Phusion)2008-09-221-3/+18
| | | | | | | | | | | | 'guard_protected_attributes' parameter.
| | * Change 'equals to' to 'equal to'Cody Fauser2008-09-211-9/+9
| | |
| | * Add some documentation and examples for Base64 encode64 and decode64, and ↵Cody Fauser2008-09-212-2/+16
| | | | | | | | | | | | encode64s.
| | * In ActiveRecord::Base#destroy's documention, also mention that ↵Hongli Lai (Phusion)2008-09-211-0/+3
| | | | | | | | | | | | before/after_delete callbacks and :dependent callbacks are run.
| | * Document some of the internals of associations handling.Hongli Lai (Phusion)2008-09-211-0/+6
| | |
| | * Improve various examples and API description texts.Hongli Lai (Phusion)2008-09-211-6/+15
| | |
| | * In some of ActiveRecord::Base's API documentation, replace 'Attributes' with ↵Hongli Lai (Phusion)2008-09-211-12/+12
| | | | | | | | | | | | 'Parameters' because that's more correct.
| | * The flashJames Miller2008-09-211-1/+6
| | |
| | * New and create actionsJames Miller2008-09-211-1/+31
| | |
| | * Add descriptions to doc:plugins:<plugin> tasks.George Ogata2008-09-211-0/+1
| | |
| * | fixing commitMatthew Bergman2008-09-212-0/+7
| | |
| * | loss html fileMatthew Bergman2008-09-211-835/+0
| | |
| * | version 6 shortened satistics and fixed compiling. Also add real life example.Matthew Bergman2008-09-2115-0/+47097
| | |
* | | Initial updates to Rails testing guide. Work in progress.athonlab2008-09-251-904/+412
| |/ |/|
* | Fix another typo.Hongli Lai (Phusion)2008-09-201-1/+1
| |
* | Fix typo.Hongli Lai (Phusion)2008-09-201-3/+3
| |
* | Fix minor formatting error.Hongli Lai (Phusion)2008-09-201-2/+2
| |
* | Document concurrency issues in validates_uniqueness_of.Hongli Lai (Phusion)2008-09-201-4/+64
| |
* | s/ActionPack/Action Pack/Hongli Lai (Phusion)2008-09-201-1/+1
| |
* | Improve documentation for ActiveRecord::Base#to_param.Hongli Lai (Phusion)2008-09-201-1/+22
| |
* | Document ActiveRecord::AssociationPreload.Hongli Lai (Phusion)2008-09-201-3/+87
| |
* | Added a small section on defining multiple resources on a single line.Mike Gunderloy2008-09-181-0/+18
| |
* | Update index pagePratik Naik2008-09-181-20/+43
| |
* | Improve documentation for AbstractAdapter#add_limit_offset!Hongli Lai (Phusion)2008-09-181-1/+7
| |
* | Rename 'bechmarking and profiling' folder to 'benchmarking_and_profiling'Hongli Lai (Phusion)2008-09-1814-0/+0
| |
* | Remove .DS_Store files that were accidentally committed by someone else.Hongli Lai (Phusion)2008-09-182-0/+0
| |
* | Improve documentation for create_table.Hongli Lai (Phusion)2008-09-181-2/+8
| |
* | Eradicate some stray colons.Mike Gunderloy2008-09-181-2/+2
| |
* | Added namespaced routes, added more on defaults, cleaned up miscellaneous ↵Mike Gunderloy2008-09-171-8/+40
|/ | | | typos and reworded a bit.