Christopher Young

Results 15 comments of Christopher Young

@lucaspiller I've just landed in the same boat. Any chance you managed to get around it? I should add that I've been able to manually get around it by changing...

Thanks @fastman, need to dust off some code and will give it a try. 👍

Hey, I seem to be in the same boat although my error only includes `ActionText::ContentHelper`. This is a rails 6.0 app that is being bumped to 6.1. Will keep poking...

Hey @gingermusketeer looks like you did most of the work here :-) I'm using the same approach to filter out cookies. Would it make sense to have a more generic...

Hey @afterclassroom, I've been looking at the same problem and I think the issue cannot easily be fixed in encrypted_id. Rather, we need to do something with either devise or...

@dbastin just seeing if I understand this right (and that your memory is sharp!), so would this help in the case that I am passing in a form with a...

Amazing @dbastin! Will try it out and see if I can give it another vote / help for a merge! Very helpful (and nice looking code!)

@DavidVII (one year later) I'm hitting the same thing. Any chance you can (remember and) share the code you used? I take it you subclassed your `users_controller` and inherited from...

Beautiful, that's the winner. Thanks so much @DavidVII! 👍

Hey @matthttam, it has been a while since I looked at this but seems like Rails 5 is going to make this even more relevant is it apparently makes `belongs_to`...