I completely apologize for being so naive. But when I deploy to production, it automatically loads in production mode.
How can I reload this in development mode?
Depends on what you use to run the Rails application.
RailsEnv
script/server
script/server development
rails server
rails server -e development
RAILS_ENV, : RAILS_ENV=development rails server
RAILS_ENV
RAILS_ENV=development rails server
Source: https://habr.com/ru/post/1793156/More articles:Как удалить файлы из нескольких неизвестных папок из одного файла bat? - directoryRails, scope, OR and unions - scopeTeam Foundation Server 2010 branching configuration - tfsNeither connectionDidFinishLoading: nor didFailWithError: get invoked - objective-cDoes jQuery Lazy make a real profit? - performanceUITableView: hide cells animated? - objective-cHudson performs only one task, not parallel - javaPayPal integration with iOS application compilation error - iosRun NuGet command from C # code - c #Convert strings like document.cookie to objects - javascriptAll Articles