summaryrefslogtreecommitdiff
path: root/lib/commands
AgeCommit message (Expand)Author
2013-05-19load user if logged inmo khan
2013-05-19add default expiration of 2 weeksmo khan
2013-05-19return a session cookie after registeringmo khan
2013-05-18fix view to post to correct routemo khan
2013-05-18add route spec for signinmo khan
2013-05-18change route to registrations#createmo khan
2013-05-18fix broken acceptance testmo khan
2013-05-17try to fix the build againmo khan
2013-05-17attempt to fix the buildmo khan
2013-05-15move require to appropriate filemo khan
2013-05-13add missing namespace and extract map_from methodmo khan
2013-05-13build the registrations#create commandmo khan
2013-05-13add route to registration specmo khan
2013-05-13fix html id and name in sign up pagemo khan
2013-05-13move new oauth command to a separate modulemo khan
2013-05-13split sessions/new from sessions/new/oauthmo khan
2013-05-13remove usages of .html.erbmo khan
2013-04-17cleanup the google authorization token parsingmo khan
2013-04-17use oauth2 gem to get use google for authenticationmo khan
2013-04-17start to build the create commandmo khan
2013-04-13redirect to googles oauth2 provider on signinmo khan
2013-04-13append multiple query string paramsmo khan
2013-04-09tidy up the login page htmlmo khan
2013-03-24acceptance tests dont seem to work with phantom js and ubunutmo khan
2013-03-24revert previous two commits changesmo khan
2013-03-24change hello world to hello bru to see how long it takes to get to prodmo 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-22remove a bit of overhead from the route registrymo khan
2013-03-22change route registration to delegate to matches? class methodmo 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-18complete migration of html rendering in the html responsemo khan
2013-03-18convert another command.mo 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-18render the sessions#new templatemo khan
2013-03-04connect route to sessions#new commandmo khan
2013-03-04add sessions#new commandmo khan
2013-03-03remove some requires to see if heroku likes that bettermo khan
2013-03-01correct namespacingmo khan
2013-02-27update show command to parse out the idmo khan
2013-02-27implement products#show commandmo khan
2013-02-27fix error with rendering the 501 templatemo khan
2013-02-25start to build the products#show command.mo khan
2013-02-25add a link to the products#show page (to be created)mo khan
2013-02-25change namespace organizationmo khan
2013-02-24wrap product form in product hash.mo khan
2013-02-24introduce web_request to adapt rack::request.mo khan