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

Graft route names #2

Merged
merged 29 commits into from
Feb 10, 2018
Merged

Graft route names #2

merged 29 commits into from
Feb 10, 2018

Conversation

graft
Copy link
Contributor

@graft graft commented Nov 16, 2017

A small one I've been meaning to write:

  1. I added some specs to test the basic etna server functionality

  2. Added some route parsing, so routes may contain parameters which get pulled into @params for use by the controller - this mostly gets used by Timur at this point (e.g. get '/:project_name'), so this is in anticipation of replacing Rails with Etna::Server.

  3. A few bug fixes to allow block controllers (e.g. get '/some-route' { [ 200, {}, 'ok' ] }) to work and access @params

@jasondcater
Copy link
Contributor

Merge this to master.

@graft graft merged commit 04bf364 into master Feb 10, 2018
This was referenced May 17, 2018
@graft graft deleted the graft-route-names branch April 19, 2020 20:35
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.

2 participants