def initialize
puts "Hello, World!"
end/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require_self
*/
@import "compass_twitter_bootstrap";
@import "compass/css3";
@import "base";
Rails 3, Compass, and (Twitter) Bootstrap Tutorial
$ rvm ruby-1.9.2-p290@rails-compass_twitter_bootstrap-demo $ rvm do gem install bundler$RAILS_APP/app/assets/stylesheets/application.css.scss
$RAILS_APP/app/assets/javascripts/application.js
Important: If you add a new Javascript or CSS file, you must precompile the code so it will be
available in
public/assetsfor production.HAML
(i.e. a controller named
Homewith a method calledindex)