Jared Ning
Jared Ning
`chruby` command line allows setting of `RUBYOPT`, but auto-switching is [limited to only the ruby argument](https://github.com/postmodern/chruby/blob/38a76b749d7fdaa9cfe5ac837b45f06da42e8fff/share/chruby/auto.sh#L15). Would be nice to somehow allow the addition of these options when auto-switching. Quickly...
Dropbox does not allow creation of long-lived access tokens anymore ([guide](https://developers.dropbox.com/oauth-guide)). Short-lived access tokens are now the default. Are there planes to update this gem to work with short-lived tokens?
I thought it would be nice to see and have access to a bit more information when the transition is invalid. This changes the `RuntimeError` to a custom `StatefulEnum::InvalidTransition` exception....
I keep getting an exception when I first `require tmdb_party`: ``` NoMethodError: undefined method `blank?' for :id:Symbol from /Users/ningj/.rvm/gems/ruby-1.9.2-p0@moty/gems/tmdb_party-0.9.0/lib/tmdb_party/extras/attributes.rb:18:in `block in attributes' ``` I thought maybe requiring active_support would do...