简体   繁体   中英

Rails Server Keeps Exiting When Trying To Start

I have had the local server going for the build-out of most of this app but I recently closed it and now I'm trying to start it back up but I'm getting this error? => Booting WEBrick => Rails 4.2.3 application starting in development on http://localhost:3000 => Run `rails server -h` for more startup options => Ctrl-C to shutdown server configuration /Users/intern/Desktop/Rails/Projects/tulip-time-texter/config.ru not found Exiting

I've never seen this before. Any help would be great!

The Problem was that I placed my config.ru file in my .git file. It just needed to be placed back in the root directory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM