Rails 3.1.3 doesn't work without asset pipeline

Hi Folks,

I am not sure, it is bug or i forget something else that’s why i write
here
first.

Generate a new app without asset pipeline

  1. rails new testapp -S
  2. rails s
  3. *Output >> *https://gist.github.com/1446490

Genereate a new app with asset pipeline then make it disable

  1. **rails new testapp2
  2. rails s
  3. *Output >> *Everything is okey at http://localhost:3000 and this
    is
    the app env https://gist.github.com/1446503
  4. Ctrl + C stop webrick
  5. Change config.assets.enabled = false at /config/application.rb
  6. Again rails s
  7. *Output >> *https://gist.github.com/1446490

This my gem list may be you need https://gist.github.com/1446511

Did i follow the right ways to disable asset pipeline?

Best Regards.


Onur zgr ZKAN
**lab2023 - internet teknolojileri