Changeset 134 for trunk/examples/blog.rb

Show
Ignore:
Timestamp:
07/12/2006 12:44:46 (2 years ago)
Author:
why
Message:
  • lib/camping.rb: allow the Camping scriptable dispatcher (Camping.method_missing) to take a hash of environment vars or query vars. also, an empty StringIO is the default input stream. apply zimbatm's patch to allow urls to be overridden.
  • lib/camping-unabridged.rb: updated all the code and docs to match the above.
  • lib/camping/reloader.rb: update the not a Camping app error message to give the expected module name.
  • lib/camping/db.rb: docs.
  • Rakefile: at least Markaby 0.4.65 required.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/blog.rb

    r129 r134  
    7171            div do 
    7272                code args.inspect; br; br 
    73                 code ENV.inspect; br 
     73                code @env.inspect; br 
    7474                code "Link: #{R(Info, 1, 2)}" 
    7575            end