]> git.openstreetmap.org Git - rails.git/commit
Require i18n version 0.4.1 and fix monkey patch to work with it
authorTom Hughes <tom@compton.nu>
Thu, 2 Sep 2010 18:01:21 +0000 (19:01 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 2 Sep 2010 18:01:21 +0000 (19:01 +0100)
commit782ddc9c3e652439ba98ad9f0216146b432830fe
tree2f2c9f88026aa8bf5a2034a414c7c6c2882ced3b
parent39a014075ad127cf38f9251843ff61bd2022d147
Require i18n version 0.4.1 and fix monkey patch to work with it

Rails 3 pulls in i18n version 0.4.1 as a separate gem which then
breaks our code if it is running on a machine with rails 3 installed
as it tries to monkey patch i18n and fails, so this fix allows us
to run on a machine with rails 3 installed.
config/environment.rb
config/initializers/i18n.rb