Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Documentation] Add a missing validation to I18n docs | Grayson Wright | 2013-09-24 | 1 | -0/+1 |
| | | | | | The guide was missing a description of the error message interpolation for validates_numericality_of with the :only_integer option. | ||||
* | [ci skip] Fix links in section 5.3 of i18n.md | Juanito Fatas | 2013-09-10 | 1 | -5/+5 |
| | | | | Now all links point to the correct line number. | ||||
* | [ci skip] Add missing setting locale code snippet. | Juanito Fatas | 2013-09-10 | 1 | -0/+11 |
| | | | | | | | | This is for 3 Internationalizing your Application of i18n.md. Missing the code as mentioned in 2.3, setting locale. Without this, the example to add config/locales/pirate.yml will not work. | ||||
* | [ci skip] Change link name of Rails i18n wiki. | Juanito Fatas | 2013-09-09 | 1 | -1/+1 |
| | | | | Actually it's Ruby i18n link. | ||||
* | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 1 | -4/+5 |
| | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip] | ||||
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -10/+10 |
| | |||||
* | Add plural form example for AR I18n section [ci skip] | Sadjow Leão | 2013-08-13 | 1 | -0/+13 |
| | |||||
* | Updated the guide to say that the localisation file for validation messages ↵ | Iain Beeston | 2013-08-03 | 1 | -1/+1 |
| | | | | is in activemodel, not activerecord | ||||
* | Added missing closing bracket for markdown url in guides [ci skip] | Wojciech Wnętrzak | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Fixing the broken URL [skip ci] | Ankit Gupta | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-06 | 1 | -0/+5 |
|\ | |||||
| * | Complete a sentence in i18n guide's introduction | Robin Dupret | 2013-06-30 | 1 | -0/+5 |
| | | | | | | Add a list of what will be covered into this guide | ||||
* | | Specify request method in guides [ci skip] | Mihail Evsyukov | 2013-07-04 | 1 | -1/+1 |
| | | |||||
* | | Fixing links to accept_language plugin/middleware | Wouter van Lelyveld | 2013-06-27 | 1 | -1/+1 |
|/ | |||||
* | fix the path of action view from actionpack/lib/action_view => ↵ | Rajarshi Das | 2013-06-21 | 1 | -3/+3 |
| | | | | actionview/lib/action_view | ||||
* | Remove double spaces in code examples | Sunny Ripert | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Github -> GitHub [ci skip] | Prathamesh Sonpatki | 2013-05-05 | 1 | -3/+3 |
| | |||||
* | Added missing ')' on routing_filter link | hughkelsey | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | describe Action Mailer I18n subject lookup | Yves Senn | 2013-04-04 | 1 | -0/+22 |
| | |||||
* | Revert "updating i18n guide with locale config location." | Carlos Antonio da Silva | 2013-01-22 | 1 | -1/+1 |
| | | | | This reverts commit 46902908910c041e268429d674bbe084399cc664. | ||||
* | prefer american spelling of 'behavior' | Gosha Arinich | 2013-01-07 | 1 | -2/+2 |
| | |||||
* | Globalize2 is only compatible with Rails 2 so link to Globalize3 instead | Henare Degan | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | update guides to use _action callbacks [ci skip] | Francesco Rodriguez | 2012-12-07 | 1 | -4/+4 |
| | |||||
* | match text with translation file example | Chris Walquist | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -0/+2 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -4/+4 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -8/+8 |
| | |||||
* | fix output messages - docs [ci skip] | Francesco Rodriguez | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+981 |
| | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
* | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -981/+0 |
| | |||||
* | 1.9 hash syntax for guides, work-in-progress | AvnerCohen | 2012-10-11 | 1 | -33/+33 |
| | |||||
* | updating i18n guide with locale config location. | Steve Klabnik | 2012-10-08 | 1 | -1/+1 |
| | | | | This changed in rails/rails#43e14f8 | ||||
* | Fix truncated line in the i18n edge guide | Victor Costan | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | copy editing [ci skip] | Vijay Dev | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | add a note about DynamicForm in error_messages_for section [ci skip] | Francesco Rodriguez | 2012-09-24 | 1 | -1/+5 |
| | |||||
* | Fix footnote format | Prem Sichanugrist | 2012-09-17 | 1 | -6/+6 |
| | | | | Markdown has footnote, but Redcarpet doesn't support it. | ||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -32/+42 |
| | |||||
* | Convert image tags to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -6/+6 |
| | |||||
* | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -22/+23 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -33/+33 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -76/+76 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -49/+61 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -114/+114 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+954 |