google-code-export / globalite

Automatically exported from code.google.com/p/globalite
1 stars 0 forks source link

Globalite#load_localization should not be called in production ! #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In my configuration, load_localization is called each time with set the
langage in method country=

The offending line is here :

  load_localization! if defined? RAILS_ENV && RAILS_ENV == 'development'

See the attached patch for the fix. 

Original issue reported on code.google.com by arthur.p...@gmail.com on 25 Jan 2008 at 5:04

Attachments:

GoogleCodeExporter commented 9 years ago
sorry for the long delay, this is now fixed on edge.

Original comment by mattAimo...@gmail.com on 4 Jul 2008 at 8:49