RailsCasts Pro episodes are now free!

Learn more or hide this

Matt Huggins's Profile

GitHub User: mhuggins

Site: http://blackbooksingles.com

Comments by Matt Huggins

Avatar

I too was wondering about the differences. Thanks for sharing!

Avatar

In order to make your code more concise, combining the "ready" and "page:load" listeners into one should work too:

$(document).on 'ready page:load', ->
  $(document).on 'click', '.edit_task input[type=checkbox]', ->
    $(this).parent('form').submit()
Avatar

ts-delayed-delta (https://github.com/freelancing-god/ts-delayed-delta) can also be set up to update indexes on the fly with DelayedJob.

Avatar

Yeah, if you're using Devise, then you're already using Warden without knowing it.

Avatar

Just stumbled across this awesome tutorial. Combined this with my ActiveAdmin dashboard for some nice results. :)

Avatar

You mention in your video that Airbrake is a paid service, but there is actually a free version as well: https://airbrakeapp.com/account/new/Free