SYMBOL INDEX (1859 symbols across 299 files) FILE: app/controllers/rails_admin/application_controller.rb type RailsAdmin (line 5) | module RailsAdmin class ModelNotFound (line 6) | class ModelNotFound < ::StandardError class ObjectNotFound (line 9) | class ObjectNotFound < ::StandardError class ActionNotAllowed (line 12) | class ActionNotAllowed < ::StandardError class ApplicationController (line 15) | class ApplicationController < Config.parent_controller.constantize method get_model (line 28) | def get_model method get_object (line 36) | def get_object method to_model_name (line 40) | def to_model_name(param) method _current_user (line 44) | def _current_user method _get_plugin_name (line 50) | def _get_plugin_name method _authenticate! (line 54) | def _authenticate! method _authorize! (line 58) | def _authorize! method _audit! (line 62) | def _audit! method rails_admin_controller? (line 66) | def rails_admin_controller? FILE: app/controllers/rails_admin/main_controller.rb type RailsAdmin (line 3) | module RailsAdmin class MainController (line 4) | class MainController < RailsAdmin::ApplicationController method bulk_action (line 11) | def bulk_action method list_entries (line 16) | def list_entries(model_config = @model_config, auth_scope_key = :ind... method action_missing (line 26) | def action_missing(name, *_args) method method_missing (line 41) | def method_missing(name, *args, &block) method respond_to_missing? (line 50) | def respond_to_missing?(sym, include_private) method back_or_index (line 58) | def back_or_index method allowed_return_to? (line 62) | def allowed_return_to?(url) method get_sort_hash (line 66) | def get_sort_hash(model_config) method redirect_to_on_success (line 82) | def redirect_to_on_success method visible_fields (line 93) | def visible_fields(action, model_config = @model_config) method sanitize_params_for! (line 97) | def sanitize_params_for!(action, model_config = @model_config, targe... method handle_save_error (line 113) | def handle_save_error(whereto = :new) method check_for_cancel (line 123) | def check_for_cancel method get_collection (line 129) | def get_collection(model_config, scope, pagination) method get_association_scope_from_params (line 142) | def get_association_scope_from_params FILE: app/helpers/rails_admin/application_helper.rb type RailsAdmin (line 3) | module RailsAdmin type ApplicationHelper (line 4) | module ApplicationHelper function authorized? (line 5) | def authorized?(action_name, abstract_model = nil, object = nil) function current_action (line 10) | def current_action function current_action? (line 14) | def current_action?(action, abstract_model = @abstract_model, object... function action (line 20) | def action(key, abstract_model = nil, object = nil) function actions (line 24) | def actions(scope = :all, abstract_model = nil, object = nil) function edit_user_link (line 28) | def edit_user_link function logout_path (line 50) | def logout_path function logout_method (line 63) | def logout_method function wording_for (line 69) | def wording_for(label, action = @action, abstract_model = @abstract_... function main_navigation (line 82) | def main_navigation function root_navigation (line 97) | def root_navigation function static_navigation (line 112) | def static_navigation function navigation (line 121) | def navigation(parent_groups, nodes, level = 0) function breadcrumb (line 138) | def breadcrumb(action = @action, _acc = []) function menu_for (line 164) | def menu_for(parent, abstract_model = nil, object = nil, only_icon =... function bulk_menu (line 187) | def bulk_menu(abstract_model = @abstract_model) function flash_alert_class (line 203) | def flash_alert_class(flash_key) function handle_asset_dependency_error (line 212) | def handle_asset_dependency_error function image_tag (line 225) | def image_tag(source, options = {}) function edit_user_link_label (line 235) | def edit_user_link_label function gravatar_url (line 244) | def gravatar_url(email) function collapsible_stack (line 248) | def collapsible_stack(label, class_prefix, li_stack) FILE: app/helpers/rails_admin/form_builder.rb type RailsAdmin (line 5) | module RailsAdmin class FormBuilder (line 6) | class FormBuilder < ::ActionView::Helpers::FormBuilder method generate (line 10) | def generate(options = {}) method fieldset_for (line 26) | def fieldset_for(fieldset, nested_in) method field_wrapper_for (line 44) | def field_wrapper_for(field, nested_in) method input_for (line 58) | def input_for(field) method errors_for (line 68) | def errors_for(field) method help_for (line 72) | def help_for(field) method field_for (line 76) | def field_for(field) method object_infos (line 80) | def object_infos method jquery_namespace (line 93) | def jquery_namespace(field) method dom_id (line 97) | def dom_id(field) method dom_name (line 106) | def dom_name(field) method hidden_field (line 110) | def hidden_field(method, options = {}) method generator_action (line 120) | def generator_action(action, nested) method visible_groups (line 130) | def visible_groups(model_config, action) method without_field_error_proc_added_div (line 139) | def without_field_error_proc_added_div method nested_field_association? (line 151) | def nested_field_association?(field, nested_in) FILE: app/helpers/rails_admin/main_helper.rb type RailsAdmin (line 3) | module RailsAdmin type MainHelper (line 4) | module MainHelper function rails_admin_form_for (line 5) | def rails_admin_form_for(*args, &block) function get_indicator (line 12) | def get_indicator(percent) function filterable_fields (line 21) | def filterable_fields function ordered_filters (line 25) | def ordered_filters function ordered_filter_options (line 42) | def ordered_filter_options FILE: config/initializers/active_record_extensions.rb type ActiveRecord (line 4) | module ActiveRecord class Base (line 5) | class Base method rails_admin (line 6) | def self.rails_admin(&block) method rails_admin_default_object_label_method (line 10) | def rails_admin_default_object_label_method method safe_send (line 14) | def safe_send(value) FILE: lib/generators/rails_admin/importmap_formatter.rb type RailsAdmin (line 5) | module RailsAdmin class ImportmapFormatter (line 6) | class ImportmapFormatter method initialize (line 9) | def initialize(path = 'config/importmap.rails_admin.rb') method format (line 13) | def format FILE: lib/generators/rails_admin/install_generator.rb type RailsAdmin (line 7) | module RailsAdmin class InstallGenerator (line 8) | class InstallGenerator < Rails::Generators::Base method install (line 16) | def install method asset (line 47) | def asset method configure_for_sprockets (line 63) | def configure_for_sprockets method configure_for_webpacker5 (line 67) | def configure_for_webpacker5 method configure_for_vite (line 75) | def configure_for_vite method configure_for_webpack (line 83) | def configure_for_webpack method configure_for_importmap (line 96) | def configure_for_importmap method setup_css (line 104) | def setup_css(additional_script_entries = {}) method add_package_json_field (line 122) | def add_package_json_field(name, entries, instruction = nil) FILE: lib/generators/rails_admin/utils.rb type RailsAdmin (line 3) | module RailsAdmin type Generators (line 4) | module Generators type Utils (line 5) | module Utils type InstanceMethods (line 6) | module InstanceMethods function display (line 7) | def display(output, color = :green) function ask_for (line 11) | def ask_for(wording, default_value = nil, override_if_present_va... FILE: lib/rails_admin.rb type RailsAdmin (line 15) | module RailsAdmin function config (line 31) | def self.config(entity = nil, &block) function yaml_load (line 46) | def self.yaml_load(yaml) function yaml_load (line 51) | def self.yaml_load(yaml) function yaml_dump (line 59) | def self.yaml_dump(object) FILE: lib/rails_admin/abstract_model.rb type RailsAdmin (line 5) | module RailsAdmin class AbstractModel (line 6) | class AbstractModel method reset (line 11) | def reset method all (line 15) | def all(adapter = nil) method new (line 21) | def new(m) method polymorphic_parents (line 31) | def polymorphic_parents(adapter, model_name, name) method reset_polymorphic_parents (line 43) | def reset_polymorphic_parents method initialize (line 48) | def initialize(model_or_model_name) method model (line 59) | def model method quoted_table_name (line 63) | def quoted_table_name method quote_column_name (line 67) | def quote_column_name(name) method to_s (line 71) | def to_s method config (line 75) | def config method to_param (line 79) | def to_param method param_key (line 83) | def param_key method pretty_name (line 87) | def pretty_name method where (line 91) | def where(conditions) method each_associated_children (line 95) | def each_associated_children(object) method format_id (line 108) | def format_id(id) method parse_id (line 112) | def parse_id(id) method initialize_active_record (line 118) | def initialize_active_record method initialize_mongoid (line 124) | def initialize_mongoid method parse_field_value (line 130) | def parse_field_value(field, value) class StatementBuilder (line 134) | class StatementBuilder method initialize (line 135) | def initialize(column, type, value, operator) method to_statement (line 142) | def to_statement method get_filtering_duration (line 151) | def get_filtering_duration method build_statement_for_type_generic (line 155) | def build_statement_for_type_generic method build_statement_for_type (line 166) | def build_statement_for_type method build_statement_for_integer_decimal_or_float (line 170) | def build_statement_for_integer_decimal_or_float method build_statement_for_date (line 191) | def build_statement_for_date method build_statement_for_datetime_or_timestamp (line 210) | def build_statement_for_datetime_or_timestamp method unary_operators (line 217) | def unary_operators method range_filter (line 221) | def range_filter(_min, _max) class FilteringDuration (line 225) | class FilteringDuration method initialize (line 226) | def initialize(operator, value) method get_duration (line 231) | def get_duration method today (line 242) | def today method yesterday (line 246) | def yesterday method this_week (line 250) | def this_week method last_week (line 254) | def last_week method between (line 259) | def between method default (line 263) | def default method default_date (line 269) | def default_date FILE: lib/rails_admin/adapters/active_record.rb type RailsAdmin (line 8) | module RailsAdmin type Adapters (line 9) | module Adapters type ActiveRecord (line 10) | module ActiveRecord function new (line 13) | def new(params = {}) function get (line 17) | def get(id, scope = scoped) function scoped (line 24) | def scoped function first (line 28) | def first(options = {}, scope = nil) function all (line 32) | def all(options = {}, scope = nil) function count (line 44) | def count(options = {}, scope = nil) function destroy (line 48) | def destroy(objects) function associations (line 52) | def associations function properties (line 58) | def properties function base_class (line 69) | def base_class function quoted_table_name (line 75) | def quoted_table_name function quote_column_name (line 79) | def quote_column_name(name) function encoding (line 83) | def encoding function embedded? (line 106) | def embedded? function cyclic? (line 110) | def cyclic? function adapter_supports_joins? (line 114) | def adapter_supports_joins? function format_id (line 118) | def format_id(id) function parse_id (line 126) | def parse_id(id) function primary_key_scope (line 140) | def primary_key_scope(scope, id) function bulk_scope (line 148) | def bulk_scope(scope, options) function sort_scope (line 156) | def sort_scope(scope, options) class WhereBuilder (line 171) | class WhereBuilder method initialize (line 172) | def initialize(scope) method add (line 179) | def add(field, value, operator) method build (line 190) | def build function query_scope (line 197) | def query_scope(scope, query, fields = config.list.fields.select(&... function filter_scope (line 213) | def filter_scope(scope, filters, fields = config.list.fields.selec... function build_statement (line 228) | def build_statement(column, type, value, operator) class StatementBuilder (line 232) | class StatementBuilder < RailsAdmin::AbstractModel::StatementBuilder method initialize (line 233) | def initialize(column, type, value, operator, adapter_name) method unary_operators (line 240) | def unary_operators method generic_unary_operators (line 255) | def generic_unary_operators method boolean_unary_operators (line 266) | def boolean_unary_operators method range_filter (line 277) | def range_filter(min, max) method build_statement_for_type (line 289) | def build_statement_for_type method build_statement_for_boolean (line 300) | def build_statement_for_boolean method column_for_value (line 309) | def column_for_value(value) method build_statement_for_belongs_to_association (line 313) | def build_statement_for_belongs_to_association method build_statement_for_string_or_text (line 319) | def build_statement_for_string_or_text method build_statement_for_enum (line 351) | def build_statement_for_enum method build_statement_for_uuid (line 357) | def build_statement_for_uuid method ar_adapter (line 361) | def ar_adapter FILE: lib/rails_admin/adapters/active_record/association.rb type RailsAdmin (line 3) | module RailsAdmin type Adapters (line 4) | module Adapters type ActiveRecord (line 5) | module ActiveRecord class Association (line 6) | class Association method initialize (line 9) | def initialize(association, model) method name (line 14) | def name method pretty_name (line 18) | def pretty_name method type (line 22) | def type method field_type (line 26) | def field_type method klass (line 34) | def klass method primary_key (line 42) | def primary_key method foreign_key (line 60) | def foreign_key method foreign_key_nullable? (line 70) | def foreign_key_nullable? method foreign_type (line 76) | def foreign_type method foreign_inverse_of (line 80) | def foreign_inverse_of method key_accessor (line 84) | def key_accessor method as (line 99) | def as method polymorphic? (line 103) | def polymorphic? method inverse_of (line 107) | def inverse_of method read_only? (line 111) | def read_only? method nested_options (line 117) | def nested_options method association? (line 121) | def association? FILE: lib/rails_admin/adapters/active_record/object_extension.rb type RailsAdmin (line 3) | module RailsAdmin type Adapters (line 4) | module Adapters type ActiveRecord (line 5) | module ActiveRecord type ObjectExtension (line 6) | module ObjectExtension function assign_attributes (line 7) | def assign_attributes(attributes) FILE: lib/rails_admin/adapters/active_record/property.rb type RailsAdmin (line 3) | module RailsAdmin type Adapters (line 4) | module Adapters type ActiveRecord (line 5) | module ActiveRecord class Property (line 6) | class Property method initialize (line 9) | def initialize(property, model) method name (line 14) | def name method pretty_name (line 18) | def pretty_name method type (line 22) | def type method length (line 30) | def length method nullable? (line 34) | def nullable? method serial? (line 38) | def serial? method association? (line 42) | def association? method read_only? (line 46) | def read_only? method serialized? (line 52) | def serialized? FILE: lib/rails_admin/adapters/mongoid.rb type RailsAdmin (line 10) | module RailsAdmin type Adapters (line 11) | module Adapters type Mongoid (line 12) | module Mongoid function parse_object_id (line 15) | def parse_object_id(value) function new (line 19) | def new(params = {}) function get (line 23) | def get(id, scope = scoped) function scoped (line 38) | def scoped function first (line 42) | def first(options = {}, scope = nil) function all (line 46) | def all(options = {}, scope = nil) function count (line 66) | def count(options = {}, scope = nil) function destroy (line 70) | def destroy(objects) function primary_key (line 74) | def primary_key function associations (line 78) | def associations function properties (line 84) | def properties function base_class (line 89) | def base_class function table_name (line 95) | def table_name function encoding (line 99) | def encoding function embedded? (line 103) | def embedded? function cyclic? (line 107) | def cyclic? function adapter_supports_joins? (line 111) | def adapter_supports_joins? function build_statement (line 117) | def build_statement(column, type, value, operator) function make_field_conditions (line 121) | def make_field_conditions(field, value, operator) function query_scope (line 134) | def query_scope(scope, query, fields = config.list.fields.select(&... function filter_scope (line 152) | def filter_scope(scope, filters, fields = config.list.fields.selec... function parse_collection_name (line 174) | def parse_collection_name(column) function make_condition_for_current_collection (line 183) | def make_condition_for_current_collection(target_field, conditions... function perform_search_on_associated_collection (line 197) | def perform_search_on_associated_collection(field_name, conditions) function sort_by (line 210) | def sort_by(options, scope) class StatementBuilder (line 227) | class StatementBuilder < RailsAdmin::AbstractModel::StatementBuilder method unary_operators (line 230) | def unary_operators method build_statement_for_type (line 243) | def build_statement_for_type method build_statement_for_boolean (line 253) | def build_statement_for_boolean method column_for_value (line 262) | def column_for_value(value) method build_statement_for_string_or_text (line 266) | def build_statement_for_string_or_text method build_statement_for_enum (line 288) | def build_statement_for_enum method build_statement_for_belongs_to_association_or_bson_object_id (line 294) | def build_statement_for_belongs_to_association_or_bson_object_id method range_filter (line 298) | def range_filter(min, max) FILE: lib/rails_admin/adapters/mongoid/association.rb type RailsAdmin (line 3) | module RailsAdmin type Adapters (line 4) | module Adapters type Mongoid (line 5) | module Mongoid class Association (line 6) | class Association method initialize (line 11) | def initialize(association, model) method name (line 16) | def name method pretty_name (line 20) | def pretty_name method type (line 24) | def type method field_type (line 39) | def field_type method klass (line 47) | def klass method primary_key (line 55) | def primary_key method foreign_key (line 64) | def foreign_key method foreign_key_nullable? (line 74) | def foreign_key_nullable? method foreign_type (line 80) | def foreign_type method foreign_inverse_of (line 86) | def foreign_inverse_of method key_accessor (line 92) | def key_accessor method as (line 105) | def as method polymorphic? (line 109) | def polymorphic? method inverse_of (line 113) | def inverse_of method read_only? (line 117) | def read_only? method nested_options (line 121) | def nested_options method association? (line 134) | def association? method macro (line 138) | def macro method embeds? (line 142) | def embeds? method inverse_of_field (line 148) | def inverse_of_field method cyclic? (line 152) | def cyclic? FILE: lib/rails_admin/adapters/mongoid/bson.rb type RailsAdmin (line 5) | module RailsAdmin type Adapters (line 6) | module Adapters type Mongoid (line 7) | module Mongoid class Bson (line 8) | class Bson method parse_object_id (line 17) | def parse_object_id(value) FILE: lib/rails_admin/adapters/mongoid/extension.rb type RailsAdmin (line 3) | module RailsAdmin type Adapters (line 4) | module Adapters type Mongoid (line 5) | module Mongoid type Extension (line 6) | module Extension function rails_admin (line 13) | def rails_admin(&block) function rails_admin_default_object_label_method (line 22) | def rails_admin_default_object_label_method function safe_send (line 26) | def safe_send(value) type ClassMethods (line 34) | module ClassMethods function accepts_nested_attributes_for_with_rails_admin (line 37) | def accepts_nested_attributes_for_with_rails_admin(*args) FILE: lib/rails_admin/adapters/mongoid/object_extension.rb type RailsAdmin (line 3) | module RailsAdmin type Adapters (line 4) | module Adapters type Mongoid (line 5) | module Mongoid type ObjectExtension (line 6) | module ObjectExtension function extended (line 7) | def self.extended(object) FILE: lib/rails_admin/adapters/mongoid/property.rb type RailsAdmin (line 3) | module RailsAdmin type Adapters (line 4) | module Adapters type Mongoid (line 5) | module Mongoid class Property (line 6) | class Property method initialize (line 10) | def initialize(property, model) method name (line 15) | def name method pretty_name (line 19) | def pretty_name method type (line 23) | def type method length (line 52) | def length method nullable? (line 56) | def nullable? method serial? (line 60) | def serial? method association? (line 64) | def association? method read_only? (line 68) | def read_only? method object_field_type (line 74) | def object_field_type method string_field_type (line 83) | def string_field_type method length_validation_lookup (line 91) | def length_validation_lookup FILE: lib/rails_admin/config.rb type RailsAdmin (line 8) | module RailsAdmin type Config (line 9) | module Config function authenticate_with (line 114) | def authenticate_with(&blk) function audit_with (line 120) | def audit_with(*args, &block) function authorize_with (line 157) | def authorize_with(*args, &block) function configure_with (line 183) | def configure_with(extension) function current_user_method (line 201) | def current_user_method(&block) function default_search_operator= (line 206) | def default_search_operator=(operator) function models_pool (line 215) | def models_pool function model (line 231) | def model(entity, &block) function asset_source (line 249) | def asset_source function default_hidden_fields= (line 263) | def default_hidden_fields=(fields) function parent_controller= (line 273) | def parent_controller=(name) function total_columns_width= (line 286) | def total_columns_width=(_) function sidescroll= (line 290) | def sidescroll=(_) function actions (line 295) | def actions(&block) function models (line 305) | def models function reset (line 312) | def reset function reset_model (line 346) | def reset_model(model) function reload! (line 352) | def reload! function visible_models (line 360) | def visible_models(bindings) function viable_models (line 372) | def viable_models function visible_models_with_bindings (line 391) | def visible_models_with_bindings(bindings) FILE: lib/rails_admin/config/actions.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions function all (line 7) | def all(scope = nil, bindings = {}) function find (line 32) | def find(custom_key, bindings = {}) function collection (line 38) | def collection(key, parent_class = :base, &block) function member (line 42) | def member(key, parent_class = :base, &block) function root (line 46) | def root(key, parent_class = :base, &block) function add_action (line 50) | def add_action(key, parent_class, parent, &block) function reset (line 61) | def reset function register (line 65) | def register(name, klass = nil) function init_actions! (line 81) | def init_actions! function add_action_custom_key (line 97) | def add_action_custom_key(action, &block) FILE: lib/rails_admin/config/actions/base.rb type RailsAdmin (line 7) | module RailsAdmin type Config (line 8) | module Config type Actions (line 9) | module Actions class Base (line 10) | class Base method key (line 152) | def key method key (line 156) | def self.key FILE: lib/rails_admin/config/actions/bulk_delete.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class BulkDelete (line 6) | class BulkDelete < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/dashboard.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class Dashboard (line 6) | class Dashboard < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/delete.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class Delete (line 6) | class Delete < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/edit.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class Edit (line 6) | class Edit < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/export.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class Export (line 6) | class Export < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/history_index.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class HistoryIndex (line 6) | class HistoryIndex < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/history_show.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class HistoryShow (line 6) | class HistoryShow < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/index.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Actions (line 7) | module Actions class Index (line 8) | class Index < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/new.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class New (line 6) | class New < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/show.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class Show (line 6) | class Show < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/actions/show_in_app.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Actions (line 5) | module Actions class ShowInApp (line 6) | class ShowInApp < RailsAdmin::Config::Actions::Base FILE: lib/rails_admin/config/configurable.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Configurable (line 7) | module Configurable function included (line 8) | def self.included(base) function has_option? (line 12) | def has_option?(name) # rubocop:disable Naming/PredicatePrefix? function register_instance_option (line 18) | def register_instance_option(option_name, &default) function register_deprecated_instance_option (line 23) | def register_deprecated_instance_option(option_name, replacement_o... function with_recurring (line 30) | def with_recurring(option_name, value_proc, default_proc) type ClassMethods (line 47) | module ClassMethods function register_instance_option (line 51) | def register_instance_option(option_name, scope = self, &default) function register_deprecated_instance_option (line 84) | def register_deprecated_instance_option(option_name, replacement... function register_class_option (line 100) | def register_class_option(option_name, &default) FILE: lib/rails_admin/config/const_load_suppressor.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type ConstLoadSuppressor (line 5) | module ConstLoadSuppressor function suppressing (line 9) | def suppressing function allowing (line 22) | def allowing function intercept_const_missing (line 37) | def intercept_const_missing class ConstProxy (line 44) | class ConstProxy < BasicObject method initialize (line 47) | def initialize(name) method klass (line 51) | def klass method method_missing (line 68) | def method_missing(method_name, *args, &block) method respond_to_missing? (line 72) | def respond_to_missing?(method_name, include_private = false) FILE: lib/rails_admin/config/fields.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Fields (line 5) | module Fields function factory (line 48) | def self.factory(parent) function register_factory (line 75) | def self.register_factory(&block) FILE: lib/rails_admin/config/fields/association.rb type RailsAdmin (line 6) | module RailsAdmin type Config (line 7) | module Config type Fields (line 8) | module Fields class Association (line 9) | class Association < RailsAdmin::Config::Fields::Base method association (line 11) | def association method method_name (line 15) | def method_name method dynamic_scope_relationships (line 69) | def dynamic_scope_relationships method associated_model_config (line 103) | def associated_model_config method associated_object_label_method (line 108) | def associated_object_label_method method associated_primary_key (line 113) | def associated_primary_key method associated_prepopulate_params (line 118) | def associated_prepopulate_params method polymorphic? (line 123) | def polymorphic? method value (line 133) | def value method collection (line 138) | def collection(scope = nil) method multiple? (line 144) | def multiple? method virtual? (line 148) | def virtual? method associated_model_limit (line 152) | def associated_model_limit method format_key (line 158) | def format_key(key) FILE: lib/rails_admin/config/fields/base.rb type RailsAdmin (line 9) | module RailsAdmin type Config (line 10) | module Config type Fields (line 11) | module Fields class Base (line 12) | class Base # rubocop:disable Metrics/ClassLength method initialize (line 27) | def initialize(parent, name, properties) method type_css_class (line 43) | def type_css_class method virtual? (line 47) | def virtual? method sort_column (line 63) | def sort_column method filter_options (line 101) | def filter_options method eager_load_values (line 269) | def eager_load_values method editable? (line 284) | def editable? method association? (line 289) | def association? method errors (line 294) | def errors method optional? (line 303) | def optional? method optional (line 310) | def optional(state = nil, &block) method optional= (line 321) | def optional=(state) method type (line 326) | def type method value (line 331) | def value method generic_help (line 354) | def generic_help method generic_field_help (line 358) | def generic_field_help method parse_value (line 365) | def parse_value(value) method parse_input (line 369) | def parse_input(_params) method inverse_of (line 373) | def inverse_of method method_name (line 377) | def method_name method form_default_value (line 381) | def form_default_value method form_value (line 385) | def form_value FILE: lib/rails_admin/config/fields/collection_association.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields class CollectionAssociation (line 8) | class CollectionAssociation < Association method collection (line 18) | def collection(scope = nil) method associated_prepopulate_params (line 30) | def associated_prepopulate_params method multiple? (line 34) | def multiple? method selected_ids (line 38) | def selected_ids method parse_input (line 42) | def parse_input(params) method form_default_value (line 59) | def form_default_value method form_value (line 63) | def form_value method widget_options (line 67) | def widget_options FILE: lib/rails_admin/config/fields/group.rb type RailsAdmin (line 8) | module RailsAdmin type Config (line 9) | module Config type Fields (line 10) | module Fields class Group (line 12) | class Group method initialize (line 20) | def initialize(parent, name) method field (line 33) | def field(name, type = nil, &block) method fields (line 42) | def fields method fields_of_type (line 49) | def fields_of_type(type, &block) method visible_fields (line 56) | def visible_fields FILE: lib/rails_admin/config/fields/singular_association.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields class SingularAssociation (line 8) | class SingularAssociation < Association method collection (line 21) | def collection(scope = nil) method multiple? (line 29) | def multiple? method selected_id (line 33) | def selected_id method parse_input (line 37) | def parse_input(params) method form_value (line 45) | def form_value method widget_options (line 49) | def widget_options FILE: lib/rails_admin/config/fields/types.rb type RailsAdmin (line 7) | module RailsAdmin type Config (line 8) | module Config type Fields (line 9) | module Fields type Types (line 10) | module Types function load (line 13) | def self.load(type) function register (line 17) | def self.register(type, klass = nil) FILE: lib/rails_admin/config/fields/types/action_text.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class ActionText (line 9) | class ActionText < Text FILE: lib/rails_admin/config/fields/types/active_record_enum.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class ActiveRecordEnum (line 9) | class ActiveRecordEnum < Enum method type (line 12) | def type method parse_value (line 32) | def parse_value(value) method parse_input (line 38) | def parse_input(params) method form_value (line 45) | def form_value method parse_input_value (line 51) | def parse_input_value(value) method type_cast_value (line 55) | def type_cast_value(value) FILE: lib/rails_admin/config/fields/types/active_storage.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class ActiveStorage (line 9) | class ActiveStorage < RailsAdmin::Config::Fields::Types::FileUpload method resource_url (line 48) | def resource_url(thumb = false) method value (line 62) | def value FILE: lib/rails_admin/config/fields/types/belongs_to_association.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class BelongsToAssociation (line 9) | class BelongsToAssociation < RailsAdmin::Config::Fields::Singula... method selected_id (line 28) | def selected_id method parse_input (line 36) | def parse_input(params) FILE: lib/rails_admin/config/fields/types/boolean.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Fields (line 5) | module Fields type Types (line 6) | module Types class Boolean (line 7) | class Boolean < RailsAdmin::Config::Fields::Base method form_value (line 51) | def form_value method generic_help (line 59) | def generic_help method parse_input (line 63) | def parse_input(params) FILE: lib/rails_admin/config/fields/types/bson_object_id.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class BsonObjectId (line 9) | class BsonObjectId < RailsAdmin::Config::Fields::Types::String method generic_help (line 19) | def generic_help method parse_value (line 31) | def parse_value(value) method parse_input (line 35) | def parse_input(params) FILE: lib/rails_admin/config/fields/types/carrierwave.rb type RailsAdmin (line 6) | module RailsAdmin type Config (line 7) | module Config type Fields (line 8) | module Fields type Types (line 9) | module Types class Carrierwave (line 10) | class Carrierwave < RailsAdmin::Config::Fields::Types::FileUpload method resource_url (line 25) | def resource_url(thumb = false) FILE: lib/rails_admin/config/fields/types/citext.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Citext (line 9) | class Citext < Text FILE: lib/rails_admin/config/fields/types/ck_editor.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class CKEditor (line 9) | class CKEditor < Text FILE: lib/rails_admin/config/fields/types/code_mirror.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class CodeMirror (line 9) | class CodeMirror < Text FILE: lib/rails_admin/config/fields/types/color.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Color (line 9) | class Color < StringLike FILE: lib/rails_admin/config/fields/types/date.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Date (line 9) | class Date < RailsAdmin::Config::Fields::Types::Datetime method parse_value (line 12) | def parse_value(value) FILE: lib/rails_admin/config/fields/types/datetime.rb type RailsAdmin (line 6) | module RailsAdmin type Config (line 7) | module Config type Fields (line 8) | module Fields type Types (line 9) | module Types class Datetime (line 10) | class Datetime < RailsAdmin::Config::Fields::Base method parse_value (line 13) | def parse_value(value) method parse_input (line 17) | def parse_input(params) method filter_options (line 25) | def filter_options method form_value (line 89) | def form_value FILE: lib/rails_admin/config/fields/types/decimal.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Decimal (line 9) | class Decimal < RailsAdmin::Config::Fields::Types::Numeric FILE: lib/rails_admin/config/fields/types/dragonfly.rb type RailsAdmin (line 6) | module RailsAdmin type Config (line 7) | module Config type Fields (line 8) | module Fields type Types (line 9) | module Types class Dragonfly (line 11) | class Dragonfly < RailsAdmin::Config::Fields::Types::FileUpload method resource_url (line 35) | def resource_url(thumb = false) FILE: lib/rails_admin/config/fields/types/enum.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Enum (line 9) | class Enum < RailsAdmin::Config::Fields::Base FILE: lib/rails_admin/config/fields/types/file_upload.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class FileUpload (line 9) | class FileUpload < RailsAdmin::Config::Fields::Base method extension (line 69) | def extension method resource_url (line 76) | def resource_url method virtual? (line 80) | def virtual? FILE: lib/rails_admin/config/fields/types/float.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Float (line 9) | class Float < RailsAdmin::Config::Fields::Types::Numeric FILE: lib/rails_admin/config/fields/types/froala.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Froala (line 9) | class Froala < Text FILE: lib/rails_admin/config/fields/types/has_and_belongs_to_many_association.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class HasAndBelongsToManyAssociation (line 9) | class HasAndBelongsToManyAssociation < RailsAdmin::Config::Field... FILE: lib/rails_admin/config/fields/types/has_many_association.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class HasManyAssociation (line 9) | class HasManyAssociation < RailsAdmin::Config::Fields::Collectio... FILE: lib/rails_admin/config/fields/types/has_one_association.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class HasOneAssociation (line 9) | class HasOneAssociation < RailsAdmin::Config::Fields::SingularAs... method associated_prepopulate_params (line 17) | def associated_prepopulate_params method parse_input (line 21) | def parse_input(params) method selected_id (line 28) | def selected_id FILE: lib/rails_admin/config/fields/types/hidden.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Hidden (line 9) | class Hidden < StringLike method generic_help (line 24) | def generic_help FILE: lib/rails_admin/config/fields/types/inet.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Inet (line 9) | class Inet < RailsAdmin::Config::Fields::Base FILE: lib/rails_admin/config/fields/types/integer.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Integer (line 9) | class Integer < RailsAdmin::Config::Fields::Types::Numeric FILE: lib/rails_admin/config/fields/types/json.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Json (line 9) | class Json < RailsAdmin::Config::Fields::Types::Text method parse_value (line 26) | def parse_value(value) method parse_input (line 30) | def parse_input(params) FILE: lib/rails_admin/config/fields/types/multiple_active_storage.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class MultipleActiveStorage (line 9) | class MultipleActiveStorage < RailsAdmin::Config::Fields::Types:... class ActiveStorageAttachment (line 12) | class ActiveStorageAttachment < RailsAdmin::Config::Fields::Ty... method resource_url (line 29) | def resource_url(thumb = false) FILE: lib/rails_admin/config/fields/types/multiple_carrierwave.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class MultipleCarrierwave (line 9) | class MultipleCarrierwave < RailsAdmin::Config::Fields::Types::M... class CarrierwaveAttachment (line 12) | class CarrierwaveAttachment < RailsAdmin::Config::Fields::Type... method resource_url (line 25) | def resource_url(thumb = false) method value (line 52) | def value FILE: lib/rails_admin/config/fields/types/multiple_file_upload.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Fields (line 5) | module Fields type Types (line 6) | module Types class MultipleFileUpload (line 7) | class MultipleFileUpload < RailsAdmin::Config::Fields::Base class AbstractAttachment (line 10) | class AbstractAttachment method initialize (line 16) | def initialize(value) method resource_url (line 54) | def resource_url(_thumb = false) method extension (line 58) | def extension method initialize (line 65) | def initialize(*args) method attachment (line 112) | def attachment(&block) method attachments (line 116) | def attachments method virtual? (line 127) | def virtual? FILE: lib/rails_admin/config/fields/types/numeric.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Numeric (line 9) | class Numeric < RailsAdmin::Config::Fields::Base FILE: lib/rails_admin/config/fields/types/paperclip.rb type RailsAdmin (line 6) | module RailsAdmin type Config (line 7) | module Config type Fields (line 8) | module Fields type Types (line 9) | module Types class Paperclip (line 11) | class Paperclip < RailsAdmin::Config::Fields::Types::FileUpload method resource_url (line 23) | def resource_url(thumb = false) FILE: lib/rails_admin/config/fields/types/password.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Password (line 9) | class Password < RailsAdmin::Config::Fields::Types::String method parse_input (line 17) | def parse_input(params) method value (line 30) | def value FILE: lib/rails_admin/config/fields/types/polymorphic_association.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class PolymorphicAssociation (line 9) | class PolymorphicAssociation < RailsAdmin::Config::Fields::Types... method associated_model_config (line 54) | def associated_model_config method collection (line 58) | def collection(_scope = nil) method type_column (line 66) | def type_column method type_collection (line 70) | def type_collection method type_urls (line 76) | def type_urls method value (line 84) | def value method widget_options_for_types (line 88) | def widget_options_for_types method widget_options (line 100) | def widget_options method selected_type (line 104) | def selected_type method parse_input (line 108) | def parse_input(params) FILE: lib/rails_admin/config/fields/types/serialized.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Serialized (line 9) | class Serialized < RailsAdmin::Config::Fields::Types::Text method parse_value (line 17) | def parse_value(value) method parse_input (line 21) | def parse_input(params) FILE: lib/rails_admin/config/fields/types/shrine.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Shrine (line 9) | class Shrine < RailsAdmin::Config::Fields::Types::FileUpload method resource_url (line 47) | def resource_url(thumb = nil) FILE: lib/rails_admin/config/fields/types/simple_mde.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class SimpleMDE (line 9) | class SimpleMDE < Text FILE: lib/rails_admin/config/fields/types/string.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class String (line 9) | class String < StringLike method input_size (line 12) | def input_size method generic_help (line 24) | def generic_help FILE: lib/rails_admin/config/fields/types/string_like.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class StringLike (line 9) | class StringLike < RailsAdmin::Config::Fields::Base method parse_input (line 18) | def parse_input(params) FILE: lib/rails_admin/config/fields/types/text.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Text (line 9) | class Text < StringLike FILE: lib/rails_admin/config/fields/types/time.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Time (line 9) | class Time < RailsAdmin::Config::Fields::Types::Datetime method parse_value (line 12) | def parse_value(value) FILE: lib/rails_admin/config/fields/types/timestamp.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Timestamp (line 9) | class Timestamp < RailsAdmin::Config::Fields::Types::Datetime FILE: lib/rails_admin/config/fields/types/uuid.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Uuid (line 9) | class Uuid < RailsAdmin::Config::Fields::Types::String FILE: lib/rails_admin/config/fields/types/wysihtml5.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Fields (line 7) | module Fields type Types (line 8) | module Types class Wysihtml5 (line 9) | class Wysihtml5 < Text FILE: lib/rails_admin/config/groupable.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Groupable (line 7) | module Groupable function group (line 14) | def group(name = nil) FILE: lib/rails_admin/config/has_description.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type HasDescription (line 6) | module HasDescription function desc (line 9) | def desc(description, &_block) FILE: lib/rails_admin/config/has_fields.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type HasFields (line 6) | module HasFields function field (line 8) | def field(name, type = nil, add_to_section = true, &block) function configure (line 43) | def configure(name, type = nil, &block) function include_fields (line 49) | def include_fields(*field_names, &block) function exclude_fields (line 63) | def exclude_fields(*field_names, &block) function include_all_fields (line 73) | def include_all_fields function fields (line 83) | def fields(*field_names, &block) function fields_of_type (line 103) | def fields_of_type(type, &block) function all_fields (line 108) | def all_fields function visible_fields (line 116) | def visible_fields function possible_fields (line 121) | def possible_fields function _fields (line 130) | def _fields(readonly = false) FILE: lib/rails_admin/config/has_groups.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type HasGroups (line 7) | module HasGroups function group (line 12) | def group(name, &block) function visible_groups (line 20) | def visible_groups FILE: lib/rails_admin/config/hideable.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Hideable (line 6) | module Hideable function included (line 8) | def self.included(klass) function hidden? (line 15) | def hidden? function hide (line 20) | def hide(&block) function show (line 25) | def show(&block) FILE: lib/rails_admin/config/inspectable.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Inspectable (line 5) | module Inspectable function inspect (line 6) | def inspect function instance_variable_name (line 21) | def instance_variable_name(variable) function set_named_instance_variables (line 34) | def set_named_instance_variables FILE: lib/rails_admin/config/lazy_model.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config class LazyModel (line 7) | class LazyModel < BasicObject method initialize (line 8) | def initialize(entity, &block) method add_deferred_block (line 14) | def add_deferred_block(&block) method target (line 22) | def target method method_missing (line 65) | def method_missing(method_name, *args, &block) method respond_to_missing? (line 69) | def respond_to_missing?(method_name, include_private = false) FILE: lib/rails_admin/config/model.rb type RailsAdmin (line 16) | module RailsAdmin type Config (line 17) | module Config class Model (line 19) | class Model method initialize (line 31) | def initialize(entity) method excluded? (line 50) | def excluded? method object_label (line 56) | def object_label method pluralize (line 77) | def pluralize(count) method method_missing (line 115) | def method_missing(method_name, *args, &block) FILE: lib/rails_admin/config/proxyable.rb type RailsAdmin (line 4) | module RailsAdmin type Config (line 5) | module Config type Proxyable (line 6) | module Proxyable function bindings (line 7) | def bindings function bindings= (line 12) | def bindings=(new_bindings) function with (line 21) | def with(bindings = {}) FILE: lib/rails_admin/config/proxyable/proxy.rb type RailsAdmin (line 3) | module RailsAdmin type Config (line 4) | module Config type Proxyable (line 5) | module Proxyable class Proxy (line 6) | class Proxy < BasicObject method initialize (line 7) | def initialize(object, bindings = {}) method bind (line 13) | def bind(key, value = nil) method method_missing (line 22) | def method_missing(method_name, *args, &block) FILE: lib/rails_admin/config/sections.rb type RailsAdmin (line 14) | module RailsAdmin type Config (line 15) | module Config type Sections (line 23) | module Sections function included (line 24) | def self.included(klass) FILE: lib/rails_admin/config/sections/base.rb type RailsAdmin (line 10) | module RailsAdmin type Config (line 11) | module Config type Sections (line 12) | module Sections class Base (line 14) | class Base method initialize (line 27) | def initialize(parent) FILE: lib/rails_admin/config/sections/create.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class Create (line 9) | class Create < RailsAdmin::Config::Sections::Edit FILE: lib/rails_admin/config/sections/edit.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class Edit (line 9) | class Edit < RailsAdmin::Config::Sections::Base FILE: lib/rails_admin/config/sections/export.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class Export (line 9) | class Export < RailsAdmin::Config::Sections::Base FILE: lib/rails_admin/config/sections/list.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class List (line 9) | class List < RailsAdmin::Config::Sections::Base method fields_for_table (line 53) | def fields_for_table FILE: lib/rails_admin/config/sections/modal.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class Modal (line 8) | class Modal < RailsAdmin::Config::Sections::Edit FILE: lib/rails_admin/config/sections/nested.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class Nested (line 8) | class Nested < RailsAdmin::Config::Sections::Edit FILE: lib/rails_admin/config/sections/show.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class Show (line 8) | class Show < RailsAdmin::Config::Sections::Base FILE: lib/rails_admin/config/sections/update.rb type RailsAdmin (line 5) | module RailsAdmin type Config (line 6) | module Config type Sections (line 7) | module Sections class Update (line 8) | class Update < RailsAdmin::Config::Sections::Edit FILE: lib/rails_admin/engine.rb type RailsAdmin (line 11) | module RailsAdmin class Engine (line 12) | class Engine < Rails::Engine FILE: lib/rails_admin/extension.rb type RailsAdmin (line 5) | module RailsAdmin function add_extension (line 15) | def self.add_extension(extension_key, extension_definition, options = {}) function setup_all_extensions (line 28) | def self.setup_all_extensions FILE: lib/rails_admin/extensions/cancancan/authorization_adapter.rb type RailsAdmin (line 3) | module RailsAdmin type Extensions (line 4) | module Extensions type CanCanCan (line 5) | module CanCanCan class AuthorizationAdapter (line 7) | class AuthorizationAdapter type ControllerExtension (line 8) | module ControllerExtension function current_ability (line 9) | def current_ability method setup (line 18) | def self.setup method initialize (line 23) | def initialize(controller, ability = nil, &block) method authorize (line 44) | def authorize(action, abstract_model = nil, model_object = nil) method authorized? (line 55) | def authorized?(action, abstract_model = nil, model_object = nil) method query (line 65) | def query(action, abstract_model) method attributes_for (line 72) | def attributes_for(action, abstract_model) method resolve_action_and_subject (line 78) | def resolve_action_and_subject(action, abstract_model, model_obj... FILE: lib/rails_admin/extensions/controller_extension.rb type RailsAdmin (line 3) | module RailsAdmin type Extensions (line 4) | module Extensions type ControllerExtension (line 5) | module ControllerExtension FILE: lib/rails_admin/extensions/paper_trail/auditing_adapter.rb type RailsAdmin (line 5) | module RailsAdmin type Extensions (line 6) | module Extensions type PaperTrail (line 7) | module PaperTrail class VersionProxy (line 8) | class VersionProxy method initialize (line 9) | def initialize(version, user_class = User) method message (line 14) | def message method created_at (line 19) | def created_at method table (line 23) | def table method username (line 27) | def username method item (line 35) | def item type ControllerExtension (line 40) | module ControllerExtension function user_for_paper_trail (line 41) | def user_for_paper_trail class AuditingAdapter (line 46) | class AuditingAdapter method setup (line 75) | def self.setup method initialize (line 81) | def initialize(controller, user_class_name = nil, version_class_... method latest (line 107) | def latest(count = 100) method delete_object (line 113) | def delete_object(_object, _model, _user) method update_object (line 117) | def update_object(_object, _model, _user, _changes) method create_object (line 121) | def create_object(_object, _abstract_model, _user) method listing_for_model (line 125) | def listing_for_model(model, query, sort, sort_reverse, all, pag... method listing_for_object (line 129) | def listing_for_object(model, object, query, sort, sort_reverse,... method listing_for_model_or_object (line 136) | def listing_for_model_or_object(model, object, query, sort, sort... method versions_for_model (line 161) | def versions_for_model(model) method version_class_for (line 181) | def version_class_for(model) FILE: lib/rails_admin/extensions/pundit/authorization_adapter.rb type RailsAdmin (line 3) | module RailsAdmin type Extensions (line 4) | module Extensions type Pundit (line 5) | module Pundit class AuthorizationAdapter (line 9) | class AuthorizationAdapter method setup (line 11) | def self.setup method initialize (line 16) | def initialize(controller) method authorize (line 25) | def authorize(action, abstract_model = nil, model_object = nil) method authorized? (line 36) | def authorized?(action, abstract_model = nil, model_object = nil) method query (line 44) | def query(_action, abstract_model) method attributes_for (line 53) | def attributes_for(action, abstract_model) method policy (line 60) | def policy(record) method action_for_pundit (line 66) | def action_for_pundit(action) FILE: lib/rails_admin/extensions/url_for_extension.rb type RailsAdmin (line 3) | module RailsAdmin type Extensions (line 4) | module Extensions type UrlForExtension (line 5) | module UrlForExtension function url_for (line 6) | def url_for(options, *args) FILE: lib/rails_admin/support/composite_keys_serializer.rb type RailsAdmin (line 3) | module RailsAdmin type Support (line 4) | module Support type CompositeKeysSerializer (line 5) | module CompositeKeysSerializer function serialize (line 6) | def self.serialize(keys) function deserialize (line 10) | def self.deserialize(string) FILE: lib/rails_admin/support/csv_converter.rb type RailsAdmin (line 5) | module RailsAdmin class CSVConverter (line 6) | class CSVConverter method initialize (line 7) | def initialize(objects = [], schema = nil) method to_csv (line 41) | def to_csv(options = {}) method export_field_for (line 67) | def export_field_for(method, model_config = @model_config) method generate_csv_string (line 71) | def generate_csv_string(options) method generate_csv_header (line 84) | def generate_csv_header method generate_csv_row (line 95) | def generate_csv_row(object) FILE: lib/rails_admin/support/datetime.rb type RailsAdmin (line 3) | module RailsAdmin type Support (line 4) | module Support class Datetime (line 5) | class Datetime method to_flatpickr_format (line 47) | def to_flatpickr_format(strftime_format) FILE: lib/rails_admin/support/es_module_processor.rb type RailsAdmin (line 3) | module RailsAdmin type Support (line 4) | module Support class ESModuleProcessor (line 5) | class ESModuleProcessor method instance (line 6) | def self.instance method call (line 10) | def self.call(input) method initialize (line 14) | def initialize; end method call (line 16) | def call(input) FILE: lib/rails_admin/support/hash_helper.rb type RailsAdmin (line 3) | module RailsAdmin class HashHelper (line 4) | class HashHelper method symbolize (line 5) | def self.symbolize(obj) FILE: lib/rails_admin/version.rb type RailsAdmin (line 3) | module RailsAdmin class Version (line 4) | class Version method to_s (line 12) | def to_s method js (line 16) | def js method actual_js_version (line 20) | def actual_js_version method warn_with_js_version (line 29) | def warn_with_js_version method js_version_from_node_modules (line 47) | def js_version_from_node_modules FILE: spec/controllers/rails_admin/main_controller_spec.rb function get (line 8) | def get(action, params) FILE: spec/dummy_app/app/active_record/abstract.rb class Abstract (line 3) | class Abstract < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/another_field_test.rb class AnotherFieldTest (line 3) | class AnotherFieldTest < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/ball.rb class Ball (line 3) | class Ball < ActiveRecord::Base method to_param (line 8) | def to_param FILE: spec/dummy_app/app/active_record/carrierwave_uploader.rb class CarrierwaveUploader (line 4) | class CarrierwaveUploader < CarrierWave::Uploader::Base method store_dir (line 16) | def store_dir FILE: spec/dummy_app/app/active_record/category.rb class Category (line 3) | class Category < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/cms.rb type Cms (line 3) | module Cms function table_name_prefix (line 4) | def self.table_name_prefix FILE: spec/dummy_app/app/active_record/cms/basic_page.rb type Cms (line 3) | module Cms class BasicPage (line 4) | class BasicPage < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/comment.rb class Comment (line 3) | class Comment < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/comment/confirmed.rb class Comment (line 3) | class Comment class Confirmed (line 4) | class Confirmed < Comment FILE: spec/dummy_app/app/active_record/concerns/taggable.rb type Taggable (line 3) | module Taggable FILE: spec/dummy_app/app/active_record/deeply_nested_field_test.rb class DeeplyNestedFieldTest (line 3) | class DeeplyNestedFieldTest < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/division.rb class Division (line 3) | class Division < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/draft.rb class Draft (line 3) | class Draft < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/fan.rb class Fan (line 3) | class Fan < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/fanship.rb class Fanship (line 4) | class Fanship < ActiveRecord::Base class Fanship (line 21) | class Fanship; end FILE: spec/dummy_app/app/active_record/favorite_player.rb class FavoritePlayer (line 4) | class FavoritePlayer < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/field_test.rb class FieldTest (line 3) | class FieldTest < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/hardball.rb class Hardball (line 3) | class Hardball < Ball FILE: spec/dummy_app/app/active_record/image.rb class Image (line 3) | class Image < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/league.rb class League (line 3) | class League < ActiveRecord::Base method custom_name (line 11) | def custom_name FILE: spec/dummy_app/app/active_record/managed_team.rb class ManagedTeam (line 3) | class ManagedTeam < Team FILE: spec/dummy_app/app/active_record/managing_user.rb class ManagingUser (line 3) | class ManagingUser < User FILE: spec/dummy_app/app/active_record/nested_fan.rb class NestedFan (line 4) | class NestedFan < Fan FILE: spec/dummy_app/app/active_record/nested_favorite_player.rb class NestedFavoritePlayer (line 4) | class NestedFavoritePlayer < FavoritePlayer FILE: spec/dummy_app/app/active_record/nested_field_test.rb class NestedFieldTest (line 3) | class NestedFieldTest < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/paper_trail_test.rb class PaperTrailTest (line 3) | class PaperTrailTest < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/paper_trail_test/subclass_in_namespace.rb class PaperTrailTest (line 3) | class PaperTrailTest < ActiveRecord::Base class SubclassInNamespace (line 4) | class SubclassInNamespace < self FILE: spec/dummy_app/app/active_record/paper_trail_test_subclass.rb class PaperTrailTestSubclass (line 3) | class PaperTrailTestSubclass < PaperTrailTest FILE: spec/dummy_app/app/active_record/paper_trail_test_with_custom_association.rb class PaperTrailTestWithCustomAssociation (line 3) | class PaperTrailTestWithCustomAssociation < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/player.rb class Player (line 3) | class Player < ActiveRecord::Base method destroy_hook (line 25) | def destroy_hook; end FILE: spec/dummy_app/app/active_record/read_only_comment.rb class ReadOnlyComment (line 3) | class ReadOnlyComment < Comment method readonly? (line 4) | def readonly? FILE: spec/dummy_app/app/active_record/restricted_team.rb class RestrictedTeam (line 3) | class RestrictedTeam < Team FILE: spec/dummy_app/app/active_record/shrine_uploader.rb class ShrineUploader (line 3) | class ShrineUploader < Shrine FILE: spec/dummy_app/app/active_record/shrine_versioning_uploader.rb class ShrineVersioningUploader (line 3) | class ShrineVersioningUploader < Shrine FILE: spec/dummy_app/app/active_record/team.rb class Team (line 3) | class Team < ActiveRecord::Base method player_names_truncated (line 23) | def player_names_truncated method color_enum (line 27) | def color_enum FILE: spec/dummy_app/app/active_record/trail.rb class Trail (line 3) | class Trail < PaperTrail::Version FILE: spec/dummy_app/app/active_record/two_level/namespaced.rb type TwoLevel (line 3) | module TwoLevel type Namespaced (line 4) | module Namespaced function table_name_prefix (line 5) | def self.table_name_prefix FILE: spec/dummy_app/app/active_record/two_level/namespaced/polymorphic_association_test.rb type TwoLevel (line 3) | module TwoLevel type Namespaced (line 4) | module Namespaced class PolymorphicAssociationTest (line 5) | class PolymorphicAssociationTest < ActiveRecord::Base FILE: spec/dummy_app/app/active_record/user.rb class User (line 3) | class User < ActiveRecord::Base method attr_accessible_role (line 21) | def attr_accessible_role method roles_enum (line 25) | def roles_enum FILE: spec/dummy_app/app/active_record/user/confirmed.rb class User (line 3) | class User class Confirmed (line 4) | class Confirmed < User FILE: spec/dummy_app/app/active_record/without_table.rb class WithoutTable (line 3) | class WithoutTable < ActiveRecord::Base FILE: spec/dummy_app/app/controllers/application_controller.rb class ApplicationController (line 3) | class ApplicationController < ActionController::Base FILE: spec/dummy_app/app/controllers/players_controller.rb class PlayersController (line 3) | class PlayersController < ApplicationController method show (line 4) | def show FILE: spec/dummy_app/app/eager_loaded/basketball.rb class Basketball (line 3) | class Basketball < Ball FILE: spec/dummy_app/app/jobs/application_job.rb class ApplicationJob (line 3) | class ApplicationJob < ActiveJob::Base FILE: spec/dummy_app/app/jobs/null_job.rb class NullJob (line 3) | class NullJob < ApplicationJob method perform (line 6) | def perform(*args) FILE: spec/dummy_app/app/mongoid/another_field_test.rb class AnotherFieldTest (line 3) | class AnotherFieldTest FILE: spec/dummy_app/app/mongoid/ball.rb class Ball (line 3) | class Ball method to_param (line 13) | def to_param FILE: spec/dummy_app/app/mongoid/carrierwave_uploader.rb class CarrierwaveUploader (line 4) | class CarrierwaveUploader < CarrierWave::Uploader::Base method store_dir (line 16) | def store_dir FILE: spec/dummy_app/app/mongoid/category.rb class Category (line 3) | class Category FILE: spec/dummy_app/app/mongoid/cms.rb type Cms (line 3) | module Cms function table_name_prefix (line 4) | def self.table_name_prefix FILE: spec/dummy_app/app/mongoid/cms/basic_page.rb type Cms (line 3) | module Cms class BasicPage (line 4) | class BasicPage FILE: spec/dummy_app/app/mongoid/comment.rb class Comment (line 3) | class Comment FILE: spec/dummy_app/app/mongoid/comment/confirmed.rb class Comment (line 3) | class Comment class Confirmed (line 4) | class Confirmed < Comment FILE: spec/dummy_app/app/mongoid/concerns/taggable.rb type Taggable (line 3) | module Taggable FILE: spec/dummy_app/app/mongoid/deeply_nested_field_test.rb class DeeplyNestedFieldTest (line 3) | class DeeplyNestedFieldTest FILE: spec/dummy_app/app/mongoid/division.rb class Division (line 3) | class Division FILE: spec/dummy_app/app/mongoid/draft.rb class Draft (line 3) | class Draft FILE: spec/dummy_app/app/mongoid/embed.rb class Embed (line 3) | class Embed FILE: spec/dummy_app/app/mongoid/fan.rb class Fan (line 3) | class Fan FILE: spec/dummy_app/app/mongoid/field_test.rb class FieldTest (line 5) | class FieldTest FILE: spec/dummy_app/app/mongoid/hardball.rb class Hardball (line 3) | class Hardball < Ball FILE: spec/dummy_app/app/mongoid/image.rb class Image (line 3) | class Image FILE: spec/dummy_app/app/mongoid/league.rb class League (line 3) | class League method custom_name (line 13) | def custom_name FILE: spec/dummy_app/app/mongoid/managed_team.rb class ManagedTeam (line 3) | class ManagedTeam < Team FILE: spec/dummy_app/app/mongoid/managing_user.rb class ManagingUser (line 3) | class ManagingUser < User FILE: spec/dummy_app/app/mongoid/nested_field_test.rb class NestedFieldTest (line 3) | class NestedFieldTest FILE: spec/dummy_app/app/mongoid/player.rb class Player (line 3) | class Player method destroy_hook (line 35) | def destroy_hook; end FILE: spec/dummy_app/app/mongoid/read_only_comment.rb class ReadOnlyComment (line 3) | class ReadOnlyComment < Comment method readonly? (line 4) | def readonly? FILE: spec/dummy_app/app/mongoid/restricted_team.rb class RestrictedTeam (line 3) | class RestrictedTeam < Team FILE: spec/dummy_app/app/mongoid/shrine_uploader.rb class ShrineUploader (line 3) | class ShrineUploader < Shrine FILE: spec/dummy_app/app/mongoid/shrine_versioning_uploader.rb class ShrineVersioningUploader (line 3) | class ShrineVersioningUploader < Shrine FILE: spec/dummy_app/app/mongoid/team.rb class Team (line 3) | class Team method player_names_truncated (line 39) | def player_names_truncated method color_enum (line 43) | def color_enum FILE: spec/dummy_app/app/mongoid/two_level/namespaced/polymorphic_association_test.rb type TwoLevel (line 3) | module TwoLevel type Namespaced (line 4) | module Namespaced class PolymorphicAssociationTest (line 5) | class PolymorphicAssociationTest FILE: spec/dummy_app/app/mongoid/user.rb class User (line 3) | class User method attr_accessible_role (line 56) | def attr_accessible_role FILE: spec/dummy_app/app/mongoid/user/confirmed.rb class User (line 3) | class User class Confirmed (line 4) | class Confirmed < User FILE: spec/dummy_app/config/application.rb type DummyApp (line 34) | module DummyApp class Application (line 35) | class Application < Rails::Application FILE: spec/dummy_app/config/initializers/session_patch.rb function stale_session_check! (line 12) | def stale_session_check! FILE: spec/dummy_app/db/migrate/00000000000001_create_divisions_migration.rb class CreateDivisionsMigration (line 3) | class CreateDivisionsMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 12) | def self.down FILE: spec/dummy_app/db/migrate/00000000000002_create_drafts_migration.rb class CreateDraftsMigration (line 3) | class CreateDraftsMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 18) | def self.down FILE: spec/dummy_app/db/migrate/00000000000003_create_leagues_migration.rb class CreateLeaguesMigration (line 3) | class CreateLeaguesMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 11) | def self.down FILE: spec/dummy_app/db/migrate/00000000000004_create_players_migration.rb class CreatePlayersMigration (line 3) | class CreatePlayersMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 19) | def self.down FILE: spec/dummy_app/db/migrate/00000000000005_create_teams_migration.rb class CreateTeamsMigration (line 3) | class CreateTeamsMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 21) | def self.down FILE: spec/dummy_app/db/migrate/00000000000006_devise_create_users.rb class DeviseCreateUsers (line 3) | class DeviseCreateUsers < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 48) | def self.down FILE: spec/dummy_app/db/migrate/00000000000007_create_histories_table.rb class CreateHistoriesTable (line 3) | class CreateHistoriesTable < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 15) | def self.down FILE: spec/dummy_app/db/migrate/00000000000008_create_fans_migration.rb class CreateFansMigration (line 3) | class CreateFansMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 11) | def self.down FILE: spec/dummy_app/db/migrate/00000000000009_create_fans_teams_migration.rb class CreateFansTeamsMigration (line 3) | class CreateFansTeamsMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 10) | def self.down FILE: spec/dummy_app/db/migrate/00000000000010_add_revenue_to_team_migration.rb class AddRevenueToTeamMigration (line 3) | class AddRevenueToTeamMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/00000000000011_add_suspended_to_player_migration.rb class AddSuspendedToPlayerMigration (line 3) | class AddSuspendedToPlayerMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/00000000000012_add_avatar_columns_to_user.rb class AddAvatarColumnsToUser (line 3) | class AddAvatarColumnsToUser < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 11) | def self.down FILE: spec/dummy_app/db/migrate/00000000000013_add_roles_to_user.rb class AddRolesToUser (line 3) | class AddRolesToUser < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/00000000000014_add_color_to_team_migration.rb class AddColorToTeamMigration (line 3) | class AddColorToTeamMigration < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/20101223222233_create_rel_tests.rb class CreateRelTests (line 3) | class CreateRelTests < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 14) | def self.down FILE: spec/dummy_app/db/migrate/20110103205808_create_comments.rb class CreateComments (line 3) | class CreateComments < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 14) | def self.down FILE: spec/dummy_app/db/migrate/20110123042530_rename_histories_to_rails_admin_histories.rb class RenameHistoriesToRailsAdminHistories (line 3) | class RenameHistoriesToRailsAdminHistories < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/20110224184303_create_field_tests.rb class CreateFieldTests (line 3) | class CreateFieldTests < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 21) | def self.down FILE: spec/dummy_app/db/migrate/20110328193014_create_cms_basic_pages.rb class CreateCmsBasicPages (line 3) | class CreateCmsBasicPages < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 13) | def self.down FILE: spec/dummy_app/db/migrate/20110329183136_remove_league_id_from_teams.rb class RemoveLeagueIdFromTeams (line 3) | class RemoveLeagueIdFromTeams < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/20110607152842_add_format_to_field_test.rb class AddFormatToFieldTest (line 3) | class AddFormatToFieldTest < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/20110714095433_create_balls.rb class CreateBalls (line 3) | class CreateBalls < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 11) | def self.down FILE: spec/dummy_app/db/migrate/20110831090841_add_protected_field_and_restricted_field_to_field_tests.rb class AddProtectedFieldAndRestrictedFieldToFieldTests (line 3) | class AddProtectedFieldAndRestrictedFieldToFieldTests < ActiveRecord::Mi... method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20110901131551_change_division_primary_key.rb class ChangeDivisionPrimaryKey (line 3) | class ChangeDivisionPrimaryKey < ActiveRecord::Migration[5.0] method up (line 4) | def up method down (line 13) | def down FILE: spec/dummy_app/db/migrate/20110901142530_rename_league_id_foreign_key_on_divisions.rb class RenameLeagueIdForeignKeyOnDivisions (line 3) | class RenameLeagueIdForeignKeyOnDivisions < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20110901150912_set_primary_key_not_null_for_divisions.rb class SetPrimaryKeyNotNullForDivisions (line 3) | class SetPrimaryKeyNotNullForDivisions < ActiveRecord::Migration[5.0] method up (line 4) | def up method down (line 14) | def down FILE: spec/dummy_app/db/migrate/20110901154834_change_length_for_rails_admin_histories.rb class ChangeLengthForRailsAdminHistories (line 3) | class ChangeLengthForRailsAdminHistories < ActiveRecord::Migration[5.0] method up (line 4) | def up method down (line 8) | def down FILE: spec/dummy_app/db/migrate/20111108143642_add_dragonfly_and_carrierwave_to_field_tests.rb class AddDragonflyAndCarrierwaveToFieldTests (line 3) | class AddDragonflyAndCarrierwaveToFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20111115041025_add_type_to_balls.rb class AddTypeToBalls (line 3) | class AddTypeToBalls < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20111123092549_create_nested_field_tests.rb class CreateNestedFieldTests (line 3) | class CreateNestedFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20111130075338_add_dragonfly_asset_name_to_field_tests.rb class AddDragonflyAssetNameToFieldTests (line 3) | class AddDragonflyAssetNameToFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20111215083258_create_foo_bars.rb class CreateFooBars (line 3) | class CreateFooBars < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20120117151733_add_custom_field_to_teams.rb class AddCustomFieldToTeams (line 3) | class AddCustomFieldToTeams < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20120118122004_add_categories.rb class AddCategories (line 3) | class AddCategories < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20120319041705_drop_rel_tests.rb class DropRelTests (line 3) | class DropRelTests < ActiveRecord::Migration[5.0] method up (line 4) | def self.up method down (line 8) | def self.down FILE: spec/dummy_app/db/migrate/20120720075608_create_another_field_tests.rb class CreateAnotherFieldTests (line 3) | class CreateAnotherFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20120928075608_create_images.rb class CreateImages (line 3) | class CreateImages < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20140412075608_create_deeply_nested_field_tests.rb class CreateDeeplyNestedFieldTests (line 3) | class CreateDeeplyNestedFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20140826093220_create_paper_trail_tests.rb class CreatePaperTrailTests (line 3) | class CreatePaperTrailTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20140826093552_create_versions.rb class CreateVersions (line 3) | class CreateVersions < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20150815102450_add_refile_to_field_tests.rb class AddRefileToFieldTests (line 3) | class AddRefileToFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20151027181550_change_field_test_id_to_nested_field_tests.rb class ChangeFieldTestIdToNestedFieldTests (line 3) | class ChangeFieldTestIdToNestedFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20160728152942_add_main_sponsor_to_teams.rb class AddMainSponsorToTeams (line 3) | class AddMainSponsorToTeams < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20160728153058_add_formation_to_players.rb class AddFormationToPlayers (line 3) | class AddFormationToPlayers < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20171229220713_add_enum_fields_to_field_tests.rb class AddEnumFieldsToFieldTests (line 3) | class AddEnumFieldsToFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20180701084251_create_active_storage_tables.active_storage.rb class CreateActiveStorageTables (line 4) | class CreateActiveStorageTables < ActiveRecord::Migration[5.0] method change (line 5) | def change FILE: spec/dummy_app/db/migrate/20180707101855_add_carrierwave_assets_to_field_tests.rb class AddCarrierwaveAssetsToFieldTests (line 3) | class AddCarrierwaveAssetsToFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20181029101829_add_shrine_data_to_field_tests.rb class AddShrineDataToFieldTests (line 3) | class AddShrineDataToFieldTests < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20190531065324_create_action_text_tables.action_text.rb class CreateActionTextTables (line 3) | class CreateActionTextTables < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20201127111952_update_active_storage_tables.rb class UpdateActiveStorageTables (line 3) | class UpdateActiveStorageTables < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20210811121027_create_two_level_namespaced_polymorphic_association_tests.rb class CreateTwoLevelNamespacedPolymorphicAssociationTests (line 3) | class CreateTwoLevelNamespacedPolymorphicAssociationTests < ActiveRecord... method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20210812115908_create_custom_versions.rb class CreateCustomVersions (line 3) | class CreateCustomVersions < ActiveRecord::Migration[5.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20211011235734_add_bool_field_open.rb class AddBoolFieldOpen (line 3) | class AddBoolFieldOpen < ActiveRecord::Migration[6.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20220416102741_create_composite_key_tables.rb class CreateCompositeKeyTables (line 3) | class CreateCompositeKeyTables < ActiveRecord::Migration[6.0] method change (line 4) | def change FILE: spec/dummy_app/db/migrate/20240921171953_add_non_nullable_boolean_field.rb class AddNonNullableBooleanField (line 3) | class AddNonNullableBooleanField < ActiveRecord::Migration[6.0] method change (line 4) | def change FILE: spec/dummy_app/lib/does_not_load_autoload_paths_not_in_eager_load.rb type DoesNotLoadAutoloadPathsNotInEagerLoad (line 3) | module DoesNotLoadAutoloadPathsNotInEagerLoad FILE: spec/integration/actions/edit_spec.rb class HelpTest (line 107) | class HelpTest < Tableless function serialize (line 895) | def self.serialize(keys) function deserialize (line 899) | def self.deserialize(string) FILE: spec/integration/actions/index_spec.rb function visit_page (line 726) | def visit_page(page) function serialize (line 1264) | def self.serialize(keys) function deserialize (line 1268) | def self.deserialize(string) FILE: spec/integration/authorization/cancancan_spec.rb class Ability (line 6) | class Ability method initialize (line 8) | def initialize(user) class AdminAbility (line 30) | class AdminAbility method initialize (line 32) | def initialize(user) FILE: spec/integration/fields/file_upload_spec.rb function resource_url (line 12) | def resource_url(_thumb = false) FILE: spec/integration/fields/multiple_file_upload_spec.rb function resource_url (line 13) | def resource_url(_thumb = false) function value (line 19) | def value FILE: spec/integration/widgets/filtering_multi_select_spec.rb function value (line 141) | def value function parse_input (line 145) | def parse_input(params) FILE: spec/orm/active_record.rb function silence_stream (line 9) | def silence_stream(stream) class Tableless (line 30) | class Tableless < ActiveRecord::Base method load_schema (line 32) | def load_schema method columns (line 36) | def columns method column (line 40) | def column(name, sql_type = nil, default = nil, null = true) method columns_hash (line 58) | def columns_hash method column_names (line 62) | def column_names method column_defaults (line 66) | def column_defaults method attribute_types (line 73) | def attribute_types method table_exists? (line 78) | def table_exists? method primary_key (line 82) | def primary_key method lookup_attribute_type (line 88) | def lookup_attribute_type(type) method save (line 94) | def save(validate = true) function lookup_cast_type (line 106) | def lookup_cast_type(sql_type) FILE: spec/orm/mongoid.rb class Tableless (line 7) | class Tableless method column (line 11) | def column(name, sql_type = 'string', default = nil, _null = true) FILE: spec/policies.rb class ApplicationPolicy (line 3) | class ApplicationPolicy method initialize (line 6) | def initialize(user, record) method show? (line 11) | def show? method destroy? (line 15) | def destroy? method history? (line 19) | def history? method show_in_app? (line 23) | def show_in_app? method dashboard? (line 27) | def dashboard? method index? (line 31) | def index? method new? (line 35) | def new? method edit? (line 40) | def edit? method export? (line 45) | def export? method rails_admin_index? (line 49) | def rails_admin_index? class PlayerPolicy (line 54) | class PlayerPolicy < ApplicationPolicy method new? (line 55) | def new? method edit? (line 61) | def edit? method destroy? (line 67) | def destroy? method index? (line 71) | def index? FILE: spec/rails_admin/adapters/active_record/association_spec.rb class ARBlog (line 10) | class ARBlog < Tableless class ARPost (line 16) | class ARPost < Tableless class ARCategory (line 22) | class ARCategory < Tableless class ARUser (line 28) | class ARUser < Tableless class ARProfile (line 33) | class ARProfile < Tableless class ARComment (line 38) | class ARComment < Tableless class FieldTestWithSymbolForeignKey (line 149) | class FieldTestWithSymbolForeignKey < FieldTest class ARReview (line 221) | class ARReview < ARComment; end FILE: spec/rails_admin/adapters/active_record/property_spec.rb class HasReadOnlyColumn (line 32) | class HasReadOnlyColumn < Tableless FILE: spec/rails_admin/adapters/active_record_spec.rb function predicates_for (line 29) | def predicates_for(scope) class PlayerWithDefaultScope (line 110) | class PlayerWithDefaultScope < Player function parse_value (line 216) | def parse_value(value) function parse_value (line 262) | def parse_value(value) function build_statement (line 298) | def build_statement(type, value, operator) FILE: spec/rails_admin/adapters/mongoid/association_spec.rb class MongoBlog (line 9) | class MongoBlog class MongoPost (line 17) | class MongoPost class MongoCategory (line 26) | class MongoCategory class MongoUser (line 32) | class MongoUser class MongoProfile (line 46) | class MongoProfile class MongoComment (line 52) | class MongoComment class MongoNote (line 57) | class MongoNote class MongoReview (line 174) | class MongoReview < MongoComment; end class MongoEmbedsOne (line 253) | class MongoEmbedsOne class MongoEmbedsMany (line 258) | class MongoEmbedsMany class MongoEmbedded (line 263) | class MongoEmbedded class MongoRecursivelyEmbedsOne (line 269) | class MongoRecursivelyEmbedsOne class MongoRecursivelyEmbedsMany (line 274) | class MongoRecursivelyEmbedsMany class MongoEmbedsParent (line 286) | class MongoEmbedsParent class MongoEmbedded (line 292) | class MongoEmbedded class MongoEmbedsChild (line 297) | class MongoEmbedsChild < MongoEmbedsParent; end FILE: spec/rails_admin/adapters/mongoid/object_extension_spec.rb class TeamWithAutoSave (line 9) | class TeamWithAutoSave < Team class PlayerWithAutoSave (line 65) | class PlayerWithAutoSave < Player FILE: spec/rails_admin/adapters/mongoid/property_spec.rb class LengthValiated (line 211) | class LengthValiated class MyCustomValidator (line 220) | class MyCustomValidator < ActiveModel::Validator method validate (line 221) | def validate(_r); end class CustomValiated (line 224) | class CustomValiated class HasReadOnlyColumn (line 235) | class HasReadOnlyColumn FILE: spec/rails_admin/adapters/mongoid_spec.rb function parse_value (line 223) | def parse_value(value) function parse_value (line 254) | def parse_value(value) FILE: spec/rails_admin/config/configurable_spec.rb class ConfigurableTest (line 6) | class ConfigurableTest FILE: spec/rails_admin/config/fields/association_spec.rb class TeamWithHasManyThrough (line 140) | class TeamWithHasManyThrough < Team class System (line 155) | class System < Tableless; end class BelongsToSystem (line 157) | class BelongsToSystem < Tableless FILE: spec/rails_admin/config/fields/base_spec.rb class ConditionalValidationTest (line 63) | class ConditionalValidationTest < Tableless class RelTest (line 85) | class RelTest < Tableless class CommentReversed (line 142) | class CommentReversed < Tableless class FieldVisibilityTest (line 525) | class FieldVisibilityTest < Tableless FILE: spec/rails_admin/config/fields/types/active_record_enum_spec.rb class FormatAsEnum (line 11) | class FormatAsEnum < FieldTest FILE: spec/rails_admin/config/fields/types/drangonfly_spec.rb class NonDragonflyTest (line 33) | class NonDragonflyTest < Tableless FILE: spec/rails_admin/config/fields/types/enum_spec.rb function color_enum (line 31) | def color_enum function color_list (line 51) | def color_list function color_list (line 75) | def color_list function color_list (line 99) | def color_list class TeamWithSerializedEnum (line 127) | class TeamWithSerializedEnum < Team method color_enum (line 134) | def color_enum FILE: spec/rails_admin/config/fields/types/file_upload_spec.rb function resource_url (line 65) | def resource_url function resource_url (line 100) | def resource_url FILE: spec/rails_admin/config/fields/types/multiple_file_upload_spec.rb function resource_url (line 54) | def resource_url(thumb = false) function resource_url (line 104) | def resource_url(_thumb = false) function value (line 109) | def value function resource_url (line 164) | def resource_url FILE: spec/rails_admin/config/fields/types/paperclip_spec.rb class PaperclipTest (line 10) | class PaperclipTest < Tableless FILE: spec/rails_admin/config/fields_spec.rb class MongoTree (line 8) | class MongoTree FILE: spec/rails_admin/config/lazy_model_spec.rb function weight (line 46) | def weight FILE: spec/rails_admin/config/proxyable_spec.rb class ProxyableTest (line 6) | class ProxyableTest method boo (line 9) | def boo method qux (line 14) | def qux function qux (line 36) | def qux FILE: spec/rails_admin/config_spec.rb class ControllerMock (line 132) | class ControllerMock method set_paper_trail_whodunnit (line 133) | def set_paper_trail_whodunnit; end type PaperTrail (line 136) | module PaperTrail; end class Version (line 138) | class Version; end class RecursivelyEmbedsOne (line 243) | class RecursivelyEmbedsOne class RecursivelyEmbedsMany (line 248) | class RecursivelyEmbedsMany class TestController (line 279) | class TestController < ActionController::Base; end type ExampleModule (line 410) | module ExampleModule class AuthorizationAdapter (line 411) | class AuthorizationAdapter; end class ConfigurationAdapter (line 413) | class ConfigurationAdapter; end class AuditingAdapter (line 415) | class AuditingAdapter; end FILE: spec/rails_admin/extentions/cancancan/authorization_adapter_spec.rb class MyAbility (line 9) | class MyAbility method initialize (line 11) | def initialize(_user) FILE: spec/support/cuprite_logger.rb class ConsoleLogger (line 3) | class ConsoleLogger method puts (line 4) | def self.puts(message) FILE: spec/support/fakeio.rb class FakeIO (line 6) | class FakeIO method initialize (line 9) | def initialize(content, filename: nil, content_type: nil) FILE: spec/support/fixtures.rb function file_path (line 3) | def file_path(*paths) FILE: spec/support/jquery.simulate.drag-sortable.js function slideUpTo (line 151) | function slideUpTo(x, y, targetOffset, goPastBy) { function createEvent (line 171) | function createEvent(type, target, options) { function dispatchEvent (line 211) | function dispatchEvent(el, type, evt) { function findCenter (line 220) | function findCenter(el) { FILE: src/rails_admin/i18n.js method init (line 4) | init(locale, translations) { method t (line 11) | t(key) { FILE: src/rails_admin/ui.js function triggerDomReady (line 82) | function triggerDomReady() { FILE: vendor/assets/javascripts/rails_admin/bootstrap.js function _interopNamespace (line 12) | function _interopNamespace(e) { function getUidEvent (line 373) | function getUidEvent(element, uid) { function getEvent (line 377) | function getEvent(element) { function bootstrapHandler (line 384) | function bootstrapHandler(element, fn) { function bootstrapDelegationHandler (line 396) | function bootstrapDelegationHandler(element, selector, fn) { function findHandler (line 421) | function findHandler(events, handler, delegationSelector = null) { function normalizeParams (line 435) | function normalizeParams(originalTypeEvent, handler, delegationFn) { function addHandler (line 448) | function addHandler(element, originalTypeEvent, handler, delegationFn, o... function removeHandler (line 496) | function removeHandler(element, events, typeEvent, handler, delegationSe... function removeNamespacedHandlers (line 507) | function removeNamespacedHandlers(element, events, typeEvent, namespace) { function getTypeEvent (line 517) | function getTypeEvent(event) { method on (line 524) | on(element, event, handler, delegationFn) { method one (line 528) | one(element, event, handler, delegationFn) { method off (line 532) | off(element, originalTypeEvent, handler, delegationFn) { method trigger (line 569) | trigger(element, event, args) { method set (line 645) | set(element, key, instance) { method get (line 662) | get(element, key) { method remove (line 670) | remove(element, key) { class BaseComponent (line 699) | class BaseComponent { method constructor (line 700) | constructor(element) { method dispose (line 711) | dispose() { method _queueCallback (line 719) | _queueCallback(callback, element, isAnimated = true) { method getInstance (line 725) | static getInstance(element) { method getOrCreateInstance (line 729) | static getOrCreateInstance(element, config = {}) { method VERSION (line 733) | static get VERSION() { method NAME (line 737) | static get NAME() { method DATA_KEY (line 741) | static get DATA_KEY() { method EVENT_KEY (line 745) | static get EVENT_KEY() { class Alert (line 802) | class Alert extends BaseComponent { method NAME (line 804) | static get NAME() { method close (line 809) | close() { method _destroyElement (line 824) | _destroyElement() { method jQueryInterface (line 832) | static jQueryInterface(config) { class Button (line 891) | class Button extends BaseComponent { method NAME (line 893) | static get NAME() { method toggle (line 898) | toggle() { method jQueryInterface (line 904) | static jQueryInterface(config) { function normalizeData (line 943) | function normalizeData(val) { function normalizeDataKey (line 963) | function normalizeDataKey(key) { method setDataAttribute (line 968) | setDataAttribute(element, key, value) { method removeDataAttribute (line 972) | removeDataAttribute(element, key) { method getDataAttributes (line 976) | getDataAttributes(element) { method getDataAttribute (line 990) | getDataAttribute(element, key) { method offset (line 994) | offset(element) { method position (line 1002) | position(element) { method find (line 1019) | find(selector, element = document.documentElement) { method findOne (line 1023) | findOne(selector, element = document.documentElement) { method children (line 1027) | children(element, selector) { method parents (line 1031) | parents(element, selector) { method prev (line 1046) | prev(element, selector) { method next (line 1060) | next(element, selector) { method focusableChildren (line 1074) | focusableChildren(element) { class Carousel (line 1164) | class Carousel extends BaseComponent { method constructor (line 1165) | constructor(element, config) { method Default (line 1184) | static get Default() { method NAME (line 1188) | static get NAME() { method next (line 1193) | next() { method nextWhenVisible (line 1197) | nextWhenVisible() { method prev (line 1205) | prev() { method pause (line 1209) | pause(event) { method cycle (line 1223) | cycle(event) { method to (line 1240) | to(index) { method _getConfig (line 1266) | _getConfig(config) { method _handleSwipe (line 1275) | _handleSwipe() { method _addEventListeners (line 1292) | _addEventListeners() { method _addTouchEventListeners (line 1307) | _addTouchEventListeners() { method _keydown (line 1366) | _keydown(event) { method _getItemIndex (line 1380) | _getItemIndex(element) { method _getItemByOrder (line 1385) | _getItemByOrder(order, activeElement) { method _triggerSlideEvent (line 1390) | _triggerSlideEvent(relatedTarget, eventDirectionName) { method _setActiveIndicatorElement (line 1403) | _setActiveIndicatorElement(element) { method _updateInterval (line 1420) | _updateInterval() { method _slide (line 1437) | _slide(directionOrOrder, element) { method _directionToOrder (line 1521) | _directionToOrder(direction) { method _orderToDirection (line 1533) | _orderToDirection(order) { method carouselInterface (line 1546) | static carouselInterface(element, config) { method jQueryInterface (line 1574) | static jQueryInterface(config) { method dataApiClickHandler (line 1580) | static dataApiClickHandler(event) { class Collapse (line 1675) | class Collapse extends BaseComponent { method constructor (line 1676) | constructor(element, config) { method Default (line 1707) | static get Default() { method NAME (line 1711) | static get NAME() { method toggle (line 1716) | toggle() { method show (line 1724) | show() { method hide (line 1797) | hide() { method _isShown (line 1845) | _isShown(element = this._element) { method _getConfig (line 1850) | _getConfig(config) { method _getDimension (line 1862) | _getDimension() { method _initializeChildren (line 1866) | _initializeChildren() { method _addAriaAndCollapsedClass (line 1881) | _addAriaAndCollapsedClass(triggerArray, isOpen) { method jQueryInterface (line 1898) | static jQueryInterface(config) { class Dropdown (line 2017) | class Dropdown extends BaseComponent { method constructor (line 2018) | constructor(element, config) { method Default (line 2027) | static get Default() { method DefaultType (line 2031) | static get DefaultType() { method NAME (line 2035) | static get NAME() { method toggle (line 2040) | toggle() { method show (line 2044) | show() { method hide (line 2085) | hide() { method dispose (line 2097) | dispose() { method update (line 2105) | update() { method _completeHide (line 2114) | _completeHide(relatedTarget) { method _getConfig (line 2141) | _getConfig(config) { method _createPopper (line 2156) | _createPopper(parent) { method _isShown (line 2181) | _isShown(element = this._element) { method _getMenuElement (line 2185) | _getMenuElement() { method _getPlacement (line 2189) | _getPlacement() { method _detectNavbar (line 2210) | _detectNavbar() { method _getOffset (line 2214) | _getOffset() { method _getPopperConfig (line 2230) | _getPopperConfig() { method _selectMenuItem (line 2258) | _selectMenuItem({ method jQueryInterface (line 2274) | static jQueryInterface(config) { method clearMenus (line 2290) | static clearMenus(event) { method getParentFromElement (line 2334) | static getParentFromElement(element) { method dataApiKeydownHandler (line 2338) | static dataApiKeydownHandler(event) { class ScrollBarHelper (line 2420) | class ScrollBarHelper { method constructor (line 2421) | constructor() { method getWidth (line 2425) | getWidth() { method hide (line 2431) | hide() { method _disableOverFlow (line 2445) | _disableOverFlow() { method _setElementAttributes (line 2451) | _setElementAttributes(selector, styleProp, callback) { method reset (line 2468) | reset() { method _saveInitialAttribute (line 2478) | _saveInitialAttribute(element, styleProp) { method _resetElementAttributes (line 2486) | _resetElementAttributes(selector, styleProp) { method _applyManipulationCallback (line 2501) | _applyManipulationCallback(selector, callBack) { method isOverflowing (line 2509) | isOverflowing() { class Backdrop (line 2542) | class Backdrop { method constructor (line 2543) | constructor(config) { method show (line 2549) | show(callback) { method hide (line 2568) | hide(callback) { method _getElement (line 2583) | _getElement() { method _getConfig (line 2598) | _getConfig(config) { method _append (line 2608) | _append() { method dispose (line 2621) | dispose() { method _emulateAnimation (line 2633) | _emulateAnimation(callback) { class FocusTrap (line 2663) | class FocusTrap { method constructor (line 2664) | constructor(config) { method activate (line 2670) | activate() { method deactivate (line 2691) | deactivate() { method _handleFocusin (line 2701) | _handleFocusin(event) { method _handleKeydown (line 2724) | _handleKeydown(event) { method _getConfig (line 2732) | _getConfig(config) { class Modal (line 2794) | class Modal extends BaseComponent { method constructor (line 2795) | constructor(element, config) { method Default (line 2808) | static get Default() { method NAME (line 2812) | static get NAME() { method toggle (line 2817) | toggle(relatedTarget) { method show (line 2821) | show(relatedTarget) { method hide (line 2861) | hide() { method dispose (line 2894) | dispose() { method handleUpdate (line 2904) | handleUpdate() { method _initializeBackDrop (line 2909) | _initializeBackDrop() { method _initializeFocusTrap (line 2917) | _initializeFocusTrap() { method _getConfig (line 2923) | _getConfig(config) { method _showElement (line 2932) | _showElement(relatedTarget) { method _setEscapeEvent (line 2976) | _setEscapeEvent() { method _setResizeEvent (line 2991) | _setResizeEvent() { method _hideModal (line 2999) | _hideModal() { method _showBackdrop (line 3021) | _showBackdrop(callback) { method _isAnimated (line 3042) | _isAnimated() { method _triggerBackdropTransition (line 3046) | _triggerBackdropTransition() { method _adjustDialog (line 3086) | _adjustDialog() { method _resetAdjustments (line 3102) | _resetAdjustments() { method jQueryInterface (line 3108) | static jQueryInterface(config, relatedTarget) { class Offcanvas (line 3215) | class Offcanvas extends BaseComponent { method constructor (line 3216) | constructor(element, config) { method NAME (line 3227) | static get NAME() { method Default (line 3231) | static get Default() { method toggle (line 3236) | toggle(relatedTarget) { method show (line 3240) | show(relatedTarget) { method hide (line 3283) | hide() { method dispose (line 3323) | dispose() { method _getConfig (line 3332) | _getConfig(config) { method _initializeBackDrop (line 3341) | _initializeBackDrop() { method _initializeFocusTrap (line 3351) | _initializeFocusTrap() { method _addEventListeners (line 3357) | _addEventListeners() { method jQueryInterface (line 3366) | static jQueryInterface(config) { function sanitizeHtml (line 3505) | function sanitizeHtml(unsafeHtml, allowList, sanitizeFn) { class Tooltip (line 3631) | class Tooltip extends BaseComponent { method constructor (line 3632) | constructor(element, config) { method Default (line 3652) | static get Default() { method NAME (line 3656) | static get NAME() { method Event (line 3660) | static get Event() { method DefaultType (line 3664) | static get DefaultType() { method enable (line 3669) | enable() { method disable (line 3673) | disable() { method toggleEnabled (line 3677) | toggleEnabled() { method toggle (line 3681) | toggle(event) { method dispose (line 3707) | dispose() { method show (line 3720) | show() { method hide (line 3811) | hide() { method update (line 3859) | update() { method isWithContent (line 3866) | isWithContent() { method getTipElement (line 3870) | getTipElement() { method setContent (line 3884) | setContent(tip) { method _sanitizeAndSetContent (line 3888) | _sanitizeAndSetContent(template, content, selector) { method setElementContent (line 3900) | setElementContent(element, content) { method getTitle (line 3931) | getTitle() { method updateAttachment (line 3937) | updateAttachment(attachment) { method _initializeOnDelegatedTarget (line 3950) | _initializeOnDelegatedTarget(event, context) { method _getOffset (line 3954) | _getOffset() { method _resolvePossibleFunction (line 3970) | _resolvePossibleFunction(content) { method _getPopperConfig (line 3974) | _getPopperConfig(attachment) { method _addAttachmentClass (line 4014) | _addAttachmentClass(attachment) { method _getAttachment (line 4018) | _getAttachment(placement) { method _setListeners (line 4022) | _setListeners() { method _fixTitle (line 4054) | _fixTitle() { method _enter (line 4070) | _enter(event, context) { method _leave (line 4097) | _leave(event, context) { method _isWithActiveTrigger (line 4123) | _isWithActiveTrigger() { method _getConfig (line 4133) | _getConfig(config) { method _getDelegateConfig (line 4170) | _getDelegateConfig() { method _cleanTipClass (line 4185) | _cleanTipClass() { method _getBasicClassPrefix (line 4195) | _getBasicClassPrefix() { method _handlePopperPlacementChange (line 4199) | _handlePopperPlacementChange(popperData) { method _disposePopper (line 4215) | _disposePopper() { method jQueryInterface (line 4224) | static jQueryInterface(config) { class Popover (line 4295) | class Popover extends Tooltip { method Default (line 4297) | static get Default() { method NAME (line 4301) | static get NAME() { method Event (line 4305) | static get Event() { method DefaultType (line 4309) | static get DefaultType() { method isWithContent (line 4314) | isWithContent() { method setContent (line 4318) | setContent(tip) { method _getContent (line 4325) | _getContent() { method _getBasicClassPrefix (line 4329) | _getBasicClassPrefix() { method jQueryInterface (line 4334) | static jQueryInterface(config) { class ScrollSpy (line 4406) | class ScrollSpy extends BaseComponent { method constructor (line 4407) | constructor(element, config) { method Default (line 4422) | static get Default() { method NAME (line 4426) | static get NAME() { method refresh (line 4431) | refresh() { method dispose (line 4459) | dispose() { method _getConfig (line 4465) | _getConfig(config) { method _getScrollTop (line 4475) | _getScrollTop() { method _getScrollHeight (line 4479) | _getScrollHeight() { method _getOffsetHeight (line 4483) | _getOffsetHeight() { method _process (line 4487) | _process() { method _activate (line 4525) | _activate(target) { method _clear (line 4553) | _clear() { method jQueryInterface (line 4558) | static jQueryInterface(config) { class Tab (line 4632) | class Tab extends BaseComponent { method NAME (line 4634) | static get NAME() { method show (line 4639) | show() { method _activate (line 4685) | _activate(element, container, callback) { method _transitionComplete (line 4701) | _transitionComplete(element, active, callback) { method jQueryInterface (line 4749) | static jQueryInterface(config) { class Toast (line 4836) | class Toast extends BaseComponent { method constructor (line 4837) | constructor(element, config) { method DefaultType (line 4848) | static get DefaultType() { method Default (line 4852) | static get Default() { method NAME (line 4856) | static get NAME() { method show (line 4861) | show() { method hide (line 4894) | hide() { method dispose (line 4921) | dispose() { method _getConfig (line 4932) | _getConfig(config) { method _maybeScheduleHide (line 4941) | _maybeScheduleHide() { method _onInteraction (line 4955) | _onInteraction(event, isInteracting) { method _setListeners (line 4983) | _setListeners() { method _clearTimeout (line 4990) | _clearTimeout() { method jQueryInterface (line 4996) | static jQueryInterface(config) { FILE: vendor/assets/javascripts/rails_admin/flatpickr-with-locales.js function __spreadArrays (line 34) | function __spreadArrays() { function debounce (line 207) | function debounce(fn, wait) { function toggleClass (line 220) | function toggleClass(elem, className, bool) { function createElement (line 225) | function createElement(tag, className, content) { function clearNode (line 234) | function clearNode(node) { function findParent (line 238) | function findParent(node, condition) { function createNumberInput (line 245) | function createNumberInput(inputClassName, opts) { function getEventTarget (line 262) | function getEventTarget(event) { function compareDates (line 524) | function compareDates(date1, date2, timeless) { function getDefaultHours (line 545) | function getDefaultHours(config) { function FlatpickrInstance (line 597) | function FlatpickrInstance(element, instanceConfig) { function _flatpickr (line 2636) | function _flatpickr(nodeList, config) { FILE: vendor/assets/javascripts/rails_admin/jquery-ui/effect.js function clamp (line 196) | function clamp( value, prop, allowEmpty ) { function stringParse (line 223) | function stringParse( string ) { function hue2rgb (line 477) | function hue2rgb( p, q, h ) { function getElementStyles (line 751) | function getElementStyles( elem ) { function styleDifference (line 779) | function styleDifference( oldStyle, newStyle ) { function _normalizeArguments (line 1272) | function _normalizeArguments( effect, options, speed, callback ) { function standardAnimationOption (line 1324) | function standardAnimationOption( option ) { function run (line 1401) | function run( next ) { function parseClip (line 1549) | function parseClip( str, element ) { FILE: vendor/assets/javascripts/rails_admin/jquery-ui/position.js function getOffsets (line 42) | function getOffsets( offsets, width, height ) { function parseCss (line 49) | function parseCss( element, property ) { function getDimensions (line 53) | function getDimensions( elem ) { FILE: vendor/assets/javascripts/rails_admin/jquery-ui/widget.js function _super (line 118) | function _super() { function _superApply (line 122) | function _superApply( args ) { function processClassString (line 502) | function processClassString( classes, checkOption ) { function handlerProxy (line 585) | function handlerProxy() { function handlerProxy (line 629) | function handlerProxy() { FILE: vendor/assets/javascripts/rails_admin/jquery-ui/widgets/sortable.js function addItems (line 748) | function addItems() { function delayEvent (line 1482) | function delayEvent( type, instance, container ) { FILE: vendor/assets/javascripts/rails_admin/jquery3.js function DOMEval (line 107) | function DOMEval( code, node, doc ) { function toType (line 137) | function toType( obj ) { function isArrayLike (line 507) | function isArrayLike( obj ) { function Sizzle (line 759) | function Sizzle( selector, context, results, seed ) { function createCache (line 907) | function createCache() { function markFunction (line 927) | function markFunction( fn ) { function assert (line 936) | function assert( fn ) { function addHandle (line 960) | function addHandle( attrs, handler ) { function siblingCheck (line 975) | function siblingCheck( a, b ) { function createInputPseudo (line 1001) | function createInputPseudo( type ) { function createButtonPseudo (line 1012) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1023) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1079) | function createPositionalPseudo( fn ) { function testContext (line 1102) | function testContext( context ) { function setFilters (line 2313) | function setFilters() {} function toSelector (line 2387) | function toSelector( tokens ) { function addCombinator (line 2397) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2464) | function elementMatcher( matchers ) { function multipleContexts (line 2478) | function multipleContexts( selector, contexts, results ) { function condense (line 2487) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2508) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2608) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2671) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 3029) | function nodeName( elem, name ) { function winnow (line 3039) | function winnow( elements, qualifier, not ) { function sibling (line 3334) | function sibling( cur, dir ) { function createOptions (line 3427) | function createOptions( options ) { function Identity (line 3652) | function Identity( v ) { function Thrower (line 3655) | function Thrower( ex ) { function adoptValue (line 3659) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3752) | function resolve( depth, deferred, handler, special ) { function completed (line 4117) | function completed() { function fcamelCase (line 4212) | function fcamelCase( _all, letter ) { function camelCase (line 4219) | function camelCase( string ) { function Data (line 4236) | function Data() { function getData (line 4405) | function getData( data ) { function dataAttr (line 4430) | function dataAttr( elem, key, data ) { function adjustCSS (line 4742) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4810) | function getDefaultDisplay( elem ) { function showHide (line 4833) | function showHide( elements, show ) { function getAll (line 4965) | function getAll( context, tag ) { function setGlobalEval (line 4990) | function setGlobalEval( elems, refElements ) { function buildFragment (line 5006) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 5098) | function returnTrue() { function returnFalse (line 5102) | function returnFalse() { function expectSync (line 5112) | function expectSync( elem, type ) { function safeActiveElement (line 5119) | function safeActiveElement() { function on (line 5125) | function on( elem, types, selector, data, fn, one ) { function leverageNative (line 5613) | function leverageNative( el, type, expectSync ) { function manipulationTarget (line 5962) | function manipulationTarget( elem, content ) { function disableScript (line 5973) | function disableScript( elem ) { function restoreScript (line 5977) | function restoreScript( elem ) { function cloneCopyEvent (line 5987) | function cloneCopyEvent( src, dest ) { function fixInput (line 6020) | function fixInput( src, dest ) { function domManip (line 6033) | function domManip( collection, args, callback, ignored ) { function remove (line 6125) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6439) | function computeStyleTests() { function roundPixelMeasures (line 6483) | function roundPixelMeasures( measure ) { function curCSS (line 6576) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6629) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6654) | function vendorPropName( name ) { function finalPropName (line 6669) | function finalPropName( name ) { function setPositiveNumber (line 6695) | function setPositiveNumber( _elem, value, subtract ) { function boxModelAdjustment (line 6707) | function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, ... function getWidthOrHeight (line 6775) | function getWidthOrHeight( elem, dimension, extra ) { function Tween (line 7151) | function Tween( elem, options, prop, end, easing ) { function schedule (line 7274) | function schedule() { function createFxNow (line 7287) | function createFxNow() { function genFx (line 7295) | function genFx( type, includeWidth ) { function createTween (line 7315) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7329) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7501) | function propFilter( props, specialEasing ) { function Animation (line 7538) | function Animation( elem, properties, options ) { function stripAndCollapse (line 8254) | function stripAndCollapse( value ) { function getClass (line 8260) | function getClass( elem ) { function classesToArray (line 8264) | function classesToArray( value ) { function buildParams (line 8894) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 9047) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 9081) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 9110) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 9130) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 9188) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9704) | function done( status, nativeStatusText, responses, headers ) { FILE: vendor/assets/javascripts/rails_admin/popper.js function getWindow (line 11) | function getWindow(node) { function isElement (line 24) | function isElement(node) { function isHTMLElement (line 29) | function isHTMLElement(node) { function isShadowRoot (line 34) | function isShadowRoot(node) { function getBoundingClientRect (line 48) | function getBoundingClientRect(element, includeScale) { function getWindowScroll (line 83) | function getWindowScroll(node) { function getHTMLElementScroll (line 93) | function getHTMLElementScroll(element) { function getNodeScroll (line 100) | function getNodeScroll(node) { function getNodeName (line 108) | function getNodeName(element) { function getDocumentElement (line 112) | function getDocumentElement(element) { function getWindowScrollBarX (line 118) | function getWindowScrollBarX(element) { function getComputedStyle (line 129) | function getComputedStyle(element) { function isScrollParent (line 133) | function isScrollParent(element) { function isElementScaled (line 143) | function isElementScaled(element) { function getCompositeRect (line 152) | function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) { function getLayoutRect (line 195) | function getLayoutRect(element) { function getParentNode (line 218) | function getParentNode(element) { function getScrollParent (line 235) | function getScrollParent(node) { function listScrollParents (line 255) | function listScrollParents(element, list) { function isTableElement (line 271) | function isTableElement(element) { function getTrueOffsetParent (line 275) | function getTrueOffsetParent(element) { function getContainingBlock (line 286) | function getContainingBlock(element) { function getOffsetParent (line 318) | function getOffsetParent(element) { function order (line 365) | function order(modifiers) { function orderModifiers (line 397) | function orderModifiers(modifiers) { function debounce (line 408) | function debounce(fn) { function format (line 424) | function format(str) { function validateModifiers (line 437) | function validateModifiers(modifiers) { function uniqueBy (line 514) | function uniqueBy(arr, fn) { function getBasePlacement (line 526) | function getBasePlacement(placement) { function mergeByName (line 530) | function mergeByName(modifiers) { function getViewportRect (line 545) | function getViewportRect(element) { function getDocumentRect (line 585) | function getDocumentRect(element) { function contains (line 608) | function contains(parent, child) { function rectToClientRect (line 631) | function rectToClientRect(rect) { function getInnerBoundingClientRect (line 640) | function getInnerBoundingClientRect(element) { function getClientRectFromMixedType (line 653) | function getClientRectFromMixedType(element, clippingParent) { function getClippingParents (line 660) | function getClippingParents(element) { function getClippingRect (line 677) | function getClippingRect(element, boundary, rootBoundary) { function getVariation (line 696) | function getVariation(placement) { function getMainAxisFromPlacement (line 700) | function getMainAxisFromPlacement(placement) { function computeOffsets (line 704) | function computeOffsets(_ref) { function getFreshSideObject (line 769) | function getFreshSideObject() { function mergePaddingObject (line 778) | function mergePaddingObject(paddingObject) { function expandToHashMap (line 782) | function expandToHashMap(value, keys) { function detectOverflow (line 789) | function detectOverflow(state, options) { function areValidElements (line 851) | function areValidElements() { function popperGenerator (line 861) | function popperGenerator(generatorOptions) { function effect$2 (line 1090) | function effect$2(_ref) { function popperOffsets (line 1134) | function popperOffsets(_ref) { function roundOffsetsByDPR (line 1167) | function roundOffsetsByDPR(_ref) { function mapToStyles (line 1178) | function mapToStyles(_ref2) { function computeStyles (line 1251) | function computeStyles(_ref4) { function applyStyles (line 1314) | function applyStyles(_ref) { function effect$1 (line 1341) | function effect$1(_ref2) { function distanceAndSkiddingToXY (line 1395) | function distanceAndSkiddingToXY(placement, rects, offset) { function offset (line 1416) | function offset(_ref2) { function getOppositePlacement (line 1453) | function getOppositePlacement(placement) { function getOppositeVariationPlacement (line 1463) | function getOppositeVariationPlacement(placement) { function computeAutoPlacement (line 1469) | function computeAutoPlacement(state, options) { function getExpandedFallbackPlacements (line 1513) | function getExpandedFallbackPlacements(placement) { function flip (line 1522) | function flip(_ref) { function getAltAxis (line 1653) | function getAltAxis(axis) { function within (line 1657) | function within(min$1, value, max$1) { function withinMaxClamp (line 1660) | function withinMaxClamp(min, value, max) { function preventOverflow (line 1665) | function preventOverflow(_ref) { function arrow (line 1803) | function arrow(_ref) { function effect (line 1840) | function effect(_ref2) { function getSideOffsets (line 1887) | function getSideOffsets(overflow, rect, preventedOffsets) { function isAnySideFullyClipped (line 1903) | function isAnySideFullyClipped(overflow) { function hide (line 1909) | function hide(_ref) {