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