rails--rails/railties/lib/rails/generators
Steven Anderson 54f60c1063 Added .sass-cache/ directory to the genrated gitignore in engines. 2011-12-15 12:38:52 +00:00
..
css Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
erb for ... in => .each 2011-05-18 21:08:08 +09:00
js/assets Move Coffee generators and templates to Coffee Railtie and create javascript_engine ("js") for apps that remove Coffee gem 2011-06-29 21:16:09 -03:00
rails Added .sass-cache/ directory to the genrated gitignore in engines. 2011-12-15 12:38:52 +00:00
test_unit Revert the serializers API as other alternatives are now also under discussion 2011-11-25 19:29:39 +00:00
actions.rb Updating newline fix to maintain existing linebreaks and indentation and test for b/eol on inserts 2011-11-25 09:06:14 -08:00
active_model.rb
app_base.rb strip whitespace errors from the generated Gemfile 2011-12-12 13:46:16 -08:00
base.rb treat USAGE as an ERB template 2011-11-02 09:00:18 -04:00
erb.rb
generated_attribute.rb Generate valid default fixtures for models with a type column 2011-07-11 19:47:57 -03:00
migration.rb Skip creating migration if --skip option is passed to model generator [#6144 state:resolved] 2010-12-16 01:49:28 +05:30
named_base.rb Use namespace if it's a mountable engine 2011-06-07 11:21:38 +02:00
resource_helpers.rb added tests, replaced classify with constantize - using classify here cuts the last 's' in ORM name 2011-11-26 19:57:51 +01:00
test_case.rb Modified content in guides and comments 2011-09-04 08:24:02 +05:30
test_unit.rb