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

rack, rack-mount, and grape #8

Open
ericgj opened this issue May 6, 2012 · 1 comment
Open

rack, rack-mount, and grape #8

ericgj opened this issue May 6, 2012 · 1 comment

Comments

@ericgj
Copy link
Member

ericgj commented May 6, 2012

I just started looking at Grape. It strikes me as an extremely clean framework built on rack (and rack-mount for routing), and therefore may be good to look at for this code reading.

Rack-mount itself is interesting too. It mentions it ...supports Rack’s X-Cascade convention to continue trying routes if the response returns pass. But I don't see that documented anywhere, for instance in the interface spec nor in Rack::Cascade where I'd expect it. Anyone know where to look for info on this, is it a convention only rack-mount uses or is it used more widely?

@samnang
Copy link
Member

samnang commented May 7, 2012

@ericgj I used to a quick look Grape as well, and I impressed about good quality codes, specs, and its simplicity API as well.

Anyone know where to look for info on this, is it a convention only rack-mount uses or is it used more widely?

I can't find it as well, but there is a short introduction section of Sinatra: Up and Running on pg 78-82 that talks about Middleware Chain, Cascade, and Rack::Mount.

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

No branches or pull requests

2 participants