Skip to content

History / How To: Add sign_in, sign_out, and sign_up links to your layout template

Revisions

  • Updated How To: Add sign_in, sign_out, and sign_up links to your layout template (markdown)

    @adrianvalenz adrianvalenz committed Nov 18, 2023
  • `link_to` still makes a GET request which throws an error, while `button_to` makes the DELETE request and is the recommended solution for Rails applications with Hotwire.

    @adrianvalenz adrianvalenz committed Nov 18, 2023
  • Updated How To: Add sign_in, sign_out, and sign_up links to your layout template (markdown)

    @danielsellergren danielsellergren committed Jan 25, 2023
  • friendlier titles :)

    @yshmarov yshmarov committed Sep 26, 2021
  • add one more option - with more links

    @yshmarov yshmarov committed Sep 26, 2021
  • Remove extra space in closing bracket

    @jlholm jlholm committed May 26, 2019
  • Remove extra space in closing bracket

    @jlholm jlholm committed May 26, 2019
  • change ruby hash syntax to new one

    @eyupatis eyupatis committed Jun 6, 2017
  • Updated How To: Add sign_in, sign_out, and sign_up links to your layout template (textile => markdown)

    @krishicks krishicks committed Jan 24, 2014