Table of Contents - pliny-0.31.0 Documentation
Pages
- db.rake
- schema.rake
- Gemfile
- LICENSE
- Procfile
- README
- Rakefile
- setup
- config.ru
- schema.sql
- rubocop.rake
- spec.rake
- meta.json
Classes and Modules
- Config
- Endpoints
- Endpoints::Base
- Endpoints::Health
- Endpoints::Root
- Endpoints::Schema
- Initializer
- Mediators
- Mediators::Base
- Object
- Pliny
- Pliny::CanonicalLogLineHelpers
- Pliny::CanonicalLogLineHelpers::ClassMethods
- Pliny::CastingConfigHelpers
- Pliny::Commands
- Pliny::Commands::Creator
- Pliny::Commands::Generator
- Pliny::Commands::Generator::Base
- Pliny::Commands::Generator::Endpoint
- Pliny::Commands::Generator::Mediator
- Pliny::Commands::Generator::Migration
- Pliny::Commands::Generator::Model
- Pliny::Commands::Generator::Schema
- Pliny::Commands::Generator::Serializer
- Pliny::Commands::Updater
- Pliny::ConfigHelpers
- Pliny::DbSupport
- Pliny::ErrorReporters
- Pliny::ErrorReporters::Rollbar
- Pliny::Errors
- Pliny::Errors::Accepted
- Pliny::Errors::BadGateway
- Pliny::Errors::BadRequest
- Pliny::Errors::Conflict
- Pliny::Errors::Continue
- Pliny::Errors::Created
- Pliny::Errors::Error
- Pliny::Errors::ExpectationFailed
- Pliny::Errors::Forbidden
- Pliny::Errors::Found
- Pliny::Errors::GatewayTimeout
- Pliny::Errors::Gone
- Pliny::Errors::HTTPStatusError
- Pliny::Errors::InternalServerError
- Pliny::Errors::LengthRequired
- Pliny::Errors::MethodNotAllowed
- Pliny::Errors::MovedPermanently
- Pliny::Errors::MultipleChoices
- Pliny::Errors::NoContent
- Pliny::Errors::NonAuthoritativeInformation
- Pliny::Errors::NotAcceptable
- Pliny::Errors::NotFound
- Pliny::Errors::NotImplemented
- Pliny::Errors::NotModified
- Pliny::Errors::OK
- Pliny::Errors::PartialContent
- Pliny::Errors::PaymentRequired
- Pliny::Errors::PreconditionFailed
- Pliny::Errors::ProxyAuthenticationRequired
- Pliny::Errors::RequestEntityTooLarge
- Pliny::Errors::RequestTimeout
- Pliny::Errors::RequestURITooLong
- Pliny::Errors::RequestedRangeNotSatisfiable
- Pliny::Errors::ResetContent
- Pliny::Errors::SeeOther
- Pliny::Errors::ServiceUnavailable
- Pliny::Errors::SwitchingProtocols
- Pliny::Errors::TemporaryRedirect
- Pliny::Errors::TooManyRequests
- Pliny::Errors::Unauthorized
- Pliny::Errors::UnprocessableEntity
- Pliny::Errors::UnsupportedMediaType
- Pliny::Errors::UseProxy
- Pliny::Helpers
- Pliny::Helpers::Encode
- Pliny::Helpers::Params
- Pliny::Helpers::Serialize
- Pliny::Helpers::Serialize::Helpers
- Pliny::Helpers::ZuluTime
- Pliny::Log
- Pliny::Metrics
- Pliny::Metrics::Backends
- Pliny::Metrics::Backends::Logger
- Pliny::Middleware
- Pliny::Middleware::CORS
- Pliny::Middleware::CanonicalLogLine
- Pliny::Middleware::CanonicalLogLine::LogLine
- Pliny::Middleware::Instruments
- Pliny::Middleware::Metrics
- Pliny::Middleware::RequestID
- Pliny::Middleware::RequestStore
- Pliny::Middleware::RequestStore::Clear
- Pliny::Middleware::RequestStore::Seed
- Pliny::Middleware::RescueErrors
- Pliny::Middleware::Versioning
- Pliny::RequestStore
- Pliny::RollbarLogger
- Pliny::Router
- Pliny::Utils
- Serializers
- Serializers::Base
Methods
- ::add_additional_header — Pliny::Middleware::CORS
- ::add_prefix — Pliny::Metrics::Backends::Logger
- ::add_question_method — Pliny::ConfigHelpers
- ::admin_url — Pliny::DbSupport
- ::clear! — Pliny::RequestStore
- ::included — Pliny::CanonicalLogLineHelpers
- ::new — Pliny::Commands::Creator
- ::new — Pliny::Commands::Generator::Base
- ::new — Pliny::Commands::Generator::Schema
- ::new — Pliny::Commands::Updater
- ::new — Pliny::DbSupport
- ::new — Pliny::Errors::Error
- ::new — Pliny::Errors::HTTPStatusError
- ::new — Pliny::Middleware::CanonicalLogLine
- ::new — Pliny::Middleware::CORS
- ::new — Pliny::Middleware::Instruments
- ::new — Pliny::Middleware::Metrics
- ::new — Pliny::Middleware::RequestID
- ::new — Pliny::Middleware::RequestStore::Clear
- ::new — Pliny::Middleware::RequestStore::Seed
- ::new — Pliny::Middleware::RescueErrors
- ::new — Pliny::Middleware::Versioning
- ::new — Serializers::Base
- ::parse_env — Pliny::Utils
- ::registered — Pliny::Helpers::Serialize
- ::render — Pliny::Errors::Error
- ::report_counts — Pliny::Metrics::Backends::Logger
- ::report_measures — Pliny::Metrics::Backends::Logger
- ::require! — Initializer
- ::require_config — Initializer
- ::require_glob — Pliny::Utils
- ::require_initializers — Initializer
- ::require_lib — Initializer
- ::require_models — Initializer
- ::require_relative_glob — Pliny::Utils
- ::run — Pliny::Commands::Creator
- ::run — Pliny::Commands::Updater
- ::run — Pliny::DbSupport
- ::run — Mediators::Base
- ::run — Initializer
- ::seed — Pliny::RequestStore
- ::setup? — Pliny::DbSupport
- ::store — Pliny::RequestStore
- ::structure — Serializers::Base
- #accept_headers — Pliny::Middleware::Versioning
- #allow_headers — Pliny::Middleware::CORS
- #app — Object
- #app_dir — Pliny::Commands::Creator
- #array — Pliny::CastingConfigHelpers
- #basic_prompt — Object
- #body_params — Pliny::Helpers::Params
- #bool — Pliny::CastingConfigHelpers
- #call — Pliny::Middleware::CanonicalLogLine
- #call — Pliny::Middleware::CORS
- #call — Pliny::Middleware::Instruments
- #call — Pliny::Middleware::Metrics
- #call — Pliny::Middleware::RequestID
- #call — Pliny::Middleware::RequestStore::Clear
- #call — Pliny::Middleware::RequestStore::Seed
- #call — Pliny::Middleware::RescueErrors
- #call — Pliny::Middleware::Versioning
- #cast — Pliny::CastingConfigHelpers
- #context — Pliny::Log
- #cors_headers — Pliny::Middleware::CORS
- #cors_request? — Pliny::Middleware::CORS
- #count — Pliny::Metrics
- #create — Pliny::Commands::Generator::Endpoint
- #create — Pliny::Commands::Generator::Mediator
- #create — Pliny::Commands::Generator::Migration
- #create — Pliny::Commands::Generator::Model
- #create — Pliny::Commands::Generator::Schema
- #create — Pliny::Commands::Generator::Serializer
- #create — Pliny::DbSupport
- #create — Pliny::CastingConfigHelpers
- #create_acceptance_test — Pliny::Commands::Generator::Endpoint
- #create_migration — Pliny::Commands::Generator::Model
- #create_test — Pliny::Commands::Generator::Endpoint
- #create_test — Pliny::Commands::Generator::Mediator
- #create_test — Pliny::Commands::Generator::Model
- #create_test — Pliny::Commands::Generator::Serializer
- #database? — Endpoints::Health
- #database_available? — Endpoints::Health
- #debug — Pliny::RollbarLogger
- #default_context — Pliny::Log
- #default_context= — Pliny::Log
- #detect_api_version — Pliny::Middleware::Versioning
- #disconnect — Pliny::DbSupport
- #display — Pliny::Commands::Creator
- #display — Pliny::Commands::Generator::Base
- #display — Pliny::Commands::Updater
- #encode — Pliny::Helpers::Encode
- #endpoint — Pliny::Commands::Generator
- #ensure_repo_available — Pliny::Commands::Updater
- #env — Pliny::CastingConfigHelpers
- #error — Pliny::RollbarLogger
- #exec_patch — Pliny::Commands::Updater
- #exists? — Pliny::DbSupport
- #extract_request_ids — Pliny::Middleware::RequestID
- #fetch_scope — Pliny::ErrorReporters::Rollbar
- #field_name — Pliny::Commands::Generator::Base
- #float — Pliny::CastingConfigHelpers
- #get_current_version — Pliny::Commands::Updater
- #indifferent_params_v2 — Pliny::Helpers::Params
- #info — Pliny::RollbarLogger
- #int — Pliny::CastingConfigHelpers
- #legacy? — Pliny::Commands::Generator::Schema
- #legacy_env — Pliny::CastingConfigHelpers
- #load_params — Pliny::Helpers::Params
- #local_context — Pliny::Log
- #local_context= — Pliny::Log
- #log — Pliny::RollbarLogger
- #log — Pliny::Log
- #log_context — Pliny::Log
- #log_exception — Pliny::Log
- #log_field — Pliny::CanonicalLogLineHelpers::ClassMethods
- #log_scrubber — Pliny::Log
- #log_scrubber= — Pliny::Log
- #log_to_stream — Pliny::Log
- #log_with_default_context — Pliny::Log
- #log_without_context — Pliny::Log
- #mandatory — Pliny::CastingConfigHelpers
- #mandatory — Pliny::ConfigHelpers
- #measure — Pliny::Metrics
- #mediator — Pliny::Commands::Generator
- #merge_log_contexts — Pliny::Log
- #meta_path — Pliny::Commands::Generator::Schema
- #migrate — Pliny::DbSupport
- #migration — Pliny::Commands::Generator
- #model — Pliny::Commands::Generator
- #name — Pliny::Commands::Creator
- #normalize_name — Pliny::Commands::Generator::Base
- #notify — Pliny::ErrorReporters::Rollbar
- #notify — Pliny::ErrorReporters
- #optional — Pliny::CastingConfigHelpers
- #optional — Pliny::ConfigHelpers
- #override — Pliny::CastingConfigHelpers
- #override — Pliny::ConfigHelpers
- #parse_body_params — Pliny::Helpers::Params
- #parse_erb_files — Pliny::Commands::Creator
- #patch_file — Pliny::Commands::Updater
- #pliny_env — Pliny::CastingConfigHelpers
- #plural_class_name — Pliny::Commands::Generator::Base
- #pluralized_file_name — Pliny::Commands::Generator::Base
- #quote_string — Pliny::Log
- #rack_env — Pliny::CastingConfigHelpers
- #raw_request_ids — Pliny::Middleware::RequestID
- #rebuild — Pliny::Commands::Generator::Schema
- #render_template — Pliny::Commands::Generator::Base
- #replace_newlines — Pliny::Log
- #repo_dir — Pliny::Commands::Updater
- #report_and_catch — Pliny::Metrics
- #rollback — Pliny::DbSupport
- #run! — Pliny::Commands::Creator
- #run! — Pliny::Commands::Updater
- #save_patch — Pliny::Commands::Updater
- #scaffold — Pliny::Commands::Generator
- #schema — Pliny::Commands::Generator
- #schema_base — Pliny::Commands::Generator::Schema
- #schema_filename — Endpoints::Schema
- #schema_json_path — Pliny::Commands::Generator::Schema
- #schema_yaml_path — Pliny::Commands::Generator::Schema
- #schemata_path — Pliny::Commands::Generator::Schema
- #serialize — Serializers::Base
- #serialize — Pliny::Helpers::Serialize::Helpers
- #serializer — Pliny::Commands::Generator
- #serializer — Serializers::Base
- #serializer — Pliny::Helpers::Serialize
- #set_api_version — Pliny::Middleware::Versioning
- #set_error_in_env — Pliny::Middleware::RescueErrors
- #set_field — Pliny::CanonicalLogLineHelpers
- #singular_class_name — Pliny::Commands::Generator::Base
- #stderr — Pliny::Log
- #stderr= — Pliny::Log
- #stdout — Pliny::Log
- #stdout= — Pliny::Log
- #string — Pliny::CastingConfigHelpers
- #symbol — Pliny::CastingConfigHelpers
- #table_name — Pliny::Commands::Generator::Base
- #template_dir — Pliny::Commands::Creator
- #time_elapsed — Pliny::Metrics
- #to_h — Pliny::CanonicalLogLineHelpers
- #unparse — Pliny::Log
- #unparse_pair — Pliny::Log
- #url_path — Pliny::Commands::Generator::Endpoint
- #version — Pliny::DbSupport
- #version — Pliny::Router
- #warn — Pliny::RollbarLogger
- #warn_legacy — Pliny::Commands::Generator::Schema
- #write_file — Pliny::Commands::Generator::Base
- #write_template — Pliny::Commands::Generator::Base
- #zulu_time — Pliny::Helpers::ZuluTime