russ (owner)

Revisions

gist: 73040 Download_button fork
public
Public Clone URL: git://gist.github.com/73040.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
9
require RAILS_ROOT + '/config/environment'
 
use Rack::Lock
use ActionController::Failsafe
use ActionController::Session::CookieStore, {:session_key=>"_temp_session", :secret=>"itsyoursecret"}
use ActionController::ParamsParser
use Rack::MethodOverride
use ActiveRecord::QueryCache
run ActionController::Dispatcher.new