Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Bundle I18n 0.2.0." | Yehuda Katz | 2009-11-09 | 13 | -0/+1343 |
| | | | | This reverts commit 83f329f5f30567a10bc96410da230bf986db8ad4. | ||||
* | Bundle I18n 0.2.0. | José Valim | 2009-11-09 | 13 | -1343/+0 |
| | |||||
* | Bundle Tzinfo 0.3.15 | Geoff Buesing | 2009-10-27 | 140 | -295/+297 |
| | |||||
* | Restore split between require-time and runtime load path mungery. Simplifies ↵ | Jeremy Kemper | 2009-09-24 | 4 | -28/+0 |
| | | | | vendor requires. | ||||
* | Convert the other vendored libs to avoid pulling in old gems. Works even if ↵ | Jeremy Kemper | 2009-09-24 | 4 | -13/+16 |
| | | | | rubygems isn't loaded. | ||||
* | Avoid inadvertently loading an old tzinfo gem | Jeremy Kemper | 2009-09-24 | 1 | -4/+5 |
| | |||||
* | Forgot to update load path dir for vendored memcache | Joshua Peek | 2009-09-14 | 2 | -2/+1 |
| | |||||
* | Bump vendored memcache to 1.7.5 | Joshua Peek | 2009-09-13 | 1 | -93/+292 |
| | |||||
* | Rollback AS bundler work and improve activation of vendored dependencies | Joshua Peek | 2009-09-13 | 4 | -0/+24 |
| | |||||
* | Move AS vendor support into bundler. | Joshua Peek | 2009-09-13 | 147 | -0/+0 |
| | | | Run `rake bundle` before running tests. | ||||
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-07-02 | 3 | -3/+0 |
|\ | |||||
| * | Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 ↵ | Yehuda Katz + Carl Lerche | 2009-07-01 | 3 | -3/+0 |
| | | | | | | | | state:resolved] | ||||
* | | Convert line breaks. | José Valim | 2009-06-17 | 1 | -55/+55 |
|/ | |||||
* | Kathmandu TimeZone: reference Asia/Kathmandu zone directly instead of ↵ | Geoff Buesing | 2009-06-07 | 2 | -13/+20 |
| | | | | through linked timezone | ||||
* | Update bundled TZInfo to v0.3.13 | Geoff Buesing | 2009-06-07 | 139 | -21/+18 |
| | |||||
* | Autoload I18n simple backend | Jeremy Kemper | 2009-04-17 | 3 | -5/+11 |
| | |||||
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 2 | -15/+15 |
| | | | | [#1617 state:resolved] | ||||
* | Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings ↵ | Sven Fuchs | 2009-02-27 | 14 | -15/+48 |
| | | | | | | in Ruby 1.9) (Akira Matsuda) [#2038 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Update bundled memcache-client from 1.5.0.5 to 1.6.4.99. | Jeremy Kemper | 2009-02-23 | 1 | -129/+196 |
| | | | | See http://www.mikeperham.com/2009/02/15/memcache-client-performance/ | ||||
* | add #available_locales to I18n and I18n::SimpleBackend, flatten translations ↵ | Sven Fuchs | 2009-01-25 | 3 | -1/+34 |
| | | | | | | load_path when loading translations [#1714 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Update i18n gem to version 0.1.1 (Rails' changes were backported) [#1635 ↵ | Yaroslav Markin | 2008-12-28 | 14 | -69/+880 |
| | | | | | | state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Updated included memcache-client to the 1.5.0.5 version which includes fixes ↵ | David Heinemeier Hansson | 2008-12-09 | 1 | -221/+240 |
| | | | | | | from fiveruns and 37signals to deal with failover and timeouts (Joshua Sierles) [#1535 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Unbundled XmlSimple | Jeremy Kemper | 2008-11-25 | 1 | -1021/+0 |
| | |||||
* | Revert "Hack builder to look for fast_xs instead of insisting on its own ↵ | Jeremy Kemper | 2008-11-24 | 1 | -2/+2 |
| | | | | | | String#to_xs" This reverts commit 5d3712a81e502f46b2745d238d9bb76fcdb31f5b. | ||||
* | Hack builder to look for fast_xs instead of insisting on its own String#to_xs | Jeremy Kemper | 2008-11-23 | 1 | -2/+2 |
| | |||||
* | Update bundled TZInfo to 0.3.12 | gbuesing | 2008-11-18 | 139 | -170/+86 |
| | |||||
* | use :en as a default locale (in favor of :en-US) | Sven Fuchs | 2008-11-18 | 1 | -3/+3 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Increment the version of our modified memcache_client code to prevent users ↵ | Luca Guidi | 2008-11-06 | 1 | -3/+3 |
| | | | | | | | | with the gem installed not seeing our changes. The changes will be submitted upstream. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1239 state:committed] | ||||
* | Proper API for reloading translations | David Heinemeier Hansson | 2008-10-29 | 2 | -1/+9 |
| | |||||
* | Remove reload call from vendored gem. Breaks a bunch of stuff as Dispatcher ↵ | Michael Koziarski | 2008-10-28 | 1 | -4/+0 |
| | | | | | | isn't always defined. This call will be moved into Dispatcher in a bit. | ||||
* | A few more style changes | David Heinemeier Hansson | 2008-10-28 | 1 | -4/+4 |
| | |||||
* | Make I18n::Backend::Simple reload its translations in development mode [DHH] | David Heinemeier Hansson | 2008-10-28 | 1 | -2/+9 |
| | |||||
* | Follow style conventions | David Heinemeier Hansson | 2008-10-28 | 1 | -14/+14 |
| | |||||
* | Bundle TzInfo version 0.3.11 | gbuesing | 2008-10-19 | 139 | -200/+250 |
| | |||||
* | Fix Brasilia timezone. [#1180 state:resolved] | Pratik Naik | 2008-10-17 | 1 | -0/+171 |
| | |||||
* | Made i18n simple backend able to store false values (and not confuse them ↵ | Tarmo Tänav | 2008-10-09 | 1 | -2/+14 |
| | | | | | | | | | with nil or lack of value) Implemented support.array.skip_last_comma i18n key for Array#to_sentence, this also tests the ability to store false. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ↵ | Sven Fuchs | 2008-09-20 | 2 | -12/+29 |
| | | | | | | Simple backend to load translations lazily. [#1048 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | I18n: move old-style interpolation syntax deprecation to Active Record. ↵ | Sven Fuchs | 2008-09-20 | 1 | -7/+0 |
| | | | | | | [#1044 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Add the Asia/Colombo definition from the tzinfo gem | Jamis Buck | 2008-09-11 | 1 | -0/+30 |
| | |||||
* | Deprecate %d and %s in message interpolation, but only in the bundled i18n lib. | Jeremy Kemper | 2008-09-04 | 1 | -2/+7 |
| | |||||
* | I18n: applied Luca Guidi's patch for better #interpolate performance | Sven Fuchs | 2008-08-30 | 1 | -17/+20 |
| | | | | | | [#943 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | I18n: remove #populate from Simple backend as well | Marko Seppae | 2008-08-27 | 1 | -7/+0 |
| | |||||
* | I18n: removed #populate and #store_translations from api | Marko Seppae | 2008-08-27 | 2 | -13/+4 |
| | |||||
* | update i18n gem | Sven Fuchs | 2008-08-25 | 2 | -175/+173 |
| | |||||
* | Ruby 1.9 compat: update bundled i18n lib | Jeremy Kemper | 2008-08-23 | 2 | -168/+174 |
| | |||||
* | Ruby 1.9: silence some warnings for block args shadowing local vars | Jeremy Kemper | 2008-08-23 | 2 | -7/+7 |
| | |||||
* | I18n: use :other instead of :many as default key for pluralization to better ↵ | Sven Fuchs | 2008-08-23 | 1 | -1/+1 |
| | | | | | | conform w/ cldr pluralization rules Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | remove warning in i18n gem | Sven Fuchs | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | switch to class and instance instead of a module for the simple backend | Sven Fuchs | 2008-08-19 | 2 | -169/+169 |
| | |||||
* | fix bug in I18n::Backend::Simple (A default array of non-existant keys ↵ | Sven Fuchs | 2008-08-13 | 1 | -1/+1 |
| | | | | returns the default array) |