css and javascripts not loading in heroku after deployed to heroku

70 views Asked by At

css and java scripts are not loading in heroku , once i run the application i am getting like this in the backend

2015-06-09T13:36:38.985035+00:00 heroku[web.1]: State changed from up to starting 2015-06-09T13:36:41.933838+00:00 heroku[web.1]: Stopping all processes with SIGTERM 2015-06-09T13:36:44.109165+00:00 heroku[web.1]: Process exited with status 0 2015-06-09T13:36:46.815199+00:00 heroku[web.1]: Starting process with command bundle exec thin start -R config.ru -e production -p 56008 2015-06-09T13:36:52.415454+00:00 heroku[web.1]: State changed from starting to up

i am getting Stopping all processes with SIGTERM Process exited with status 0 please suggest me how to correct it.

1

There are 1 answers

3
denstepa On

What version of rails are you useing?

Did you add 'rails_12factor' gem to your Gemfile ?