heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
24.02k stars 5.55k forks source link

No routes shown at the launch of server #5718

Closed zahidalik closed 1 month ago

zahidalik commented 1 month ago

Environment

Current behavior

No routes get created at the launch of server. Every time I start the server by the command bin/dev in the terminal, all the routes present in routes.rb are not getting created. The routes get created once the routes.rb file is edited.