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

  4. ****rails new testapp2

  5. rails s

  6. Output >> Everything is okey at http://localhost:3000 and this is the app env https://gist.github.com/1446503

  7. Ctrl + C stop webrick

  8. Change config.assets.enabled = false at /config/application.rb

  9. Again rails s

  10. **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.