aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor
Commit message (Expand)AuthorAgeFilesLines
* Unvendor'd Builder. Now requires the Builder gem as a dependencyMikel Lindsaar2010-01-288-1041/+0
* Unbundling TZInfoMikel Lindsaar2010-01-28138-15982/+0
* Update bundled TZInfo to v0.3.16Geoff Buesing2010-01-26140-119/+121
* Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Arg...Geoff Buesing2010-01-261-0/+24
* Move i18n to Gemfile.José Valim2009-12-2513-1343/+0
* Bundle Tzinfo 0.3.15Geoff Buesing2009-10-27140-295/+297
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-244-28/+0
* Convert the other vendored libs to avoid pulling in old gems. Works even if r...Jeremy Kemper2009-09-244-13/+16
* Avoid inadvertently loading an old tzinfo gemJeremy Kemper2009-09-241-4/+5
* Forgot to update load path dir for vendored memcacheJoshua Peek2009-09-142-2/+1
* Bump vendored memcache to 1.7.5Joshua Peek2009-09-131-93/+292
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-134-0/+24
* Move AS vendor support into bundler.Joshua Peek2009-09-13147-0/+0
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-07-023-3/+0
|\
| * Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-013-3/+0
* | Convert line breaks.José Valim2009-06-171-55/+55
|/
* Kathmandu TimeZone: reference Asia/Kathmandu zone directly instead of through...Geoff Buesing2009-06-072-13/+20
* Update bundled TZInfo to v0.3.13Geoff Buesing2009-06-07139-21/+18
* Autoload I18n simple backendJeremy Kemper2009-04-173-5/+11
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-082-15/+15
* Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings ...Sven Fuchs2009-02-2714-15/+48
* Update bundled memcache-client from 1.5.0.5 to 1.6.4.99.Jeremy Kemper2009-02-231-129/+196
* add #available_locales to I18n and I18n::SimpleBackend, flatten translations ...Sven Fuchs2009-01-253-1/+34
* Update i18n gem to version 0.1.1 (Rails' changes were backported) [#1635 stat...Yaroslav Markin2008-12-2814-69/+880
* Updated included memcache-client to the 1.5.0.5 version which includes fixes ...David Heinemeier Hansson2008-12-091-221/+240
* Unbundled XmlSimpleJeremy Kemper2008-11-251-1021/+0
* Revert "Hack builder to look for fast_xs instead of insisting on its own Stri...Jeremy Kemper2008-11-241-2/+2
* Hack builder to look for fast_xs instead of insisting on its own String#to_xsJeremy Kemper2008-11-231-2/+2
* Update bundled TZInfo to 0.3.12gbuesing2008-11-18139-170/+86
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-3/+3
* Increment the version of our modified memcache_client code to prevent users w...Luca Guidi2008-11-061-3/+3
* Proper API for reloading translationsDavid Heinemeier Hansson2008-10-292-1/+9
* Remove reload call from vendored gem. Breaks a bunch of stuff as Dispatcher ...Michael Koziarski2008-10-281-4/+0
* A few more style changesDavid Heinemeier Hansson2008-10-281-4/+4
* Make I18n::Backend::Simple reload its translations in development mode [DHH]David Heinemeier Hansson2008-10-281-2/+9
* Follow style conventionsDavid Heinemeier Hansson2008-10-281-14/+14
* Bundle TzInfo version 0.3.11gbuesing2008-10-19139-200/+250
* Fix Brasilia timezone. [#1180 state:resolved]Pratik Naik2008-10-171-0/+171
* Made i18n simple backend able to store false values (and not confuse them wit...Tarmo Tänav2008-10-091-2/+14
* I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...Sven Fuchs2008-09-202-12/+29
* I18n: move old-style interpolation syntax deprecation to Active Record. [#104...Sven Fuchs2008-09-201-7/+0
* Add the Asia/Colombo definition from the tzinfo gemJamis Buck2008-09-111-0/+30
* Deprecate %d and %s in message interpolation, but only in the bundled i18n lib.Jeremy Kemper2008-09-041-2/+7
* I18n: applied Luca Guidi's patch for better #interpolate performanceSven Fuchs2008-08-301-17/+20
* I18n: remove #populate from Simple backend as wellMarko Seppae2008-08-271-7/+0
* I18n: removed #populate and #store_translations from apiMarko Seppae2008-08-272-13/+4
* update i18n gemSven Fuchs2008-08-252-175/+173
* Ruby 1.9 compat: update bundled i18n libJeremy Kemper2008-08-232-168/+174
* Ruby 1.9: silence some warnings for block args shadowing local varsJeremy Kemper2008-08-232-7/+7
* I18n: use :other instead of :many as default key for pluralization to better ...Sven Fuchs2008-08-231-1/+1