Adif Sgaid

Results 6 comments of Adif Sgaid

Hello @BrianHawley, here is the block, and actually the `end` bellow the redirect is the closing `end` for this particular method. ``` rescue ActiveRecord::RecordInvalid return render 'admin/foo/edit' end redirect_to edit_admin_foo_path(@foo)...

Yes, you are right ! @BrianHawley, so this is the code from the beginning of the block to the closing end: ``` Foo.transaction do @foo_item.save! Foo.create!(activity_params) rescue ActiveRecord::RecordInvalid return render...

Interesting @BrianHawley, I will try it out, thanks for the reply, at this point I guess we can close this Issue.

I have read the CLA Document and I hereby sign the CLA

I will do an investigation into the omniauth-twitter gem. If the issue is indeed related to this gem, I will open an issue in its repository. Based on the stack...

Hello @BobbyMcWho, I've identified the source of the issue and have created a pull request with a proposed fix. I'd greatly appreciate your review and feedback. Please feel free to...