summaryrefslogtreecommitdiff
path: root/lib/web
AgeCommit message (Expand)Author
2013-12-27update expires headers to 1 year from now.mo khan
2013-12-27remove block specification.mo khan
2013-12-27move binding behaviour to nasty.mo khan
2013-12-27move logging to nasty.mo khan
2013-07-20remove the old hand rolled orm. *sniff*mo khan
2013-05-20attempt to register the current user interceptormo khan
2013-05-19load user if logged inmo khan
2013-05-19add default expiration of 2 weeksmo khan
2013-05-19add cache headers for static assetsmo khan
2013-05-19return headers after applying cookiesmo khan
2013-05-19move cookies methodmo khan
2013-05-19split apart filesmo khan
2013-05-19return a session cookie after registeringmo khan
2013-05-18change route to registrations#createmo khan
2013-05-13split sessions/new from sessions/new/oauthmo khan
2013-05-13remove usages of .html.erbmo khan
2013-04-17start to build the create commandmo khan
2013-04-13redirect to googles oauth2 provider on signinmo khan
2013-04-13move url builder to a separate filemo khan
2013-04-09extract an erb template filemo khan
2013-04-04replace /n with ''mo khan
2013-04-04extract rendering logic from the view enginemo khan
2013-04-04use named keywords in view enginemo khan
2013-03-29move responses to a separate foldermo khan
2013-03-25fix bug with saving a new product. something changed to that caused the raw r...mo khan
2013-03-24log error using logger instead of printmo khan
2013-03-23remove extra logging and clean up module include in proxy"mo khan
2013-03-23hookup 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-22 rename matches to matches?mo khan
2013-03-22rename matches to matches?mo khan
2013-03-22rename command_for to route_formo khan
2013-03-22rename command to routemo khan
2013-03-22remove loggingmo khan
2013-03-22rename command registry to route registrymo khan
2013-03-20massive refactoring to views to depend on 'model' contractmo khan
2013-03-19convert all command to return response and render result in front controllermo khan
2013-03-18use ruby 2.0 keyword argumentsmo khan
2013-03-18tiny cleanup in html responsemo khan
2013-03-18complete migration of html rendering in the html responsemo khan
2013-03-18convert another command to render html in html response.mo khan
2013-03-18start to render html in the html responsemo khan
2013-03-18replace usages of render_html with HtmlResponsemo khan
2013-03-18start to extract a html response.mo khan
2013-03-08start construction of interceptorsmo khan
2013-03-03remove some requires to see if heroku likes that bettermo khan
2013-02-27update show command to parse out the idmo khan
2013-02-27fix error with rendering the 501 templatemo khan