Jonathan Abbett

Results 12 comments of Jonathan Abbett

I'm having this problem as well. changedAttributes correctly returns "false" when no fields have changed. But when I change a single field, changeAttributes returns the entire object.

Thanks for the motivation, I finally cracked open the test suite! It turns out that I'm seeing this problem because I'm using Backbone 0.9.9, not 0.9.2. Do you plan to...

This would be particularly powerful for the first-time-user scenario. I open Gitify and suddenly see 50 notifications, some recent, some months old. I could get through the list far faster...

There are three places where we use `current_user.id` ... not quite sure yet how we'd make that configurable, but open to suggestions!

@prschmid Thanks — I like it! And it seems that it would be backwards-compatible for (I assume) most current Abraham users who have relied on the standard Devise setup.

@prschmid I'm having the darnedest time figuring out where that overridable function should be defined such that it can be used within `AbrahamHelper` and `AbrahamHistoriesController`. Any advice?

@adriancb Thanks so much! This seems like a responsible thing to do, and all the tests pass :) I'll review with our team. A couple questions: * Since this is...

To save the next visitor a click, the secret is to tell rvm to use your _global gemset_: ``` $ which ruby /Users/jonathan/.rvm/rubies/ruby-2.3.3/bin/ruby $ rvm use 2.3.3@global Using /Users/jonathan/.rvm/gems/ruby-2.3.3 with...

Thanks for the comments and the interest in Abraham! I use Rails 6 at work and in side projects, but I am not yet experienced in Rails 7. So I...