Skip to content

Instantly share code, notes, and snippets.

@nateberkopec
Created January 10, 2015 20:16
Show Gist options
  • Save nateberkopec/8540e1caa0b7ffa747e6 to your computer and use it in GitHub Desktop.
Save nateberkopec/8540e1caa0b7ffa747e6 to your computer and use it in GitHub Desktop.
True one-line Rails app
%w[rails rack/test action_controller].map{|r|require r};run Class.new(Rails::Application){config.secret_key_base=1;routes.append{root to:proc{[200,{},[]]}}}.initialize!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment