aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
Commit message (Expand)AuthorAgeFilesLines
* Add missing lookup keys for error messagesAndrew White2010-09-011-0/+6
* Added an example and explaination for using an optional path scope for the lo...Luke Brown2010-08-171-0/+11
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Removed deprecated |map| block argument from routing docs since it is no long...Steven Hancock2010-07-111-1/+1
* Guides: Fix numerous broken linksJosiah Ivey2010-05-161-2/+2
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-5/+5
* fix ActionController font and replace extract_locale_from_uri with extract_lo...eparreno2010-04-151-3/+3
* Revert "I18n guide: change ActionController by Action Controller in some plac...Xavier Noria2010-04-151-4/+4
* I18n guide: change ActionController by Action Controller in some places and f...eparreno2010-04-141-4/+4
* Changes in guide as per Rails 3 featuresAnil Wadghule2010-04-131-15/+15
* Updated guide to use 'Rails.root.join' to construct pathAnil Wadghule2010-04-131-4/+4
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-3/+3
* fixes broken link, thanks to vegerXavier Noria2009-12-251-1/+1
* i18n guide: removes some related for 2.2Xavier Noria2009-07-251-37/+2
* i18n guide: minor tweaksXavier Noria2009-07-251-7/+9
* Fix typo in I18n guide. Closes ticket #83 reported by noocxKarel Minarik2009-07-111-1/+1
* Capitalized Rails where appropriate.Joseph Pecoraro2009-05-291-1/+1
* Fixes some typos in the guides.Evan Farrar2009-05-071-8/+8
* Made a minor syntax correction.Sean Schofield2009-04-271-1/+1
* Better wording of environment.rb example code, thanks Paul GillardKarel Minarik2009-04-251-1/+1
* Consolidate `config/locale` vs `config/locales` issue. [#16213]Karel Minarik2009-04-251-5/+5
* revised links in guides according to W3C link checker reportXavier Noria2009-03-151-3/+3
* fixes broken links in i18n guideXavier Noria2009-03-151-1/+1
* Minor edits to I18n guide; publish guideMike Gunderloy2009-03-141-20/+21
* revised titles in i18n guideXavier Noria2009-03-141-35/+35
* Replace comma with full-stop in scoping chain.Andreas Scherer2009-03-101-1/+1
* Revision of i18n guide, final sections.Andreas Scherer2009-03-101-22/+22
* Revision of i18n guide, chapter 4.Andreas Scherer2009-03-101-25/+24
* Revision of i18n guide, chapter 3.Andreas Scherer2009-03-101-8/+8
* Touch-up the 'i18n' part while reading the first two sections.Andreas Scherer2009-03-091-37/+37
* Fixed incorrect examples of ActiveRecord error message lookup in the I18N gui...Karel Minarik2009-03-011-5/+5
* Added information about "lazy lookup" inside views (`t '.foo'`) in I18N guideKarel Minarik2009-03-011-0/+17
* Clarified info about "pragmatic approach to locale codes" and removed specula...Karel Minarik2009-03-011-1/+1
* Added information about "Localized views" into I18N guideKarel Minarik2009-03-011-0/+6
* Added note how to configure Rails loading mechanism to look for nested locale...Karel Minarik2009-03-011-3/+8
* More tables headers formatted.Andreas Scherer2009-02-161-1/+1
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+884