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
Gert Goet 3858a247bd Add CreateMigration action
This Thor-action isolates the logic whether to (over-)write migration and
what is shown to the user. It's modelled after Thor's CreateFile-action.

This solves the issue that removing a non-existing migration, tried to
remove the template-path (#13588).

Related issues: #12674
2014-01-28 00:01:19 +01:00
..
actions Add CreateMigration action 2014-01-28 00:01:19 +01:00
css
erb html and text templates for mailers by default 2013-12-20 18:34:57 -02:00
js/assets
rails Rails config for raise on missing translations 2014-01-27 08:03:46 -02: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 spring gem moved to rails/spring 2014-01-18 20:22:51 -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
migration.rb Add CreateMigration action 2014-01-28 00:01:19 +01:00
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 moving controller_name assignment before model name condition 2014-01-20 16:50:29 -02:00
test_case.rb
test_unit.rb