lazy_migrate 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +4 -0
- data/Appraisals +9 -0
- data/Gemfile.lock +133 -4
- data/Guardfile +39 -0
- data/README.md +56 -6
- data/Rakefile +1 -3
- data/bin/exe/lazy_migrate +14 -1
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/rails_5_1_5.gemfile +8 -0
- data/gemfiles/rails_5_1_5.gemfile.lock +170 -0
- data/gemfiles/rails_5_2_4_3.gemfile +8 -0
- data/gemfiles/rails_5_2_4_3.gemfile.lock +178 -0
- data/github/demo.gif +0 -0
- data/lazy_migrate.gemspec +9 -3
- data/lib/lazy_migrate.rb +6 -2
- data/lib/lazy_migrate/client.rb +123 -0
- data/lib/lazy_migrate/migration.rb +14 -0
- data/lib/lazy_migrate/migrator_adapter.rb +144 -0
- data/lib/lazy_migrate/migrator_adapter_factory.rb +24 -0
- data/lib/lazy_migrate/new_migrator_adapter.rb +85 -0
- data/lib/lazy_migrate/old_migrator_adapter.rb +97 -0
- data/lib/lazy_migrate/version.rb +2 -1
- data/lib/tasks/lazy_migrate.rake +10 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/actioncable.rbi +393 -0
- data/sorbet/rbi/gems/actionmailer.rbi +425 -0
- data/sorbet/rbi/gems/actionpack.rbi +3230 -0
- data/sorbet/rbi/gems/actionview.rbi +1153 -0
- data/sorbet/rbi/gems/activejob.rbi +282 -0
- data/sorbet/rbi/gems/activemodel.rbi +742 -0
- data/sorbet/rbi/gems/activerecord.rbi +4004 -0
- data/sorbet/rbi/gems/activestorage.rbi +174 -0
- data/sorbet/rbi/gems/activesupport.rbi +2300 -0
- data/sorbet/rbi/gems/appraisal.rbi +151 -0
- data/sorbet/rbi/gems/arel.rbi +1253 -0
- data/sorbet/rbi/gems/byebug.rbi +1041 -0
- data/sorbet/rbi/gems/coderay.rbi +92 -0
- data/sorbet/rbi/gems/concurrent-ruby.rbi +1586 -0
- data/sorbet/rbi/gems/crass.rbi +93 -0
- data/sorbet/rbi/gems/erubi.rbi +27 -0
- data/sorbet/rbi/gems/globalid.rbi +99 -0
- data/sorbet/rbi/gems/i18n.rbi +192 -0
- data/sorbet/rbi/gems/loofah.rbi +131 -0
- data/sorbet/rbi/gems/mail.rbi +1092 -0
- data/sorbet/rbi/gems/marcel.rbi +13 -0
- data/sorbet/rbi/gems/method_source.rbi +64 -0
- data/sorbet/rbi/gems/mini_mime.rbi +52 -0
- data/sorbet/rbi/gems/minitest.rbi +282 -0
- data/sorbet/rbi/gems/nio4r.rbi +68 -0
- data/sorbet/rbi/gems/nokogiri.rbi +1011 -0
- data/sorbet/rbi/gems/pastel.rbi +119 -0
- data/sorbet/rbi/gems/pry-byebug.rbi +155 -0
- data/sorbet/rbi/gems/pry.rbi +1949 -0
- data/sorbet/rbi/gems/rack-test.rbi +162 -0
- data/sorbet/rbi/gems/rack.rbi +525 -0
- data/sorbet/rbi/gems/rails-dom-testing.rbi +68 -0
- data/sorbet/rbi/gems/rails-html-sanitizer.rbi +92 -0
- data/sorbet/rbi/gems/railties.rbi +724 -0
- data/sorbet/rbi/gems/rake.rbi +666 -0
- data/sorbet/rbi/gems/rspec-core.rbi +1939 -0
- data/sorbet/rbi/gems/rspec-expectations.rbi +1123 -0
- data/sorbet/rbi/gems/rspec-mocks.rbi +1090 -0
- data/sorbet/rbi/gems/rspec-support.rbi +280 -0
- data/sorbet/rbi/gems/rspec.rbi +15 -0
- data/sorbet/rbi/gems/sprockets-rails.rbi +106 -0
- data/sorbet/rbi/gems/sprockets.rbi +755 -0
- data/sorbet/rbi/gems/sqlite3.rbi +354 -0
- data/sorbet/rbi/gems/thor.rbi +580 -0
- data/sorbet/rbi/gems/thread_safe.rbi +82 -0
- data/sorbet/rbi/gems/tty-color.rbi +44 -0
- data/sorbet/rbi/gems/tty-cursor.rbi +72 -0
- data/sorbet/rbi/gems/tty-prompt.rbi +531 -0
- data/sorbet/rbi/gems/tty-reader.rbi +176 -0
- data/sorbet/rbi/gems/tty-screen.rbi +66 -0
- data/sorbet/rbi/gems/tzinfo.rbi +406 -0
- data/sorbet/rbi/gems/websocket-driver.rbi +103 -0
- data/sorbet/rbi/gems/websocket-extensions.rbi +29 -0
- data/sorbet/rbi/gems/wisper.rbi +130 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +7584 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +13328 -0
- data/sorbet/rbi/sorbet-typed/lib/actionmailer/all/actionmailer.rbi +13 -0
- data/sorbet/rbi/sorbet-typed/lib/actionpack/all/actionpack.rbi +954 -0
- data/sorbet/rbi/sorbet-typed/lib/actionview/all/actionview.rbi +321 -0
- data/sorbet/rbi/sorbet-typed/lib/activemodel/all/activemodel.rbi +597 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/<6/activerecord.rbi +13 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5.2/activerecord.rbi +16 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5/activerecord.rbi +53 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/activerecord.rbi +1454 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/model_schema.rbi +79 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/all/sanitization.rbi +36 -0
- data/sorbet/rbi/sorbet-typed/lib/activerecord/~>5.2.0/activerecord.rbi +447 -0
- data/sorbet/rbi/sorbet-typed/lib/activestorage/<=6.1/activestorage.rbi +82 -0
- data/sorbet/rbi/sorbet-typed/lib/activestorage/all/activestorage.rbi +177 -0
- data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +1431 -0
- data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
- data/sorbet/rbi/sorbet-typed/lib/railties/all/railties.rbi +25 -0
- data/sorbet/rbi/todo.rbi +18 -0
- data/sorbet/rbi/user-defined/activerecord.rbi +56 -0
- metadata +181 -7
- data/lib/lazy_migrate/migrator.rb +0 -186
@@ -0,0 +1,68 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rails-dom-testing/all/rails-dom-testing.rbi
|
9
|
+
#
|
10
|
+
# rails-dom-testing-2.0.3
|
11
|
+
|
12
|
+
module Rails
|
13
|
+
end
|
14
|
+
module Rails::Dom
|
15
|
+
end
|
16
|
+
module Rails::Dom::Testing
|
17
|
+
end
|
18
|
+
module Rails::Dom::Testing::Assertions
|
19
|
+
extend ActiveSupport::Concern
|
20
|
+
include Rails::Dom::Testing::Assertions::DomAssertions
|
21
|
+
include Rails::Dom::Testing::Assertions::SelectorAssertions
|
22
|
+
end
|
23
|
+
module Rails::Dom::Testing::Assertions::DomAssertions
|
24
|
+
def assert_dom_equal(expected, actual, message = nil); end
|
25
|
+
def assert_dom_not_equal(expected, actual, message = nil); end
|
26
|
+
def compare_doms(expected, actual); end
|
27
|
+
def equal_attribute?(attr, other_attr); end
|
28
|
+
def equal_attribute_nodes?(nodes, other_nodes); end
|
29
|
+
def equal_children?(child, other_child); end
|
30
|
+
def fragment(text); end
|
31
|
+
end
|
32
|
+
module Rails::Dom::Testing::Assertions::SelectorAssertions
|
33
|
+
def assert_select(*args, &block); end
|
34
|
+
def assert_select_email(&block); end
|
35
|
+
def assert_select_encoded(element = nil, &block); end
|
36
|
+
def assert_size_match!(size, equals, css_selector, message = nil); end
|
37
|
+
def css_select(*args); end
|
38
|
+
def document_root_element; end
|
39
|
+
def nest_selection(selection); end
|
40
|
+
def nodeset(node); end
|
41
|
+
include Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable
|
42
|
+
end
|
43
|
+
module Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable
|
44
|
+
def count_description(min, max, count); end
|
45
|
+
def pluralize_element(quantity); end
|
46
|
+
extend ActiveSupport::Concern
|
47
|
+
end
|
48
|
+
class SubstitutionContext
|
49
|
+
def initialize; end
|
50
|
+
def match(matches, attribute, matcher); end
|
51
|
+
def matcher_for(value, format_for_presentation); end
|
52
|
+
def substitutable?(value); end
|
53
|
+
def substitute!(selector, values, format_for_presentation = nil); end
|
54
|
+
end
|
55
|
+
class HTMLSelector
|
56
|
+
def context; end
|
57
|
+
def css_selector; end
|
58
|
+
def extract_equality_tests; end
|
59
|
+
def extract_root(previous_selection, root_fallback); end
|
60
|
+
def extract_selectors; end
|
61
|
+
def filter(matches); end
|
62
|
+
def initialize(values, previous_selection = nil, &root_fallback); end
|
63
|
+
def message; end
|
64
|
+
def select; end
|
65
|
+
def selecting_no_body?; end
|
66
|
+
def self.context; end
|
67
|
+
def tests; end
|
68
|
+
end
|
@@ -0,0 +1,92 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rails-html-sanitizer/all/rails-html-sanitizer.rbi
|
9
|
+
#
|
10
|
+
# rails-html-sanitizer-1.3.0
|
11
|
+
|
12
|
+
module Rails
|
13
|
+
end
|
14
|
+
module Rails::Html
|
15
|
+
end
|
16
|
+
class Rails::Html::Sanitizer
|
17
|
+
def properly_encode(fragment, options); end
|
18
|
+
def remove_xpaths(node, xpaths); end
|
19
|
+
def sanitize(html, options = nil); end
|
20
|
+
def self.full_sanitizer; end
|
21
|
+
def self.link_sanitizer; end
|
22
|
+
def self.safe_list_sanitizer; end
|
23
|
+
def self.white_list_sanitizer; end
|
24
|
+
end
|
25
|
+
class Rails::Html::PermitScrubber < Loofah::Scrubber
|
26
|
+
def allowed_node?(node); end
|
27
|
+
def attributes; end
|
28
|
+
def attributes=(attributes); end
|
29
|
+
def initialize; end
|
30
|
+
def keep_node?(node); end
|
31
|
+
def scrub(node); end
|
32
|
+
def scrub_attribute(node, attr_node); end
|
33
|
+
def scrub_attribute?(name); end
|
34
|
+
def scrub_attributes(node); end
|
35
|
+
def scrub_css_attribute(node); end
|
36
|
+
def scrub_node(node); end
|
37
|
+
def skip_node?(node); end
|
38
|
+
def tags; end
|
39
|
+
def tags=(tags); end
|
40
|
+
def validate!(var, name); end
|
41
|
+
end
|
42
|
+
class Rails::Html::TargetScrubber < Rails::Html::PermitScrubber
|
43
|
+
def allowed_node?(node); end
|
44
|
+
def scrub_attribute?(name); end
|
45
|
+
end
|
46
|
+
class Rails::Html::TextOnlyScrubber < Loofah::Scrubber
|
47
|
+
def initialize; end
|
48
|
+
def scrub(node); end
|
49
|
+
end
|
50
|
+
class Rails::Html::FullSanitizer < Rails::Html::Sanitizer
|
51
|
+
def sanitize(html, options = nil); end
|
52
|
+
end
|
53
|
+
class Rails::Html::LinkSanitizer < Rails::Html::Sanitizer
|
54
|
+
def initialize; end
|
55
|
+
def sanitize(html, options = nil); end
|
56
|
+
end
|
57
|
+
class Rails::Html::SafeListSanitizer < Rails::Html::Sanitizer
|
58
|
+
def allowed_attributes(options); end
|
59
|
+
def allowed_tags(options); end
|
60
|
+
def initialize; end
|
61
|
+
def sanitize(html, options = nil); end
|
62
|
+
def sanitize_css(style_string); end
|
63
|
+
def self.allowed_attributes; end
|
64
|
+
def self.allowed_attributes=(arg0); end
|
65
|
+
def self.allowed_tags; end
|
66
|
+
def self.allowed_tags=(arg0); end
|
67
|
+
end
|
68
|
+
module ActionView
|
69
|
+
end
|
70
|
+
module ActionView::Helpers
|
71
|
+
end
|
72
|
+
module ActionView::Helpers::SanitizeHelper
|
73
|
+
end
|
74
|
+
module ActionView::Helpers::SanitizeHelper::ClassMethods
|
75
|
+
def deprecate_option(name); end
|
76
|
+
def sanitized_allowed_attributes=(attributes); end
|
77
|
+
def sanitized_allowed_css_keywords; end
|
78
|
+
def sanitized_allowed_css_keywords=(_); end
|
79
|
+
def sanitized_allowed_css_properties; end
|
80
|
+
def sanitized_allowed_css_properties=(_); end
|
81
|
+
def sanitized_allowed_protocols; end
|
82
|
+
def sanitized_allowed_protocols=(_); end
|
83
|
+
def sanitized_allowed_tags=(tags); end
|
84
|
+
def sanitized_bad_tags; end
|
85
|
+
def sanitized_bad_tags=(_); end
|
86
|
+
def sanitized_protocol_separator; end
|
87
|
+
def sanitized_protocol_separator=(_); end
|
88
|
+
def sanitized_shorthand_css_properties; end
|
89
|
+
def sanitized_shorthand_css_properties=(_); end
|
90
|
+
def sanitized_uri_attributes; end
|
91
|
+
def sanitized_uri_attributes=(_); end
|
92
|
+
end
|
@@ -0,0 +1,724 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/railties/all/railties.rbi
|
9
|
+
#
|
10
|
+
# railties-5.2.4.3
|
11
|
+
|
12
|
+
module Rails
|
13
|
+
def self.app_class; end
|
14
|
+
def self.app_class=(arg0); end
|
15
|
+
def self.application; end
|
16
|
+
def self.application=(arg0); end
|
17
|
+
def self.backtrace_cleaner; end
|
18
|
+
def self.cache; end
|
19
|
+
def self.cache=(arg0); end
|
20
|
+
def self.configuration; end
|
21
|
+
def self.env; end
|
22
|
+
def self.env=(environment); end
|
23
|
+
def self.gem_version; end
|
24
|
+
def self.groups(*groups); end
|
25
|
+
def self.initialize!(*args, &block); end
|
26
|
+
def self.initialized?(*args, &block); end
|
27
|
+
def self.logger; end
|
28
|
+
def self.logger=(arg0); end
|
29
|
+
def self.public_path; end
|
30
|
+
def self.root; end
|
31
|
+
def self.version; end
|
32
|
+
extend ActiveSupport::Autoload
|
33
|
+
end
|
34
|
+
module Rails::Initializable
|
35
|
+
def initializers; end
|
36
|
+
def run_initializers(group = nil, *args); end
|
37
|
+
def self.included(base); end
|
38
|
+
end
|
39
|
+
class Rails::Initializable::Initializer
|
40
|
+
def after; end
|
41
|
+
def before; end
|
42
|
+
def belongs_to?(group); end
|
43
|
+
def bind(context); end
|
44
|
+
def block; end
|
45
|
+
def context_class; end
|
46
|
+
def initialize(name, context, options, &block); end
|
47
|
+
def name; end
|
48
|
+
def run(*args); end
|
49
|
+
end
|
50
|
+
class Rails::Initializable::Collection < Array
|
51
|
+
def +(other); end
|
52
|
+
def tsort_each_child(initializer, &block); end
|
53
|
+
def tsort_each_node; end
|
54
|
+
include TSort
|
55
|
+
end
|
56
|
+
module Rails::Initializable::ClassMethods
|
57
|
+
def initializer(name, opts = nil, &blk); end
|
58
|
+
def initializers; end
|
59
|
+
def initializers_chain; end
|
60
|
+
def initializers_for(binding); end
|
61
|
+
end
|
62
|
+
class Rails::Railtie
|
63
|
+
def config; end
|
64
|
+
def configure(&block); end
|
65
|
+
def each_registered_block(type, &block); end
|
66
|
+
def initialize; end
|
67
|
+
def railtie_name(*args, &block); end
|
68
|
+
def railtie_namespace; end
|
69
|
+
def run_console_blocks(app); end
|
70
|
+
def run_generators_blocks(app); end
|
71
|
+
def run_runner_blocks(app); end
|
72
|
+
def run_tasks_blocks(app); end
|
73
|
+
def self.abstract_railtie?; end
|
74
|
+
def self.config(*args, &block); end
|
75
|
+
def self.configure(&block); end
|
76
|
+
def self.console(&blk); end
|
77
|
+
def self.generate_railtie_name(string); end
|
78
|
+
def self.generators(&blk); end
|
79
|
+
def self.inherited(base); end
|
80
|
+
def self.instance; end
|
81
|
+
def self.method_missing(name, *args, &block); end
|
82
|
+
def self.new(*arg0); end
|
83
|
+
def self.railtie_name(name = nil); end
|
84
|
+
def self.rake_tasks(&blk); end
|
85
|
+
def self.register_block_for(type, &blk); end
|
86
|
+
def self.respond_to_missing?(name, _); end
|
87
|
+
def self.runner(&blk); end
|
88
|
+
def self.subclasses; end
|
89
|
+
extend Rails::Initializable::ClassMethods
|
90
|
+
include Rails::Initializable
|
91
|
+
end
|
92
|
+
class Rails::Engine < Rails::Railtie
|
93
|
+
def _all_autoload_once_paths; end
|
94
|
+
def _all_autoload_paths; end
|
95
|
+
def _all_load_paths; end
|
96
|
+
def app; end
|
97
|
+
def build_middleware; end
|
98
|
+
def build_request(env); end
|
99
|
+
def call(env); end
|
100
|
+
def config; end
|
101
|
+
def default_middleware_stack; end
|
102
|
+
def eager_load!; end
|
103
|
+
def endpoint; end
|
104
|
+
def engine_name(*args, &block); end
|
105
|
+
def env_config; end
|
106
|
+
def has_migrations?; end
|
107
|
+
def helpers; end
|
108
|
+
def helpers_paths; end
|
109
|
+
def initialize; end
|
110
|
+
def isolated?(*args, &block); end
|
111
|
+
def load_config_initializer(initializer); end
|
112
|
+
def load_console(app = nil); end
|
113
|
+
def load_generators(app = nil); end
|
114
|
+
def load_runner(app = nil); end
|
115
|
+
def load_seed; end
|
116
|
+
def load_tasks(app = nil); end
|
117
|
+
def middleware(*args, &block); end
|
118
|
+
def paths(*args, &block); end
|
119
|
+
def railties; end
|
120
|
+
def root(*args, &block); end
|
121
|
+
def routes(&block); end
|
122
|
+
def routes?; end
|
123
|
+
def run_tasks_blocks(*arg0); end
|
124
|
+
def self.called_from; end
|
125
|
+
def self.called_from=(arg0); end
|
126
|
+
def self.eager_load!(*args, &block); end
|
127
|
+
def self.endpoint(endpoint = nil); end
|
128
|
+
def self.engine_name(name = nil); end
|
129
|
+
def self.find(path); end
|
130
|
+
def self.find_root(from); end
|
131
|
+
def self.find_root_with_flag(flag, root_path, default = nil); end
|
132
|
+
def self.inherited(base); end
|
133
|
+
def self.isolate_namespace(mod); end
|
134
|
+
def self.isolated; end
|
135
|
+
def self.isolated=(arg0); end
|
136
|
+
def self.isolated?; end
|
137
|
+
def with_inline_jobs; end
|
138
|
+
end
|
139
|
+
class Rails::Engine::Railties
|
140
|
+
def -(others); end
|
141
|
+
def _all; end
|
142
|
+
def each(*args, &block); end
|
143
|
+
def initialize; end
|
144
|
+
include Enumerable
|
145
|
+
end
|
146
|
+
class Rails::Secrets
|
147
|
+
def self.decrypt(data); end
|
148
|
+
def self.encrypt(data); end
|
149
|
+
def self.encryptor; end
|
150
|
+
def self.handle_missing_key; end
|
151
|
+
def self.key; end
|
152
|
+
def self.key_path; end
|
153
|
+
def self.parse(paths, env:); end
|
154
|
+
def self.path; end
|
155
|
+
def self.preprocess(path); end
|
156
|
+
def self.read; end
|
157
|
+
def self.read_for_editing(&block); end
|
158
|
+
def self.read_key_file; end
|
159
|
+
def self.root=(arg0); end
|
160
|
+
def self.write(contents); end
|
161
|
+
def self.writing(contents); end
|
162
|
+
end
|
163
|
+
class Rails::Secrets::MissingKeyError < RuntimeError
|
164
|
+
def initialize; end
|
165
|
+
end
|
166
|
+
class Rails::Application < Rails::Engine
|
167
|
+
def assets; end
|
168
|
+
def assets=(arg0); end
|
169
|
+
def build_middleware; end
|
170
|
+
def build_middleware_stack; end
|
171
|
+
def build_request(env); end
|
172
|
+
def config; end
|
173
|
+
def config=(configuration); end
|
174
|
+
def config_for(name, env: nil); end
|
175
|
+
def console(&blk); end
|
176
|
+
def credentials; end
|
177
|
+
def default_middleware_stack; end
|
178
|
+
def default_url_options(*args, &block); end
|
179
|
+
def default_url_options=(arg); end
|
180
|
+
def encrypted(path, key_path: nil, env_key: nil); end
|
181
|
+
def env_config; end
|
182
|
+
def executor; end
|
183
|
+
def generate_development_secret; end
|
184
|
+
def generators(&blk); end
|
185
|
+
def helpers_paths; end
|
186
|
+
def initialize!(group = nil); end
|
187
|
+
def initialize(initial_variable_values = nil, &block); end
|
188
|
+
def initialized?; end
|
189
|
+
def initializer(name, opts = nil, &block); end
|
190
|
+
def initializers; end
|
191
|
+
def isolate_namespace(mod); end
|
192
|
+
def key_generator; end
|
193
|
+
def message_verifier(verifier_name); end
|
194
|
+
def migration_railties; end
|
195
|
+
def ordered_railties; end
|
196
|
+
def railties_initializers(current); end
|
197
|
+
def rake_tasks(&block); end
|
198
|
+
def reload_routes!; end
|
199
|
+
def reloader; end
|
200
|
+
def reloaders; end
|
201
|
+
def require_environment!; end
|
202
|
+
def routes_reloader; end
|
203
|
+
def run_console_blocks(app); end
|
204
|
+
def run_generators_blocks(app); end
|
205
|
+
def run_load_hooks!; end
|
206
|
+
def run_runner_blocks(app); end
|
207
|
+
def run_tasks_blocks(app); end
|
208
|
+
def runner(&blk); end
|
209
|
+
def sandbox; end
|
210
|
+
def sandbox=(arg0); end
|
211
|
+
def sandbox?; end
|
212
|
+
def secret_key_base; end
|
213
|
+
def secrets; end
|
214
|
+
def secrets=(secrets); end
|
215
|
+
def self.add_lib_to_load_path!(root); end
|
216
|
+
def self.create(initial_variable_values = nil, &block); end
|
217
|
+
def self.find_root(from); end
|
218
|
+
def self.inherited(base); end
|
219
|
+
def self.instance; end
|
220
|
+
def self.new(*arg0); end
|
221
|
+
def to_app; end
|
222
|
+
def validate_secret_key_base(secret_key_base); end
|
223
|
+
def watchable_args; end
|
224
|
+
end
|
225
|
+
module Rails::VERSION
|
226
|
+
end
|
227
|
+
module Rails::Paths
|
228
|
+
end
|
229
|
+
class Rails::Paths::Root
|
230
|
+
def [](path); end
|
231
|
+
def []=(path, value); end
|
232
|
+
def add(path, options = nil); end
|
233
|
+
def all_paths; end
|
234
|
+
def autoload_once; end
|
235
|
+
def autoload_paths; end
|
236
|
+
def eager_load; end
|
237
|
+
def filter_by(&block); end
|
238
|
+
def initialize(path); end
|
239
|
+
def keys; end
|
240
|
+
def load_paths; end
|
241
|
+
def path; end
|
242
|
+
def path=(arg0); end
|
243
|
+
def values; end
|
244
|
+
def values_at(*list); end
|
245
|
+
end
|
246
|
+
class Rails::Paths::Path
|
247
|
+
def <<(path); end
|
248
|
+
def absolute_current; end
|
249
|
+
def autoload!; end
|
250
|
+
def autoload?; end
|
251
|
+
def autoload_once!; end
|
252
|
+
def autoload_once?; end
|
253
|
+
def children; end
|
254
|
+
def concat(paths); end
|
255
|
+
def each(&block); end
|
256
|
+
def eager_load!; end
|
257
|
+
def eager_load?; end
|
258
|
+
def existent; end
|
259
|
+
def existent_directories; end
|
260
|
+
def expanded; end
|
261
|
+
def extensions; end
|
262
|
+
def first; end
|
263
|
+
def glob; end
|
264
|
+
def glob=(arg0); end
|
265
|
+
def initialize(root, current, paths, options = nil); end
|
266
|
+
def last; end
|
267
|
+
def load_path!; end
|
268
|
+
def load_path?; end
|
269
|
+
def push(path); end
|
270
|
+
def skip_autoload!; end
|
271
|
+
def skip_autoload_once!; end
|
272
|
+
def skip_eager_load!; end
|
273
|
+
def skip_load_path!; end
|
274
|
+
def to_a; end
|
275
|
+
def to_ary; end
|
276
|
+
def unshift(*paths); end
|
277
|
+
include Enumerable
|
278
|
+
end
|
279
|
+
module Rails::Rack
|
280
|
+
end
|
281
|
+
module Rails::Configuration
|
282
|
+
end
|
283
|
+
class Rails::Configuration::MiddlewareStackProxy
|
284
|
+
def +(other); end
|
285
|
+
def delete(*args, &block); end
|
286
|
+
def delete_operations; end
|
287
|
+
def initialize(operations = nil, delete_operations = nil); end
|
288
|
+
def insert(*args, &block); end
|
289
|
+
def insert_after(*args, &block); end
|
290
|
+
def insert_before(*args, &block); end
|
291
|
+
def merge_into(other); end
|
292
|
+
def operations; end
|
293
|
+
def swap(*args, &block); end
|
294
|
+
def unshift(*args, &block); end
|
295
|
+
def use(*args, &block); end
|
296
|
+
end
|
297
|
+
class Rails::Configuration::Generators
|
298
|
+
def aliases; end
|
299
|
+
def aliases=(arg0); end
|
300
|
+
def api_only; end
|
301
|
+
def api_only=(arg0); end
|
302
|
+
def colorize_logging; end
|
303
|
+
def colorize_logging=(arg0); end
|
304
|
+
def fallbacks; end
|
305
|
+
def fallbacks=(arg0); end
|
306
|
+
def hidden_namespaces; end
|
307
|
+
def hide_namespace(namespace); end
|
308
|
+
def initialize; end
|
309
|
+
def initialize_copy(source); end
|
310
|
+
def method_missing(method, *args); end
|
311
|
+
def options; end
|
312
|
+
def options=(arg0); end
|
313
|
+
def templates; end
|
314
|
+
def templates=(arg0); end
|
315
|
+
end
|
316
|
+
class Rails::Railtie::Configuration
|
317
|
+
def after_initialize(&block); end
|
318
|
+
def app_generators; end
|
319
|
+
def app_middleware; end
|
320
|
+
def before_configuration(&block); end
|
321
|
+
def before_eager_load(&block); end
|
322
|
+
def before_initialize(&block); end
|
323
|
+
def eager_load_namespaces; end
|
324
|
+
def initialize; end
|
325
|
+
def method_missing(name, *args, &blk); end
|
326
|
+
def respond_to?(name, include_private = nil); end
|
327
|
+
def self.eager_load_namespaces; end
|
328
|
+
def to_prepare(&blk); end
|
329
|
+
def to_prepare_blocks; end
|
330
|
+
def watchable_dirs; end
|
331
|
+
def watchable_files; end
|
332
|
+
end
|
333
|
+
class Rails::Engine::Configuration < Rails::Railtie::Configuration
|
334
|
+
def autoload_once_paths; end
|
335
|
+
def autoload_once_paths=(arg0); end
|
336
|
+
def autoload_paths; end
|
337
|
+
def autoload_paths=(arg0); end
|
338
|
+
def eager_load_paths; end
|
339
|
+
def eager_load_paths=(arg0); end
|
340
|
+
def generators; end
|
341
|
+
def initialize(root = nil); end
|
342
|
+
def middleware; end
|
343
|
+
def middleware=(arg0); end
|
344
|
+
def paths; end
|
345
|
+
def root; end
|
346
|
+
def root=(value); end
|
347
|
+
end
|
348
|
+
module Rails::TestUnit
|
349
|
+
end
|
350
|
+
class Rails::TestUnit::Runner
|
351
|
+
def filters; end
|
352
|
+
def self.attach_before_load_options(opts); end
|
353
|
+
def self.compose_filter(runnable, filter); end
|
354
|
+
def self.extract_filters(argv); end
|
355
|
+
def self.filters; end
|
356
|
+
def self.load_tests(argv); end
|
357
|
+
def self.parse_options(argv); end
|
358
|
+
def self.rake_run(argv = nil); end
|
359
|
+
def self.run(argv = nil); end
|
360
|
+
end
|
361
|
+
class Rails::TestUnit::CompositeFilter
|
362
|
+
def ===(method); end
|
363
|
+
def derive_line_filters(patterns); end
|
364
|
+
def derive_named_filter(filter); end
|
365
|
+
def initialize(runnable, filter, patterns); end
|
366
|
+
def named_filter; end
|
367
|
+
end
|
368
|
+
class Rails::TestUnit::Filter
|
369
|
+
def ===(method); end
|
370
|
+
def definition_for(method); end
|
371
|
+
def initialize(runnable, file, line); end
|
372
|
+
end
|
373
|
+
module Rails::LineFiltering
|
374
|
+
def run(reporter, options = nil); end
|
375
|
+
end
|
376
|
+
class Rails::TestUnitRailtie < Rails::Railtie
|
377
|
+
end
|
378
|
+
class SourceAnnotationExtractor
|
379
|
+
def display(results, options = nil); end
|
380
|
+
def extract_annotations_from(file, pattern); end
|
381
|
+
def find(dirs); end
|
382
|
+
def find_in(dir); end
|
383
|
+
def initialize(tag); end
|
384
|
+
def self.enumerate(tag, options = nil); end
|
385
|
+
def tag; end
|
386
|
+
end
|
387
|
+
class SourceAnnotationExtractor::Annotation < Struct
|
388
|
+
def line; end
|
389
|
+
def line=(_); end
|
390
|
+
def self.[](*arg0); end
|
391
|
+
def self.directories; end
|
392
|
+
def self.extensions; end
|
393
|
+
def self.inspect; end
|
394
|
+
def self.members; end
|
395
|
+
def self.new(*arg0); end
|
396
|
+
def self.register_directories(*dirs); end
|
397
|
+
def self.register_extensions(*exts, &block); end
|
398
|
+
def tag; end
|
399
|
+
def tag=(_); end
|
400
|
+
def text; end
|
401
|
+
def text=(_); end
|
402
|
+
def to_s(options = nil); end
|
403
|
+
end
|
404
|
+
class Rails::Application::Configuration < Rails::Engine::Configuration
|
405
|
+
def allow_concurrency; end
|
406
|
+
def allow_concurrency=(arg0); end
|
407
|
+
def annotations; end
|
408
|
+
def api_only; end
|
409
|
+
def api_only=(value); end
|
410
|
+
def asset_host; end
|
411
|
+
def asset_host=(arg0); end
|
412
|
+
def autoflush_log; end
|
413
|
+
def autoflush_log=(arg0); end
|
414
|
+
def beginning_of_week; end
|
415
|
+
def beginning_of_week=(arg0); end
|
416
|
+
def cache_classes; end
|
417
|
+
def cache_classes=(arg0); end
|
418
|
+
def cache_store; end
|
419
|
+
def cache_store=(arg0); end
|
420
|
+
def colorize_logging; end
|
421
|
+
def colorize_logging=(val); end
|
422
|
+
def consider_all_requests_local; end
|
423
|
+
def consider_all_requests_local=(arg0); end
|
424
|
+
def console; end
|
425
|
+
def console=(arg0); end
|
426
|
+
def content_security_policy(&block); end
|
427
|
+
def content_security_policy_nonce_generator; end
|
428
|
+
def content_security_policy_nonce_generator=(arg0); end
|
429
|
+
def content_security_policy_report_only; end
|
430
|
+
def content_security_policy_report_only=(arg0); end
|
431
|
+
def database_configuration; end
|
432
|
+
def debug_exception_response_format; end
|
433
|
+
def debug_exception_response_format=(value); end
|
434
|
+
def eager_load; end
|
435
|
+
def eager_load=(arg0); end
|
436
|
+
def enable_dependency_loading; end
|
437
|
+
def enable_dependency_loading=(arg0); end
|
438
|
+
def encoding; end
|
439
|
+
def encoding=(value); end
|
440
|
+
def exceptions_app; end
|
441
|
+
def exceptions_app=(arg0); end
|
442
|
+
def file_watcher; end
|
443
|
+
def file_watcher=(arg0); end
|
444
|
+
def filter_parameters; end
|
445
|
+
def filter_parameters=(arg0); end
|
446
|
+
def filter_redirect; end
|
447
|
+
def filter_redirect=(arg0); end
|
448
|
+
def force_ssl; end
|
449
|
+
def force_ssl=(arg0); end
|
450
|
+
def helpers_paths; end
|
451
|
+
def helpers_paths=(arg0); end
|
452
|
+
def initialize(*arg0); end
|
453
|
+
def load_defaults(target_version); end
|
454
|
+
def loaded_config_version; end
|
455
|
+
def log_formatter; end
|
456
|
+
def log_formatter=(arg0); end
|
457
|
+
def log_level; end
|
458
|
+
def log_level=(arg0); end
|
459
|
+
def log_tags; end
|
460
|
+
def log_tags=(arg0); end
|
461
|
+
def logger; end
|
462
|
+
def logger=(arg0); end
|
463
|
+
def paths; end
|
464
|
+
def public_file_server; end
|
465
|
+
def public_file_server=(arg0); end
|
466
|
+
def railties_order; end
|
467
|
+
def railties_order=(arg0); end
|
468
|
+
def read_encrypted_secrets; end
|
469
|
+
def read_encrypted_secrets=(arg0); end
|
470
|
+
def relative_url_root; end
|
471
|
+
def relative_url_root=(arg0); end
|
472
|
+
def reload_classes_only_on_change; end
|
473
|
+
def reload_classes_only_on_change=(arg0); end
|
474
|
+
def require_master_key; end
|
475
|
+
def require_master_key=(arg0); end
|
476
|
+
def secret_key_base; end
|
477
|
+
def secret_key_base=(arg0); end
|
478
|
+
def secret_token; end
|
479
|
+
def secret_token=(arg0); end
|
480
|
+
def session_options; end
|
481
|
+
def session_options=(arg0); end
|
482
|
+
def session_store(new_session_store = nil, **options); end
|
483
|
+
def session_store?; end
|
484
|
+
def ssl_options; end
|
485
|
+
def ssl_options=(arg0); end
|
486
|
+
def time_zone; end
|
487
|
+
def time_zone=(arg0); end
|
488
|
+
def x; end
|
489
|
+
def x=(arg0); end
|
490
|
+
end
|
491
|
+
class Rails::Application::Configuration::Custom
|
492
|
+
def initialize; end
|
493
|
+
def method_missing(method, *args); end
|
494
|
+
def respond_to_missing?(symbol, *arg1); end
|
495
|
+
end
|
496
|
+
module Rails::Application::Bootstrap
|
497
|
+
extend Rails::Initializable::ClassMethods
|
498
|
+
include Rails::Initializable
|
499
|
+
end
|
500
|
+
module Rails::Application::Finisher
|
501
|
+
extend Rails::Initializable::ClassMethods
|
502
|
+
include Rails::Initializable
|
503
|
+
end
|
504
|
+
class Rails::Application::Finisher::MutexHook
|
505
|
+
def complete(_state); end
|
506
|
+
def initialize(mutex = nil); end
|
507
|
+
def run; end
|
508
|
+
end
|
509
|
+
module Rails::Application::Finisher::InterlockHook
|
510
|
+
def self.complete(_state); end
|
511
|
+
def self.run; end
|
512
|
+
end
|
513
|
+
class Rails::Application::RoutesReloader
|
514
|
+
def clear!; end
|
515
|
+
def eager_load; end
|
516
|
+
def eager_load=(arg0); end
|
517
|
+
def execute(*args, &block); end
|
518
|
+
def execute_if_updated(*args, &block); end
|
519
|
+
def finalize!; end
|
520
|
+
def initialize; end
|
521
|
+
def load_paths; end
|
522
|
+
def paths; end
|
523
|
+
def reload!; end
|
524
|
+
def revert; end
|
525
|
+
def route_sets; end
|
526
|
+
def updated?(*args, &block); end
|
527
|
+
def updater; end
|
528
|
+
end
|
529
|
+
class Rails::Application::DefaultMiddlewareStack
|
530
|
+
def app; end
|
531
|
+
def build_stack; end
|
532
|
+
def config; end
|
533
|
+
def initialize(app, config, paths); end
|
534
|
+
def load_rack_cache; end
|
535
|
+
def paths; end
|
536
|
+
def show_exceptions_app; end
|
537
|
+
end
|
538
|
+
class Rails::Rack::Logger < ActiveSupport::LogSubscriber
|
539
|
+
end
|
540
|
+
module Rails::Command
|
541
|
+
def self.command_type; end
|
542
|
+
def self.environment; end
|
543
|
+
def self.file_lookup_paths; end
|
544
|
+
def self.find_by_namespace(namespace, command_name = nil); end
|
545
|
+
def self.hidden_commands; end
|
546
|
+
def self.invoke(full_namespace, args = nil, **config); end
|
547
|
+
def self.lookup_paths; end
|
548
|
+
def self.print_commands; end
|
549
|
+
def self.root; end
|
550
|
+
def self.sorted_groups; end
|
551
|
+
extend ActiveSupport::Autoload
|
552
|
+
extend Rails::Command::Behavior::ClassMethods
|
553
|
+
include Rails::Command::Behavior
|
554
|
+
end
|
555
|
+
module Rails::Command::Behavior
|
556
|
+
extend ActiveSupport::Concern
|
557
|
+
end
|
558
|
+
module Rails::Command::Behavior::ClassMethods
|
559
|
+
def levenshtein_distance(str1, str2); end
|
560
|
+
def lookup!; end
|
561
|
+
def lookup(namespaces); end
|
562
|
+
def namespaces_to_paths(namespaces); end
|
563
|
+
def no_color!; end
|
564
|
+
def print_list(base, namespaces); end
|
565
|
+
def subclasses; end
|
566
|
+
end
|
567
|
+
module Rails::Generators
|
568
|
+
def namespace; end
|
569
|
+
def namespace=(obj); end
|
570
|
+
def self.aliases; end
|
571
|
+
def self.api_only!; end
|
572
|
+
def self.command_type; end
|
573
|
+
def self.configure!(config); end
|
574
|
+
def self.fallbacks; end
|
575
|
+
def self.file_lookup_paths; end
|
576
|
+
def self.find_by_namespace(name, base = nil, context = nil); end
|
577
|
+
def self.help(command = nil); end
|
578
|
+
def self.hidden_namespaces; end
|
579
|
+
def self.hide_namespace(*namespaces); end
|
580
|
+
def self.hide_namespaces(*namespaces); end
|
581
|
+
def self.invoke(namespace, args = nil, config = nil); end
|
582
|
+
def self.invoke_fallbacks_for(name, base); end
|
583
|
+
def self.lookup_paths; end
|
584
|
+
def self.namespace; end
|
585
|
+
def self.namespace=(obj); end
|
586
|
+
def self.no_color!; end
|
587
|
+
def self.options; end
|
588
|
+
def self.print_generators; end
|
589
|
+
def self.print_list(base, namespaces); end
|
590
|
+
def self.public_namespaces; end
|
591
|
+
def self.sorted_groups; end
|
592
|
+
def self.templates_path; end
|
593
|
+
extend Rails::Command::Behavior::ClassMethods
|
594
|
+
include Rails::Command::Behavior
|
595
|
+
end
|
596
|
+
module Rails::Generators::Testing
|
597
|
+
end
|
598
|
+
module Rails::Generators::Testing::Behaviour
|
599
|
+
def create_generated_attribute(attribute_type, name = nil, index = nil); end
|
600
|
+
def destination_root_is_set?; end
|
601
|
+
def ensure_current_path; end
|
602
|
+
def generator(args = nil, options = nil, config = nil); end
|
603
|
+
def migration_file_name(relative); end
|
604
|
+
def prepare_destination; end
|
605
|
+
def run_generator(args = nil, config = nil); end
|
606
|
+
extend ActiveSupport::Concern
|
607
|
+
include ActiveSupport::Testing::Stream
|
608
|
+
end
|
609
|
+
module Rails::Generators::Testing::Behaviour::ClassMethods
|
610
|
+
def arguments(array); end
|
611
|
+
def destination(path); end
|
612
|
+
def tests(klass); end
|
613
|
+
end
|
614
|
+
module Rails::Generators::Testing::SetupAndTeardown
|
615
|
+
def setup; end
|
616
|
+
def teardown; end
|
617
|
+
end
|
618
|
+
module Rails::Generators::Testing::Assertions
|
619
|
+
def assert_class_method(method, content, &block); end
|
620
|
+
def assert_directory(relative, *contents); end
|
621
|
+
def assert_field_default_value(attribute_type, value); end
|
622
|
+
def assert_field_type(attribute_type, field_type); end
|
623
|
+
def assert_file(relative, *contents); end
|
624
|
+
def assert_instance_method(method, content); end
|
625
|
+
def assert_method(method, content); end
|
626
|
+
def assert_migration(relative, *contents, &block); end
|
627
|
+
def assert_no_directory(relative); end
|
628
|
+
def assert_no_file(relative); end
|
629
|
+
def assert_no_migration(relative); end
|
630
|
+
end
|
631
|
+
class Rails::Generators::TestCase < ActiveSupport::TestCase
|
632
|
+
def current_path; end
|
633
|
+
def current_path=(val); end
|
634
|
+
def current_path?; end
|
635
|
+
def default_arguments; end
|
636
|
+
def default_arguments=(val); end
|
637
|
+
def default_arguments?; end
|
638
|
+
def destination_root; end
|
639
|
+
def destination_root=(val); end
|
640
|
+
def destination_root?; end
|
641
|
+
def generator_class; end
|
642
|
+
def generator_class=(val); end
|
643
|
+
def generator_class?; end
|
644
|
+
def self.current_path; end
|
645
|
+
def self.current_path=(val); end
|
646
|
+
def self.current_path?; end
|
647
|
+
def self.default_arguments; end
|
648
|
+
def self.default_arguments=(val); end
|
649
|
+
def self.default_arguments?; end
|
650
|
+
def self.destination_root; end
|
651
|
+
def self.destination_root=(val); end
|
652
|
+
def self.destination_root?; end
|
653
|
+
def self.generator_class; end
|
654
|
+
def self.generator_class=(val); end
|
655
|
+
def self.generator_class?; end
|
656
|
+
extend Rails::Generators::Testing::Behaviour::ClassMethods
|
657
|
+
include FileUtils
|
658
|
+
include Rails::Generators::Testing::Assertions
|
659
|
+
include Rails::Generators::Testing::Behaviour
|
660
|
+
include Rails::Generators::Testing::SetupAndTeardown
|
661
|
+
end
|
662
|
+
class ActiveRecord::ExplainRegistry
|
663
|
+
def self.collect?(*args, &block); end
|
664
|
+
end
|
665
|
+
class ActiveRecord::Scoping::ScopeRegistry
|
666
|
+
def self.value_for(*args, &block); end
|
667
|
+
end
|
668
|
+
class ActiveRecord::SchemaMigration < ActiveRecord::Base
|
669
|
+
def self.default_scope_override; end
|
670
|
+
end
|
671
|
+
module ActiveSupport
|
672
|
+
end
|
673
|
+
class ActiveSupport::TestCase < Minitest::Test
|
674
|
+
def config; end
|
675
|
+
def config=(val); end
|
676
|
+
def config?; end
|
677
|
+
def fixture_class_names; end
|
678
|
+
def fixture_class_names=(val); end
|
679
|
+
def fixture_class_names?; end
|
680
|
+
def fixture_path; end
|
681
|
+
def fixture_path?; end
|
682
|
+
def fixture_table_names; end
|
683
|
+
def fixture_table_names=(val); end
|
684
|
+
def fixture_table_names?; end
|
685
|
+
def pre_loaded_fixtures; end
|
686
|
+
def pre_loaded_fixtures=(val); end
|
687
|
+
def pre_loaded_fixtures?; end
|
688
|
+
def self.config; end
|
689
|
+
def self.config=(val); end
|
690
|
+
def self.config?; end
|
691
|
+
def self.fixture_class_names; end
|
692
|
+
def self.fixture_class_names=(val); end
|
693
|
+
def self.fixture_class_names?; end
|
694
|
+
def self.fixture_path; end
|
695
|
+
def self.fixture_path=(val); end
|
696
|
+
def self.fixture_path?; end
|
697
|
+
def self.fixture_table_names; end
|
698
|
+
def self.fixture_table_names=(val); end
|
699
|
+
def self.fixture_table_names?; end
|
700
|
+
def self.pre_loaded_fixtures; end
|
701
|
+
def self.pre_loaded_fixtures=(val); end
|
702
|
+
def self.pre_loaded_fixtures?; end
|
703
|
+
def self.use_instantiated_fixtures; end
|
704
|
+
def self.use_instantiated_fixtures=(val); end
|
705
|
+
def self.use_instantiated_fixtures?; end
|
706
|
+
def self.use_transactional_tests; end
|
707
|
+
def self.use_transactional_tests=(val); end
|
708
|
+
def self.use_transactional_tests?; end
|
709
|
+
def use_instantiated_fixtures; end
|
710
|
+
def use_instantiated_fixtures=(val); end
|
711
|
+
def use_instantiated_fixtures?; end
|
712
|
+
def use_transactional_tests; end
|
713
|
+
def use_transactional_tests=(val); end
|
714
|
+
def use_transactional_tests?; end
|
715
|
+
extend ActiveRecord::TestFixtures::ClassMethods
|
716
|
+
include ActiveRecord::TestFixtures
|
717
|
+
end
|
718
|
+
class ActionDispatch::IntegrationTest < ActiveSupport::TestCase
|
719
|
+
def before_setup; end
|
720
|
+
def self.fixture_path; end
|
721
|
+
end
|
722
|
+
class ActionController::TestCase < ActiveSupport::TestCase
|
723
|
+
def before_setup; end
|
724
|
+
end
|