Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement rendering #15

Merged
merged 8 commits into from
Sep 25, 2023
Merged

Implement rendering #15

merged 8 commits into from
Sep 25, 2023

Conversation

apexatoll
Copy link
Owner

  • Ensure pathname is required
  • Refactor controller parsing
  • Update pathname signature
  • Install ERB
  • Update command spec to be more accurate
  • Implement view_file application path
  • Create renderer
  • Add rendering to controller

- Move the handling of adding a suffix (eg "Controller") from the input
  parser to the router
- This means that the inflection is happening where it is used (at the
  router stage), and the command object is then freer to use the raw
  controller (snakecase) to form paths such as a view path
@apexatoll apexatoll merged commit 886d7a5 into main Sep 25, 2023
3 checks passed
@apexatoll apexatoll deleted the rendering branch September 25, 2023 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant