Code Monkey home page Code Monkey logo

Comments (7)

thomasklemm avatar thomasklemm commented on May 14, 2024

Hi Dan, thanks for asking. Could you try return redirect_to root_url .. and see if it makes any difference?

from pundit.

 avatar commented on May 14, 2024

Hi @thomasklemm, I tried it just to see but it didn't change the error in my tests. The return is implied I believe. I think that during execution of this particular request the controller returned twice, once after the index action finished and again in the rescue_from block.

from pundit.

thomasklemm avatar thomasklemm commented on May 14, 2024

I think you're on the right track, this is something we should definitely solve.

from pundit.

 avatar commented on May 14, 2024

I'll try to get a pull request put together and we can see what a potential solution could be. I love this gem and would like it to play nicely with Rails :)

from pundit.

thomasklemm avatar thomasklemm commented on May 14, 2024

@BigNerdRanchDan Did some research and tests in Rails 4. Could you see if the solution proposed in #53 works in for you, too?

from pundit.

jnicklas avatar jnicklas commented on May 14, 2024

As I mentioned in #53, I don't think this is really a problem. The verify_authorized filter is really only for development, and you probably should not catch this error and take action. If it ever occurs in production, you probably made a mistake and want this to throw a 500.

from pundit.

 avatar commented on May 14, 2024

Perhaps updating the README to reflect this would help?

from pundit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.