I\'m in my app folder, but the command rails s is not working. I read through quite a few posts on Stack Overflow, and most of them seem to be from users who ar
rails s
You likely have not bundled your gems yet:
# from command line bundle install