Table of Contents - rory-0.9.6 Documentation
Pages
Classes and Modules
- ApplicationController
- Rory
- Rory::Application
- Rory::Application::RootNotConfigured
- Rory::CLI
- Rory::CLI::Generate
- Rory::CLI::Generators
- Rory::CLI::Generators::Application
- Rory::CLI::Root
- Rory::Controller
- Rory::Dispatcher
- Rory::Initializers
- Rory::Initializers::Initializer
- Rory::Logger
- Rory::Logger::Formatter
- Rory::MiddlewareStack
- Rory::MiddlewareStack::Middleware
- Rory::ParameterFilter
- Rory::ParameterFilter::CompiledFilter
- Rory::PathGeneration
- Rory::Renderer
- Rory::Renderer::Context
- Rory::Request
- Rory::RequestId
- Rory::RequestParameterLogger
- Rory::Route
- Rory::RouteMapper
- Rory::Support
Methods
- ::after_action — Rory::Controller
- ::after_actions — Rory::Controller
- ::ancestor_actions — Rory::Controller
- ::before_action — Rory::Controller
- ::before_actions — Rory::Controller
- ::compile — Rory::ParameterFilter::CompiledFilter
- ::inherited — Rory::Application
- ::initializer_default_middleware — Rory::Application
- ::initializers — Rory::Application
- ::instance — Rory::Application
- ::method_missing — Rory::Application
- ::new — Rory::Controller
- ::new — Rory::Dispatcher
- ::new — Rory::Initializers
- ::new — Rory::Initializers::Initializer
- ::new — Rory::Logger
- ::new — Rory::MiddlewareStack
- ::new — Rory::MiddlewareStack::Middleware
- ::new — Rory::ParameterFilter
- ::new — Rory::ParameterFilter::CompiledFilter
- ::new — Rory::Renderer
- ::new — Rory::Renderer::Context
- ::new — Rory::RequestId
- ::new — Rory::RequestParameterLogger
- ::new — Rory::Route
- ::new — Rory::RouteMapper
- ::rack_app — Rory::Dispatcher
- ::respond_to? — Rory::Application
- ::root — Rory
- ::root= — Rory::Application
- ::set_routes — Rory::RouteMapper
- ::source_root — Rory::CLI::Generators::Application
- ::start — Rory::CLI
- #<< — Rory::Logger
- #== — Rory::Initializers::Initializer
- #== — Rory::MiddlewareStack::Middleware
- #== — Rory::Route
- #add — Rory::Initializers
- #all_routes — Rory::Dispatcher
- #apply_app_template — Rory::CLI::Generators::Application
- #assert_index — Rory::Initializers
- #assert_index — Rory::MiddlewareStack
- #assert_unique_name — Rory::Initializers
- #assess_filter_condition — Rory::Controller
- #auto_require_paths — Rory::Application
- #base_path — Rory::Controller
- #build — Rory::MiddlewareStack::Middleware
- #build_initializer — Rory::Initializers
- #build_middleware — Rory::MiddlewareStack
- #call — Rory::Application
- #call — Rory::Initializers::Initializer
- #call — Rory::Logger::Formatter
- #call — Rory::ParameterFilter::CompiledFilter
- #call — Rory::RequestId
- #call — Rory::RequestParameterLogger
- #call_filter_for_action? — Rory::Controller
- #call_filter_set — Rory::Controller
- #call_filtered_action — Rory::Controller
- #camelize — Rory::Support
- #camelized_app_name — Rory::CLI::Generators::Application
- #compiled_filter — Rory::ParameterFilter
- #configure — Rory::Application
- #connect_db — Rory::Application
- #constantize — Rory::Support
- #controller — Rory::Dispatcher
- #controller_class — Rory::Dispatcher
- #default_content_type — Rory::Controller
- #default_renderer_options — Rory::Controller
- #delete — Rory::Initializers
- #delete — Rory::MiddlewareStack
- #dispatch — Rory::Dispatcher
- #dispatcher — Rory::Application
- #encode_as_json — Rory::Support
- #exclude_pattern — Rory::CLI::Generators::Application
- #expose — Rory::Controller
- #extension — Rory::Dispatcher
- #external_request_id — Rory::RequestId
- #extract_options — Rory::Controller
- #filter — Rory::ParameterFilter
- #filter_conditions_pass? — Rory::Controller
- #filter_parameters — Rory::Application
- #filtered_params — Rory::RequestParameterLogger
- #format_message — Rory::Logger
- #full_path — Rory::Dispatcher
- #generate_body_from_template — Rory::Controller
- #generate_for_render — Rory::Controller
- #generate_json_from_object — Rory::Controller
- #get_binding — Rory::Renderer::Context
- #get_relevant_filters — Rory::Controller
- #get_route — Rory::Dispatcher
- #insert — Rory::Initializers
- #insert — Rory::MiddlewareStack
- #insert_after — Rory::Initializers
- #insert_after — Rory::MiddlewareStack
- #insert_before — Rory::Initializers
- #insert_before — Rory::MiddlewareStack
- #inspect — Rory::Initializers::Initializer
- #inspect — Rory::MiddlewareStack::Middleware
- #internal_request_id — Rory::RequestId
- #json_requested? — Rory::Controller
- #json_requested? — Rory::Dispatcher
- #layout — Rory::Controller
- #layout_path — Rory::Renderer
- #load_config_data — Rory::Application
- #log_file — Rory::Application
- #log_message — Rory::RequestParameterLogger
- #log_path — Rory::Application
- #log_request — Rory::RequestParameterLogger
- #logger — Rory::Application
- #logger — Rory::RequestParameterLogger
- #match — Rory::RouteMapper
- #matches_request? — Rory::Route
- #method — Rory::Dispatcher
- #methods — Rory::Route
- #middleware — Rory::Application
- #module — Rory::Route
- #name — Rory::MiddlewareStack::Middleware
- #name — Rory::Route
- #override_method — Rory::Dispatcher
- #parameter_filter — Rory::RequestParameterLogger
- #parameters_to_filter — Rory::Application
- #params — Rory::Controller
- #path_params — Rory::Route
- #path_to — Rory::PathGeneration
- #path_without_extension — Rory::Dispatcher
- #present — Rory::Controller
- #quoted_string — Rory::Logger
- #redirect — Rory::Controller
- #redirect — Rory::Dispatcher
- #regex — Rory::Route
- #render — Rory::Controller
- #render — Rory::Renderer
- #render — Rory::Renderer::Context
- #render_not_found — Rory::Controller
- #render_not_found — Rory::Dispatcher
- #request — Rory::RequestParameterLogger
- #request_id — Rory::Logger
- #request_logging_on? — Rory::Application
- #request_middleware — Rory::Application
- #request_signature — Rory::RequestParameterLogger
- #require_all_files — Rory::Application
- #require_all_files_in_directory — Rory::Support
- #reset_stack — Rory::Application
- #root — Rory::Application
- #root_path — Rory::Application
- #route — Rory::Dispatcher
- #route_template — Rory::Controller
- #routes — Rory::Application
- #routing_map — Rory::RouteMapper
- #run — Rory::Initializers
- #run_initializers — Rory::Application
- #scope — Rory::RouteMapper
- #set_response_defaults — Rory::Controller
- #set_routes — Rory::Application
- #spin_up — Rory::Application
- #stack — Rory::Application
- #tagged — Rory::Logger
- #to_h — Rory::Route
- #tokenize — Rory::Support
- #tokenized_app_name — Rory::CLI::Generators::Application
- #try_to_hash — Rory::Support
- #turn_off_request_logging! — Rory::Application
- #unfiltered_params — Rory::RequestParameterLogger
- #unshift — Rory::Initializers
- #unshift — Rory::MiddlewareStack
- #use — Rory::MiddlewareStack
- #use_middleware — Rory::Application
- #uuid — Rory::Request
- #uuid_prefix — Rory::Application
- #uuid_prefix — Rory::RequestId
- #version — Rory::CLI::Root
- #view_binding — Rory::Renderer
- #view_path — Rory::Renderer
- #view_template — Rory::Renderer
- #write — Rory::Logger