summaryrefslogtreecommitdiff
path: root/config/application.rb
AgeCommit message (Collapse)Author
2017-03-24bugfix: client_side_validation load orderAzul
The Active::Model modules of client side validations only get included in CouchRest::Model::Base if the gems are loaded in the right order: * activemodel is required first so the modules to extend are present * client_side_validations is required next so its modules get included * couchrest_model is required last so it includes the enhanced modules. \
2017-03-23bugfix: handle couch 404sAzul
our special error handler for json requests would turn all exceptions into 500s - removed it. now the rescue_responses can do their thing again.
2016-05-02upgrade: {File,Dir}.exists? -> exist?Azul
exists? is deprecated in ruby 2.1
2016-05-02upgrade: migrate configAzul
environment.rb boot.rb application.rb -> adopted according to http://railsdiff.org/3.2.22.2/4.2.6 Also dropped quite_assets - not sure if this is still needed with rails 4.2. If it is we can bring it back.
2016-05-02upgrade: drop active_resource in config/applicationAzul
2016-04-01api: added super simple motd, closes #7866elijah
2014-05-19little bit of documentationAzul
2014-05-19custom error pages for 404 and 500 errorsAzul
2013-11-15fix problem with custom scss files and precompiling assets in production mode.elijah
2013-11-14added support for easier customizations via "config/customization" directoryelijah
2013-09-19default to syslog in production - #3886Azul
2013-09-02add config setting for logfileAzul
This is the most simple thing that could possibly work. If you do not specify a :logfile in your environments config Rails will use the default.
2013-07-17Fix breakage due to empty config file for a given envAzul
2013-07-14remove freeze on APP_CONFIG for nowelijah
2013-07-11config - add force_ssl to config, add configuration notes to README.mdelijah
2013-07-04added 'thin' and 'quiet_assets' gems to make development mode much nicer.elijah
2013-02-09use at least couchrest_session_store 0.0.8Azul
2012-10-08LeapWebDemo -> LeapWebAzul
2012-09-27Adding in what used to be leap webapp demoAzul
we're merging repositories into one