--- !ruby/object:Gem::Specification
name: fortitude
version: !ruby/object:Gem::Version
  version: 0.0.9
platform: ruby
authors:
- Andrew Geweke
autorequire: 
bindir: bin
cert_chain: []
date: 2014-11-20 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: activesupport
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '3.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '3.0'
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.5'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.5'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.99'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.99'
- !ruby/object:Gem::Dependency
  name: rake-compiler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: json
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: tilt
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.0'
- !ruby/object:Gem::Dependency
  name: oop_rails_server
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.0.3
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.0.3
description: 'Views Are Code: use all the power of Ruby to build views in your own
  language.'
email:
- andrew@geweke.org
executables: []
extensions:
- ext/fortitude_native_ext/extconf.rb
extra_rdoc_files: []
files:
- ".gitignore"
- ".rspec-local"
- ".travis.yml"
- CHANGES.md
- CONTRIBUTORS.md
- Gemfile
- LICENSE.txt
- README-erector.md
- README.md
- Rakefile
- ext/FortitudeJrubyNativeExtService.java
- ext/com/fortituderuby/ext/fortitude/FortitudeNativeLibrary.java
- ext/fortitude_native_ext/extconf.rb
- ext/fortitude_native_ext/fortitude_native_ext.c
- fortitude.gemspec
- lib/fortitude.rb
- lib/fortitude/doctypes.rb
- lib/fortitude/doctypes/base.rb
- lib/fortitude/doctypes/html4.rb
- lib/fortitude/doctypes/html4_frameset.rb
- lib/fortitude/doctypes/html4_strict.rb
- lib/fortitude/doctypes/html4_tags_frameset.rb
- lib/fortitude/doctypes/html4_tags_strict.rb
- lib/fortitude/doctypes/html4_tags_transitional.rb
- lib/fortitude/doctypes/html4_transitional.rb
- lib/fortitude/doctypes/html5.rb
- lib/fortitude/doctypes/unknown_doctype.rb
- lib/fortitude/doctypes/xhtml10.rb
- lib/fortitude/doctypes/xhtml10_frameset.rb
- lib/fortitude/doctypes/xhtml10_strict.rb
- lib/fortitude/doctypes/xhtml10_transitional.rb
- lib/fortitude/doctypes/xhtml11.rb
- lib/fortitude/erector.rb
- lib/fortitude/errors.rb
- lib/fortitude/extensions/fortitude_ruby_ext.rb
- lib/fortitude/extensions/native_extensions.rb
- lib/fortitude/method_templates/assign_locals_from_template.rb.smpl
- lib/fortitude/method_templates/need_assignment_template.rb.smpl
- lib/fortitude/method_templates/need_method_template.rb.smpl
- lib/fortitude/method_templates/simple_compiled_template.rb
- lib/fortitude/method_templates/tag_method_template.rb.smpl
- lib/fortitude/method_templates/text_method_template.rb.smpl
- lib/fortitude/rails.rb
- lib/fortitude/rails/helpers.rb
- lib/fortitude/rails/railtie.rb
- lib/fortitude/rails/renderer.rb
- lib/fortitude/rails/rendering_methods.rb
- lib/fortitude/rails/template_handler.rb
- lib/fortitude/rails/widget_methods.rb
- lib/fortitude/rails/yielded_object_outputter.rb
- lib/fortitude/rendering_context.rb
- lib/fortitude/support/assigns_proxy.rb
- lib/fortitude/support/class_inheritable_attributes.rb
- lib/fortitude/support/instance_variable_set.rb
- lib/fortitude/support/staticized_method.rb
- lib/fortitude/tags/partial_tag_placeholder.rb
- lib/fortitude/tags/render_widget_placeholder.rb
- lib/fortitude/tags/tag.rb
- lib/fortitude/tags/tag_return_value.rb
- lib/fortitude/tags/tag_store.rb
- lib/fortitude/tags/tag_support.rb
- lib/fortitude/tags/tags_module.rb
- lib/fortitude/tilt.rb
- lib/fortitude/tilt/fortitude_template.rb
- lib/fortitude/version.rb
- lib/fortitude/widget.rb
- lib/fortitude/widget/around_content.rb
- lib/fortitude/widget/capturing.rb
- lib/fortitude/widget/content.rb
- lib/fortitude/widget/doctypes.rb
- lib/fortitude/widget/files.rb
- lib/fortitude/widget/helpers.rb
- lib/fortitude/widget/integration.rb
- lib/fortitude/widget/localization.rb
- lib/fortitude/widget/modules_and_subclasses.rb
- lib/fortitude/widget/needs.rb
- lib/fortitude/widget/non_rails_widget_methods.rb
- lib/fortitude/widget/rendering.rb
- lib/fortitude/widget/start_and_end_comments.rb
- lib/fortitude/widget/staticization.rb
- lib/fortitude/widget/tag_like_methods.rb
- lib/fortitude/widget/tags.rb
- lib/fortitude/widget/temporary_overrides.rb
- lib/fortitude/widget/widget_class_inheritable_attributes.rb
- lib/fortitude/widgets.rb
- lib/fortitude/widgets/html4_frameset.rb
- lib/fortitude/widgets/html4_strict.rb
- lib/fortitude/widgets/html4_transitional.rb
- lib/fortitude/widgets/html5.rb
- lib/fortitude/widgets/xhtml10_frameset.rb
- lib/fortitude/widgets/xhtml10_strict.rb
- lib/fortitude/widgets/xhtml10_transitional.rb
- lib/fortitude/widgets/xhtml11.rb
- lib/fortitude_jruby_native_ext.jar
- spec/helpers/fortitude_rails_helpers.rb
- spec/helpers/global_helper.rb
- spec/helpers/system_helpers.rb
- spec/rails/basic_rails_system_spec.rb
- spec/rails/capture_system_spec.rb
- spec/rails/class_loading_system_spec.rb
- spec/rails/complex_helpers_system_spec.rb
- spec/rails/data_passing_system_spec.rb
- spec/rails/default_layout_system_spec.rb
- spec/rails/development_mode_system_spec.rb
- spec/rails/erb_integration_system_spec.rb
- spec/rails/erector_coexistence_system_spec.rb
- spec/rails/helpers_include_all_off_system_spec.rb
- spec/rails/helpers_system_spec.rb
- spec/rails/helpers_unrefined_system_spec.rb
- spec/rails/layouts_system_spec.rb
- spec/rails/localization_system_spec.rb
- spec/rails/mailer_system_spec.rb
- spec/rails/production_mode_system_spec.rb
- spec/rails/rendering_context_system_spec.rb
- spec/rails/rendering_system_spec.rb
- spec/rails/rules_system_spec.rb
- spec/rails/static_method_system_spec.rb
- spec/rails/templates/basic_rails_system_spec/app/controllers/basic_rails_system_spec_controller.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/double_render_one.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/double_render_three.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/double_render_two.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/trivial_widget.rb
- spec/rails/templates/capture_system_spec/app/controllers/capture_system_spec_controller.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/_some_erb_partial.html.erb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/another_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/capture_erb_from_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/capture_widget_from_erb.html.erb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/capture_widget_from_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/some_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/widget_content_for.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/widget_layout_needing_content_yield_with_erb.html.erb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/widget_provide.rb
- spec/rails/templates/capture_system_spec/app/views/layouts/erb_layout_needing_content.html.erb
- spec/rails/templates/capture_system_spec/app/views/layouts/widget_layout_needing_content_content_for.rb
- spec/rails/templates/capture_system_spec/app/views/layouts/widget_layout_needing_content_yield.rb
- spec/rails/templates/class_loading_system_spec/app/controllers/class_loading_system_spec_controller.rb
- spec/rails/templates/class_loading_system_spec/app/models/views/app_models_helper.rb
- spec/rails/templates/class_loading_system_spec/app/models/views/models_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/autoload_namespace/autoload_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/_foo.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/_loaded_underscore_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/_underscore_view.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/app_models.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/autoload_one_widget_from_another.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/bar.html.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/bar.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/class_should_not_load.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/foo.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/lib_views.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/use_lib_widget_from_view_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/use_models_widget_from_view_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/some_namespace/some_other_namespace/.git_keep
- spec/rails/templates/class_loading_system_spec/app/views/sub_widget.rb
- spec/rails/templates/class_loading_system_spec/lib/arbitrary_name/some_widget.rb
- spec/rails/templates/class_loading_system_spec/lib/views/class_loading_system_spec/lib_views_helper.rb
- spec/rails/templates/class_loading_system_spec/lib/views/class_loading_system_spec/widget_defined_outside_app_views.rb
- spec/rails/templates/class_loading_system_spec/lib/views/lib_widget.rb
- spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
- spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
- spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/fields_for_test.rb
- spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
- spec/rails/templates/complex_helpers_system_spec/config/environments/development.rb
- spec/rails/templates/data_passing_system_spec/app/controllers/data_passing_system_spec_controller.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_erb_to_parallel_widget_handoff_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_implicit_erb_to_widget_handoff_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_implicit_variable_write_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_widget_to_parallel_erb_handoff_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/erb_copied_variables.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/erb_to_parallel_widget_handoff.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/erb_to_parallel_widget_handoff_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/explicit_controller_variable_read.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/extra_variables.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/extra_variables_requested.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_erb_to_widget_handoff.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_erb_to_widget_handoff_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance_child_one.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance_child_two.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance_parent.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inner.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_read.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_read_inner.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_write.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_write_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing_child.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing_partial.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing_partial_child.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/passing_data_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/passing_locals_and_controller_variables_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/passing_locals_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/variables_to_layout.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/widget_copied_variables.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/widget_to_parallel_erb_handoff.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/widget_to_parallel_erb_handoff_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/layouts/data_layout.rb
- spec/rails/templates/default_layout_system_spec/app/controllers/default_layout_system_spec_controller.rb
- spec/rails/templates/default_layout_system_spec/app/views/default_layout_system_spec/erb_with_widget_default_layout.html.erb
- spec/rails/templates/default_layout_system_spec/app/views/default_layout_system_spec/widget_with_widget_default_layout.rb
- spec/rails/templates/default_layout_system_spec/app/views/layouts/application.rb
- spec/rails/templates/development_mode_system_spec/app/controllers/development_mode_system_spec_controller.rb
- spec/rails/templates/development_mode_system_spec/app/controllers/replaced_controller.rb
- spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
- spec/rails/templates/development_mode_system_spec/app/views/base.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_mailer/mailer_formatting_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_mailer/mailer_layout_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_mailer/mailer_view_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/form.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/mailer_formatting_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/mailer_layout_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/mailer_view_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/namespace_reference.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/referenced_widget.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/reload_widget.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/reload_widget_with_html_extension.html.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/sample_output.rb
- spec/rails/templates/development_mode_system_spec/app/views/layouts/mail_layout.rb
- spec/rails/templates/development_mode_system_spec/app/views/replaced/reload_widget.rb
- spec/rails/templates/development_mode_system_spec/app/views/shared/some_module.rb
- spec/rails/templates/development_mode_system_spec/config/environments/development.rb
- spec/rails/templates/erb_integration_system_spec/app/controllers/erb_integration_system_spec_controller.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/_erb_partial_from_widget_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/_fortitude_partial_with_underscore_partial.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/_prefers_erb_partial_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/erb_partial_from_widget.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/erb_to_widget_with_render_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/erb_to_widget_with_render_partial_widget.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/fortitude_partial_with_underscore.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/prefers_erb_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/prefers_erb_partial_partial.rb
- spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb
- spec/rails/templates/erector_coexistence_system_spec/app/v/views/erector_coexistence_system_spec/erector_widget_in_app_v_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/v/views/erector_coexistence_system_spec/fortitude_widget_in_app_v_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/erector_coexistence_system_spec/erector_widget_in_app_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/erector_coexistence_system_spec/fortitude_widget_in_app_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/erector_widget.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/fortitude_widget.rb
- spec/rails/templates/erector_coexistence_system_spec/config/application.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/controllers/helpers_include_all_off_system_spec_controller.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/helpers/application_helper.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/helpers/some_helper.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/views/helpers_include_all_off_system_spec/include_all_off.rb
- spec/rails/templates/helpers_include_all_off_system_spec/config/application.rb
- spec/rails/templates/helpers_system_spec/app/controllers/helpers_system_spec_controller.rb
- spec/rails/templates/helpers_system_spec/app/helpers/some_helper.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_disabled.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance_child_one.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance_child_two.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance_parent.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/basic_helpers.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/block_helpers.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/controller_helper_method.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/controller_helper_module.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_helper_outputs.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_helpers_basic.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_helpers_with_a_block.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_outputting_to_returning.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helper_settings_inheritance.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helper_settings_inheritance_parent.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/private_helper_erb.html.erb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/private_helper_fortitude.rb
- spec/rails/templates/helpers_system_spec/lib/some_stuff.rb
- spec/rails/templates/helpers_unrefined_system_spec/app/controllers/helpers_unrefined_system_spec_controller.rb
- spec/rails/templates/helpers_unrefined_system_spec/app/views/helpers_unrefined_system_spec/helpers_that_output_when_refined.rb
- spec/rails/templates/helpers_unrefined_system_spec/config/environments/production.rb
- spec/rails/templates/layouts_system_spec/app/controllers/layouts_system_spec_controller.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts/alternate.html.erb
- spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
- spec/rails/templates/layouts_system_spec/app/views/layouts/explicit_yield.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts/widget_layout.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/erb_inside_widget_layout.html.erb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/the_render_widget.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_erb_layout.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/yield_from_widget_explicitly.rb
- spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/dot_notation.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/explicit_html.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/i18n_t.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/native_support.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/readjust_base.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/t.rb
- spec/rails/templates/localization_system_spec/config/locales/en.yml
- spec/rails/templates/localization_system_spec/config/locales/fr.yml
- spec/rails/templates/localization_system_spec/config/locales/pt.yml
- spec/rails/templates/mailer_system_spec/app/controllers/mailer_system_spec_controller.rb
- spec/rails/templates/mailer_system_spec/app/mailers/basic_mailer.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/basic_mail.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/mail_with_erb_layout_and_fortitude_view.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/mail_with_fortitude_layout.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/mail_with_fortitude_layout_and_erb_view.html.erb
- spec/rails/templates/mailer_system_spec/app/views/layouts/erb_layout.html.erb
- spec/rails/templates/mailer_system_spec/app/views/layouts/fortitude_layout.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail_with_erb_layout_and_fortitude_view.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail_with_fortitude_layout.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail_with_fortitude_layout_and_erb_view.rb
- spec/rails/templates/mailer_system_spec/config/environments/production.rb
- spec/rails/templates/production_mode_system_spec/app/controllers/production_mode_system_spec_controller.rb
- spec/rails/templates/production_mode_system_spec/app/views/production_mode_system_spec/sample_output.rb
- spec/rails/templates/rendering_context_system_spec/app/controllers/rendering_context_system_spec_controller.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_current_element_nesting_intermediate.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_start_end_widget_through_partials_partial.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_uses_direct_context_for_all_widgets_partial.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_uses_specified_context_through_nesting_partial.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/current_element_nesting_child.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/current_element_nesting_toplevel.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/render_widget.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_basic.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_basic_inner.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_through_partials.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_through_partials_partial_widget.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_direct_context_for_all_widgets.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_direct_context_for_all_widgets_widget.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_direct_context_in_view.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_in_partials.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_in_partials_partial.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_in_view.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_through_nesting.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_through_nesting_inner_partial.rb
- spec/rails/templates/rendering_context_system_spec/lib/simple_rc.rb
- spec/rails/templates/rendering_system_spec/app/controllers/rendering_system_spec_controller.rb
- spec/rails/templates/rendering_system_spec/app/helpers/application_helper.rb
- spec/rails/templates/rendering_system_spec/app/views/layouts/application.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/_layout_for_partial.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/_the_partial.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/partial_with_layout.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_collection.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_collection_as.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_file_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_html_safe_strings.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_inline_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_object.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_partial_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_partial_with_layout.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_partial_with_widget_layout.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_template_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_text_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/stream_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/trivial_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/widget_layout_for_partial.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/widget_with_name.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/word.rb
- spec/rails/templates/rendering_system_spec/app/views/widget_to_render.rb
- spec/rails/templates/rendering_system_spec/app/views/widget_to_render_class_only.rb
- spec/rails/templates/rendering_system_spec/app/views/widget_to_render_with_helper.rb
- spec/rails/templates/rules_system_spec/app/controllers/rules_system_spec_controller.rb
- spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/_intervening_partial_erb_partial.html.erb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/intervening_partial.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/intervening_partial_fortitude_partial.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalid_start_tag_in_partial.html.erb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalid_start_tag_in_partial_partial.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalid_start_tag_in_view.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalidly_nested_tag.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalidly_nested_tag_in_partial.html.erb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalidly_nested_tag_in_partial_partial.rb
- spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
- spec/rails/templates/static_method_system_spec/app/helpers/some_helper.rb
- spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
- spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
- spec/rails/templates/static_method_system_spec/config/locales/en.yml
- spec/rails/templates/static_method_system_spec/config/locales/fr.yml
- spec/system/around_content_system_spec.rb
- spec/system/assigns_system_spec.rb
- spec/system/attribute_rules_system_spec.rb
- spec/system/basic_system_spec.rb
- spec/system/content_inheritance_system_spec.rb
- spec/system/convenience_methods_system_spec.rb
- spec/system/doctypes_system_spec.rb
- spec/system/erector_compatibility_system_spec.rb
- spec/system/escaping_system_spec.rb
- spec/system/formatting_system_spec.rb
- spec/system/helpers_system_spec.rb
- spec/system/id_uniqueness_system_spec.rb
- spec/system/inline_system_spec.rb
- spec/system/localization_system_spec.rb
- spec/system/method_precedence_system_spec.rb
- spec/system/needs_system_spec.rb
- spec/system/other_outputters_system_spec.rb
- spec/system/rails_not_available_spec.rb
- spec/system/rebuild_notifications_system_spec.rb
- spec/system/record_tag_emission_system_spec.rb
- spec/system/rendering_context_system_spec.rb
- spec/system/setting_inheritance_system_spec.rb
- spec/system/shared_variable_system_spec.rb
- spec/system/start_end_comments_system_spec.rb
- spec/system/static_method_system_spec.rb
- spec/system/tag_rendering_system_spec.rb
- spec/system/tag_return_value_system_spec.rb
- spec/system/tag_rules_system_spec.rb
- spec/system/tag_updating_system_spec.rb
- spec/system/tilt_system_spec.rb
- spec/system/unparsed_data_system_spec.rb
- spec/system/void_tags_system_spec.rb
- spec/system/widget_class_from_spec.rb
- spec/system/widget_method_system_spec.rb
- spec/system/widget_return_values_system_spec.rb
- spec/system/yield_system_spec.rb
homepage: https://github.com/ageweke/fortitude
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: 'Views Are Code: use all the power of Ruby to build views in your own language.'
test_files:
- spec/helpers/fortitude_rails_helpers.rb
- spec/helpers/global_helper.rb
- spec/helpers/system_helpers.rb
- spec/rails/basic_rails_system_spec.rb
- spec/rails/capture_system_spec.rb
- spec/rails/class_loading_system_spec.rb
- spec/rails/complex_helpers_system_spec.rb
- spec/rails/data_passing_system_spec.rb
- spec/rails/default_layout_system_spec.rb
- spec/rails/development_mode_system_spec.rb
- spec/rails/erb_integration_system_spec.rb
- spec/rails/erector_coexistence_system_spec.rb
- spec/rails/helpers_include_all_off_system_spec.rb
- spec/rails/helpers_system_spec.rb
- spec/rails/helpers_unrefined_system_spec.rb
- spec/rails/layouts_system_spec.rb
- spec/rails/localization_system_spec.rb
- spec/rails/mailer_system_spec.rb
- spec/rails/production_mode_system_spec.rb
- spec/rails/rendering_context_system_spec.rb
- spec/rails/rendering_system_spec.rb
- spec/rails/rules_system_spec.rb
- spec/rails/static_method_system_spec.rb
- spec/rails/templates/basic_rails_system_spec/app/controllers/basic_rails_system_spec_controller.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/double_render_one.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/double_render_three.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/double_render_two.rb
- spec/rails/templates/basic_rails_system_spec/app/views/basic_rails_system_spec/trivial_widget.rb
- spec/rails/templates/capture_system_spec/app/controllers/capture_system_spec_controller.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/_some_erb_partial.html.erb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/another_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/capture_erb_from_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/capture_widget_from_erb.html.erb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/capture_widget_from_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/some_widget.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/widget_content_for.rb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/widget_layout_needing_content_yield_with_erb.html.erb
- spec/rails/templates/capture_system_spec/app/views/capture_system_spec/widget_provide.rb
- spec/rails/templates/capture_system_spec/app/views/layouts/erb_layout_needing_content.html.erb
- spec/rails/templates/capture_system_spec/app/views/layouts/widget_layout_needing_content_content_for.rb
- spec/rails/templates/capture_system_spec/app/views/layouts/widget_layout_needing_content_yield.rb
- spec/rails/templates/class_loading_system_spec/app/controllers/class_loading_system_spec_controller.rb
- spec/rails/templates/class_loading_system_spec/app/models/views/app_models_helper.rb
- spec/rails/templates/class_loading_system_spec/app/models/views/models_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/autoload_namespace/autoload_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/_foo.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/_loaded_underscore_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/_underscore_view.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/app_models.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/autoload_one_widget_from_another.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/bar.html.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/bar.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/class_should_not_load.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/foo.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/lib_views.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/use_lib_widget_from_view_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/class_loading_system_spec/use_models_widget_from_view_widget.rb
- spec/rails/templates/class_loading_system_spec/app/views/some_namespace/some_other_namespace/.git_keep
- spec/rails/templates/class_loading_system_spec/app/views/sub_widget.rb
- spec/rails/templates/class_loading_system_spec/lib/arbitrary_name/some_widget.rb
- spec/rails/templates/class_loading_system_spec/lib/views/class_loading_system_spec/lib_views_helper.rb
- spec/rails/templates/class_loading_system_spec/lib/views/class_loading_system_spec/widget_defined_outside_app_views.rb
- spec/rails/templates/class_loading_system_spec/lib/views/lib_widget.rb
- spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
- spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
- spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/fields_for_test.rb
- spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
- spec/rails/templates/complex_helpers_system_spec/config/environments/development.rb
- spec/rails/templates/data_passing_system_spec/app/controllers/data_passing_system_spec_controller.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_erb_to_parallel_widget_handoff_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_implicit_erb_to_widget_handoff_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_implicit_variable_write_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/_widget_to_parallel_erb_handoff_erb.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/erb_copied_variables.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/erb_to_parallel_widget_handoff.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/erb_to_parallel_widget_handoff_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/explicit_controller_variable_read.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/extra_variables.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/extra_variables_requested.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_erb_to_widget_handoff.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_erb_to_widget_handoff_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance_child_one.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance_child_two.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inheritance_parent.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_shared_variable_access_inner.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_read.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_read_inner.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_write.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/implicit_variable_write_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing_child.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing_partial.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/parent_to_child_passing_partial_child.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/passing_data_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/passing_locals_and_controller_variables_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/passing_locals_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/variables_to_layout.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/widget_copied_variables.rb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/widget_to_parallel_erb_handoff.html.erb
- spec/rails/templates/data_passing_system_spec/app/views/data_passing_system_spec/widget_to_parallel_erb_handoff_widget.rb
- spec/rails/templates/data_passing_system_spec/app/views/layouts/data_layout.rb
- spec/rails/templates/default_layout_system_spec/app/controllers/default_layout_system_spec_controller.rb
- spec/rails/templates/default_layout_system_spec/app/views/default_layout_system_spec/erb_with_widget_default_layout.html.erb
- spec/rails/templates/default_layout_system_spec/app/views/default_layout_system_spec/widget_with_widget_default_layout.rb
- spec/rails/templates/default_layout_system_spec/app/views/layouts/application.rb
- spec/rails/templates/development_mode_system_spec/app/controllers/development_mode_system_spec_controller.rb
- spec/rails/templates/development_mode_system_spec/app/controllers/replaced_controller.rb
- spec/rails/templates/development_mode_system_spec/app/mailers/development_mode_mailer.rb
- spec/rails/templates/development_mode_system_spec/app/views/base.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_mailer/mailer_formatting_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_mailer/mailer_layout_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_mailer/mailer_view_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/form.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/mailer_formatting_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/mailer_layout_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/mailer_view_test.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/namespace_reference.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/referenced_widget.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/reload_widget.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/reload_widget_with_html_extension.html.rb
- spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/sample_output.rb
- spec/rails/templates/development_mode_system_spec/app/views/layouts/mail_layout.rb
- spec/rails/templates/development_mode_system_spec/app/views/replaced/reload_widget.rb
- spec/rails/templates/development_mode_system_spec/app/views/shared/some_module.rb
- spec/rails/templates/development_mode_system_spec/config/environments/development.rb
- spec/rails/templates/erb_integration_system_spec/app/controllers/erb_integration_system_spec_controller.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/_erb_partial_from_widget_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/_fortitude_partial_with_underscore_partial.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/_prefers_erb_partial_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/erb_partial_from_widget.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/erb_to_widget_with_render_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/erb_to_widget_with_render_partial_widget.rb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/fortitude_partial_with_underscore.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/prefers_erb_partial.html.erb
- spec/rails/templates/erb_integration_system_spec/app/views/erb_integration_system_spec/prefers_erb_partial_partial.rb
- spec/rails/templates/erector_coexistence_system_spec/app/controllers/erector_coexistence_system_spec_controller.rb
- spec/rails/templates/erector_coexistence_system_spec/app/v/views/erector_coexistence_system_spec/erector_widget_in_app_v_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/v/views/erector_coexistence_system_spec/fortitude_widget_in_app_v_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/erector_coexistence_system_spec/erector_widget_in_app_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/erector_coexistence_system_spec/fortitude_widget_in_app_views.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/erector_widget.rb
- spec/rails/templates/erector_coexistence_system_spec/app/views/fortitude_widget.rb
- spec/rails/templates/erector_coexistence_system_spec/config/application.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/controllers/helpers_include_all_off_system_spec_controller.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/helpers/application_helper.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/helpers/some_helper.rb
- spec/rails/templates/helpers_include_all_off_system_spec/app/views/helpers_include_all_off_system_spec/include_all_off.rb
- spec/rails/templates/helpers_include_all_off_system_spec/config/application.rb
- spec/rails/templates/helpers_system_spec/app/controllers/helpers_system_spec_controller.rb
- spec/rails/templates/helpers_system_spec/app/helpers/some_helper.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_disabled.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance_child_one.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance_child_two.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/automatic_helpers_inheritance_parent.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/basic_helpers.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/block_helpers.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/controller_helper_method.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/controller_helper_module.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_helper_outputs.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_helpers_basic.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_helpers_with_a_block.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_outputting_to_returning.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helper_settings_inheritance.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helper_settings_inheritance_parent.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/private_helper_erb.html.erb
- spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/private_helper_fortitude.rb
- spec/rails/templates/helpers_system_spec/lib/some_stuff.rb
- spec/rails/templates/helpers_unrefined_system_spec/app/controllers/helpers_unrefined_system_spec_controller.rb
- spec/rails/templates/helpers_unrefined_system_spec/app/views/helpers_unrefined_system_spec/helpers_that_output_when_refined.rb
- spec/rails/templates/helpers_unrefined_system_spec/config/environments/production.rb
- spec/rails/templates/layouts_system_spec/app/controllers/layouts_system_spec_controller.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts/alternate.html.erb
- spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
- spec/rails/templates/layouts_system_spec/app/views/layouts/explicit_yield.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts/widget_layout.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/erb_inside_widget_layout.html.erb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/the_render_widget.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_erb_layout.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
- spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/yield_from_widget_explicitly.rb
- spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/dot_notation.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/explicit_html.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/i18n_t.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/native_support.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/readjust_base.rb
- spec/rails/templates/localization_system_spec/app/views/localization_system_spec/t.rb
- spec/rails/templates/localization_system_spec/config/locales/en.yml
- spec/rails/templates/localization_system_spec/config/locales/fr.yml
- spec/rails/templates/localization_system_spec/config/locales/pt.yml
- spec/rails/templates/mailer_system_spec/app/controllers/mailer_system_spec_controller.rb
- spec/rails/templates/mailer_system_spec/app/mailers/basic_mailer.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/basic_mail.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/mail_with_erb_layout_and_fortitude_view.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/mail_with_fortitude_layout.rb
- spec/rails/templates/mailer_system_spec/app/views/basic_mailer/mail_with_fortitude_layout_and_erb_view.html.erb
- spec/rails/templates/mailer_system_spec/app/views/layouts/erb_layout.html.erb
- spec/rails/templates/mailer_system_spec/app/views/layouts/fortitude_layout.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail_with_erb_layout_and_fortitude_view.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail_with_fortitude_layout.rb
- spec/rails/templates/mailer_system_spec/app/views/mailer_system_spec/send_mail_with_fortitude_layout_and_erb_view.rb
- spec/rails/templates/mailer_system_spec/config/environments/production.rb
- spec/rails/templates/production_mode_system_spec/app/controllers/production_mode_system_spec_controller.rb
- spec/rails/templates/production_mode_system_spec/app/views/production_mode_system_spec/sample_output.rb
- spec/rails/templates/rendering_context_system_spec/app/controllers/rendering_context_system_spec_controller.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_current_element_nesting_intermediate.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_start_end_widget_through_partials_partial.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_uses_direct_context_for_all_widgets_partial.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/_uses_specified_context_through_nesting_partial.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/current_element_nesting_child.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/current_element_nesting_toplevel.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/render_widget.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_basic.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_basic_inner.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_through_partials.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/start_end_widget_through_partials_partial_widget.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_direct_context_for_all_widgets.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_direct_context_for_all_widgets_widget.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_direct_context_in_view.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_in_partials.html.erb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_in_partials_partial.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_in_view.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_through_nesting.rb
- spec/rails/templates/rendering_context_system_spec/app/views/rendering_context_system_spec/uses_specified_context_through_nesting_inner_partial.rb
- spec/rails/templates/rendering_context_system_spec/lib/simple_rc.rb
- spec/rails/templates/rendering_system_spec/app/controllers/rendering_system_spec_controller.rb
- spec/rails/templates/rendering_system_spec/app/helpers/application_helper.rb
- spec/rails/templates/rendering_system_spec/app/views/layouts/application.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/_layout_for_partial.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/_the_partial.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/partial_with_layout.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_collection.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_collection_as.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_file_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_html_safe_strings.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_inline_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_object.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_partial_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_partial_with_layout.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_partial_with_widget_layout.html.erb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_template_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/render_text_from_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/stream_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/trivial_widget.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/widget_layout_for_partial.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/widget_with_name.rb
- spec/rails/templates/rendering_system_spec/app/views/rendering_system_spec/word.rb
- spec/rails/templates/rendering_system_spec/app/views/widget_to_render.rb
- spec/rails/templates/rendering_system_spec/app/views/widget_to_render_class_only.rb
- spec/rails/templates/rendering_system_spec/app/views/widget_to_render_with_helper.rb
- spec/rails/templates/rules_system_spec/app/controllers/rules_system_spec_controller.rb
- spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/_intervening_partial_erb_partial.html.erb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/intervening_partial.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/intervening_partial_fortitude_partial.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalid_start_tag_in_partial.html.erb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalid_start_tag_in_partial_partial.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalid_start_tag_in_view.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalidly_nested_tag.rb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalidly_nested_tag_in_partial.html.erb
- spec/rails/templates/rules_system_spec/app/views/rules_system_spec/invalidly_nested_tag_in_partial_partial.rb
- spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
- spec/rails/templates/static_method_system_spec/app/helpers/some_helper.rb
- spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
- spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
- spec/rails/templates/static_method_system_spec/config/locales/en.yml
- spec/rails/templates/static_method_system_spec/config/locales/fr.yml
- spec/system/around_content_system_spec.rb
- spec/system/assigns_system_spec.rb
- spec/system/attribute_rules_system_spec.rb
- spec/system/basic_system_spec.rb
- spec/system/content_inheritance_system_spec.rb
- spec/system/convenience_methods_system_spec.rb
- spec/system/doctypes_system_spec.rb
- spec/system/erector_compatibility_system_spec.rb
- spec/system/escaping_system_spec.rb
- spec/system/formatting_system_spec.rb
- spec/system/helpers_system_spec.rb
- spec/system/id_uniqueness_system_spec.rb
- spec/system/inline_system_spec.rb
- spec/system/localization_system_spec.rb
- spec/system/method_precedence_system_spec.rb
- spec/system/needs_system_spec.rb
- spec/system/other_outputters_system_spec.rb
- spec/system/rails_not_available_spec.rb
- spec/system/rebuild_notifications_system_spec.rb
- spec/system/record_tag_emission_system_spec.rb
- spec/system/rendering_context_system_spec.rb
- spec/system/setting_inheritance_system_spec.rb
- spec/system/shared_variable_system_spec.rb
- spec/system/start_end_comments_system_spec.rb
- spec/system/static_method_system_spec.rb
- spec/system/tag_rendering_system_spec.rb
- spec/system/tag_return_value_system_spec.rb
- spec/system/tag_rules_system_spec.rb
- spec/system/tag_updating_system_spec.rb
- spec/system/tilt_system_spec.rb
- spec/system/unparsed_data_system_spec.rb
- spec/system/void_tags_system_spec.rb
- spec/system/widget_class_from_spec.rb
- spec/system/widget_method_system_spec.rb
- spec/system/widget_return_values_system_spec.rb
- spec/system/yield_system_spec.rb