SYMBOL INDEX (86 symbols across 20 files) FILE: lib/generators/show_for/install_generator.rb type ShowFor (line 1) | module ShowFor type Generators (line 2) | module Generators class InstallGenerator (line 3) | class InstallGenerator < Rails::Generators::Base method copy_initializers (line 8) | def copy_initializers method copy_locale_file (line 12) | def copy_locale_file method copy_generator_template (line 16) | def copy_generator_template FILE: lib/show_for.rb type ShowFor (line 4) | module ShowFor function setup (line 64) | def self.setup FILE: lib/show_for/association.rb type ShowFor (line 1) | module ShowFor type Association (line 2) | module Association function attribute (line 3) | def attribute(attribute_name, options = {}, &block) function association (line 12) | def association(association_name, options = {}, &block) function values_from_association (line 40) | def values_from_association(association, options) #:nodoc: FILE: lib/show_for/attribute.rb type ShowFor (line 1) | module ShowFor type Attribute (line 2) | module Attribute function attribute (line 3) | def attribute(attribute_name, options = {}, &block) function value (line 13) | def value(attribute_name, options = {}, &block) function attributes (line 22) | def attributes(*attribute_names) function attribute_value (line 30) | def attribute_value(attribute_name, &block) function block_from_value_option (line 40) | def block_from_value_option(attribute_name, options) function block_from_symbol (line 50) | def block_from_symbol(attribute_name, options) FILE: lib/show_for/builder.rb type ShowFor (line 6) | module ShowFor class Builder (line 7) | class Builder method initialize (line 15) | def initialize(object, template) method object_name (line 21) | def object_name #:nodoc: method wrap_label_and_content (line 34) | def wrap_label_and_content(name, value, options, &block) #:nodoc: method wrap_content (line 43) | def wrap_content(name, value, options, &block) #:nodoc: method apply_default_options! (line 48) | def apply_default_options!(name, options) #:nodoc: method apply_wrapper_options! (line 54) | def apply_wrapper_options!(type, options, value) method wrap_with (line 63) | def wrap_with(type, content, options) #:nodoc: method collection_block? (line 79) | def collection_block?(block) #:nodoc: method skip_blanks? (line 84) | def skip_blanks?(value) #:nodoc: method is_empty? (line 88) | def is_empty?(value) #:nodoc: FILE: lib/show_for/content.rb type ShowFor (line 1) | module ShowFor type Content (line 2) | module Content function content (line 3) | def content(value, options = {}, apply_options = true, &block) function collection_handler (line 40) | def collection_handler(value, options, &block) #:nodoc: function translate_blank_html (line 50) | def translate_blank_html function translate_blank_text (line 54) | def translate_blank_text function blank_value (line 58) | def blank_value(options) FILE: lib/show_for/helper.rb type ShowFor (line 1) | module ShowFor type Helper (line 2) | module Helper function show_for (line 12) | def show_for(object, html_options = {}, &block) function show_for_html_class (line 28) | def show_for_html_class(object, html_options) FILE: lib/show_for/label.rb type ShowFor (line 1) | module ShowFor type Label (line 2) | module Label function label (line 3) | def label(text_or_attribute, options = {}, apply_options = true) function human_attribute_name (line 21) | def human_attribute_name(attribute) #:nodoc: FILE: lib/show_for/version.rb type ShowFor (line 1) | module ShowFor FILE: test/association_test.rb class AssociationTest (line 3) | class AssociationTest < ActionView::TestCase method tags (line 34) | def @user.tags method tags (line 46) | def @user.tags method tags (line 60) | def @user.tags method tags (line 73) | def @user.tags method tags (line 132) | def @user.tags method company (line 143) | def @user.company FILE: test/attribute_test.rb class AttributeTest (line 3) | class AttributeTest < ActionView::TestCase FILE: test/builder_test.rb class BuilderTest (line 3) | class BuilderTest < ActionView::TestCase FILE: test/content_test.rb class ContentTest (line 3) | class ContentTest < ActionView::TestCase FILE: test/generators/show_for_generator_test.rb class ShowForGeneratorTest (line 3) | class ShowForGeneratorTest < Rails::Generators::TestCase FILE: test/helper_test.rb class CustomBuilder (line 3) | class CustomBuilder < ShowFor::Builder class HelperTest (line 6) | class HelperTest < ActionView::TestCase FILE: test/label_test.rb class LabelTest (line 3) | class LabelTest < ActionView::TestCase FILE: test/support/misc_helpers.rb type MiscHelpers (line 1) | module MiscHelpers function store_translations (line 2) | def store_translations(locale, translations, &block) function assert_no_select (line 11) | def assert_no_select(selector, value = nil) function swap (line 15) | def swap(object, new_values) function with_attribute_for (line 28) | def with_attribute_for(object, attribute, options = {}, &block) function with_value_for (line 34) | def with_value_for(object, attribute, options = {}, &block) function with_association_for (line 40) | def with_association_for(object, association, options = {}, &block) function with_label_for (line 46) | def with_label_for(object, attribute, options = {}) function with_content_for (line 52) | def with_content_for(object, value, options = {}) function with_attributes_for (line 58) | def with_attributes_for(object, *attributes) FILE: test/support/models.rb function alternate_name (line 6) | def alternate_name function all (line 15) | def self.all(options = {}) function alternate_name (line 19) | def alternate_name class User (line 24) | class User < OpenStruct method tags (line 30) | def tags method company (line 34) | def company method human_attribute_name (line 38) | def self.human_attribute_name(attribute) method human_name (line 49) | def self.human_name type Namespaced (line 54) | module Namespaced class User (line 55) | class User < ::User FILE: test/test_helper.rb class ActionView::TestCase (line 23) | class ActionView::TestCase method setup_new_user (line 29) | def setup_new_user(options = {}) FILE: test/value_test.rb class ValueTest (line 3) | class ValueTest < ActionView::TestCase