summaryrefslogtreecommitdiff
path: root/config/initializers
AgeCommit message (Collapse)Author
2014-04-08move users: config and libAzul
2014-04-08fix requiring core extensions - most tests passAzul
some message tests are failing for me right now.
2014-04-08moving all of core into toplevel, tests fail.Azul
2014-01-23added default pricing, privacy policy and tos pages.elijah
2013-12-24ensure permissions are preserved when copying customization files. closes #4623elijah
2013-12-22locale prefix support:elijah
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path
2013-11-15fix problem with custom scss files and precompiling assets in production mode.elijah
2013-11-14ensure that we only copy files when running restarting the app, not every ↵elijah
time a rake task is run (especially since some rake tasks get run as root!)
2013-11-14added support for easier customizations via "config/customization" directoryelijah
2013-09-17use new couchrest session store - expire after 30minAzul
2013-07-11config - add force_ssl to config, add configuration notes to README.mdelijah
2013-07-04i18n - added a few strongs to app, fixed language at english for now.elijah
2013-04-08Merge pull request #39 from azul/feature/keep-session-secretjessib
fetch secret token for signing cookies from config
2013-04-03make sure user tests also run when run from users subdirAzul
* The APP_CONFIG needs to be initialized in core so that is required from other engines * paths for load_views need to be relative to the model - not to rails root.
2013-03-15fetch secret token for signing cookies from configAzul
2013-02-09configure couchrest session store in initializerAzul
2013-02-09fall back to {} if config file is empty for environmentAzul
2013-02-05use the latest couch rest session storeAzul
and actually use it - initializer was broken before
2012-12-20config hash now has indifferent accessAzul
2012-12-20Loading config defaults from default.yml nowAzul
You can overwrite them in config/config.yml
2012-11-26minor: client side validations fixed + .json requestAzul
2012-11-12adding client side validations to the mixAzul
2012-10-29first steps at is_admin?Azul
2012-10-08LeapWebDemo -> LeapWebAzul
2012-09-27Adding in what used to be leap webapp demoAzul
we're merging repositories into one