aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html
Commit message (Collapse)AuthorAgeFilesLines
...
* Added some text about the possibility of observers' registration also at the ↵CassioMarques2008-12-131-1/+3
| | | | config/environment files (AR Validations and Callbacks Guide)
* Updated section about halting execution of operations when a before_xxx ↵CassioMarques2008-12-131-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 ↵CassioMarques2008-12-131-4/+7
| | | | errors collection (AR Validations an Callbacks Guide)
* Wrap code lines longer than 80 columns on AR validations and callbacks guideCassioMarques2008-12-091-23/+41
|
* Added documentation for Observers in the AR validations and callbacks guidesCassioMarques2008-12-011-1/+52
|
* Regenerate Guides HTMLMike Gunderloy2008-11-307-70/+339
|
* Added some text about callbacks classesCassioMarques2008-11-251-2/+48
|
* Added some more text on Active Record callbacksCassioMarques2008-11-231-5/+132
|
* Final changes for 2.2 release notesMike Gunderloy2008-11-211-2/+2
|
* Added some text about AR callbacksCassioMarques2008-11-181-1/+103
|
* Added note about update_attribute not triggering validationCassioMarques2008-11-181-1/+9
|
* Configuration options for Active Model, Active Resource, Active SupportMike Gunderloy2008-11-181-109/+72
|
* Regenerate Guide HTMLMike Gunderloy2008-11-185-18/+1110
|
* Structure change to AR Associations GuideMike Gunderloy2008-11-171-2/+5
|
* Fix bad link in Getting Started guideMike Gunderloy2008-11-171-1/+1
|
* Plugin guide: EditsJeff Dean2008-11-171-26/+9
|
* Plugin guide: re-ran rake guidesJeff Dean2008-11-171-0/+2
|
* Rails plugin: misc error fixes.Jeff Dean2008-11-171-56/+85
|
* Re-ran rake guidesJeff Dean2008-11-161-0/+8
|
* Rails guide: Misc reorganizationJeff Dean2008-11-161-47/+37
|
* Rails guide: Added PluginGem section, reorganized the odds and ends.Jeff Dean2008-11-163-75/+122
|
* Plugin Guide: added section on migrations, updated generator section, ↵Jeff Dean2008-11-163-372/+682
| | | | tightened up spacing of P's inside LI's
* Added 'Using the errors collection' to the AR validations and callbacks guideCassioMarques2008-11-161-1/+115
|
* Additional details on config.gem processing for 2.2 release notesMike Gunderloy2008-11-151-1/+6
|
* Typo fix in 2.2 relnotes (core ticket #1378)Mike Gunderloy2008-11-151-1/+1
|
* Getting a few recent changes into 2.2 release notes.Mike Gunderloy2008-11-141-1/+12
|
* Plugin guide: updated to start working with GemPluginJeff Dean2008-11-141-5/+5
|
* Rails plugin: Expanded helpers sectionJeff Dean2008-11-141-49/+26
|
* Plugin guide: added model and controller sectionsJeff Dean2008-11-141-117/+238
|
* Plugin Guide: updated test setup and generator sectionsJeff Dean2008-11-141-30/+35
|
* Plugin guide: update generator guide to include testsJeff Dean2008-11-131-69/+162
|
* Plugin guide: update acts_as sectionJeff Dean2008-11-131-107/+100
|
* Plugin Guide: updated core_extensions sectionJeff Dean2008-11-135-289/+841
|
* Merge branch 'master' of git@github.com:lifo/docrailsJeff Dean2008-11-135-41/+139
|\
| * Added 'custom validations' to AR validations and callbacks guideCassioMarques2008-11-121-1/+37
| |
| * Regenerate Guides HTMLMike Gunderloy2008-11-124-40/+102
| |
* | Plugin Guide: cleaned up file paths, made formatting more consistentJeff Dean2008-11-121-79/+63
| |
* | Plugins guide: Cleanup the introJeff Dean2008-11-121-64/+48
| |
* | Plugins Guide: added example of how to run tests, including how to run with ↵Jeff Dean2008-11-121-0/+54
| | | | | | | | multiple databases
* | 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
|