Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a small section on using conditions on tables from eager loads. | Ryan Bigg | 2008-10-06 | 1 | -0/+12 |
| | |||||
* | Updated guide, adding to the conditions section mostly. | Ryan Bigg | 2008-10-05 | 1 | -4/+87 |
| | |||||
* | Finders guide has no table of contents. | Ryan Bigg | 2008-10-01 | 1 | -60/+1 |
| | |||||
* | Merge branch 'master' of git@github.com:lifo/docrails | Ryan Bigg | 2008-10-01 | 25 | -238/+1587 |
|\ | |||||
| * | Fix several typos in route names. | Mike Gunderloy | 2008-09-30 | 1 | -3/+3 |
| | | |||||
| * | Correct number of routes created by map.resource. | Mike Gunderloy | 2008-09-29 | 1 | -1/+1 |
| | | |||||
| * | Rework of Guides index page | Mike Gunderloy | 2008-09-29 | 1 | -38/+55 |
| | | |||||
| * | Move render/layout guide to the top | Pratik Naik | 2008-09-29 | 1 | -10/+9 |
| | | |||||
| * | Typooo | Pratik Naik | 2008-09-28 | 1 | -1/+1 |
| | | |||||
| * | Layout & Rendering Guide | Mike Gunderloy | 2008-09-28 | 2 | -4/+340 |
| | | |||||
| * | Back mentions of accessible out of Associations guide | Mike Gunderloy | 2008-09-28 | 1 | -20/+20 |
| | | |||||
| * | Syntax fixes plus some modification and additions in multiple sections of ↵ | athonlab | 2008-09-28 | 1 | -39/+98 |
| | | | | | | | | testing guide. | ||||
| * | Image updates & reorganization. First release version. | Mike Gunderloy | 2008-09-28 | 3 | -149/+238 |
| | | |||||
| * | Finished rendering and redirecting section. | Mike Gunderloy | 2008-09-27 | 1 | -0/+149 |
| | | |||||
| * | Mark AR Associations guide as complete | Pratik Naik | 2008-09-27 | 1 | -6/+6 |
| | | |||||
| * | Merge commit 'mainstream/master' | Pratik Naik | 2008-09-27 | 3 | -3/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/base.rb railties/Rakefile railties/doc/guides/activerecord/association_basics.txt railties/doc/guides/debugging/debugging_rails_applications.txt railties/doc/guides/getting_started_with_rails/getting_started_with_rails.txt railties/doc/guides/index.txt railties/doc/guides/migrations/foreign_keys.txt railties/doc/guides/migrations/migrations.txt railties/doc/guides/migrations/writing_a_migration.txt railties/doc/guides/routing/routing_outside_in.txt | ||||
| | * | Merge docrails | Pratik Naik | 2008-09-13 | 14 | -0/+4355 |
| | | | |||||
| * | | Fix substitution of path_prefix for name_prefix, some rewording. | Mike Gunderloy | 2008-09-26 | 1 | -3/+3 |
| | | | |||||
| * | | 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 | 2 | -1/+11 |
| | | | |||||
| * | | Change some more code -> source in code blocks | Pratik Naik | 2008-09-26 | 1 | -7/+7 |
| | | | |||||
| * | | 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 | 33 | -46601/+47200 |
|\ \ | |||||
| * | | 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 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | Add profiling guide to the index page | Pratik Naik | 2008-09-22 | 1 | -0/+7 |
| | | | | |||||
| * | | | 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 ↵ | Matthew Bergman | 2008-09-21 | 26 | -47473/+132 |
| | | | | | | | | | | | | section. Add real life example | ||||
| * | | Merge branch 'master' of git@github.com:lifo/docrails | Matthew Bergman | 2008-09-21 | 19 | -30/+138 |
| |\ \ | |||||
| | * | | The flash | James Miller | 2008-09-21 | 1 | -1/+6 |
| | | | | |||||
| | * | | New and create actions | James Miller | 2008-09-21 | 1 | -1/+31 |
| | | | | |||||
| * | | | 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 |
| | | |