Sha256: 742f1a0181243f4220c1bf79f54a788949ec4529fcf5efd6e35b8d4ab254c6ff

Contents?: true

Size: 417 Bytes

Versions: 29

Compression:

Stored size: 417 Bytes

Contents

class Views::HelpersSystemSpec::BuiltInOutputtingHelpers < Fortitude::Widgets::Html5
  def content
    # ActionView::Helpers::TextHelpers actually contains the only set of outputting helpers that
    # are built in to Rails...
    div(:class => "concat_container") do
      concat "this is concatted"
    end

    div(:class => "safe_concat_container") do
      safe_concat "this is safe_concatted"
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.6 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.5-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.5 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.4-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.4 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.3-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.3 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.2-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.2 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.1-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.1 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.0-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.9.0 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.0.10-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.0.10 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.0.9-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.0.9 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.0.7-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb
fortitude-0.0.7 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_helpers.rb