
railsにおいて「rails s」でサーバーが起動できないです。(以下エラー文あり)
正直、上記の件、原因がわからなく困っております。
必要な情報は都度教えて頂ければ追記致します。
railsのインストールは確認できております。
sqlite3のインストールもできております。
gemのアップデートなども試しました。
一通り、ネットで同じような症状がでた方のページを拝見し上記対策を行いましたが、
上手くいきませんでした・・・。
宜しくお願いいたします。
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /Users/ryouhasegawa/.rbenv/versions/2.1.5/bin/ruby
-m, [--template=TEMPLATE] # Path to some application template (can be a filesystem path or URL)
[--skip-gemfile], [--no-skip-gemfile] # Don't create a Gemfile
-B, [--skip-bundle], [--no-skip-bundle] # Don't run bundle install
-G, [--skip-git], [--no-skip-git] # Skip .gitignore file
[--skip-keeps], [--no-skip-keeps] # Skip source control .keep files
・
・
・
Description:
The 'rails new' command creates a new Rails application with a default
directory structure and configuration at the path you specify.
You can specify extra command-line arguments to be used every time
'rails new' runs in the .railsrc configuration file in your home directory.
Note that the arguments specified in the .railsrc file don't affect the
defaults values shown above in this help message.
Example:
rails new ~/Code/Ruby/weblog
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
See the README in the newly created application to get going.
A 回答 (2件)
- 最新から表示
- 回答順に表示
No.1
- 回答日時:
アプリケーションを作成しておく必要があります。
rails new test_app
cd test_app
rails s
でいけるはずです。
参考
http://guides.rubyonrails.org/getting_started.html
の
3.2 Creating the Blog Applicationから下
この回答への補足
ご教示有難う御座います。
試して見たところ、下記のようなエラー文が出てきて、成功ならずでした・・・
折角教えていただいたのに申し訳御座いません。
Ignoring bigdecimal-1.2.5 because its extensions are not built. Try: gem pristine bigdecimal-1.2.5
/Users/ryouhasegawa/.rvm/gems/ruby-2.1.5/gems/sqlite3-1.3.10/lib/sqlite3/sqlite3_native.bundle: [BUG] Segmentation fault at 0x00000000000438
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
-- Control frame information -----------------------------------------------
c:0033 p:-17533275354796 s:0123 e:000122 TOP [FINISH]
c:0032 p:---- s:0121 e:000120 CFUNC :require
・
・
・
お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!
関連するカテゴリからQ&Aを探す
おすすめ情報
デイリーランキングこのカテゴリの人気デイリーQ&Aランキング
-
WSLのUbuntuで、Railsのインス...
-
VisualStudioからVScodeへの移植
-
VB.NETでDataTableにデータ追加...
-
ラベル屋さんと言うソフトのフ...
-
エクセルVBA、ステップモードと...
-
.eps .aiのデータを編集する方...
-
ランタイム関数とは何ですか?
-
latexでのエラー
-
パソコンに何かが勝手にダウン...
-
NEC SmartVision をバージョン...
-
A-oneのラベル屋さんについて
-
ソフトのバージョンについて
-
京セラのスマホ、BASIO3をバー...
-
COBOLで集団項目から符号...
-
QMPでのメッセージ
-
Windows Media Playerのバージ...
-
同じソフトで別バージョンの共...
-
VBA:Callステートメントでいつ...
-
「管理者として実行」された場...
-
eclipseで、「ポート番号が使用...
マンスリーランキングこのカテゴリの人気マンスリーQ&Aランキング
-
Ruby on rails3 プロジェクト
-
Rails 本番サーバーでpassenger...
-
WSLのUbuntuで、Railsのインス...
-
MySQL上にRedmineのテーブルが...
-
さくらレンタルサーバー上でのr...
-
「rails s」でサーバーが起動で...
-
京セラのスマホ、BASIO3をバー...
-
A-oneのラベル屋さんについて
-
eclipseで、「ポート番号が使用...
-
Excel実行時エラー-2146959355?
-
エクセルのVBA関数の実行す...
-
パソコンに何かが勝手にダウン...
-
VisualStudioからVScodeへの移植
-
エクセルVBA、ステップモードと...
-
VB.NETでボタンのクリックイベ...
-
パソコンのスクリーンセーバー...
-
管理者として実行を毎回すると...
-
Craving Explorerのバージョン...
-
PC版のMinecraftが応答なしにな...
-
iMac OS Mojave 10.14.6で iMov...
おすすめ情報