1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/generators
2011-10-13 15:36:50 -07: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 method to create vendor/assets/javascripts, added it to methods called within vendor method 2011-10-11 17:04:24 +11:00
test_unit restores the API docs of AR::Fixtures, made a quick pass over them, revises link in fixture template [closes #2840] 2011-09-03 15:20:30 -07:00
actions.rb warning removed : '&' interpreted as argument prefix 2011-09-30 15:56:38 +05:30
active_model.rb
app_base.rb fix inconsistent alignment in Gemfile generator 2011-10-13 15:36:50 -07:00
base.rb Fix rails/generators/base.rb documentation for generator lookup 2011-10-10 21:04:26 +11: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 Warnings removed when running with 1.9.3 2011-10-09 17:15:55 +05:30
test_case.rb Modified content in guides and comments 2011-09-04 08:24:02 +05:30
test_unit.rb