Michael van Rooijen
Michael van Rooijen
Ref: https://github.com/mrrooijen/commander/issues/19#issuecomment-552885354
Ref: https://github.com/mrrooijen/commander/issues/19#issuecomment-552931279
Ref: https://github.com/mrrooijen/commander/issues/19#issuecomment-552931279
Ref: https://github.com/mrrooijen/commander/issues/19#issuecomment-552931279
It'd be nice if we could figure out a way to use a Struct rather than a Hash for retrieving options from flags. Currently we have to do the following:...
Since I haven't used Mongoid and/or Paperclip for quite a while, I'd like to add one or more collaborators that are still actively using this setup and would like to...
SSL / HTTPS
Hi Ryan, I'm using PrivatePub in one of my projects and it seems that I'm getting the HTTPS:// warning from Chrome because PrivatePub is trying to do something over HTTP://....
Hi! I am trying to register a new host at http://oncloud.org/ but I get the Rails 500 error: **We're sorry, but something went wrong** Also, is there support for Rails...
Hi, How would one go about counting _specific_ and _all_ queues sizes that are set to run right `Time.now`? I have had some requests to support Resque scheduler for a...
Hey, I was wondering if it's possible to use **includes** along with the **only** method. ``` Post.includes(:user).only('name', 'user.name').each do |post| puts post.name puts post.user.name end ``` It seems that whatever...