aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\ | | | | | | | | | | Conflicts: activesupport/lib/active_support/core_ext/hash/deep_merge.rb activesupport/lib/active_support/core_ext/hash/keys.rb
| * Fix broken Wikipedia link.Harshad Sabne2013-11-131-1/+1
| |
* | Added a missing close parenthesis to i18n.mdJacob Evan Shreve2013-11-211-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-11-071-1/+7
|\
| * Fixes typoJay Hayes2013-10-201-1/+1
| |
| * Update I18n guide to note the additional features of the `translate` view helperJay Hayes2013-10-191-1/+7
| |
* | Clarify HTML Safe Translations [ci-skip]Derek Prior2013-11-051-1/+1
|/ | | | | | I think it's confusing to say "Use them in views without escaping." We use all keys in views without escaping - the escaping is done for us automatically _unless_ we call html_safe or the key ends in _html.
* [Documentation] Add a missing validation to I18n docsGrayson Wright2013-09-241-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.mdJuanito Fatas2013-09-101-5/+5
| | | | Now all links point to the correct line number.
* [ci skip] Add missing setting locale code snippet.Juanito Fatas2013-09-101-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 Fatas2013-09-091-1/+1
| | | | Actually it's Ruby i18n link.
* Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-061-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 stuffXavier Noria2013-08-231-10/+10
|
* Add plural form example for AR I18n section [ci skip]Sadjow Leão2013-08-131-0/+13
|
* Updated the guide to say that the localisation file for validation messages ↵Iain Beeston2013-08-031-1/+1
| | | | is in activemodel, not activerecord
* Added missing closing bracket for markdown url in guides [ci skip]Wojciech Wnętrzak2013-08-011-1/+1
|
* Fixing the broken URL [skip ci]Ankit Gupta2013-07-291-1/+1
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-061-0/+5
|\
| * Complete a sentence in i18n guide's introductionRobin Dupret2013-06-301-0/+5
| | | | | | Add a list of what will be covered into this guide
* | Specify request method in guides [ci skip]Mihail Evsyukov2013-07-041-1/+1
| |
* | Fixing links to accept_language plugin/middlewareWouter van Lelyveld2013-06-271-1/+1
|/
* fix the path of action view from actionpack/lib/action_view => ↵Rajarshi Das2013-06-211-3/+3
| | | | actionview/lib/action_view
* Remove double spaces in code examplesSunny Ripert2013-05-281-1/+1
|
* Github -> GitHub [ci skip]Prathamesh Sonpatki2013-05-051-3/+3
|
* Added missing ')' on routing_filter linkhughkelsey2013-04-231-1/+1
|
* describe Action Mailer I18n subject lookupYves Senn2013-04-041-0/+22
|
* Revert "updating i18n guide with locale config location."Carlos Antonio da Silva2013-01-221-1/+1
| | | | This reverts commit 46902908910c041e268429d674bbe084399cc664.
* prefer american spelling of 'behavior'Gosha Arinich2013-01-071-2/+2
|
* Globalize2 is only compatible with Rails 2 so link to Globalize3 insteadHenare Degan2012-12-091-1/+1
|
* update guides to use _action callbacks [ci skip]Francesco Rodriguez2012-12-071-4/+4
|
* match text with translation file exampleChris Walquist2012-12-021-1/+1
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-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 Klabnik2012-11-291-4/+4
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* use em-dashes instead of two minuses in guidesburningTyger2012-11-101-8/+8
|
* fix output messages - docs [ci skip]Francesco Rodriguez2012-10-221-1/+1
|
* Revert "divided into folder with the language"Rafael Mendonça França2012-10-171-0/+981
| | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository
* divided into folder with the languageRodrigo Martins2012-10-171-981/+0
|
* 1.9 hash syntax for guides, work-in-progressAvnerCohen2012-10-111-33/+33
|
* updating i18n guide with locale config location.Steve Klabnik2012-10-081-1/+1
| | | | This changed in rails/rails#43e14f8
* Fix truncated line in the i18n edge guideVictor Costan2012-10-011-1/+1
|
* copy editing [ci skip]Vijay Dev2012-09-281-1/+1
|
* add a note about DynamicForm in error_messages_for section [ci skip]Francesco Rodriguez2012-09-241-1/+5
|
* Fix footnote formatPrem Sichanugrist2012-09-171-6/+6
| | | | Markdown has footnote, but Redcarpet doesn't support it.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-32/+42
|
* Convert image tags to Markdown syntaxPrem Sichanugrist2012-09-171-6/+6
|
* Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-171-22/+23
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-33/+33
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-76/+76
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-49/+61
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-114/+114
|