質問編集履歴
1
BSDmad様、bin/rake aboutの結果を追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -140,4 +140,23 @@
|
|
140
140
|
```
|
141
141
|
|
142
142
|
どなたか、原因がおわかりの方がいらっしゃいましたら、ご教示頂きたく存じます。
|
143
|
-
よろしくお願いいたします。
|
143
|
+
よろしくお願いいたします。
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
追記:bin/rake aboutの結果が以下です。
|
148
|
+
```
|
149
|
+
/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
|
150
|
+
About your application's environment
|
151
|
+
Rails version 4.2.2
|
152
|
+
Ruby version 2.2.5-p319 (x86_64-darwin14)
|
153
|
+
RubyGems version 2.4.8
|
154
|
+
Rack version 1.6.4
|
155
|
+
JavaScript Runtime JavaScriptCore
|
156
|
+
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
|
157
|
+
Application root /Users/xxxxxxxxxxxx/workspace/sample_app
|
158
|
+
Environment development
|
159
|
+
Database adapter sqlite3
|
160
|
+
Database schema version 20161030103236
|
161
|
+
|
162
|
+
```
|