openstreetmap-website/config/initializers
Tom Hughes 07172166da Monkey patch rails to work around stupid I18n bug where it looks up
time.formats in the locale and then looks for the requested format in
that hash, thereby not doing fallback correctly. To make things worse
it then defaults to just using the requested format name as the format...
2010-03-01 00:55:27 +00:00
..
abstract_adapter.rb Fixed warning. 2010-01-13 13:41:13 +00:00
action_controller.rb Disabled automatic parsing of XML to a hash in request bodies for a modest 15% speedup. 2009-05-21 23:48:34 +00:00
action_mailer.rb Removed patch for rails 2.2 bug. 2009-06-04 09:22:31 +00:00
buffered_logger.rb Migrate web site to use rails 2.0.1. 2008-01-06 12:17:58 +00:00
gpx.rb Reverting config file that shouldn't have been committed. 2009-05-22 18:41:33 +00:00
i18n.rb Monkey patch rails to work around stupid I18n bug where it looks up 2010-03-01 00:55:27 +00:00
inflections.rb Migrate web site to use rails 2.0.1. 2008-01-06 12:17:58 +00:00
libxml.rb Merge 12304:14009 from trunk. 2009-03-08 13:02:37 +00:00
limits.rb Remove old code to exit after 10000 requests as the memory limit code 2009-04-26 23:14:20 +00:00
load_configs.rb Merge 15165:15373 from trunk. 2009-05-31 11:32:32 +00:00
mime_types.rb Migrate web site to use rails 2.0.1. 2008-01-06 12:17:58 +00:00
potlatch.rb Freezing composite primary key so that we can apply TomH's patch to it, and that way Potlatch will work in Rails mode without a problem. Please test. 2008-11-15 01:11:27 +00:00
query_cache.rb Disable the query cache. 2008-10-13 23:13:34 +00:00
sql_session_store.rb Work out which session store class to use automatically. 2009-04-16 20:29:18 +00:00
streaming.rb Allow a GPX to be fetched in XML format by fetching data.xml instead 2008-01-23 13:40:47 +00:00
tempfile.rb Work round ruby's half assed Tempfile class which, because for some 2008-03-06 12:43:10 +00:00