Sean Devine

Results 6 comments of Sean Devine

Yes, I've seen this issue. It doesn't happen every time the test pane is closed, but it happens regularly. Eventually I need to close the window and reopen to get...

For what it's worth, I'm using the [icalendar](https://github.com/icalendar/icalendar) gem to do this in an application where we're using `ice_cube`. Something like: ``` ruby class Whatever < ActiveRecord::Base validate :_schedule_ical_has_valid_syntax, if:...

Does anyone know why the command line option is required instead of the .rubocop.yml (`AllCops/DisplayCopNames: true`)?

I did. We'll have something done this week. It's pretty fun. On Nov 5, 2012, at 7:55 AM, Len Kendall [email protected] wrote: > — > Reply to this email directly...

Ah, OK. Thanks. For what it's worth, I did choose "Yes" for all of the relevant choices. I'm using Yarn but I didn't receive an additional prompt and a few...

You can avoid the error by using `replaceWith` instead of `transitionTo`. This is _probably_ the desired behavior anyhow in most situations. The only "catch" that I've noticed is that you...