]> git.openstreetmap.org Git - rails.git/history - config/initializers
Fix url to documentation of db setup
[rails.git] / config / initializers /
2013-09-24 Tom HughesUpgrade to http_accept_language 2.x
2013-09-24 Tom HughesFixup the paperclip asset URL handling for rails 4...
2013-09-23 Tom HughesAvoid "unknown OID" warnings from Postgres driver
2013-09-23 Tom HughesConfigure page caching in the production environment
2013-09-23 Tom HughesConfigure the page cache
2013-09-23 Tom HughesFix typo in session store configuration
2013-09-22 Tom HughesDrop memcached and use dalli as the memcache client
2013-09-22 Tom HughesIgnore exceptions clearing sessions
2013-09-21 Tom HughesMonkey patch PostgreSQLAdapter to make enums work
2013-09-21 Tom HughesUpdate to rails 4.0.0
2013-08-24 Tom HughesRework piwik configuration
2013-05-27 Tom HughesSimplify locale handing in notification emails
2013-04-23 Tom HughesMerge branch 'notes'
2013-04-16 Tom HughesMerge branch 'master' into notes
2013-04-08 Tom HughesMerge branch 'master' into notes
2013-04-01 Tom HughesMark CORS responses as uncacheable
2013-04-01 Tom HughesWait until after rails has initialise I18n to preload...
2013-04-01 Tom HughesForce translations to be preloaded during startup
2013-03-28 Tom HughesMerge branch 'master' into notes
2013-03-25 Tom HughesMark CORS responses as uncacheable
2013-03-25 Tom HughesWait until after rails has initialise I18n to preload...
2013-03-25 Tom HughesForce translations to be preloaded during startup
2013-02-05 Tom HughesMerge branch 'master' into notes
2013-02-03 Tom HughesDrop secret_token as we don't use it and it confuses...
2013-02-02 Tom HughesMake notes RSS feeds work
2013-02-02 Tom HughesMerge branch 'master' into notes
2013-01-15 Tom HughesMerge branch 'master' into notes
2012-12-01 Tom HughesMerge branch 'master' into notes
2012-11-23 Tom HughesMerge branch 'leaflet'
2012-11-22 Tom HughesUpdate to CPK 5.0.10 and remove monkey patch
2012-11-20 Tom HughesMerge branch 'master' into notes
2012-11-19 Tom HughesRework RTL handling to keep rules together
2012-11-16 Tom HughesConfigure CORS to allow GET and POST to /oauth
2012-11-12 Tom HughesMonkey patch field_changed? support until CPK is updated
2012-10-22 John FirebaughAllow cross-origin requests to API
2012-10-15 Tom HughesMerge branch 'master' into notes
2012-10-13 Tom HughesMerge branch 'master' into notes
2012-09-30 Tom HughesRemove monkey patch for I18n which is no longer needed
2012-09-20 Tom HughesMerge branch 'master' into openstreetbugs
2012-08-31 Tom HughesMonkey patch I18n::JS to ensure translations are in...
2012-08-22 Tom HughesMerge branch 'master' into openstreetbugs
2012-06-18 Tom HughesUpdate to rails 3.2.6
2012-05-09 Tom HughesUse memcache to store temporary OpenID data
2012-03-28 Tom HughesSend a Content-Length header when streaming a file
2012-03-28 Tom HughesRemoved temporary code for promoting databases sessions...
2012-03-17 Tom HughesUpdate to rails-i18n 0.5.2 and remove monkey patch
2012-03-17 Tom HughesDrop the contents of <script> and <style> tags when...
2012-03-10 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-08 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-06 Tom HughesUse cache store for sessions when memcached is not...
2012-03-06 Tom HughesAdd a temporary hack to suppress some broken rails...
2012-03-04 Tom HughesRemove translation reload that is no longer needed
2012-03-02 Tom HughesUpdate rails-i18n to 0.5.1
2012-02-27 Tom HughesSwitch to using memcache as the session store
2012-02-27 Tom HughesRefactor memcache connection handling
2012-02-26 Tom HughesRefactor session persistence code
2012-02-21 Tom HughesServe up paperclip attachments in a cache friendly way
2012-02-19 Tom HughesDon't double up newlines in the log
2012-02-19 Tom HughesCompressedMemCacheStore has been replaced by MemCacheStore
2012-02-15 Tom HughesRemove backported code now we are using mail 2.4.1
2012-02-15 Tom HughesTurn session-persistence plugin into a library
2012-02-15 Tom HughesReplace the file_column plugin with paperclip
2012-02-15 Tom HughesTurn output_compression plugin into a library
2012-02-15 Tom HughesTurn classic_pagination plugin into a library
2012-02-15 Tom HughesSwitch to using http_accept_language as a gem
2012-02-15 Tom HughesUpdate to rails 3.2.0
2012-01-30 Tom HughesMonkey patch mail to handle character encodings on...
2012-01-21 Tom HughesUpdate CPK to 4.1.2 and drop monkey patch
2012-01-14 Tom HughesMonkey patch ActionCachePath to fix a bug
2012-01-05 Tom HughesMerge branch 'master' into openstreetbugs
2011-12-29 Tom HughesRemove fallback from nb to no
2011-12-18 Tom HughesUse normal fallbacks to handle the no/nb confusion
2011-12-18 Tom HughesMonkey patch in an upstream fix for I18n::Backend:...
2011-12-18 Tom HughesUse I18n::Backend::Simple.include directly
2011-12-13 Tom HughesAllow generic URIs to use the registry format
2011-11-26 Tom HughesRemove old unused monkey patch
2011-11-26 Tom HughesMake query cache disabling work again
2011-11-18 Tom HughesMonkey patch CPK to fix problems with polymorphic has_many
2011-11-15 Tom HughesOnly apply the hard memory limit when running under...
2011-11-14 Tom HughesReinstate memory limits now we're not using rhino
2011-11-14 Tom HughesDisable hard memory limits
2011-11-14 Tom HughesForce an I18n reload to work around ordering problem
2011-11-14 Tom HughesGet OAuth working, including a hack for Potlatch
2011-11-14 Tom HughesDrop the sql_session_store plugin
2011-11-14 Tom HughesMake hack for file streaming work with rails 3.1.0
2011-11-14 Tom HughesUpgrade to rails 3.1.0
2011-11-14 Tom HughesUpdate to rails 3.0.5, arel 2.0.9 and composite_primary...
2011-11-14 Tom HughesRework AMF controller's streaming output for rails 3
2011-11-14 Tom HughesDon't allow STARTTLS to be used when sending mail
2011-11-14 Tom HughesUpdate notifiers to use new ActionMailer API
2011-11-14 Tom HughesUse Rails.xxx instead of RAILS_XXX
2011-11-14 Tom HughesUpdate to rails 3
2011-09-18 Tom HughesMerge branch 'master' into openstreetbugs
2011-08-24 Tom HughesMerge branch 'master' into openstreetbugs
2011-08-13 Tom HughesMerge branch 'master' into openstreetbugs
2011-06-22 Tom HughesMerge branch 'master' into openstreetbugs
2011-06-10 Tom HughesMerge branch 'master' into openid
2011-05-31 Tom HughesMerge branch 'master' into openstreetbugs
2011-05-31 Tom HughesMerge branch 'master' into openid
2011-05-31 Tom HughesUpdate to Rails 2.3.11
next