BB

Joined

300 Experience
2 Lessons Completed
0 Questions Solved

Activity

Hi I'm trying to follow Chris's Recurring events tutorial and I'm coming across this error message...


NoMethodError in EventsController#index

undefined method `has_key?' for "null":String

Extracted source (around line #15):
              | 
  def rule
    IceCube::Rule.from_hash recurring
  end

  def schedule(start)
...


Has anyone encountered this and happen to know the fix?  (I know the gem and video are pretty old but everything seemed to be working well up to this point).

thanks,

Posted in Vue.js Trello Clone in Rails - Part 8 Discussion

I'm getting the same issue...but only on the editCard method.  The save button is now updating the card name via rails, but it doesn't immediately display in the browser via Vue.  (Only upon refresh is the updated card name shown).  Any ideas Chris?  thanks!

Posted in Rails & Vue.js Trello Clone - Part 2 Discussion

@Filip/Chris - is there an update on that rails-ujs issue?  The new rails-ujs version doesn't seem to solve this (I, like Brenden, still have to include that 'beforeSend: function() { return true } ' line you mentioned in your comment...thanks,

Ah nice! - you da man...I'll watch it tonight. Much appreciated...

Hi Chris - that would be an awesome addition to this search tutorial...(a global search using typeahead.js / searchkick that spans across 2 or 3 models). I'm trying to do this in an app of mine and am hitting a lot of snags. Will you be getting to this anytime soon? much appreciated...

Posted in Realtime Notifications with ActionCable Discussion

Chris, any chance you could follow this episode up at some point and build the full drop down functionality like you did in the previous notification episodes???

thx,