[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-10 Thread vierundsech...@googlemail.com
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-bootstrap-gems in your gemfile and this either misconfigured or missing: You can check out http://blog.crowdint.com/2012/02/03/bootstrap-in-the-asset-p

[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