index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
guides
/
source
/
i18n.textile
Commit message (
Expand
)
Author
Age
Files
Lines
*
more "SSL everywhere" for GitHub URLs
Akira Matsuda
2011-03-07
1
-14
/
+14
*
Fix typo in i18n guide: 'explicitely'
Mani Tadayon
2011-02-21
1
-1
/
+1
*
Add info about I18n::Backend::Chain to I18n guide
Brandon Tilley
2011-02-21
1
-0
/
+6
*
replaced MODEL.human_name with MODEL.model_name.human now that .human_name is...
John Paul Ashenfelter
2011-02-09
1
-5
/
+5
*
use name instead of title in example
Tobias Bühlmann
2011-01-19
1
-3
/
+3
*
fixed incorrect spacing from 98368546719cf09b3bc2
Vijay Dev
2010-12-29
1
-1
/
+1
*
fixed examples & minor typos
Vijay Dev
2010-12-29
1
-7
/
+7
*
minor corrections
Vijay Dev
2010-12-19
1
-4
/
+4
*
Merge branch 'master' of https://github.com/gjastrab/docrails into gjastrab-m...
Aditya Sanghi
2010-11-29
1
-1
/
+1
|
\
|
*
fixed example code for i18n exception handling
Greg Jastrab
2010-10-22
1
-1
/
+1
*
|
i18n guide: fix RedCloth artifacts that were rendering bad format and broken ...
Jaime Iniesta
2010-11-23
1
-1
/
+1
*
|
i18n guide: fix external link to rack locale
Jaime Iniesta
2010-11-21
1
-1
/
+1
*
|
i18n guide: this is not longer a problem
Jaime Iniesta
2010-11-21
1
-1
/
+1
*
|
i18n guide: remove link to external page about 'How to encode the current loc...
Jaime Iniesta
2010-11-21
1
-1
/
+1
*
|
i18n guide: it's activerecord.errors.messages.record_invalid (instead of 'inv...
Jaime Iniesta
2010-11-21
1
-9
/
+9
*
|
remove old school validations and replaced with new validates method. Pending...
eparreno
2010-11-21
1
-24
/
+24
*
|
guides: gives clear instructions for feedback, removes links to the now archi...
Xavier Noria
2010-11-19
1
-5
/
+0
|
/
*
Add missing lookup keys for error messages
Andrew White
2010-09-01
1
-0
/
+6
*
Added an example and explaination for using an optional path scope for the lo...
Luke Brown
2010-08-17
1
-0
/
+11
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Removed deprecated |map| block argument from routing docs since it is no long...
Steven Hancock
2010-07-11
1
-1
/
+1
*
Guides: Fix numerous broken links
Josiah Ivey
2010-05-16
1
-2
/
+2
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-5
/
+5
*
fix ActionController font and replace extract_locale_from_uri with extract_lo...
eparreno
2010-04-15
1
-3
/
+3
*
Revert "I18n guide: change ActionController by Action Controller in some plac...
Xavier Noria
2010-04-15
1
-4
/
+4
*
I18n guide: change ActionController by Action Controller in some places and f...
eparreno
2010-04-14
1
-4
/
+4
*
Changes in guide as per Rails 3 features
Anil Wadghule
2010-04-13
1
-15
/
+15
*
Updated guide to use 'Rails.root.join' to construct path
Anil Wadghule
2010-04-13
1
-4
/
+4
*
Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...
Anil Wadghule
2010-04-12
1
-3
/
+3
*
fixes broken link, thanks to veger
Xavier Noria
2009-12-25
1
-1
/
+1
*
i18n guide: removes some related for 2.2
Xavier Noria
2009-07-25
1
-37
/
+2
*
i18n guide: minor tweaks
Xavier Noria
2009-07-25
1
-7
/
+9
*
Fix typo in I18n guide. Closes ticket #83 reported by noocx
Karel Minarik
2009-07-11
1
-1
/
+1
*
Capitalized Rails where appropriate.
Joseph Pecoraro
2009-05-29
1
-1
/
+1
*
Fixes some typos in the guides.
Evan Farrar
2009-05-07
1
-8
/
+8
*
Made a minor syntax correction.
Sean Schofield
2009-04-27
1
-1
/
+1
*
Better wording of environment.rb example code, thanks Paul Gillard
Karel Minarik
2009-04-25
1
-1
/
+1
*
Consolidate `config/locale` vs `config/locales` issue. [#16213]
Karel Minarik
2009-04-25
1
-5
/
+5
*
revised links in guides according to W3C link checker report
Xavier Noria
2009-03-15
1
-3
/
+3
*
fixes broken links in i18n guide
Xavier Noria
2009-03-15
1
-1
/
+1
*
Minor edits to I18n guide; publish guide
Mike Gunderloy
2009-03-14
1
-20
/
+21
*
revised titles in i18n guide
Xavier Noria
2009-03-14
1
-35
/
+35
*
Replace comma with full-stop in scoping chain.
Andreas Scherer
2009-03-10
1
-1
/
+1
*
Revision of i18n guide, final sections.
Andreas Scherer
2009-03-10
1
-22
/
+22
*
Revision of i18n guide, chapter 4.
Andreas Scherer
2009-03-10
1
-25
/
+24
*
Revision of i18n guide, chapter 3.
Andreas Scherer
2009-03-10
1
-8
/
+8
*
Touch-up the 'i18n' part while reading the first two sections.
Andreas Scherer
2009-03-09
1
-37
/
+37
*
Fixed incorrect examples of ActiveRecord error message lookup in the I18N gui...
Karel Minarik
2009-03-01
1
-5
/
+5
*
Added information about "lazy lookup" inside views (`t '.foo'`) in I18N guide
Karel Minarik
2009-03-01
1
-0
/
+17
*
Clarified info about "pragmatic approach to locale codes" and removed specula...
Karel Minarik
2009-03-01
1
-1
/
+1
[next]