summaryrefslogtreecommitdiff
path: root/config/initializers/container.rb
AgeCommit message (Collapse)Author
2017-09-24upgrade to rails 5.1mo
2015-01-20inline configuration variable.mo khan
2015-01-20just use ENV.mo khan
2015-01-20replace old infrastructure code with active job.mo khan
2015-01-17remove the old process avatart handler.mo khan
2015-01-17remove old publish to twitter handler.mo khan
2015-01-17inline handler to add a cake to someones favorites.mo khan
2014-10-16publish a command to add a favorites to a users collection as a background job.mo khan
2014-10-16rename message_bus to command_bus.mo khan
2014-10-16create a creations repository.mo khan
2014-10-16move user repository to user/repository and add scopes to User model.mo khan
2014-10-15extract user repositorymo khan
2014-10-13register amazon api in container.mo khan
2014-09-19register handler and update references to avatar.mo khan
2014-06-16attempt to reload container if rails reloader is enabled.mo khan
2014-06-07use fake blob storage for tests.mo khan
2014-06-07add ability to generate urls for different versions of an image.mo khan
2014-06-01register missing exif parser component in container.mo khan
2014-05-31fix broken tests. move tmp file upload to tmp dir before processing.mo khan
2014-05-31fix typo in container registration.mo khan
2014-05-31add handler to process photo in background.mo khan
2014-05-30schedule a background job to begin processing the uploaded image.mo khan
2014-05-19queue a job to run handlers from background processmo khan
This queues a job that will look up all the handlers for the message and process them in the background.
2014-05-17build small pub/sub system and reorganize services directory as per DDD ↵mo khan
notion of services.