質問編集履歴

1

BSDmad様、bin/rake aboutの結果を追記しました。

2016/10/30 18:13

投稿

YutaShirokawa
YutaShirokawa

スコア12

test CHANGED
File without changes
test CHANGED
@@ -283,3 +283,41 @@
283
283
  どなたか、原因がおわかりの方がいらっしゃいましたら、ご教示頂きたく存じます。
284
284
 
285
285
  よろしくお願いいたします。
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+ 追記:bin/rake aboutの結果が以下です。
294
+
295
+ ```
296
+
297
+ /Users/xxxxxxxxxxx/.rvm/gems/ruby-2.2.5/gems/spring-1.1.3/lib/spring/application.rb:164: warning: Insecure world writable dir /usr/local in PATH, mode 040777
298
+
299
+ About your application's environment
300
+
301
+ Rails version 4.2.2
302
+
303
+ Ruby version 2.2.5-p319 (x86_64-darwin14)
304
+
305
+ RubyGems version 2.4.8
306
+
307
+ Rack version 1.6.4
308
+
309
+ JavaScript Runtime JavaScriptCore
310
+
311
+ Middleware Rack::Sendfile, ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x007fe4fb350038>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag
312
+
313
+ Application root /Users/xxxxxxxxxxxx/workspace/sample_app
314
+
315
+ Environment development
316
+
317
+ Database adapter sqlite3
318
+
319
+ Database schema version 20161030103236
320
+
321
+
322
+
323
+ ```