summaryrefslogtreecommitdiff
path: root/common_dependencies.rb
AgeCommit message (Collapse)Author
2014-04-08move all dependencies into GemfileAzul
We used to keep them separated so one could require some engines without using the full webapp. We've never really supported this though and probably never will.
2013-10-21remove duplicate source line that was using httpAzul
I don't think we need to list the sources again in common_dependencies.rb
2013-09-23hotfix: syslog now uses a different nameAzul
also make sure the gem > 2.0.0 so it actually IS called Syslog::Logger.
2013-09-23hotfix: add syslog logger gem in productionAzul
2013-08-13Option to disable billing engine and hide billing related links. To actual ↵jessib
disable, must remove billing engine from Gemfile (and re-bundle)
2013-07-17Very rough start to tests, which still doesn't really use FakeBraintree.jessib
2013-07-14js integration test for signup, login, logoutAzul
2013-07-04added 'thin' and 'quiet_assets' gems to make development mode much nicer.elijah
2013-01-11basic dummy data for usersAzul
2012-11-20fixed mocha version stringAzul
2012-11-19use latest mocha version without monkey patching :)Azul
2012-10-11first steps at reducing coreAzul