aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
Commit message (Collapse)AuthorAgeFilesLines
* s/ActiveRecord/Active Record according to api guidelinesVijay Dev2011-06-041-1/+1
|
* correction to the i18n locale filter examplesJosh Kalderimis2011-04-191-4/+4
|
* best-of-bread -> best-of-breedMalcolm Locke2011-04-181-1/+1
|
* Remove 2.3 since guides are supposed to be for Rails 3Sebastian Martinez2011-04-171-1/+1
|
* Remove extra whitespaces from guidesSebastian Martinez2011-04-141-2/+2
|
* more "SSL everywhere" for GitHub URLsAkira Matsuda2011-03-071-14/+14
| | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
* Fix typo in i18n guide: 'explicitely'Mani Tadayon2011-02-211-1/+1
|
* Add info about I18n::Backend::Chain to I18n guideBrandon Tilley2011-02-211-0/+6
|
* replaced MODEL.human_name with MODEL.model_name.human now that .human_name ↵John Paul Ashenfelter2011-02-091-5/+5
| | | | is deprecated
* use name instead of title in exampleTobias Bühlmann2011-01-191-3/+3
|
* fixed incorrect spacing from 98368546719cf09b3bc2Vijay Dev2010-12-291-1/+1
|
* fixed examples & minor typosVijay Dev2010-12-291-7/+7
|
* minor correctionsVijay Dev2010-12-191-4/+4
|
* Merge branch 'master' of https://github.com/gjastrab/docrails into ↵Aditya Sanghi2010-11-291-1/+1
|\ | | | | | | gjastrab-master
| * fixed example code for i18n exception handlingGreg Jastrab2010-10-221-1/+1
| |
* | i18n guide: fix RedCloth artifacts that were rendering bad format and broken ↵Jaime Iniesta2010-11-231-1/+1
| | | | | | | | links on 2.3 warnings
* | i18n guide: fix external link to rack localeJaime Iniesta2010-11-211-1/+1
| |
* | i18n guide: this is not longer a problemJaime Iniesta2010-11-211-1/+1
| |
* | i18n guide: remove link to external page about 'How to encode the current ↵Jaime Iniesta2010-11-211-1/+1
| | | | | | | | locale in the URL' as it no longer exists
* | i18n guide: it's activerecord.errors.messages.record_invalid (instead of ↵Jaime Iniesta2010-11-211-9/+9
| | | | | | | | 'invalid'), and messagges typo
* | remove old school validations and replaced with new validates method. ↵eparreno2010-11-211-24/+24
| | | | | | | | Pending: fix active_record guide
* | guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-5/+0
|/ | | | archived LH project
* 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 ↵Luke Brown2010-08-171-0/+11
| | | | locale
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* Removed deprecated |map| block argument from routing docs since it is no ↵Steven Hancock2010-07-111-1/+1
| | | | | | longer generated in edge Rails config/routes.rb Didn't touch plugins guide since I'm not too clear on how routes work in plugins.
* Guides: Fix numerous broken linksJosiah Ivey2010-05-161-2/+2
|
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax ↵Lawrence Pit2010-05-031-5/+5
| | | | | | for I18n Signed-off-by: José Valim <jose.valim@gmail.com>
* fix ActionController font and replace extract_locale_from_uri with ↵eparreno2010-04-151-3/+3
| | | | extract_locale_from_tld
* Revert "I18n guide: change ActionController by Action Controller in some ↵Xavier Noria2010-04-151-4/+4
| | | | | | places and fix code example in 2.4 section" This reverts commit 002da9b6eab67323270dc8e7ea34fe72b3397b98.
* I18n guide: change ActionController by Action Controller in some places and ↵eparreno2010-04-141-4/+4
| | | | fix code example in 2.4 section
* 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 ↵Anil Wadghule2010-04-121-3/+3
| | | | significant places.
* 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
| | | | See https://rails.lighthouseapp.com/projects/16213/tickets/23-rails-i18
* 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
| | | | | | Major change: Scoped lookup in the form 'active_record.error_messages' seems to have been deprecated at least in Rails 2.2. Instead, the form 'activerecord.errors.messages' is implemented and documented.