| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 | 35 | -46602/+47203 |
|\ \ |
|
| * | | Work in progress. | Mike Gunderloy | 2008-09-23 | 1 | -0/+129 |
| * | | Slight change to examples. | Mike Gunderloy | 2008-09-23 | 1 | -2/+2 |
| * | | 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 | 2 | -1/+9 |
| |\ \ |
|
| | * | | Add profiling guide to the index page | Pratik Naik | 2008-09-22 | 2 | -1/+9 |
| * | | | 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 | 20 | -30/+139 |
| |\ \ |
|
| | * | | 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 |
| |/ /
|/| | |
|
* | | | Added a small section on defining multiple resources on a single line. | Mike Gunderloy | 2008-09-18 | 1 | -0/+18 |
* | | | Update index page | Pratik Naik | 2008-09-18 | 1 | -20/+43 |
* | | | Rename 'bechmarking and profiling' folder to 'benchmarking_and_profiling' | Hongli Lai (Phusion) | 2008-09-18 | 14 | -0/+0 |
* | | | Remove .DS_Store files that were accidentally committed by someone else. | Hongli Lai (Phusion) | 2008-09-18 | 2 | -0/+0 |
* | | | Eradicate some stray colons. | Mike Gunderloy | 2008-09-18 | 1 | -2/+2 |
* | | | Added namespaced routes, added more on defaults, cleaned up miscellaneous typ... | Mike Gunderloy | 2008-09-17 | 1 | -8/+40 |
|/ / |
|
* | | updated examples folder with real graph file | Matthew Bergman | 2008-09-17 | 1 | -1/+45389 |
* | | added benchmarking and profile documnetation v0.5 | Matthew Bergman | 2008-09-17 | 17 | -0/+1759 |
* | | Added introduction, highlighting and additional resources to security guide | Heiko Webers | 2008-09-17 | 1 | -1/+1 |
* | | Merge branch 'master' of git@github.com:lifo/docrails | Heiko Webers | 2008-09-17 | 8 | -20/+454 |
|\ \ |
|
| * | | Added partial first draft of finders guide. | Ryan Bigg | 2008-09-17 | 1 | -0/+54 |
| * | | Updated Debugging Rails Applications: use title case in all headings, added c... | miloops | 2008-09-16 | 2 | -15/+36 |
| * | | Fix typo (see http://rails.lighthouseapp.com/projects/16213/tickets/13) | Mike Gunderloy | 2008-09-15 | 1 | -1/+2 |
| * | | Add a link back to hackfest page from the index | Pratik Naik | 2008-09-15 | 1 | -0/+2 |
| * | | Typo fixes. | Mike Gunderloy | 2008-09-15 | 1 | -1/+1 |
| * | | Fix security guide link | Pratik Naik | 2008-09-15 | 1 | -1/+1 |
| * | | Add caching guide | Pratik Naik | 2008-09-15 | 2 | -1/+7 |
| * | | Added first draft of caching guide; advanced caching is still being worked on | Aditya | 2008-09-15 | 1 | -0/+350 |
| * | | Add new security guide to generate list | Pratik Naik | 2008-09-14 | 1 | -1/+1 |
* | | | Added introduction, highlighting and additional resources to security guide | Heiko Webers | 2008-09-17 | 1 | -61/+88 |
|/ / |
|
* | | Removed old security guide | Heiko Webers | 2008-09-14 | 4 | -251/+0 |
* | | Updated security guide | Heiko Webers | 2008-09-14 | 3 | -0/+835 |