[Rails] Re: Issue while deploying to heroku with Rails 3.2.1, ruby 1.9.3-p0, using twitter/bootstrap.

2012-02-12 Thread Manoj W.
Moving the gem 'twitter-bootstrap-rails' out of "group :development, :test" worked for me. vierundsech...@googlemail.com wrote in post #1045141: > there are numerous ways to get twitter-bootstrap into rails (45 gems > on github last time I counted...) - you either already have on of the > twitter

[Rails] Re: Issue while deploying to heroku with Rails 3.2.1, ruby 1.9.3-p0, using twitter/bootstrap.

2012-02-09 Thread Manoj W.
Thanks Noel, I tried that and got this error - rake aborted! couldn't find file 'twitter/bootstrap' (in .. /app/assets/javascripts/application.js:9) One of the lines in my application.js is //= require twitter/bootstrap Similarly application.css contains *= require twitter/bootstrap Do I need

[Rails] Issue while deploying to heroku with Rails 3.2.1, ruby 1.9.3-p0, using twitter/bootstrap.

2012-02-09 Thread Manoj W.
Hi, I am new to Rails and am following Rails tutorials by Michael Hartl and Rails guides. I have deployed an app to Heroku, but I get this error while trying to access it (from heroku logs) - Completed 500 Internal Server Error in 75ms ActionView::Template::Error (application.css isn't precompile