Skip to content

Instantly share code, notes, and snippets.

@DonSchado
Created May 11, 2016 15:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DonSchado/729cdf2b0df2468c190f2004d98cb9d7 to your computer and use it in GitHub Desktop.
Save DonSchado/729cdf2b0df2468c190f2004d98cb9d7 to your computer and use it in GitHub Desktop.
140 character rails application that returns http status 200
require'action_controller/railtie';run Class.new(Rails::Application){config.secret_key_base=?x;routes{root to:->_{[200,{},[]]}}}.initialize!
@kangguru
Copy link

kangguru commented Jun 8, 2020

giphy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment