firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Remove extensions from template renders #119

Closed jelaniwoods closed 1 year ago

jelaniwoods commented 1 year ago

Problem

Post Rails 6.1, it's no longer possible to use render template: with file extensions. Current generated controllers include file extensions which raise MissingTemplate errors.

Solution

Update generated controllers to exclude file extensions when using render.

jelaniwoods commented 1 year ago

Waiting until current quarter finishes, so students working on final projects don't bundle update and get different behavior than they're used to.