aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc
Commit message (Collapse)AuthorAgeFilesLines
* Edit/formatting pass for the testing guideMike Gunderloy2008-10-141-388/+343
|
* Sorry Pratik, typoed your name :)Tore Darell2008-10-151-1/+1
|
* First complete draft of "getting started" guideMike Gunderloy2008-10-141-100/+619
|
* Edits and rewrites (work in progress)Mike Gunderloy2008-10-141-175/+198
|
* Adds examples of integration tests in the testing guide.athonlab2008-10-141-10/+114
|
* Fix egregious error in documenting :class_nameMike Gunderloy2008-10-141-17/+17
|
* Updated to testing mailers section in the testing guide.athonlab2008-10-141-105/+34
|
* Removes the 'Filtering emails in development' section from testing guide.athonlab2008-10-141-32/+0
|
* small fixes in security guideHeiko Webers2008-10-141-3/+3
|
* Add description of flash.nowTore Darell2008-10-141-0/+21
|
* Typo fix in routing guideMike Gunderloy2008-10-091-1/+1
|
* Merge branch 'master' of git@github.com:lifo/docrailsTore Darell2008-10-092-13/+51
|\
| * Minor change on :name_prefix and :path_prefix documentation.Mike Gunderloy2008-10-091-0/+4
| |
| * Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-10-0915-58/+291
| |\
| * | Did some more work on the finders guide tonight, lock and count sections addded.Ryan Bigg2008-10-091-13/+47
| | |
* | | Remove part about Ruby's rescueTore Darell2008-10-081-27/+0
| | |
* | | Remove the bit about rescue_actionTore Darell2008-10-081-24/+0
| |/ |/|
* | Fix links in AC guideTore Darell2008-10-078-17/+15
| |
* | Add verification, rescue + fixes to AC basicsTore Darell2008-10-0711-50/+249
| |
* | Additional detail on routes for namespaced controllers.Mike Gunderloy2008-10-071-1/+19
| |
* | Added some additional detail on asset caching syntax.Mike Gunderloy2008-10-071-0/+18
|/
* Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-10-063-5/+42
|\
| * Additional detail on specifying verbs for resource member and collection routes.Mike Gunderloy2008-10-041-2/+15
| |
| * Additional detail on options for rendering partials.Mike Gunderloy2008-10-041-1/+27
| |
| * Revise associations guide: no need to set default on counter_cache columns.Mike Gunderloy2008-10-041-2/+0
| |
* | Added a small section on using conditions on tables from eager loads.Ryan Bigg2008-10-061-0/+12
| |
* | Updated guide, adding to the conditions section mostly.Ryan Bigg2008-10-051-4/+87
|/
* Finders guide has no table of contents.Ryan Bigg2008-10-011-60/+1
|
* Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-10-0125-238/+1587
|\
| * Fix several typos in route names.Mike Gunderloy2008-09-301-3/+3
| |
| * Correct number of routes created by map.resource.Mike Gunderloy2008-09-291-1/+1
| |
| * Rework of Guides index pageMike Gunderloy2008-09-291-38/+55
| |
| * Move render/layout guide to the topPratik Naik2008-09-291-10/+9
| |
| * TypoooPratik Naik2008-09-281-1/+1
| |
| * Layout & Rendering GuideMike Gunderloy2008-09-282-4/+340
| |
| * Back mentions of accessible out of Associations guideMike Gunderloy2008-09-281-20/+20
| |
| * Syntax fixes plus some modification and additions in multiple sections of ↵athonlab2008-09-281-39/+98
| | | | | | | | testing guide.
| * Image updates & reorganization. First release version.Mike Gunderloy2008-09-283-149/+238
| |
| * Finished rendering and redirecting section.Mike Gunderloy2008-09-271-0/+149
| |
| * Mark AR Associations guide as completePratik Naik2008-09-271-6/+6
| |
| * Merge commit 'mainstream/master'Pratik Naik2008-09-273-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 docrailsPratik Naik2008-09-1314-0/+4355
| | |
| * | Fix substitution of path_prefix for name_prefix, some rewording.Mike Gunderloy2008-09-261-3/+3
| | |
| * | Finished section on :renderMike Gunderloy2008-09-261-1/+113
| | |
| * | I wish people would add .DS_Store to their global gitignoresMislav Marohnić2008-09-272-0/+0
| | |
| * | Add stuff to indexPratik Naik2008-09-272-1/+11
| | |
| * | Change some more code -> source in code blocksPratik Naik2008-09-261-7/+7
| | |
| * | Change code -> source in code blocksTore Darell2008-09-276-14/+14
| | |
| * | Add ActionController guide (draft, unfinished)Tore Darell2008-09-2613-0/+578
| | |
* | | Updated finders guide.Ryan Bigg2008-10-011-31/+122
| | |