Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Finished section on :render | Mike Gunderloy | 2008-09-26 | 1 | -1/+113 | |
| * | | | | | | | I wish people would add .DS_Store to their global gitignores | Mislav Marohnić | 2008-09-27 | 2 | -0/+0 | |
| * | | | | | | | Add stuff to index | Pratik Naik | 2008-09-27 | 3 | -1/+12 | |
| * | | | | | | | Change some more code -> source in code blocks | Pratik Naik | 2008-09-26 | 1 | -7/+7 | |
| * | | | | | | | Add Action Controller Basics guide to rake task. Remove testing for the time ... | Pratik Naik | 2008-09-26 | 1 | -1/+2 | |
| * | | | | | | | Change code -> source in code blocks | Tore Darell | 2008-09-27 | 6 | -14/+14 | |
| * | | | | | | | Add ActionController guide (draft, unfinished) | Tore Darell | 2008-09-26 | 13 | -0/+578 | |
* | | | | | | | | Updated finders guide. | Ryan Bigg | 2008-10-01 | 1 | -31/+122 | |
* | | | | | | | | Another revision of the finders guide. | Ryan Bigg | 2008-09-28 | 1 | -8/+87 | |
|/ / / / / / / | ||||||
* | | | | | | | Add the first draft of the ActiveRecord Finders guide. | Ryan Bigg | 2008-09-26 | 1 | -23/+118 | |
* | | | | | | | Add info about caching an action with or without the layout | Aditya | 2008-09-26 | 1 | -0/+7 | |
* | | | | | | | Various fixes, section on self-joins, note on using hmt for hierarchies. | Mike Gunderloy | 2008-09-25 | 2 | -46/+82 | |
* | | | | | | | Merge branch 'master' of git@github.com:lifo/docrails | athonlab | 2008-09-25 | 43 | -46655/+47331 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Work in progress. | Mike Gunderloy | 2008-09-23 | 1 | -0/+129 | |
| * | | | | | | | Slight change to examples. | Mike Gunderloy | 2008-09-23 | 1 | -2/+2 | |
| * | | | | | | | a leading slash in the :controller of url_for ensures you link to the root na... | Xavier Noria | 2008-09-23 | 1 | -3/+11 | |
| * | | | | | | | Added section on controller namespaces. | Mike Gunderloy | 2008-09-23 | 1 | -0/+14 | |
| * | | | | | | | Updated with cleanups; new sections still to come | Aditya | 2008-09-23 | 1 | -45/+49 | |
| * | | | | | | | Added images to associations guide, cleaned up some typos and such. | Mike Gunderloy | 2008-09-22 | 7 | -17/+67 | |
| * | | | | | | | Merge branch 'master' of git@github.com:lifo/docrails | Matthew Bergman | 2008-09-22 | 3 | -3/+11 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add profiling guide to the index page | Pratik Naik | 2008-09-22 | 2 | -1/+9 | |
| | * | | | | | | | Change 'racing condition' to 'race condition'. | Hongli Lai (Phusion) | 2008-09-22 | 1 | -2/+2 | |
| * | | | | | | | | fixed some small errors in formating. More to come | Matthew Bergman | 2008-09-22 | 6 | -18/+12 | |
| |/ / / / / / / | ||||||
| * | | | | | | | clanup | Matthew Bergman | 2008-09-21 | 6 | -90866/+46638 | |
| * | | | | | | | rmoved ds_store | Matthew Bergman | 2008-09-21 | 1 | -0/+0 | |
| * | | | | | | | understood only for finished articles authors | Matthew Bergman | 2008-09-21 | 7 | -6/+45672 | |
| * | | | | | | | fixed up benchmarking file names, fixed commits, truncated statistics section... | Matthew Bergman | 2008-09-21 | 26 | -47473/+132 | |
| * | | | | | | | Merge branch 'master' of git@github.com:lifo/docrails | Matthew Bergman | 2008-09-21 | 30 | -89/+442 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Improve explanation of with_options | Cody Fauser | 2008-09-21 | 1 | -1/+5 | |
| | * | | | | | | | Explain returning in a bit more detail | Cody Fauser | 2008-09-21 | 1 | -15/+31 | |
| | * | | | | | | | Improve documentation for attributes= and document its 'guard_protected_attri... | Hongli Lai (Phusion) | 2008-09-22 | 1 | -3/+18 | |
| | * | | | | | | | Change 'equals to' to 'equal to' | Cody Fauser | 2008-09-21 | 1 | -9/+9 | |
| | * | | | | | | | Add some documentation and examples for Base64 encode64 and decode64, and enc... | Cody Fauser | 2008-09-21 | 2 | -2/+16 | |
| | * | | | | | | | In ActiveRecord::Base#destroy's documention, also mention that before/after_d... | Hongli Lai (Phusion) | 2008-09-21 | 1 | -0/+3 | |
| | * | | | | | | | Document some of the internals of associations handling. | Hongli Lai (Phusion) | 2008-09-21 | 1 | -0/+6 | |
| | * | | | | | | | Improve various examples and API description texts. | Hongli Lai (Phusion) | 2008-09-21 | 1 | -6/+15 | |
| | * | | | | | | | In some of ActiveRecord::Base's API documentation, replace 'Attributes' with ... | Hongli Lai (Phusion) | 2008-09-21 | 1 | -12/+12 | |
| | * | | | | | | | The flash | James Miller | 2008-09-21 | 1 | -1/+6 | |
| | * | | | | | | | New and create actions | James Miller | 2008-09-21 | 1 | -1/+31 | |
| | * | | | | | | | Add descriptions to doc:plugins:<plugin> tasks. | George Ogata | 2008-09-21 | 1 | -0/+1 | |
| * | | | | | | | | fixing commit | Matthew Bergman | 2008-09-21 | 2 | -0/+7 | |
| * | | | | | | | | loss html file | Matthew Bergman | 2008-09-21 | 1 | -835/+0 | |
| * | | | | | | | | version 6 shortened satistics and fixed compiling. Also add real life example. | Matthew Bergman | 2008-09-21 | 15 | -0/+47097 | |
* | | | | | | | | | Initial updates to Rails testing guide. Work in progress. | athonlab | 2008-09-25 | 1 | -904/+412 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Fix another typo. | Hongli Lai (Phusion) | 2008-09-20 | 1 | -1/+1 | |
* | | | | | | | | Fix typo. | Hongli Lai (Phusion) | 2008-09-20 | 1 | -3/+3 | |
* | | | | | | | | Fix minor formatting error. | Hongli Lai (Phusion) | 2008-09-20 | 1 | -2/+2 | |
* | | | | | | | | Document concurrency issues in validates_uniqueness_of. | Hongli Lai (Phusion) | 2008-09-20 | 1 | -4/+64 | |
* | | | | | | | | s/ActionPack/Action Pack/ | Hongli Lai (Phusion) | 2008-09-20 | 1 | -1/+1 | |
* | | | | | | | | Improve documentation for ActiveRecord::Base#to_param. | Hongli Lai (Phusion) | 2008-09-20 | 1 | -1/+22 |