bluerail / twitter-bootstrap-rails-confirm

Confirm dialogs using Twitter Bootstrap
https://bluerail.nl
MIT License
85 stars 34 forks source link

Infinite Loop after Deleting #3

Closed jwg2s closed 11 years ago

jwg2s commented 11 years ago

Using Rails 3.2.9, after deleting a model with dependents, the model was successfully deleted, but then the page was forced into infinite redirect loop.

Had to bail on the gem, but really liked the styling.

rvanlieshout commented 11 years ago

This gem doesn't change the way you delete models and redirect afterwards. Why do you think it caused the infinite redirect loop?

Could you show how you delete and redirect and what the log contains for it?