質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.49%
Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

Q&A

1回答

2397閲覧

railsでコマンド実行した時にでるエラーについて

j__t2

総合スコア8

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

0グッド

0クリップ

投稿2016/06/29 13:43

編集2016/06/29 13:44

###前提・実現したいこと
ここに質問したいことを詳細に書いてくださいrailsを用いてWebアプリケーションの開発のためにチュートリアル実行
###発生している問題・エラーメッセージ
rails sやrails genelate scaffoled User name:string email:stringのコマンド実行時に以下のエラーがでる

エラーメッセージ

Could not find 'sass-rails (~>5.0) x64-mingw32' in any of the gem soures listed in your Gemfile of available on this nachine.

###試したこと
bundle 自体の再インストール
Railsの再インストール
###補足情報(言語/FW/ツール等のバージョンなど)
より詳細な情報

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

bundle install (bundle の インストールではなく,bundle をつかったGemfile内のモジュールのインストール及び依存解決) は行いましたでしょうか?
また,bundle install は エラーなく正常に終了しているでしょうか?

あわせて,OSなどのプラットフォームの情報を追記していただけるよより迅速な解決に繋がると思います.

投稿2016/06/29 13:45

編集2016/06/29 13:46
退会済みユーザー

退会済みユーザー

総合スコア0

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

j__t2

2016/06/29 13:56

Fetching gem metadata from https://rubygems.org/ Fetching version metadata from https://rubygems.org/ Fetching dependency metadata from https://rubygems.org/ Resolving dependencies.... Using rake 11.2.2 Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.9.0 Using thread_safe 0.3.5 Using builder 3.2.2 Using erubis 2.7.0 Using mini_portile2 2.1.0 Using pkg-config 1.1.7 Using rack 1.6.4 Using mime-types-data 3.2016.0521 Using arel 6.0.3 Installing debug_inspector 0.0.2 with native extensions Gem::InstallError: The 'debug_inspector' native gem requires installed build tools. Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads' and follow the instructions at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit' Using bundler 1.12.5 Installing byebug 9.0.5 with native extensions Gem::InstallError: The 'byebug' native gem requires installed build tools. Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads' and follow the instructions at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit' Using coffee-script-source 1.10.0 Using execjs 2.7.0 Using thor 0.19.1 Using concurrent-ruby 1.0.2 Using multi_json 1.12.1 Using sass 3.4.22 Using tilt 2.0.5 Using sqlite3 1.3.11 Using rdoc 4.2.2 Using tzinfo 1.2.2 Using nokogiri 1.6.8 Using rack-test 0.6.3 Using mime-types 3.1 An error occurred while installing debug_inspector (0.0.2), and Bundler cannot continue. Make sure that `gem install debug_inspector -v '0.0.2'` succeeds before bundling. このように出ます、OSはWindows10の64bitです
退会済みユーザー

退会済みユーザー

2016/06/29 14:05

http://www.rubylife.jp/railsinstall/rails/index4.html この記事を参考に,DevKit をインストールしてからリトライしてみてください. ruby dk.rb init ruby dk.rb install の2コマンドの実行忘れに気をつけてください.
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.49%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問