Hi,https://devcenter.heroku.com/articles/rails3#deploy-your-application-to-heroku
Just follow the steps mentioned there.'Thanks,Sai--On Mon, Jul 1, 2013 at 11:27 AM, Annapoorna R <prapoorna.r@gmail.com> wrote:
--using rails 3.2.13 ruby 1.9.3,git push heroku
Everything up to date
heroku openApplication ErrorAn error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details.
heroku logs
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
2013-07-01T05:42:06.385364+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
2013-07-01T05:42:06.385364+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dep
endency'
2013-07-01T05:42:06.385364+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/config.ru:3:in `block
in <main>'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/rack-1.4.5/lib/rack/server.rb:200:in `app'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/rack-1.4.5/lib/rack/builder.rb:40:in `eval'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/config.ru:in `<main>'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/railties-3.2.13/lib/rails/commands.rb:50:in `tap'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/config.ru:in `new'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/railties-3.2.13/lib/rails/commands/server.rb:70:in `start'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/rack-1.4.5/lib/rack/builder.rb:40:in `parse_file'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/rack-1.4.5/lib/rack/server.rb:304:in `wrapped_app'
2013-07-01T05:42:06.385740+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/railties-3.2.13/lib/rails/commands/server.rb:46:in `app'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/railties-3.2.13/lib/rails/commands.rb:50:in `<top (required)>'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/railties-3.2.13/lib/rails/commands.rb:55:in `block in <top (required)>'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.0
.0/gems/rack-1.4.5/lib/rack/server.rb:254:in `start'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from script/rails:6:in `<main>'
2013-07-01T05:42:06.385879+00:00 app[web.1]: from script/rails:6:in `require'
2013-07-01T05:42:07.492202+00:00 heroku[web.1]: Process exited with status 1
2013-07-01T05:42:07.507152+00:00 heroku[web.1]: State changed from starting to c
rashed
2013-07-01T05:42:19.074727+00:00 heroku[web.1]: State changed from crashed to st
arting
2013-07-01T05:42:22.547997+00:00 heroku[web.1]: Starting process with command `b
undle exec rails server -p 16404`
2013-07-01T05:42:24.720522+00:00 app[web.1]: 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-h
as-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-07-01T05:42:24.720522+00:00 app[web.1]: 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-h
as-been-released. (called from <top (required)> at /app/config/environment.rb:5)
set gemfile to gem 'pg'
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAEGezZV%3DPtQ_q-7qBD2R9-92ZAxf7Pm1RdAEHxYLkWKjE0fp8g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BMnYCo8657CdLJartocnUeYqj1S5dGtS0_%3D7u%2B4r3aZ2cGrwg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAEGezZVAGjp3iqEH5aCTt5pkNnBTgTtPoRwPQWMtX4oiOGZ3zw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment