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
2012-01-26 12:12:54 +01:00
..
css Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
erb Use content_tag_for with array by default on scaffold. 2012-01-26 08:07:38 +01: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 Revert "Merge pull request #4690 from jdutil/filter_password_confirmation" 2012-01-26 12:12:54 +01:00
test_unit require minitest rather than test/unit 2012-01-06 15:50:47 -08:00
actions.rb No need to check for 'draw do |map|' anymore 2012-01-07 19:14:27 +01:00
active_model.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
app_base.rb Add therubyracer gem commented in default Gemfile 2012-01-12 21:58:25 -05:00
base.rb Fix rails/generators/base.rb documentation for hook_for 2011-12-29 13:33:01 +02:00
erb.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
generated_attribute.rb Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with bash, zsh, etc, closes #4602 2012-01-22 15:59:31 +01: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 Tidy up migration types. 2011-12-24 10:38:19 +01: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 Tidy up migration types. 2011-12-24 10:38:19 +01:00
test_unit.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00