Skip to content

Commit

Permalink
seven lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Aug 19, 2012
1 parent a5e8a41 commit 8d6b7b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions almost_sinatra.rb
Expand Up @@ -3,6 +3,5 @@
%w[get post put delete].map{|m|D.(m){|u,&b|a.map(u){run->(e){[200,{"Content-Type"=>"text/html"},[a.instance_eval(&b)]]}}}}
Tilt.mappings.map{|k,v|D.(k){|n,*o|$t||=(h={};File.read(caller[0][/^[^:]+/]).scan(S){|a,b|h[a]=b};h);v[0].new(*o){n=="#{n}"?n:$t[n.to_s]}.render(a,o[0].try(:[],:locals)||{})}}
%w[set enable disable configure helpers use register].map{|m|D.(m){|*_,&b|b.try :[]}};END{Handler.get("webrick").run(a,Port:$p){|s|$r=s}}
%w[params session].map{|m|D.(m){q.send m}};a.use Session::Cookie;a.use Lock
%w[params session].map{|m|D.(m){q.send m}};a.use Session::Cookie;a.use Lock;puts "== almost #$n/No Version has taken the stage on #$p for development with backup from Webrick"
D.(:before){|&b|a.use Rack::Config,&b};before{|e|q=Request.new e;q.params.dup.map{|k,v|params[k.to_sym]=v}}}
puts "== almost #$n/No Version has taken the stage on #$p for development with backup from Webrick"

0 comments on commit 8d6b7b7

Please sign in to comment.