Ask A Question

Notifications

You’re not receiving notifications from this thread.

Redirect To Current Page After Login Discussion

exactly what I needed

Reply

I can understand this episode.But I have a question.
if I add this code to posts_controller.rb. how to redirect the current page after we login

 # posts_controller.rb
 before_action :authenticate_user!, except: [:index, :show]
Reply

I click /posts/1/edit when I am not login. it will require me to login. when I login in.I can't redirect_to /posts/1/edit

Reply
Join the discussion

Want to stay up-to-date with Ruby on Rails?

Join 74,071+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more. Icons by Icons8

    © 2023 GoRails, LLC. All rights reserved.