我正在尝试在 Heroku 上部署一个在我的 PC 上运行良好的应用程序。它在heroku上崩溃:
/app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/namespace.rb:191:in `eval': 缺少帮助文件 helpers/layout_helper.rb (LoadError)
PC 详细信息:
Windows 7 x64
ruby 1.9.3p194 (2012-04-20) [i386-mingw32]
Rails 3.2.5
$ bundle show
Gems included by the bundle:
* actionmailer (3.2.5)
* actionpack (3.2.5)
* activeadmin (0.4.4)
* activemodel (3.2.5)
* activerecord (3.2.5)
* activeresource (3.2.5)
* activesupport (3.2.5)
* arel (3.0.2)
* bcrypt-ruby (3.0.1)
* bourbon (2.1.0)
* builder (3.0.0)
* bundler (1.1.4)
* coffee-rails (3.2.2)
* coffee-script (2.2.0)
* coffee-script-source (1.3.3)
* devise (2.1.0)
* diff-lcs (1.1.3)
* erubis (2.7.0)
* execjs (1.4.0)
* faraday (0.8.1)
* fastercsv (1.5.5)
* formtastic (2.1.1)
* has_scope (0.5.1)
* hashie (1.2.0)
* hike (1.2.1)
* httpauth (0.1)
* i18n (0.6.0)
* inherited_resources (1.3.1)
* journey (1.0.3)
* jquery-rails (2.0.2)
* json (1.7.3)
* kaminari (0.13.0)
* mail (2.4.4)
* meta_search (1.1.3)
* mime-types (1.18)
* multi_json (1.3.6)
* multipart-post (1.1.5)
* mysql2 (0.3.11)
* nifty-generators (0.4.6)
* oauth (0.4.6)
* oauth2 (0.6.1)
* omniauth (1.1.0)
* omniauth-facebook (1.3.0)
* omniauth-google-apps (0.0.2)
* omniauth-oauth (1.0.1)
* omniauth-oauth2 (1.0.2)
* omniauth-openid (1.0.1)
* omniauth-twitter (0.0.11)
* orm_adapter (0.0.7)
* polyamorous (0.5.0)
* polyglot (0.3.3)
* rack (1.4.1)
* rack-cache (1.2)
* rack-openid (1.3.1)
* rack-ssl (1.3.2)
* rack-test (0.6.1)
* rails (3.2.5)
* rails3_acts_as_paranoid (0.2.4)
* railties (3.2.5)
* rake (0.9.2.2)
* rdoc (3.12)
* responders (0.9.1)
* rest-client (1.6.7)
* rspec (2.10.0)
* rspec-core (2.10.1)
* rspec-expectations (2.10.0)
* rspec-mocks (2.10.1)
* rspec-rails (2.10.1)
* ruby-openid (2.1.8)
* ruby-openid-apps-discovery (1.2.0)
* sass (3.1.19)
* sass-rails (3.2.5)
* spork (1.0.0rc3)
* spork-rails (3.2.0)
* sprockets (2.1.3)
* sqlite3 (1.3.6)
* stripe (1.7.0)
* thor (0.15.2)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.33)
* uglifier (1.2.4)
* warden (1.1.1)
完整的 Heroku 错误:
←[32m2012-06-19T01:01:16+00:00 heroku[web.1]:←[0m State changed from created to starting
←[32m2012-06-19T01:01:18+00:00 heroku[web.1]:←[0m Starting process with command `bundle exec rails server -p 50085`
←[32m2012-06-19T01:01:39+00:00 app[web.1]:←[0m DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle
them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2
-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
←[32m2012-06-19T01:01:39+00:00 app[web.1]:←[0m DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle
them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2
-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m => Booting WEBrick
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m => Rails 3.2.5 application starting in production on http://0.0.0.0:50085
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m => Call with -d to detach
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m => Ctrl-C to shutdown server
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m Exiting
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/namespace.rb:191:in `eval': Missing helper file helpers/layout_helper.rb (LoadError
)
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:312:in `depend_on'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:225:in `require_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/abstract_controller/helpers.rb:135:in `block in modules_for_helpers'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/abstract_controller/helpers.rb:131:in `map!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/abstract_controller/helpers.rb:131:in `modules_for_helpers'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/action_controller/metal/helpers.rb:92:in `modules_for_helpers'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/abstract_controller/helpers.rb:95:in `helper'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/action_controller/railties/paths.rb:18:in `block (2 levels) in with'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/app/controllers/application_controller.rb:1:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `block in require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:359:in `require_or_load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:502:in `load_missing_constant'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:192:in `block in const_missing'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:190:in `each'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:190:in `const_missing'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/inherited_resources-1.3.1/app/controllers/inherited_resources/base.rb:11:in `<module:InheritedResources>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/inherited_resources-1.3.1/app/controllers/inherited_resources/base.rb:1:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `block in require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:359:in `require_or_load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:502:in `load_missing_constant'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:192:in `block in const_missing'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:190:in `each'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:190:in `const_missing'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/base_controller/menu.rb:2:in `<module:ActiveAdmin>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/base_controller/menu.rb:1:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `block in require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/base_controller.rb:2:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/resource_controller/actions.rb:2:in `<module:ActiveAdmin>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/resource_controller/actions.rb:1:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `block in require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/resource_controller.rb:2:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/dashboards/dashboard_controller.rb:3:in `<module:Dashboards>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/dashboards/dashboard_controller.rb:2:in `<module:ActiveAdmin>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/dashboards/dashboard_controller.rb:1:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from (eval):1:in `generate_dashboard_controller'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/namespace.rb:191:in `eval'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/namespace.rb:191:in `generate_dashboard_controller'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/namespace.rb:43:in `initialize'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/application.rb:110:in `new'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/application.rb:110:in `find_or_create_namespace'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/application.rb:98:in `register'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin.rb:74:in `register'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/app/admin/trades.rb:1:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:245:in `load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:245:in `block in load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:245:in `load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/application.rb:161:in `block in load!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/application.rb:161:in `each'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/application.rb:161:in `load!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/application.rb:187:in `routes'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin.rb:78:in `routes'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/config/routes.rb:2:in `block in <top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/action_dispatch/routing/route_set.rb:282:in `instance_exec'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/action_dispatch/routing/route_set.rb:282:in `eval_block'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/action_dispatch/routing/route_set.rb:260:in `draw'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/config/routes.rb:1:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:245:in `load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:245:in `block in load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:245:in `load'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/application/routes_reloader.rb:40:in `each'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/application/routes_reloader.rb:40:in `load_paths'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/application/routes_reloader.rb:16:in `reload!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/application.rb:108:in `reload_routes!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/reloader.rb:34:in `reload!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activeadmin-0.4.4/lib/active_admin/reloader.rb:61:in `block in attach!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/callbacks.rb:429:in `_run__1844096441965798486__prepare__2735152408631258
258__callbacks'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/callbacks.rb:405:in `__run_callback'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.5/lib/action_dispatch/middleware/reloader.rb:48:in `prepare!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/application/finisher.rb:47:in `block in <module:Finisher>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/initializable.rb:30:in `instance_exec'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/initializable.rb:30:in `run'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/initializable.rb:54:in `each'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/initializable.rb:54:in `run_initializers'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/application.rb:136:in `initialize!'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/railtie/configurable.rb:30:in `method_missing'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/config/environment.rb:5:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `block in require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:236:in `load_dependency'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.5/lib/active_support/dependencies.rb:251:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/config.ru:4:in `block in <main>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/config.ru:1:in `new'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/config.ru:1:in `<main>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:in `eval'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:in `parse_file'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:200:in `app'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/commands/server.rb:46:in `app'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:301:in `wrapped_app'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:252:in `start'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/commands/server.rb:70:in `start'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/commands.rb:55:in `block in <top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/commands.rb:50:in `tap'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.5/lib/rails/commands.rb:50:in `<top (required)>'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from script/rails:6:in `require'
←[32m2012-06-19T01:01:44+00:00 app[web.1]:←[0m from script/rails:6:in `<main>'
←[32m2012-06-19T01:01:46+00:00 heroku[web.1]:←[0m Process exited with status 1
←[32m2012-06-19T01:01:46+00:00 heroku[web.1]:←[0m State changed from starting to crashed
已安装 Heroku gem
Installing rake (0.9.2.2)
Installing i18n (0.6.0)
Installing multi_json (1.3.6)
Installing activesupport (3.2.5)
Installing builder (3.0.0)
Installing activemodel (3.2.5)
Installing erubis (2.7.0)
Installing journey (1.0.4)
Installing rack (1.4.1)
Installing rack-cache (1.2)
Installing rack-test (0.6.1)
Installing hike (1.2.1)
Installing tilt (1.3.3)
Installing sprockets (2.1.3)
Installing actionpack (3.2.5)
Installing mime-types (1.18)
Installing polyglot (0.3.3)
Installing treetop (1.4.10)
Installing mail (2.4.4)
Installing actionmailer (3.2.5)
Installing sass (3.1.19)
Installing bourbon (2.1.0)
Installing bcrypt-ruby (3.0.1) with native extensions
Installing orm_adapter (0.1.0)
Installing rack-ssl (1.3.2)
Installing json (1.7.3) with native extensions
Installing rdoc (3.12)
Installing thor (0.15.3)
Installing railties (3.2.5)
Installing warden (1.2.1)
Installing devise (2.1.1)
Installing fastercsv (1.5.5)
Installing formtastic (2.1.1)
Installing has_scope (0.5.1)
Installing responders (0.9.1)
Installing inherited_resources (1.3.1)
Installing jquery-rails (2.0.2)
Installing kaminari (0.13.0)
Installing arel (3.0.2)
Installing tzinfo (0.3.33)
Installing activerecord (3.2.5)
Installing polyamorous (0.5.0)
Installing meta_search (1.1.3)
Installing activeresource (3.2.5)
Using bundler (1.2.0.pre)
Installing rails (3.2.5)
Installing activeadmin (0.4.4)
Installing coffee-script-source (1.3.3)
Installing execjs (1.4.0)
Installing coffee-script (2.2.0)
Installing coffee-rails (3.2.2)
Installing multipart-post (1.1.5)
Installing faraday (0.8.1)
Installing hashie (1.2.0)
Installing httpauth (0.1)
Installing mysql2 (0.3.11) with native extensions
Installing oauth (0.4.6)
Installing oauth2 (0.6.1)
Installing omniauth (1.1.0)
Installing omniauth-oauth2 (1.0.2)
Installing omniauth-facebook (1.3.0)
Installing ruby-openid (2.1.8)
Installing rack-openid (1.3.1)
Installing omniauth-openid (1.0.1)
Installing ruby-openid-apps-discovery (1.2.0)
Installing omniauth-google-apps (0.0.2)
Installing omniauth-oauth (1.0.1)
Installing omniauth-twitter (0.0.11)
Installing rails3_acts_as_paranoid (0.2.4)
Installing rest-client (1.6.7)
Installing sass-rails (3.2.5)
Installing stripe (1.7.0)
Installing uglifier (1.2.4)
我在 Heroku 上运行cedar 堆栈,版本命令报告2.27.3。
我的应用程序 Gemfile:
source 'http://rubygems.org'
gem 'rails', '3.2.5'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
#gem 'sqlite3'
gem 'activeadmin'
gem 'meta_search'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'mysql2'
gem 'omniauth-facebook'
gem 'omniauth-google-apps'
gem 'omniauth-openid'
gem 'omniauth-twitter'
gem 'ruby-openid'
gem 'devise'
gem 'formtastic'
gem 'inherited_resources'
gem 'rails3_acts_as_paranoid'
gem 'stripe'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'debugger'
group :development do
gem 'sqlite3'
gem 'spork-rails'
gem 'rspec-rails'
gem 'nifty-generators'
end
非常感谢任何帮助!