Fix/engine generator multiple resources migrations routes#1888
Merged
parndt merged 4 commits intorefinery:masterfrom simplelogica:fix/engine-generator-multiple-resources-migrations-routesAug 22, 2012
+56-7
Commits
Commits on Aug 17, 2012
Added spec for testing that migration for a new resource in an extension will be numbered properly as reported in refineryGH-1885
committedFixing the regex used for detecting that a generator template was a migration (it didn't include final '.erb'). Related to the issue refineryGH-1885 about bad revisions numbering
committedAdded spec to test that routes for the new resource are appended to the config/routes.rb file as reported in refineryGH-1885
committedDetecting that config/routes.rb already exists and then trying to merge it. Related to the issue refineryGH-1885
committed