aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html
Commit message (Expand)AuthorAgeFilesLines
* Updated preparation section of plugins guideJeff Dean2008-11-121-50/+42
* Changed conditional validation with Proc to use :unless instead of :ifCassioMarques2008-11-111-3/+3
* Added 'Conditional Validations' to AR validations and callbacks guideCassioMarques2008-11-111-1/+48
* Added 'Common Validation Options'CassioMarques2008-11-111-1/+44
* Added documentation for validates_uniqueness_ofCassioMarques2008-11-101-2/+34
* Added info about validates_size_of, as being an alias for validates_length_ofCassioMarques2008-11-101-4/+2
* Added note about testing booleans to validates_presence_ofCassioMarques2008-11-101-0/+8
* Added documentation for validates_presence_ofCassioMarques2008-11-101-0/+29
* Added documentation for validates_numericallity_ofCassioMarques2008-11-101-7/+14
* Added documentation for validates_length_ofCassioMarques2008-11-101-0/+46
* Added documentation for validates_inclusion_ofCassioMarques2008-11-101-1/+24
* 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
* Some more text on validates_confirmation_of, added some more about validation...CassioMarques2008-11-071-1/+2
* 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 validates_acceptanc...CassioMarques2008-11-071-5/+110
* 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 Active...CassioMarques2008-11-051-2/+21
* 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 (http://rails.lighthouseapp.com/projects/8994...Mike Gunderloy2008-11-041-1/+1
* 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
* 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 release...Mike Gunderloy2008-10-271-1/+6
* 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