aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_validations_callbacks.md
Commit message (Collapse)AuthorAgeFilesLines
* Revert "correct css selector for the display of validation error messages: ↵Xavier Noria2012-11-281-4/+4
| | | | | | | | changed #error_explanation to #errorExplanation" At least in master the selector is snake case. This reverts commit ba2fed41613e02bb6cfc46c92ace00abb99ce313.
* Adding a note about :inverse_of for validations.Steve Klabnik2012-11-271-0/+8
| | | | From https://github.com/lifo/docrails/commit/cfd324b4b68469ba3188e4b7ba8586e59b239693\#commitcomment-2213592
* Fix validation based on object not _id.Steve Klabnik2012-11-271-2/+2
| | | | From https://github.com/rails/rails/issues/6161\#issuecomment-10750118
* correct css selector for the display of validation error messages: changed ↵Harper Henn2012-11-271-4/+4
| | | | #error_explanation to #errorExplanation
* Update guides/source/active_record_validations_callbacks.mdCaleb Wright2012-11-251-1/+1
| | | In the expiration_date_cannot_be_in_the_past validation method, use `expiration_date.present?` instead of the double negative `!expiration_date.blank?`. Also join the comparisons with `&&` instead of `and`, which could cause unintended consequences.
* fix guide with field_with_error proc exampleAditya Sanghi2012-11-201-2/+6
|
* fix output messages - docs [ci skip]Francesco Rodriguez2012-10-221-2/+2
|
* Revert "divided into folder with the language"Rafael Mendonça França2012-10-171-0/+1368
| | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository
* divided into folder with the languageRodrigo Martins2012-10-171-1368/+0
|
* Fix formatting errors on the Active Record Validations and Callbacks guideJaime Iniesta2012-10-151-5/+8
|
* 1.9 hash syntax changes.AvnerCohen2012-10-121-93/+93
|
* Add command before bash output schneems2012-10-021-0/+3
| | | | Add tip for command line.
* Add CHANGELOG entry and update the guideJohn Foley2012-09-231-0/+19
|
* fix some md syntax errors and general revisions [ci skip]Vijay Dev2012-09-211-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-1/+1
| | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/configurable.rb activesupport/lib/active_support/core_ext/module/deprecation.rb guides/source/action_controller_overview.md guides/source/active_support_core_extensions.md guides/source/ajax_on_rails.textile guides/source/association_basics.textile guides/source/upgrading_ruby_on_rails.md While resolving conflicts, I have chosen to ignore changes done in docrails at some places - these will be most likely 1.9 hash syntax changes.
* Fix broken and duplicate headingsPrem Sichanugrist2012-09-171-1/+1
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-2/+2
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-15/+15
|
* Convert image tags to Markdown syntaxPrem Sichanugrist2012-09-171-3/+3
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-4/+4
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-231/+231
|
* change shell to bashPrem Sichanugrist2012-09-171-1/+1
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-4/+4
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-70/+90
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-152/+152
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+1323