I am new to Ruby on Rails and am trying to make my first application. I am having issues though anytime I run any rails generate command. I get the following er
rails generate
Running rails generate devise:install creates a config/initializers/devise.rb file.
rails generate devise:install
config/initializers/devise.rb
You have to restart your server with Ctrl + C and rails s in order for a change in config file to take effect.
Ctrl + C
rails s
config
Otherwise you'll get the same error upon refreshing the page.