Skip to content

History / How To: Redirect to a specific page on successful sign up (registration)

Revisions

  • Instructions work fine on the latest version of Devise

    @ayrton ayrton committed Feb 3, 2021
  • Fix broken URL

    @chrisw- chrisw- committed Jul 1, 2020
  • Revert 8d1b4b9e3cde314f6dc079418818e7d3378c1dd9...a99b4c565c12b3e2ad157b12c78a08340a9991a7 on How To: Redirect to a specific page on successful sign up (registration)

    @MoonPandragon MoonPandragon committed May 11, 2019
  • Created How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @jcandia2 jcandia2 committed Apr 11, 2019
  • Destroyed How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @claasz claasz committed Mar 29, 2019
  • Revert 3f352ea777e76321cda2528e60060e4fdeae3c1d...da8a231951ca86dff2e59acc8799a7831ea92039 on How To: Redirect to a specific page on successful sign up (registration)

    @hyrumcarlile hyrumcarlile committed Oct 27, 2018
  • Created How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @hyrumcarlile hyrumcarlile committed Oct 27, 2018
  • Destroyed How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @sarfra0315 sarfra0315 committed Sep 4, 2018
  • Updated How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @1c7 1c7 committed Dec 13, 2016
  • Updated How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @1c7 1c7 committed Dec 13, 2016
  • Updated How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @tiagosl tiagosl committed Mar 30, 2016
  • when the Controller name is "Registrations.rb" ,then it wont work. you have to change that name to registrations_controller.rb ; also the location of the controller is more important, it should be in app/controllers/registrations_controller.rb

    anoobbava committed Sep 21, 2015
  • Comments added to clarify the understanding of redirection. Code upgrade to the new syntax of Ruby.

    @monteirobrena monteirobrena committed Jul 6, 2015
  • I just copied the line into routes.rb, but left the 'devise_for :users' untouched. Thus, it never hit new line with the controllers, and my 'after_sign_up..' were not being called.

    @jan-gerritsen jan-gerritsen committed Jan 21, 2014
  • make capitalization consistent

    @waynn waynn committed Dec 6, 2012
  • According to: http://stackoverflow.com/questions/5093073/how-to-load-views-on-an-added-devise-module-for-a-custom-registration-controller

    @ssyangy ssyangy committed Nov 18, 2012
  • Updated How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @refractalize refractalize committed Jul 17, 2012
  • Updated How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @iosdev-republicofapps iosdev-republicofapps committed Jun 11, 2012
  • Updated How To: Redirect to a specific page on successful sign up (registration) (markdown)

    @akinsgre akinsgre committed Oct 26, 2011
  • Was attempting to use redirect_to 'path'... Wanted to clarify the wiki.

    @bhardin bhardin committed Jul 23, 2011
  • Updated How To: Redirect after registration (sign up) (markdown)

    @cailinanne cailinanne committed Jul 12, 2011