aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html
Commit message (Collapse)AuthorAgeFilesLines
...
* Added documentation for validates_exclusion_ofCassioMarques2008-11-091-0/+12
|
* Added documentation for validates_eachCassioMarques2008-11-091-0/+13
|
* Mention DB2 Adapter transactional migration support in 2.2 relnotes.Mike Gunderloy2008-11-092-15/+29
|
* Add collection counters to layouts & rendering guideMike Gunderloy2008-11-091-0/+13
|
* Fix major gaffe about shallow routes in routing guide & release notes, regen ↵Mike Gunderloy2008-11-097-83/+583
| | | | guides html
* Some more text on validates_confirmation_of, added some more about ↵CassioMarques2008-11-071-1/+2
| | | | validations helpers too
* Added some aditional info to validates_confirmation_ofCassioMarques2008-11-071-0/+18
|
* Added documentation for validates_confirmation_ofCassioMarques2008-11-071-0/+17
|
* added doc for validates_associatedCassioMarques2008-11-071-0/+21
|
* Added some more text about how validations work, included ↵CassioMarques2008-11-071-5/+110
| | | | validates_acceptance_of
* AR validations and callbacks - Chaper 2: When does validations happens?CassioMarques2008-11-051-2/+9
|
* AR validations and callbacks: Chapter 1 - Motivations to validate your ↵CassioMarques2008-11-051-2/+21
| | | | Active Record objects
* Oops. Remove CAUTION from AC basics guidePratik Naik2008-11-061-8/+0
|
* Regen htmlPratik Naik2008-11-051-0/+6
|
* Add more documentation pointers to Getting Started Guide.Mike Gunderloy2008-11-051-0/+13
|
* Copy edit on AC Basics GuideMike Gunderloy2008-11-042-87/+219
|
* Initial commit for Active Record validations and callbacks guideCassioMarques2008-11-042-2/+275
|
* Regenerate recently-changed guides.Mike Gunderloy2008-11-043-123/+63
|
* Fix a typo in 2.2 release notes ↵Mike Gunderloy2008-11-041-1/+1
| | | | (http://rails.lighthouseapp.com/projects/8994/tickets/1324)
* Formatting tweaks on Getting Started, regen Guides HTMLMike Gunderloy2008-11-033-53/+131
|
* Finalized debugging guide.Mike Gunderloy2008-11-032-27/+19
|
* Added RJS, memory leaks and plugins chapters to Debugging Rails Applications ↵miloops2008-11-032-3/+151
| | | | guide. Generated Guides.
* Added missing sidebar block closing delimiter.miloops2008-11-031-0/+7
|
* Marking Getting Started and Security guides as finished.Mike Gunderloy2008-11-013-16/+19
|
* Error fix and some reformatting for Layouts/Rendering GuideMike Gunderloy2008-11-011-42/+81
|
* Add warning about deprecated partials behavior to Layout/Rendering GuideMike Gunderloy2008-11-011-1/+9
|
* Update 2.2 relnotes & Layouts/Rendering Guide to include render :jsMike Gunderloy2008-11-012-4/+24
|
* Update release notes.Mike Gunderloy2008-10-311-1/+6
|
* Clarify use of :select on :belongs_to in AR Associations GuideMike Gunderloy2008-10-291-0/+8
|
* Fix typo in routing guide, regenerate routing + actioncontroller guidesMike Gunderloy2008-10-292-2/+1
|
* Typo fix for AR Associations GuideMike Gunderloy2008-10-281-1/+1
|
* Fix reference to StringQuestioneer (renamed to StringInquirer) in 2.2 ↵Mike Gunderloy2008-10-271-1/+6
| | | | release notes
* Fix bug in layout guide, regenerate guides htmlMike Gunderloy2008-10-272-312/+345
|
* One more link for Release notesMike Gunderloy2008-10-251-0/+5
|
* Update rn htmlPratik Naik2008-10-251-297/+297
|
* Typo fixes in 2.2 release notesMike Gunderloy2008-10-241-18/+18
|
* Fix a few more typos in 2.2 release notes.Mike Gunderloy2008-10-241-299/+299
|
* Hey..generate html ;-)Pratik Naik2008-10-251-4/+4
|
* Enum#many?Pratik Naik2008-10-251-1/+1
|
* And html tooPratik Naik2008-10-251-0/+12
|
* Regenerate guides againPratik Naik2008-10-245-289/+341
|
* Fix release notesPratik Naik2008-10-241-4/+3
|
* Generate new guidesPratik Naik2008-10-243-17/+291
|
* Fix a typoPratik Naik2008-10-241-34/+34
|
* Add some more info to the release notesPratik Naik2008-10-241-1/+35
|
* Fix a typo in fxn's namePratik Naik2008-10-231-1/+1
|
* Add release notesPratik Naik2008-10-232-11/+1100
|
* Merge with docrailsPratik Naik2008-10-2213-125/+226
|
* Merge with docrails. Also add a rake task to generate guides in your rails ↵Pratik Naik2008-10-2116-0/+19055
application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse.