RailsCasts Pro episodes are now free!

Learn more or hide this

David Gerber's Profile

GitHub User: gerbdla

Site: www.gerberdata.net

Comments by David Gerber

Avatar

I am using devise and I am getting this error. I know it has something to do with devise or authentication tokens. Can anyone give me some advise? Here is my error.
I have put this tag in my layout
<%= csrf_meta_tag %>
Completed 401 Unauthorized

Avatar

Is anyone else having issues with playing videos on iPad?

Avatar

I am using resque-scheduler for scheduling. Is anyone using this? I am getting this error message when I submit to a queue.

(Job{news_scraper_queue} | NewsScraper | []) failed: #

has anyone tried to use scheduling with the workers being in the app/workers directory?

Avatar

Do I need to use require statement in rails to use this gem. When I just do gem lorem it loads but the lorem.rb module is not available. please help