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
Guillermo Iguaran b0767afac5 Merge pull request #14195 from robin850/issue-14079
Avoid namespacing routes inside engines
2014-02-28 19:26:04 -05:00
..
actions Add CreateMigration action 2014-01-28 00:01:19 +01:00
css
erb fix path shown in mailer's templates 2014-02-14 14:17:12 -02:00
js/assets Fixing build failures 2012-10-11 02:05:25 +05:30
rails Merge pull request #14195 from robin850/issue-14079 2014-02-28 19:26:04 -05:00
test_unit Add comments with urls for email previews 2013-12-22 10:06:12 +00:00
testing Removing without_thor_debug 2014-01-11 08:50:31 +01:00
actions.rb Improve font of some code in API documentation [ci skip] 2013-12-26 18:54:46 +08:00
active_model.rb Removed unused deprecation requires. 2013-07-03 23:21:23 +03:00
app_base.rb Remove inclusion of rubysl gem for rbx on generated Gemfile 2014-02-25 21:54:29 -03:00
base.rb Typos. return -> returns. [ci skip] 2013-12-03 13:31:36 -02:00
erb.rb html and text templates for mailers by default 2013-12-20 18:34:57 -02:00
generated_attribute.rb Add support for generate scaffold password:digest 2013-03-13 16:06:33 -04:00
migration.rb Add CreateMigration action 2014-01-28 00:01:19 +01:00
model_helpers.rb modify model generator warning message. refs [#174c9f0] 2014-02-27 22:04:01 +05:30
named_base.rb avoiding iterations and calling of underscore on all elements of array 2013-11-17 00:58:37 +05:30
resource_helpers.rb Add warning when user tried to create model with pluralize name. 2014-02-23 13:10:41 +05:30
test_case.rb Break down Rails::Generator::TestCase into modules 2013-03-31 20:46:16 -03:00
test_unit.rb