facebook twitter hatena line email

「Ruby/rails/サーバWEBrick」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
行1: 行1:
以下のコメントアウトを外す
+
==weblick起動==
 
+
vi Gemfile
+
gem 'therubyracer', platforms: :ruby
+
 
+
 
  $ gem install bundler
 
  $ gem install bundler
 
  $ bundle install
 
  $ bundle install
行14: 行10:
 
==http==
 
==http==
 
ttp://localhost:3000でアクセス
 
ttp://localhost:3000でアクセス
 +
 +
==以下エラーが出る場合==
 +
Bundler Error Backtrace: from /home/linux/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.16.0/lib/bundler/runtime.rb:80:in `block (2 levels) in require'
 +
 +
gem 'therubyracer'
 +
以下のコメントアウトを外す
 +
 +
vi Gemfile
 +
gem 'therubyracer', platforms: :ruby

2017年11月2日 (木) 21:07時点における版

weblick起動

$ gem install bundler
$ bundle install
$ rails server

port3000にアクセスできる

ctrl+cで停止

http

ttp://localhost:3000でアクセス

以下エラーが出る場合

Bundler Error Backtrace: from /home/linux/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.16.0/lib/bundler/runtime.rb:80:in `block (2 levels) in require'

gem 'therubyracer' 以下のコメントアウトを外す

vi Gemfile

gem 'therubyracer', platforms: :ruby