Created
January 10, 2015 20:16
-
-
Save nateberkopec/8540e1caa0b7ffa747e6 to your computer and use it in GitHub Desktop.
True one-line Rails app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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