Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate guides | Pratik Naik | 2009-01-18 | 21 | -747/+944 |
| | |||||
* | Clarifications and additions to the introduction part of ↵ | Karel Minarik | 2009-01-17 | 20 | -779/+814 |
| | | | | Internationalization (I18n) guide | ||||
* | Add command line to index and minor change in finders guide | Pratik Naik | 2009-01-17 | 2 | -4/+9 |
| | |||||
* | * Tabs -> Spaces in guides templates | Pratik Naik | 2009-01-16 | 22 | -5986/+2290 |
| | | | | * Move inline css to a file | ||||
* | Small modifications in the text of the section about using the errors ↵ | CassioMarques | 2009-01-15 | 1 | -3/+3 |
| | | | | collection in the view, fixed a typo at the validates_numericality_of section | ||||
* | Adding options for validates_numericality_of, adding author name with link ↵ | CassioMarques | 2009-01-14 | 1 | -2/+41 |
| | | | | at the end of the page | ||||
* | Regenerate html | Pratik Naik | 2009-01-13 | 2 | -107/+107 |
| | |||||
* | Update guide to say sessions are lazy loaded | Pratik Naik | 2009-01-13 | 1 | -36/+4 |
| | |||||
* | Move rake middleware to the top | Pratik Naik | 2009-01-12 | 1 | -27/+26 |
| | |||||
* | Update internal middlewares/purpose table. | Pratik Naik | 2009-01-12 | 5 | -833/+859 |
| | |||||
* | Add Pratik to authors page | Pratik Naik | 2009-01-11 | 3 | -7/+7 |
| | |||||
* | - Approve performance guide for publication | Pratik Naik | 2009-01-11 | 3 | -829/+821 |
| | | | | - Rename AR finders guide | ||||
* | Adding explanation about how the callback chain is wrapped in a transaction | CassioMarques | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | Add links | Pratik Naik | 2009-01-11 | 1 | -4/+24 |
| | |||||
* | - Add 'Performance test environment' to Performance guide | Pratik Naik | 2009-01-11 | 5 | -519/+469 |
| | | | | | - Add rake middleware and Josh's chat log to Rack guide - Remove long changelog from Active Record Finders guides | ||||
* | Initial draft of the rack guide | Pratik Naik | 2009-01-11 | 1 | -0/+554 |
| | |||||
* | Getting rid of the example of callback registration by overrinding the ↵ | CassioMarques | 2009-01-10 | 1 | -38/+2 |
| | | | | callback method name | ||||
* | Adding text about conditional callbacks | CassioMarques | 2009-01-10 | 1 | -13/+73 |
| | |||||
* | Regen html | Pratik Naik | 2009-01-10 | 1 | -35/+36 |
| | |||||
* | Add command line tools to perf guide | Pratik Naik | 2009-01-10 | 1 | -14/+89 |
| | |||||
* | Fix typos | Pratik Naik | 2009-01-10 | 1 | -10/+10 |
| | |||||
* | Add a note about tuning perf test runs | Pratik Naik | 2009-01-10 | 1 | -17/+55 |
| | |||||
* | Minor changes in performance guide | Pratik Naik | 2009-01-10 | 2 | -26/+37 |
| | |||||
* | Some examples for perf testing | Pratik Naik | 2009-01-10 | 1 | -30/+134 |
| | |||||
* | Keep movin stuff in perf guide | Pratik Naik | 2009-01-10 | 1 | -26/+39 |
| | |||||
* | More refactoring in perf guide | Pratik Naik | 2009-01-10 | 1 | -123/+140 |
| | |||||
* | Some more perf guide stuff | Pratik Naik | 2009-01-09 | 2 | -94/+126 |
| | |||||
* | Added :allow_blank to the common validation options section | CassioMarques | 2009-01-08 | 1 | -2/+17 |
| | |||||
* | Moved validates_each to the last position of it's section. Added VIM swap ↵ | CassioMarques | 2009-01-08 | 1 | -23/+23 |
| | | | | files to .gitignore | ||||
* | Update performance testing guide stuff | Pratik Naik | 2009-01-08 | 3 | -1004/+578 |
| | |||||
* | Regen guides | Pratik Naik | 2009-01-07 | 1 | -4/+4 |
| | |||||
* | Complete draft of configuring guide; add configuring guide to index; ↵ | Mike Gunderloy | 2009-01-03 | 3 | -48/+127 |
| | | | | regenerate HTML. | ||||
* | Update table syntax in guides to fix deprecation warnings during build. | Mike Gunderloy | 2009-01-02 | 2 | -938/+439 |
| | |||||
* | Regenarate html | Pratik Naik | 2009-01-01 | 2 | -101/+499 |
| | |||||
* | Removed stuff about overriding validate_on_create on the AR Validations and ↵ | CassioMarques | 2009-01-01 | 3 | -23/+22 |
| | | | | Callbacks Guide, added new section to the Authors page | ||||
* | Add validations guide to index | Pratik Naik | 2008-12-31 | 2 | -10/+22 |
| | |||||
* | Added missing images for the AR validations and callbacks guide | CassioMarques | 2008-12-28 | 1 | -1/+1 |
| | |||||
* | Fixed error message that was written in portuguese instead of english... | CassioMarques | 2008-12-28 | 2 | -20/+179 |
| | |||||
* | Regenerate Guides HTML | Mike Gunderloy | 2008-12-27 | 21 | -4485/+4527 |
| | |||||
* | Fix bad link in Getting Started, rebuild HTML | Mike Gunderloy | 2008-12-17 | 4 | -956/+524 |
| | |||||
* | Added some text about the possibility of observers' registration also at the ↵ | CassioMarques | 2008-12-13 | 1 | -1/+3 |
| | | | | config/environment files (AR Validations and Callbacks Guide) | ||||
* | Updated section about halting execution of operations when a before_xxx ↵ | CassioMarques | 2008-12-13 | 1 | -1/+1 |
| | | | | callback returns false (AR Validations and Callbacks Guide) | ||||
* | Some more info about the effect of calling the clear method upon a model's ↵ | CassioMarques | 2008-12-13 | 1 | -4/+7 |
| | | | | errors collection (AR Validations an Callbacks Guide) | ||||
* | Wrap code lines longer than 80 columns on AR validations and callbacks guide | CassioMarques | 2008-12-09 | 1 | -23/+41 |
| | |||||
* | Added documentation for Observers in the AR validations and callbacks guides | CassioMarques | 2008-12-01 | 1 | -1/+52 |
| | |||||
* | Regenerate Guides HTML | Mike Gunderloy | 2008-11-30 | 7 | -70/+339 |
| | |||||
* | Added some text about callbacks classes | CassioMarques | 2008-11-25 | 1 | -2/+48 |
| | |||||
* | Added some more text on Active Record callbacks | CassioMarques | 2008-11-23 | 1 | -5/+132 |
| | |||||
* | Final changes for 2.2 release notes | Mike Gunderloy | 2008-11-21 | 1 | -2/+2 |
| | |||||
* | Added some text about AR callbacks | CassioMarques | 2008-11-18 | 1 | -1/+103 |
| |