openstreetmap-website/config/initializers
Tom Hughes c0d2ad40c3 Work round ruby's half assed Tempfile class which, because for some
reason it is implemented by delegating to File (by inheriting from
DelegateClass(File)) rather than by inheriting from it, does not
actually look like a File, and hence does not look like an IO (in
that it does not respond to kind_of? IO calls).

In ruby 1.8.5 this doesn't matter as REXML checks that the source
it has been given responds to the methods it wants (using respond_to?
which is handled properly by DelegateClass) but in 1.8.4 which we
are running on rails2 REXML uses kind_of? to see if the source is
one it can use.
2008-03-06 12:43:10 +00:00
..
action_mailer.rb preference stuff 2008-02-23 11:12:42 +00:00
asset_tag_helper.rb Rename initialiser to fix typo. 2008-01-23 14:07:14 +00:00
buffered_logger.rb Migrate web site to use rails 2.0.1. 2008-01-06 12:17:58 +00:00
composite_primary_keys.rb Rename requires.rb to composite_primary_keys.rb so we have one file for 2008-01-22 17:16:08 +00:00
inflections.rb Migrate web site to use rails 2.0.1. 2008-01-06 12:17:58 +00:00
limits.rb Don't try and limit the address space if the OS does not support it. 2008-01-15 00:41:07 +00:00
load_configs.rb added application.yml, refactored map method 2008-01-23 16:43:30 +00:00
mime_types.rb Migrate web site to use rails 2.0.1. 2008-01-06 12:17:58 +00:00
sql_session_store.rb Migrate web site to use rails 2.0.1. 2008-01-06 12:17:58 +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