Sha256: dfa5d4177535095f55f9e43fc8a8770af4c68eafd612233811016835476b9e2a

Contents?: true

Size: 850 Bytes

Versions: 52

Compression:

Stored size: 850 Bytes

Contents

  CamelToUnderscore = {
    'Product'               => 'product',
    'SpecialGuest'          => 'special_guest',
    'ApplicationController' => 'application_controller',
    'Area51Controller'      => 'area51_controller'
  }

  UnderscoreToLowerCamel = {
    'product'                => 'product',
    'special_guest'          => 'specialGuest',
    'application_controller' => 'applicationController',
    'area51_controller'      => 'area51Controller'
  }

  UnderscoresToDashes = {
    'street'                => 'street',
    'street_address'        => 'street-address',
    'person_street_address' => 'person-street-address'
  }

  UnderscoresToHeaders = {
    'proxy_authenticate' => 'Proxy-Authenticate',
    'set_cookie' => 'Set-Cookie',
    'set-cookie' => 'Set-Cookie',
    'via' => 'Via',
    'WWW_Authenticate' => 'WWW-Authenticate'
  }

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
volt-0.9.7.pre8 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.7.pre7 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.7.pre6 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.7.pre5 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.7.pre3 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.7.pre2 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.6 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.6.pre3 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.6.pre2 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.6.pre1 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre12 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre11 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre9 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre8 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre7 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre6 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre5 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre4 spec/extra_core/string_transformation_test_cases.rb
volt-0.9.5.pre3 spec/extra_core/string_transformation_test_cases.rb