Ben Ellis

Results 3 issues of Ben Ellis

Pyportify lets one transfer Spotify playlists. But Spotify also lets us bookmarks tracks in a library named "Your Music" (with the nasty gotcha of a hidden limit of 10k tracks,...

enhancement

The doorkeeper initializer's inline comments mention ```ruby # Access token expiration time (default: 2 hours). # If you want to disable expiration, set this to `nil`. # # access_token_expires_in 2.hours...

I tried: namespace :db do before :migrate do puts "before db:migrate" end end but that triggers errors about calling full_comment on nil. I also tried before "db:migrate" and before "db:migrate".to_sym...