i m following michael hartl’s ruby on rails online tutorial book and finished chapter 10:
my localhost displays everything in proper format:
profile page looks like this on localhost: http://img225.imageshack.us/img225/5301/profilen.png)
news feed looks like this on localhost: http://img826.imageshack.us/img826/2280/newsfeed.png)
but please visit–> whizcollab.herokuapp.com and check out the styling changes in comparison to the localhost…it looks very weird. all the content seems to be there but the css is different in my opinion. all the files are uploaded through git properly and pushed up to the herokuapp.
is there a compatibility issue?
please guide 🙂
Remember to do a ‘git add .’ then check with a ‘git status’. If there are any files listed iteans that heroku did not receive your latest change. Just do a ‘git push heroku master’ and you should be fine.