Todd Baur

Results 25 comments of Todd Baur

I just tried rails generate bulk:install and it skips mount Bulk::Sproutcore... (I've been making other SC apps)

You would want a GQL resolver to handle this problem I think

``` app.get('/auth/google', passport.authenticate('google', { scope: scope }), function(req, res) { /* do nothing as this request will be redirected to google for authentication */ } ); ```

https://github.com/yoheimuta/hubot-aws/pull/47

@yoheimuta I'll be working on adding these next =)

@cemo can you help me prioritize which commands are more important than others? ``` create-cluster describe-container-instances list-services start-task create-service describe-services list-task-definition-families stop-task delete-cluster describe-task-definition list-task-definitions submit-container-state-change delete-service describe-tasks list-tasks submit-task-state-change...

In progress: https://github.com/toadkicker/hubot-aws/tree/issue_40