Getting the below stack error when trying to run the above from the Ruby on Rails Tutorial
rails generate scaffold User name:string email:string
/gems/ruby-2.6.3/gems/activesupport-4.2.2/lib/active_support/core_ext/numeric/conversions.rb:131:in `block (2 levels) in ': stack level too deep (SystemStackError)
Was having another issue previously which lead me to making the app again from scratch, but now I can't solve this
results should invoke and create what looks like some scaffold files