Answer the question
In order to leave comments, you need to log in
Why doesn't the Rails test site render at localhost:3000/?
Recently installed rvm/ruby/rails on Windows 10 with Bash on Ubuntu on Windows .
Rails 5.0.1
Ruby 2.4.0
Creating a standard Rails project
rails new myapp
cd myapp
bin/rails server
/home/AlelxSS/.rvm/gems/ruby-2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is deprecated
/home/AlelxSS/.rvm/gems/ruby-2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is deprecated
=> Booting Puma
=> Rails 5.0.1 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
/home/AlelxSS/.rvm/gems/ruby-2.4.0/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/conversions.rb:138: warning: constant ::Fixnum is deprecated
Exiting
/home/AlelxSS/.rvm/gems/ruby-2.4.0/gems/rb-inotify-0.9.8/lib/rb-inotify/watcher.rb:74:in `initialize': Invalid argument - Failed to watch "/home/AlelxSS/.rvm/gems/ruby-2.4.0/gems/activesupport-5.0.1/lib/active_support/locale": the given event mask contains no legal events; or fd is not an inotify file descriptor. (Errno::EINVAL)
from /home/AlelxSS/.rvm/gems/ruby-2.4.0/gems/rb-inotify-0.9.8/lib/rb-inotify/notifier.rb:190:in `new'
from /home/AlelxSS/.rvm/gems/ruby-2.4.0/gems/rb-inotify-0.9.8/lib/rb-inotify/notifier.rb:190:in `watch'
.....
from bin/rails:3:in `load'
from bin/rails:3:in `<main>'
Answer the question
In order to leave comments, you need to log in
The fact that the site is not displayed is understandable. Your rail won't start.
guides.rubyonrails.org/getting_started.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question