-
Notifications
You must be signed in to change notification settings - Fork 2
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
Getting upto speed with Rack - links, articles etc #1
Comments
The Rack author has an introductory blog post and here's another one here |
One last one before I get to sleep |
This is a free intro to Rack ebook by Satish Talim from rubylearning.org http://gallery.mailchimp.com/e49655551a5bb47498310c7de/files/RackIntro.pdf |
Here's a Rails guide that discusses how Rack is used in Rails: http://guides.rubyonrails.org/rails_on_rack.html |
I found this a nice simple introduction with working code: |
The Toto blog engine is a one-file Rack application: |
I found and really enjoy remi's screencasts: http://remi.org/2009/02/19/rack-basics |
I'm sure everyone knows of Rack but perhaps some may not know exactly what rack does. So if anyone has any links to any interesting background reading please post them here.
Heres a few
I was surprised to see that About.com has a nice short one page explanation here
http://ruby.about.com/od/rack/a/What-Is-Rack.htm
Ryan Bates also has free introductions here
http://railscasts.com/episodes/151-rack-middleware
http://railscasts.com/episodes/222-rack-in-rails-3
and a pro screencast detailing how to make your own app with rack here
http://railscasts.com/episodes/317-rack-app-from-scratch
The text was updated successfully, but these errors were encountered: