aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/assets_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'FIXME' annotation typoSebastian Martinez2011-04-191-1/+1
|
* Fix assets generators.José Valim2011-04-171-16/+10
|
* The controller and resource generators will now automatically produce asset ↵David Heinemeier Hansson2011-04-141-0/+32
stubs (this can be turned off with --skip-assets). These stubs will use Coffee and Sass, if those libraries are available. [DHH]