When I run the rails application, I get the following error:
undefined local variable or method \"config\" for main:Object
How c
My guess is that you found some code examples from an older version of rails, which called for you to place a config.gem * in your environment.rb file. To fix this add the gem requirement to your gemfile.