mcmaddox

Results 5 comments of mcmaddox

@full-of-foo @mhanberg Trying to get this to work now... Do I need to import the mailer SCSS file I want to use into my `application.js` file? Or does the import...

Strange... I followed the steps you outlined and I'm still not able to get premailer-rails to apply the `stylesheet_pack_tag` from the layout to the `HEAD` of my mailer in the...

@mhanberg I figured it out: my SCSS file was in the wrong file path & didn't include the `stylesheet_pack_tag` helper. My mailer also didn't include the `layout` call (DUH). Everything...

+1 I tried to use the gem to access the "/me/" shortcut in my app, but received the "undefined method `playlists_url' for nil:NilClass When I use curl to load the...

@brennnnan I got tired of waiting for an update and used HTTParty to retrieve a token and get the data I needed from the Mixcloud API instead. In case it's...