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
Godfrey Chan 33030ea7cb Fixed a few things from ee9e4c3
Mostly cosmetics, except that `isolate_namespace` should be applied to the last
module in the chain.
2015-01-30 15:42:51 -08: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 Fixed a few things from ee9e4c3 2015-01-30 15:42:51 -08:00
test_unit scaffold controller_test template should use kwargs. refs #18323. 2015-01-30 12:31:44 +01: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 Change option description and update test names 2015-01-29 15:44:26 -05: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