Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-08 | 1 | -5/+5 |
|\ | |||||
| * | Punctuation, capitalization, grammar fixes in rails guides | Katie Oldaker | 2012-12-07 | 1 | -2/+2 |
| | | |||||
| * | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -3/+3 |
| | | |||||
* | | Fix Active Record validation error messages markup in guides | Carlos Antonio da Silva | 2012-12-04 | 1 | -21/+21 |
|/ | | | | | | | | | | The other way it was not marking the text as italic, it was showing the underlines as normal text. Also fixes some code examples indentation and # => marks in Active Model and Active Record guides. [ci skip] | ||||
* | Here's a few updates to the validations guide. A bunch of small changes, | Steve Klabnik | 2012-12-01 | 1 | -347/+342 |
| | | | | | | | | plus: * 80 column formats * replacing the explanation of the dynamic_form gem with the example HTML/CSS that Rails scaffolds generate. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-01 | 1 | -10/+18 |
| | | | | | Conflicts: guides/source/active_record_validations.md | ||||
* | Split Validations and Callbacks into separate guides. | Steve Klabnik | 2012-11-29 | 1 | -0/+960 |
Two big features that are only barely related in the same guide. Seems bad. I did not check references to these guides yet, so some links may need to be updated. |