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
2015-01-25 16:24:14 -05:00
..
actions Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster-yield 2014-10-18 17:08:24 -03:00
css
erb Clean up grammar in scaffold index view, by removing the word 'Listing' from list title. 2015-01-12 18:20:04 -08:00
js/assets
rails fix wording of CSS manifest instructions 2015-01-22 09:57:21 -07:00
test_unit Add mailer suffix to generated files and classes 2015-01-06 10:46:22 -05:00
testing Fix example code for Rails::Generators::Testing::Behaviour [ci skip] 2014-10-17 04:57:36 +09:00
actions.rb No need of requiring rbconfig, it is by-default loaded 2015-01-10 20:27:18 +05:30
active_model.rb
app_base.rb Add --skip-action-mailer (or -M) to rails generate 2015-01-01 18:46:12 -08:00
base.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
erb.rb Always return an array from formats so there is no need to wrap it when calling 2014-03-04 11:26:09 -03:00
generated_attribute.rb Add Secure Token Generator 2015-01-11 14:42:54 -05:00
migration.rb Fix typo 'has' => 'have' 2015-01-25 16:24:14 -05:00
model_helpers.rb modify model generator warning message. refs [#174c9f0] 2014-02-27 22:04:01 +05:30
named_base.rb Fix description for application_name method - change simple to simply 2014-12-30 22:30:04 +05:30
resource_helpers.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
test_case.rb
test_unit.rb