Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-24 | bugfix: client_side_validation load order | Azul | |
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-23 | bugfix: handle couch 404s | Azul | |
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-02 | upgrade: {File,Dir}.exists? -> exist? | Azul | |
exists? is deprecated in ruby 2.1 | |||
2016-05-02 | upgrade: migrate config | Azul | |
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-02 | upgrade: drop active_resource in config/application | Azul | |
2016-04-01 | api: added super simple motd, closes #7866 | elijah | |
2014-05-19 | little bit of documentation | Azul | |
2014-05-19 | custom error pages for 404 and 500 errors | Azul | |
2013-11-15 | fix problem with custom scss files and precompiling assets in production mode. | elijah | |
2013-11-14 | added support for easier customizations via "config/customization" directory | elijah | |
2013-09-19 | default to syslog in production - #3886 | Azul | |
2013-09-02 | add config setting for logfile | Azul | |
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-17 | Fix breakage due to empty config file for a given env | Azul | |
2013-07-14 | remove freeze on APP_CONFIG for now | elijah | |
2013-07-11 | config - add force_ssl to config, add configuration notes to README.md | elijah | |
2013-07-04 | added 'thin' and 'quiet_assets' gems to make development mode much nicer. | elijah | |
2013-02-09 | use at least couchrest_session_store 0.0.8 | Azul | |
2012-10-08 | LeapWebDemo -> LeapWeb | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |