I'm needing to generate a scaffold for my rails app, but the system keeps stating a long error involving actionpack. Problem is, actionpack is tied to many different parts of the app. If I delete it, the entire app and its files will not work. Here is the error message:
C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.2.5.1/lib/active_support/inflector/methods.rb:261:in `const_get': uninitialized constant User (NameError)
How can I fix this problem to generate the scaffold?