aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/assets_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Railties: added tests for rake assets:cleanJames A. Rosen2011-06-211-0/+14
|
* Create an :assets group in the Gemfile.José Valim2011-06-211-1/+13
| | | | | | | | | This group is required by default only on development and test (you can change it on config/application.rb). `rake assets:precompile` will automatically add the assets group to Rails.groups (and consequently Bundler.require) and should work transparently.
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
|
* Ensure Set-Cookie is not set on assets.José Valim2011-05-171-24/+25
|
* Add a test case for issue #476.José Valim2011-05-171-0/+31
|
* prepend the assets route instead of appending, closes #436José Valim2011-05-081-0/+27