aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/css
Commit message (Collapse)AuthorAgeFilesLines
* [Railties] require_relative => requireAkira Matsuda2017-10-212-2/+2
| | | | This basically reverts 618268b4b9382f4bcf004a945fe2d85c0bd03e32
* Refactor Css::Generators::ScaffoldGeneratorYoshiyuki Hirano2017-09-251-3/+3
| | | | | * define source_root by source_root method * it don't create file, but copy it.
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-142-0/+4
|
* [Railties] require => require_relativeAkira Matsuda2017-07-012-2/+2
|
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
| | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* applies new string literal convention in railties/libXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* nodoc CSS::Generators [ci skip]Francesco Rodriguez2012-10-072-6/+6
|
* Move SCSS generators and default templates from Rails to the Sass Railtie ↵tomhuda2011-05-243-0/+33
(d435726312601edb3ba6f97b34f562221f72c1f8). * Sass gem registers a compressor * Sass gem registers generators for assets and scaffold * Create a default stylesheet_engine ("css") for apps that remove the Sass gem