summaryrefslogtreecommitdiff
path: root/lib/boot
AgeCommit message (Collapse)Author
2013-12-27move context and key to nasty.mo khan
2013-12-27change load order.mo khan
2013-07-20remove the old hand rolled orm. *sniff*mo khan
2013-07-20connect to database using humble gemmo khan
2013-05-21register multiple interceptors using latest version of spankmo khan
2013-05-20attempt to register the current user interceptormo khan
2013-05-18require user into appmo khan
2013-05-17remove container files that were extracted into spank and update referencesmo khan
2013-05-13build the registrations#create commandmo khan
2013-05-13add route to registration specmo khan
2013-05-13move new oauth command to a separate modulemo khan
2013-05-13remove usages of .html.erbmo khan
2013-04-17start to build the create commandmo khan
2013-04-04use named keywords in view enginemo khan
2013-03-26rename bootstrap routing to routesmo khan
2013-03-25start database connections in the unit of workmo khan
2013-03-23hookup the unit of work interceptormo khan
2013-03-23return a proxy to a routemo khan
2013-03-22start to glue in the unit of work interceptormo khan
2013-03-22rename command proxy to routemo khan
2013-03-22remove a bit of overhead from the route registrymo khan
2013-03-22change route registration to delegate to matches? class methodmo khan
2013-03-22rename command registry to route registrymo khan
2013-03-20massive refactoring to views to depend on 'model' contractmo khan
2013-03-04connect route to sessions#new commandmo khan
2013-02-27refactor repository to take in a datamapper instead of the class.mo khan
2013-02-25start to build the products#show command.mo khan
2013-02-25add specs for command proxymo khan
2013-02-25recursively load the routed commands.mo khan
2013-02-13route to the products#create commandmo k
2013-02-12update the new command to return a response.mo khan
2013-02-12add routes specs for the products#new page.mo khan
2013-02-06register database infrastructuremo k
2013-02-03allow the container to gracefully fail when it cannot build a component.mo k
2013-02-03add products/index commandmo k
2013-01-06move register method to the registry.mo k
2013-01-06use @container.build to instantiate some resources.mo k
2013-01-04add logger method to Object and add some speculative helpful logging.mo k
2013-01-04initialize loggingmo k
2013-01-02remove the unnecessary namespace declarationmo k
2013-01-02register the asset command in the route registrationmo k
2013-01-02expose a model property to the master page to able to include page specific ↵mo k
values like title.
2013-01-02update existing views to rely on the master page.mo k
2012-12-31register the command registry as a singleton.mo k
2012-12-31move route registration to a separate file and tidy up the application ↵mo k
bootstrap.
2012-12-31add a bit of error handling in the front controller.mo k
2012-12-30register the new dashboard command.mo k
2012-12-29move to Booty namespace.mo k
2012-12-29move container bootstrap code to separate file.mo k