Class: Sinatra::Application
Overview
The top-level Application. All DSL methods executed on main are delegated to this class.
Instance Attribute Summary
Attributes inherited from Base
#app, #env, #params, #request, #response
Method Summary
Methods inherited from Default
configures, const_missing, default_options, #entity_tag, env, env=, #headers, #invoke, #method_missing, #options, options, register, #send_data, set_option, set_options, #stop
Methods inherited from Base
before, #call, call, #call!, condition, configure, delete, development?, disable, enable, error, #forward, get, #halt, head, helpers, #initialize, layout, media_type, new, not_found, #options, #pass, post, production?, prototype, put, register, reload!, reloading?, reset!, run!, set, template, test?, use, use_in_file_templates!
Methods included from Templates
Methods included from Helpers
#attachment, #back, #body, #content_type, #error, #etag, #last_modified, #media_type, #not_found, #redirect, #send_file, #session, #status
Constructor Details
This class inherits a constructor from Sinatra::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Sinatra::Default