Skip to content

Commit

Permalink
* Added more references
Browse files Browse the repository at this point in the history
* Some misc updates
  • Loading branch information
anildigital committed May 11, 2010
1 parent 93e2d2e commit e0504c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions rack/06_rack_response/rack_response.md
Expand Up @@ -27,10 +27,10 @@


@@@code @@@code
[ 200, [ 200,
{'Content‐Type' => 'text/plain', 


 {'Content‐Type' => 'text/plain',
'Content‐Length' => '11', 


 'Content‐Length' => '11',
'Cache‐Control' => 'max‐age=60'}, 

 'Cache‐Control' => 'max‐age=60'},
["HelloWorld"] ["Hello World"]
] ]


!SLIDE smaller code !SLIDE smaller code
Expand Down
1 change: 1 addition & 0 deletions rack/09_rack_middlewares/rack_middleware.rb
@@ -1,3 +1,4 @@
# http://vision-media.ca/resources/ruby/ruby-rack-middleware-tutorial
require 'rubygems' require 'rubygems'
require 'rack' require 'rack'


Expand Down
2 changes: 1 addition & 1 deletion rack/09_rack_middlewares/rack_middlewares.md
Expand Up @@ -77,7 +77,7 @@
!SLIDE smbullets incremental small !SLIDE smbullets incremental small


## Rack::Reloader ## Rack::Reloader
* Rack::Reloader checks on every request, but at most every secs seconds, if a file loaded changed, and reloads it, logging to rack.errors. * Rack::Reloader checks on every request, but at most every <secs> seconds, if a file loaded changed, and reloads it, logging to rack.errors.
* It comes with Rack * It comes with Rack


!SLIDE smbullets incremental small !SLIDE smbullets incremental small
Expand Down
4 changes: 3 additions & 1 deletion rack/12_fin/fin.md
Expand Up @@ -3,11 +3,13 @@
* http://remi.org/ * http://remi.org/
* Rack in Rails 3 Presentation by Ryan Tomayko * Rack in Rails 3 Presentation by Ryan Tomayko
* @raggi #rack@freenode IRC channel * @raggi #rack@freenode IRC channel
* @khasse #rack@freenode IRC channel * @khaase #rack@freenode IRC channel
* http://guides.rails.info/rails_on_rack.html * http://guides.rails.info/rails_on_rack.html
* http://rubymanor.org/videos/rack/ * http://rubymanor.org/videos/rack/
* http://amberbit.com/blog/2009/04/04/introduction-to-rack-middleware/ * http://amberbit.com/blog/2009/04/04/introduction-to-rack-middleware/
* http://wiki.github.com/rack/rack/tutorial-rackup-howto * http://wiki.github.com/rack/rack/tutorial-rackup-howto
* http://www.slideshare.net/danwrong/8-minutes-on-rack-presentation
* http://coolnamehere.com/geekery/ruby/web/cgi.html
* --- * ---




Expand Down

0 comments on commit e0504c2

Please sign in to comment.