Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/53.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 赫罗库';应用程序错误';当运行heroku时_Ruby On Rails_Ruby_Heroku - Fatal编程技术网

Ruby on rails 赫罗库';应用程序错误';当运行heroku时

Ruby on rails 赫罗库';应用程序错误';当运行heroku时,ruby-on-rails,ruby,heroku,Ruby On Rails,Ruby,Heroku,我正在尝试在heroku上运行rails应用程序。我在执行了一个资产:预编译之后成功地部署了它,以消除由引导引起的一些问题。我还做了一个heroku运行rakedb:migrate。当打开我的应用程序时,我得到一个应用程序错误,特别是status=503和Error=H10 这是我的heroku日志 2014-09-09T22:04:45.055585+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/

我正在尝试在heroku上运行rails应用程序。我在执行了一个资产:预编译之后成功地部署了它,以消除由引导引起的一些问题。我还做了一个heroku运行rakedb:migrate。当打开我的应用程序时,我得到一个应用程序错误,特别是status=503和Error=H10

这是我的heroku日志

2014-09-09T22:04:45.055585+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:in `new_from_string'
2014-09-09T22:04:45.055589+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:277:in `build_app_and_options_from_config'
2014-09-09T22:04:45.055592+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:199:in `app'
2014-09-09T22:04:45.055596+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:314:in `wrapped_app'
2014-09-09T22:04:45.055593+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/server.rb:50:in `app'
2014-09-09T22:04:45.055602+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/server.rb:69:in `start'
2014-09-09T22:04:45.055599+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:250:in `start'
2014-09-09T22:04:45.055603+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:81:in `block in server'
2014-09-09T22:04:45.055610+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:40:in `run_command!'
2014-09-09T22:04:45.055606+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:76:in `tap'
2014-09-09T22:04:45.055609+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:76:in `server'
2014-09-09T22:04:45.055613+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands.rb:17:in `<top (requi
red)>'
2014-09-09T22:04:45.055615+00:00 app[web.1]:    from bin/rails:8:in `require'
2014-09-09T22:04:45.055618+00:00 app[web.1]:    from bin/rails:8:in `<main>'
2014-09-09T22:04:45.086736+00:00 app[web.1]: => Booting WEBrick
2014-09-09T22:04:45.749149+00:00 heroku[web.1]: Process exited with status 1
2014-09-09T22:04:45.757909+00:00 heroku[web.1]: State changed from starting to crashed
2014-09-09T22:04:45.758283+00:00 heroku[web.1]: State changed from crashed to starting
2014-09-09T22:04:48.723392+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 40097 -e production`
2014-09-09T22:04:51.723638+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:468:in `block (2 levels) in eager_load!'
2014-09-09T22:04:51.723658+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/initializable.rb:55:in `block in run_initializers'
2014-09-09T22:04:51.723676+00:00 app[web.1]:    from /app/config/environment.rb:5:in `<top (required)>'
2014-09-09T22:04:51.723790+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:in `eval'
2014-09-09T22:04:51.723805+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:76:in `tap'
2014-09-09T22:04:51.755978+00:00 app[web.1]: => Ctrl-C to shutdown server
2014-09-09T22:04:51.723636+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:225:in `require_dependency'
2014-09-09T22:04:51.723656+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/initializable.rb:30:in `run'
2014-09-09T22:04:51.723675+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/application.rb:300:in `initialize!'
2014-09-09T22:04:51.723789+00:00 app[web.1]:    from /app/config.ru:in `<main>'
2014-09-09T22:04:51.723803+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:81:in `block in server'
2014-09-09T22:04:51.723621+00:00 app[web.1]: class users::allController < Devise::allController
2014-09-09T22:04:51.723643+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:467:in `block in eager_load!'
2014-09-09T22:04:51.723661+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:183:in `block (2 levels) in each_strongly_connected_component'
2014-09-09T22:04:51.723681+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in `block in require'
2014-09-09T22:04:51.723793+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:40:in `parse_file'
2014-09-09T22:04:51.755972+00:00 app[web.1]: => Rails 4.1.4 application starting in production on http://0.0.0.0:40097
2014-09-09T22:04:51.755980+00:00 app[web.1]: Exiting
2014-09-09T22:04:51.723600+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in `require': /app/app/controllers/users/all_controller.rb:1: class/module name must be CONSTANT (SyntaxError)
2014-09-09T22:04:51.723639+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:467:in `each'
2014-09-09T22:04:51.723660+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:150:in `block in tsort_each'
2014-09-09T22:04:51.723679+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in `require'
2014-09-09T22:04:51.723792+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:in `new_from_string'
2014-09-09T22:04:51.723806+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:76:in `server'
2014-09-09T22:04:51.755974+00:00 app[web.1]: => Run `rails server -h` for more startup options
2014-09-09T22:04:51.723626+00:00 app[web.1]:                             ^
2014-09-09T22:04:51.723645+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:465:in `each'
2014-09-09T22:04:51.723662+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:219:in `each_strongly_connected_component_from'
2014-09-09T22:04:51.723684+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:232:in `load_dependency'
2014-09-09T22:04:51.723795+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:277:in `build_app_and_options_from_config'
2014-09-09T22:04:51.723808+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:40:in `run_command!'
2014-09-09T22:04:51.723631+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in `require'
2014-09-09T22:04:51.723650+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/application/finisher.rb:58:in `each'
2014-09-09T22:04:51.723669+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:180:in `each_strongly_connected_component'
2014-09-09T22:04:51.723784+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:in `instance_eval'
2014-09-09T22:04:51.723799+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:314:in `wrapped_app'
2014-09-09T22:04:51.723633+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:348:in `require_or_load'
2014-09-09T22:04:51.723651+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rai
ls/application/finisher.rb:58:in `block in <module:Finisher>'
2014-09-09T22:04:51.723670+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:148:in `tsort_each'
2014-09-09T22:04:51.723786+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:55:in `initialize'
2014-09-09T22:04:51.723800+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:250:in `start'
2014-09-09T22:04:51.755966+00:00 app[web.1]: => Booting WEBrick
2014-09-09T22:04:51.723630+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:232:in `load_dependency'
2014-09-09T22:04:51.723648+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:346:in `eager_load!'
2014-09-09T22:04:51.723667+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:180:in `each'
2014-09-09T22:04:51.723783+00:00 app[web.1]:    from /app/config.ru:3:in `block in <main>'
2014-09-09T22:04:51.723798+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/server.rb:50:in `app'
2014-09-09T22:04:51.723810+00:00 app[web.1]:    from bin/rails:8:in `require'
2014-09-09T22:04:51.723628+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in `block in require'
2014-09-09T22:04:51.723647+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:465:in `eager_load!'
2014-09-09T22:04:51.723666+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:182:in `block in each_strongly_connected_component'
2014-09-09T22:04:51.723686+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in `require'
2014-09-09T22:04:51.723796+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:199:in `app'
2014-09-09T22:04:51.723809+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands.rb:17:in `<top (required)>'
2014-09-09T22:04:51.723635+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:307:in `depend_on'
2014-09-09T22:04:51.723652+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/initializable.rb:30:in `instance_exec'
2014-09-09T22:04:51.723674+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/initializable.rb:54:in `run_initializers'
2014-09-09T22:04:51.723787+00:00 app[web.1]:    from /app/config.ru:in `new'
2014-09-09T22:04:51.723802+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/server.rb:69:in `start'
2014-09-09T22:04:51.723812+00:00 app[web.1]:    from bin/rails:8:in `<main>'
2014-09-09T22:04:51.755976+00:00 app[web.1]: => Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--binding option)
2014-09-09T22:04:52.493206+00:00 heroku[web.1]: Process exited with status 1
2014-09-09T22:04:52.502892+00:00 heroku[web.1]: State changed from starting to crashed
2014-09-09T22:04:53.571153+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=powerful-scrubland-9818.herokuapp.com request_id=4999439e-9786-4555-a57a-933d885c2f1e fwd="54.82.145.140" dyno= connect= service= status=503 bytes=
2014-09-09T22:04:56.844339+00:00 heroku[api]: Starting process with command `bundle exec rake db:migrate` by alfonsopintos@gmail.com
2014-09-09T22:05:00.487482+00:00 heroku[run.1716]: Starting process with command `bundle exec rake db:migrate`
2014-09-09T22:05:00.448479+00:00 heroku[run.1716]: Awaiting client
2014-09-09T22:05:00.719502+00:00 heroku[run.1716]: State changed from starting to up
2014-09-09T22:05:04.780344+00:00 heroku[run.1716]: State changed from up to complete
2014-09-09T22:05:04.764625+00:00 heroku[run.1716]: Process exited with status 0
2014-09-09T22:05:09.700119+00:00 heroku[api]: Starting process with command `bundle exec rake db:migrate` by alfonsopintos@gmail.com
2014-09-09T22:05:13.261146+00:00 heroku[run.3019]: Starting process with command `bundle exec rake db:migrate`
2014-09-09T22:05:13.186468+00:00 heroku[run.3019]: Awaiting client
2014-09-09T22:05:13.583931+00:00 heroku[run.3019]: State changed from starting to up
2014-09-09T22:05:18.478766+00:00 heroku[run.3019]: Process exited with status 0
2014-09-09T22:05:18.497817+00:00 heroku[run.3019]: State changed from up to complete
2014-09-09T22:05:24.001387+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=powerful-scrubland-9818.herokuapp.com request_id=51427254-23d8-45b1-84ef-6d2327163829 fwd="50.206.104.35" dyno= connect= service= status=503 bytes=
2014-09-09T22:05:24.284415+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=powerful-scrubland-9818.herokuapp.com request_id=831be281-88d5-4d09-ba7c-034e163dd63b fwd="50.206.104.35" dyno= connect= service= status=503 bytes=
2014-09-09T22:05:25.591676+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=powerful-scrubland-9818.herokuapp.com request_id=e74f87d6-fe73-4b28-b63d-46c0d8c91dab fwd="50.206.104.35" dyno= connect= service= status=503 bytes=
2014-09-09T22:05:25.799197+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=powerful-scrubland-9818.herokuapp.com request_id=91257b4c-045e-4e59-a91c-e09a97cf5edb fwd="50.206.104.35" dyno= connect= service= status=503 bytes=
2014-09-09T22:05:53.416437+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=powerful-scrubland-9818.herokuapp.com request_id=a638a16c-4dd9-425e-9175-572845ac7732 fwd="50.206.104.35" dyno= connect= service= status=503 bytes=
2014-09-09T22:05:53.799400+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=powerful-scrubland-9818.herokuapp.com request_id=830cefb2-970f-4709-9c39-357bd03a60c7 fwd="50.206.104.35" dyno= connect= service= status=503 bytes=
2014-09-09T22:04:45.055585+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:in'new_from_string'
2014-09-09T22:04:45.055589+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:277:in'build_app_和_options_from_config'
2014-09-09T22:04:45.055592+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:199:in'app'
2014-09-09T22:04:45.055596+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:314:in'wrapp'
2014-09-09T22:04:45.055593+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/server.rb:50:in'app'
2014-09-09T22:04:45.055602+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/server.rb:69:in'start'
2014-09-09T22:04:45.055599+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:250:在“开始”中
2014-09-09T22:04:45.055603+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:81:“服务器中的块”
2014-09-09T22:04:45.055610+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands\u tasks.rb:40:in“run\u command!”
2014-09-09T22:04:45.055606+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:76:in'tap'
2014-09-09T22:04:45.055609+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:76:in'server'
2014-09-09T22:04:45.055613+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands.rb:17:in`'
2014-09-09T22:04:45.055615+00:00应用程序[web.1]:来自bin/rails:8:in'require'
2014-09-09T22:04:45.055618+00:00应用程序[web.1]:来自bin/rails:8:in`'
2014-09-09T22:04:45.086736+00:00应用程序[web.1]:=>启动WEBrick
2014-09-09T22:04:45.749149+00:00 heroku[web.1]:进程已退出,状态为1
2014-09-09T22:04:45.757909+00:00 heroku[web.1]:状态从开始更改为崩溃
2014-09-09T22:04:45.758283+00:00 heroku[web.1]:状态从崩溃变为启动
2014-09-09T22:04:48.723392+00:00 heroku[web.1]:使用命令'bin/rails server-p 40097-e production启动流程`
2014-09-09T22:04:51.723638+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:468:in'block(2层)in eager_load!'
2014-09-09T22:04:51.723658+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/initializable.rb:55:in'block in run_initializer'
2014-09-09T22:04:51.723676+00:00应用程序[web.1]:from/app/config/environment.rb:5:in`'
2014-09-09T22:04:51.723790+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:in'eval'
2014-09-09T22:04:51.723805+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:76:in'tap'
2014-09-09T22:04:51.755978+00:00应用程序[web.1]:=>Ctrl-C关闭服务器
2014-09-09T22:04:51.723636+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_-support/dependenciences.rb:225:“需要依赖项”中
2014-09-09T22:04:51.723656+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/initializable.rb:30:in'run'
2014-09-09T22:04:51.723675+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/application.rb:300:in'initialize!'
2014-09-09T22:04:51.723789+00:00应用程序[web.1]:from/app/config.ru:in`'
2014-09-09T22:04:51.723803+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/commands/commands_tasks.rb:81:“服务器中的块”
2014-09-09T22:04:51.723621+00:00应用程序[web.1]:类用户::所有控制器<设计::所有控制器
2014-09-09T22:04:51.723643+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:467:in'block in eager_load!'
2014-09-09T22:04:51.723661+00:00应用程序[web.1]:from/app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:183:在每个强连接的组件中的“块(2级)”中
2014-09-09T22:04:51.723681+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependenciences.rb:247:in'block in require'
2014-09-09T22:04:51.723793+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:40:in'parse_file'
2014-09-09T22:04:51.755972+00:00应用程序[web.1]:=>Rails 4.1.4应用程序在http://0.0.0.0:40097
2014-09-09T22:04:51.755980+00:00应用程序[网站1]:退出
2014-09-09T22:04:51.723600+00:00应用程序[web.1]:/app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in`require':/app/app/controllers/users/all_controller.rb:1:类/模块名称必须是常量(SyntaxError)
2014-09-09T22:04:51.723639+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:467:in'each'
2014-09-09T22:04:51.723660+00:00应用程序[web.1]:from/app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:150:in“每个端口中的块”
2014-09-09T22:04:51.723679+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependenciences.rb:247:in'require'
2014-09-09T22:04:51.723792+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/builder.rb:49:in'new_from_string'
2014-09-09T22:04:51.723806+00:00应用程序[web.1]:from/app/vendor/bundle/ruby/2.0.0/g
2014-09-09T22:29:25.827490+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:307:in `depend_on'
2014-09-09T22:29:25.827493+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:468:in `block (2 levels) in eager_load!'
2014-09-09T22:29:25.827503+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:346:in `eager_load!'
2014-09-09T22:29:25.827505+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/application/finisher.rb:58:in `each'
2014-09-09T22:29:25.827456+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.1.4/lib/active_support/dependencies.rb:247:in `require': /app/app/controllers/users/all_controller.rb:1: class/module name must be CONSTANT (SyntaxError)
2014-09-09T22:29:25.827480+00:00 app[web.1]: class users::allController < Devise::allController
2014-09-09T22:29:25.827482+00:00 app[web.1]:                             ^
2014-09-09T22:29:25.827499+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:467:in `block in eager_load!'
2014-09-09T22:29:25.827497+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:467:in `each'
2014-09-09T22:29:25.827502+00:00 app[web.1]:    from /app/vendor/bundle/ruby/2.0.0/gems/railties-4.1.4/lib/rails/engine.rb:465:in `eager_load!'
2014-09-09T22:29:25.827528+00:00 app[web.1]:    from /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/tsort.rb:148:in `tsort_each'
app/controllers/users/all_controller.rb:1: class/module name must be CONSTANT (SyntaxError)
/app/app/controllers/users/all_controller.rb:1: class/module name must be CONSTANT (SyntaxError)
class users::allController < Devise::allController
#app/controllers/users/all_controller.rb
class Users::AllController < Devise::AllController