In Rails 3.1, the asset pipeline is enabled by default. It can be disabled in config/application.rb by putting this line inside the application class definition:
config.assets.enabled = false
You can also disable the asset pipeline while creating a new application by passing the —skip-sprockets option.