| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Added 'custom validations' to AR validations and callbacks guide | CassioMarques | 2008-11-12 | 1 | -1/+37 |
| * | Regenerate Guides HTML | Mike Gunderloy | 2008-11-12 | 4 | -40/+102 |
* | | Plugin Guide: cleaned up file paths, made formatting more consistent | Jeff Dean | 2008-11-12 | 1 | -79/+63 |
* | | Plugins guide: Cleanup the intro | Jeff Dean | 2008-11-12 | 1 | -64/+48 |
* | | Plugins Guide: added example of how to run tests, including how to run with m... | Jeff Dean | 2008-11-12 | 1 | -0/+54 |
* | | Updated preparation section of plugins guide | Jeff Dean | 2008-11-12 | 1 | -50/+42 |
|/ |
|
* | Changed conditional validation with Proc to use :unless instead of :if | CassioMarques | 2008-11-11 | 1 | -3/+3 |
* | Added 'Conditional Validations' to AR validations and callbacks guide | CassioMarques | 2008-11-11 | 1 | -1/+48 |
* | Added 'Common Validation Options' | CassioMarques | 2008-11-11 | 1 | -1/+44 |
* | Added documentation for validates_uniqueness_of | CassioMarques | 2008-11-10 | 1 | -2/+34 |
* | Added info about validates_size_of, as being an alias for validates_length_of | CassioMarques | 2008-11-10 | 1 | -4/+2 |
* | Added note about testing booleans to validates_presence_of | CassioMarques | 2008-11-10 | 1 | -0/+8 |
* | Added documentation for validates_presence_of | CassioMarques | 2008-11-10 | 1 | -0/+29 |
* | Added documentation for validates_numericallity_of | CassioMarques | 2008-11-10 | 1 | -7/+14 |
* | Added documentation for validates_length_of | CassioMarques | 2008-11-10 | 1 | -0/+46 |
* | Added documentation for validates_inclusion_of | CassioMarques | 2008-11-10 | 1 | -1/+24 |
* | Added documentation for validates_exclusion_of | CassioMarques | 2008-11-09 | 1 | -0/+12 |
* | Added documentation for validates_each | CassioMarques | 2008-11-09 | 1 | -0/+13 |
* | Mention DB2 Adapter transactional migration support in 2.2 relnotes. | Mike Gunderloy | 2008-11-09 | 2 | -15/+29 |
* | Add collection counters to layouts & rendering guide | Mike Gunderloy | 2008-11-09 | 1 | -0/+13 |
* | Fix major gaffe about shallow routes in routing guide & release notes, regen ... | Mike Gunderloy | 2008-11-09 | 7 | -83/+583 |
* | Some more text on validates_confirmation_of, added some more about validation... | CassioMarques | 2008-11-07 | 1 | -1/+2 |
* | Added some aditional info to validates_confirmation_of | CassioMarques | 2008-11-07 | 1 | -0/+18 |
* | Added documentation for validates_confirmation_of | CassioMarques | 2008-11-07 | 1 | -0/+17 |
* | added doc for validates_associated | CassioMarques | 2008-11-07 | 1 | -0/+21 |
* | Added some more text about how validations work, included validates_acceptanc... | CassioMarques | 2008-11-07 | 1 | -5/+110 |
* | AR validations and callbacks - Chaper 2: When does validations happens? | CassioMarques | 2008-11-05 | 1 | -2/+9 |
* | AR validations and callbacks: Chapter 1 - Motivations to validate your Active... | CassioMarques | 2008-11-05 | 1 | -2/+21 |
* | Oops. Remove CAUTION from AC basics guide | Pratik Naik | 2008-11-06 | 1 | -8/+0 |
* | Regen html | Pratik Naik | 2008-11-05 | 1 | -0/+6 |
* | Add more documentation pointers to Getting Started Guide. | Mike Gunderloy | 2008-11-05 | 1 | -0/+13 |
* | Copy edit on AC Basics Guide | Mike Gunderloy | 2008-11-04 | 2 | -87/+219 |
* | Initial commit for Active Record validations and callbacks guide | CassioMarques | 2008-11-04 | 2 | -2/+275 |
* | Regenerate recently-changed guides. | Mike Gunderloy | 2008-11-04 | 3 | -123/+63 |
* | Fix a typo in 2.2 release notes (http://rails.lighthouseapp.com/projects/8994... | Mike Gunderloy | 2008-11-04 | 1 | -1/+1 |
* | Formatting tweaks on Getting Started, regen Guides HTML | Mike Gunderloy | 2008-11-03 | 3 | -53/+131 |
* | Finalized debugging guide. | Mike Gunderloy | 2008-11-03 | 2 | -27/+19 |
* | Added RJS, memory leaks and plugins chapters to Debugging Rails Applications ... | miloops | 2008-11-03 | 2 | -3/+151 |
* | Added missing sidebar block closing delimiter. | miloops | 2008-11-03 | 1 | -0/+7 |
* | Marking Getting Started and Security guides as finished. | Mike Gunderloy | 2008-11-01 | 3 | -16/+19 |
* | Error fix and some reformatting for Layouts/Rendering Guide | Mike Gunderloy | 2008-11-01 | 1 | -42/+81 |
* | Add warning about deprecated partials behavior to Layout/Rendering Guide | Mike Gunderloy | 2008-11-01 | 1 | -1/+9 |
* | Update 2.2 relnotes & Layouts/Rendering Guide to include render :js | Mike Gunderloy | 2008-11-01 | 2 | -4/+24 |
* | Update release notes. | Mike Gunderloy | 2008-10-31 | 1 | -1/+6 |
* | Clarify use of :select on :belongs_to in AR Associations Guide | Mike Gunderloy | 2008-10-29 | 1 | -0/+8 |
* | Fix typo in routing guide, regenerate routing + actioncontroller guides | Mike Gunderloy | 2008-10-29 | 2 | -2/+1 |
* | Typo fix for AR Associations Guide | Mike Gunderloy | 2008-10-28 | 1 | -1/+1 |
* | Fix reference to StringQuestioneer (renamed to StringInquirer) in 2.2 release... | Mike Gunderloy | 2008-10-27 | 1 | -1/+6 |
* | Fix bug in layout guide, regenerate guides html | Mike Gunderloy | 2008-10-27 | 2 | -312/+345 |
* | One more link for Release notes | Mike Gunderloy | 2008-10-25 | 1 | -0/+5 |