David Heinemeier Hansson
|
dbf61f4fc3
|
Use _path in all cases where we are not potentially changing the domain
|
2025-04-13 08:17:36 +02:00 |
|
Jeffrey Hardy
|
e6bb6ad76b
|
Join links for user registration
|
2024-09-24 14:30:22 -04:00 |
|
Jeffrey Hardy
|
696b155f55
|
Use find_signed directly
There's no penalty to calling with a nil value. That's why both find_signed
and find_signed! exist. Use the latter when you expect a result.
|
2024-09-04 13:44:23 -04:00 |
|
Jeffrey Hardy
|
e3983d5bbe
|
Use Rails' new sessions generator to replace the existing setup
Ref: https://github.com/rails/rails/pull/52328
|
2024-08-20 14:17:05 -04:00 |
|
Kevin McConnell
|
c4fb1bdc76
|
Add minimal authentication flow to get started
|
2024-06-21 16:45:29 +01:00 |
|