Rake aborted! NoMethodError: undefined method `web_console'

Hey Everyone,

I’m having some real problems here. I keep getting this error:

rake aborted!
NoMethodError: undefined method `web_console’

When Running this command:

bundle exec rake secret

I’m trying to setup my sample ruby app on my production server. My
sample app is from the Ruby on Rails Tutorial book. I’m not going to pay
to use the production server he suggests I have my own already. I’m
doing this so I can learn what it takes to get it done before making a
real app and being lost at deployment time. Here is my setup:

OS: CentOS 6
Ruby: Version 2.2.2
Rails: Version 5.0.0

Used RVM to install Ruby. I have tried everything suggested that I could
find on the net and I’m stuck. Can anyone help. Please let me know of
any other info needed