angular-rails4-templates 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5977) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +20 -0
  3. data/README.md +219 -0
  4. data/lib/angular-rails-templates/compact_javascript_escape.rb +29 -0
  5. data/lib/angular-rails-templates/engine.rb +78 -0
  6. data/lib/angular-rails-templates/haml_processor.rb +19 -0
  7. data/lib/angular-rails-templates/javascript_template.js.erb +6 -0
  8. data/lib/angular-rails-templates/processor.rb +51 -0
  9. data/lib/angular-rails-templates/template.rb +53 -0
  10. data/lib/angular-rails-templates/version.rb +3 -0
  11. data/lib/angular-rails4-templates.rb +7 -0
  12. data/lib/angular-rails4-templates/compact_javascript_escape.rb +29 -0
  13. data/lib/angular-rails4-templates/engine.rb +78 -0
  14. data/lib/angular-rails4-templates/haml_processor.rb +19 -0
  15. data/lib/angular-rails4-templates/javascript_template.js.erb +7 -0
  16. data/lib/angular-rails4-templates/processor.rb +51 -0
  17. data/lib/angular-rails4-templates/template.rb +54 -0
  18. data/lib/angular-rails4-templates/version.rb +3 -0
  19. data/vendor/assets/javascripts/angular-rails4-templates.js.erb +7 -0
  20. data/vendor/ruby/2.1.0/bin/erubis +23 -0
  21. data/vendor/ruby/2.1.0/bin/haml +23 -0
  22. data/vendor/ruby/2.1.0/bin/kramdown +23 -0
  23. data/vendor/ruby/2.1.0/bin/nokogiri +23 -0
  24. data/vendor/ruby/2.1.0/bin/rackup +23 -0
  25. data/vendor/ruby/2.1.0/bin/rails +23 -0
  26. data/vendor/ruby/2.1.0/bin/rake +23 -0
  27. data/vendor/ruby/2.1.0/bin/slimrb +23 -0
  28. data/vendor/ruby/2.1.0/bin/sprockets +23 -0
  29. data/vendor/ruby/2.1.0/bin/thor +23 -0
  30. data/vendor/ruby/2.1.0/bin/tilt +23 -0
  31. data/vendor/ruby/2.1.0/cache/actionmailer-4.1.13.gem +0 -0
  32. data/vendor/ruby/2.1.0/cache/actionmailer-4.2.4.gem +0 -0
  33. data/vendor/ruby/2.1.0/cache/actionpack-4.1.13.gem +0 -0
  34. data/vendor/ruby/2.1.0/cache/actionpack-4.2.4.gem +0 -0
  35. data/vendor/ruby/2.1.0/cache/actionview-4.1.13.gem +0 -0
  36. data/vendor/ruby/2.1.0/cache/actionview-4.2.4.gem +0 -0
  37. data/vendor/ruby/2.1.0/cache/activejob-4.2.4.gem +0 -0
  38. data/vendor/ruby/2.1.0/cache/activemodel-4.1.13.gem +0 -0
  39. data/vendor/ruby/2.1.0/cache/activemodel-4.2.4.gem +0 -0
  40. data/vendor/ruby/2.1.0/cache/activerecord-4.1.13.gem +0 -0
  41. data/vendor/ruby/2.1.0/cache/activerecord-4.2.4.gem +0 -0
  42. data/vendor/ruby/2.1.0/cache/activesupport-4.1.13.gem +0 -0
  43. data/vendor/ruby/2.1.0/cache/activesupport-4.2.4.gem +0 -0
  44. data/vendor/ruby/2.1.0/cache/arel-5.0.1.20140414130214.gem +0 -0
  45. data/vendor/ruby/2.1.0/cache/arel-6.0.3.gem +0 -0
  46. data/vendor/ruby/2.1.0/cache/builder-3.2.2.gem +0 -0
  47. data/vendor/ruby/2.1.0/cache/capybara-2.4.4.gem +0 -0
  48. data/vendor/ruby/2.1.0/cache/erubis-2.7.0.gem +0 -0
  49. data/vendor/ruby/2.1.0/cache/execjs-2.6.0.gem +0 -0
  50. data/vendor/ruby/2.1.0/cache/globalid-0.3.6.gem +0 -0
  51. data/vendor/ruby/2.1.0/cache/haml-4.0.7.gem +0 -0
  52. data/vendor/ruby/2.1.0/cache/i18n-0.7.0.gem +0 -0
  53. data/vendor/ruby/2.1.0/cache/json-1.8.3.gem +0 -0
  54. data/vendor/ruby/2.1.0/cache/kramdown-1.8.0.gem +0 -0
  55. data/vendor/ruby/2.1.0/cache/loofah-2.0.3.gem +0 -0
  56. data/vendor/ruby/2.1.0/cache/mail-2.6.3.gem +0 -0
  57. data/vendor/ruby/2.1.0/cache/mime-types-2.6.1.gem +0 -0
  58. data/vendor/ruby/2.1.0/cache/mini_portile-0.6.2.gem +0 -0
  59. data/vendor/ruby/2.1.0/cache/minitest-5.8.0.gem +0 -0
  60. data/vendor/ruby/2.1.0/cache/nokogiri-1.6.6.2.gem +0 -0
  61. data/vendor/ruby/2.1.0/cache/rack-1.5.5.gem +0 -0
  62. data/vendor/ruby/2.1.0/cache/rack-1.6.4.gem +0 -0
  63. data/vendor/ruby/2.1.0/cache/rack-test-0.6.3.gem +0 -0
  64. data/vendor/ruby/2.1.0/cache/rails-4.1.13.gem +0 -0
  65. data/vendor/ruby/2.1.0/cache/rails-4.2.4.gem +0 -0
  66. data/vendor/ruby/2.1.0/cache/rails-deprecated_sanitizer-1.0.3.gem +0 -0
  67. data/vendor/ruby/2.1.0/cache/rails-dom-testing-1.0.7.gem +0 -0
  68. data/vendor/ruby/2.1.0/cache/rails-html-sanitizer-1.0.2.gem +0 -0
  69. data/vendor/ruby/2.1.0/cache/railties-4.1.13.gem +0 -0
  70. data/vendor/ruby/2.1.0/cache/railties-4.2.4.gem +0 -0
  71. data/vendor/ruby/2.1.0/cache/rake-10.4.2.gem +0 -0
  72. data/vendor/ruby/2.1.0/cache/slim-3.0.6.gem +0 -0
  73. data/vendor/ruby/2.1.0/cache/sprockets-3.3.3.gem +0 -0
  74. data/vendor/ruby/2.1.0/cache/sprockets-rails-2.3.2.gem +0 -0
  75. data/vendor/ruby/2.1.0/cache/temple-0.7.6.gem +0 -0
  76. data/vendor/ruby/2.1.0/cache/thor-0.19.1.gem +0 -0
  77. data/vendor/ruby/2.1.0/cache/thread_safe-0.3.5.gem +0 -0
  78. data/vendor/ruby/2.1.0/cache/tilt-2.0.1.gem +0 -0
  79. data/vendor/ruby/2.1.0/cache/tzinfo-1.2.2.gem +0 -0
  80. data/vendor/ruby/2.1.0/cache/uglifier-2.7.1.gem +0 -0
  81. data/vendor/ruby/2.1.0/cache/xpath-2.0.0.gem +0 -0
  82. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/gem.build_complete +0 -0
  83. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/gem_make.out +10 -0
  84. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/json/ext/generator.bundle +0 -0
  85. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/json/ext/parser.bundle +0 -0
  86. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/gem.build_complete +0 -0
  87. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/gem_make.out +173 -0
  88. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/mkmf.log +553 -0
  89. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/nokogiri/nokogiri.bundle +0 -0
  90. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/CHANGELOG.md +168 -0
  91. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/MIT-LICENSE +21 -0
  92. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/README.rdoc +162 -0
  93. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer.rb +49 -0
  94. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/base.rb +903 -0
  95. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/collector.rb +30 -0
  96. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/delivery_methods.rb +84 -0
  97. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/gem_version.rb +15 -0
  98. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/inline_preview_interceptor.rb +61 -0
  99. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/log_subscriber.rb +36 -0
  100. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/mail_helper.rb +58 -0
  101. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/preview.rb +106 -0
  102. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/railtie.rb +55 -0
  103. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/test_case.rb +85 -0
  104. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/test_helper.rb +60 -0
  105. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/version.rb +8 -0
  106. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/rails/generators/mailer/USAGE +17 -0
  107. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/rails/generators/mailer/mailer_generator.rb +16 -0
  108. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/rails/generators/mailer/templates/mailer.rb +18 -0
  109. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/CHANGELOG.md +104 -0
  110. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/MIT-LICENSE +21 -0
  111. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/README.rdoc +176 -0
  112. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer.rb +51 -0
  113. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/base.rb +948 -0
  114. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/collector.rb +30 -0
  115. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/delivery_job.rb +13 -0
  116. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/delivery_methods.rb +84 -0
  117. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/gem_version.rb +15 -0
  118. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/inline_preview_interceptor.rb +61 -0
  119. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/log_subscriber.rb +39 -0
  120. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/mail_helper.rb +58 -0
  121. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/message_delivery.rb +115 -0
  122. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/preview.rb +118 -0
  123. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/railtie.rb +64 -0
  124. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/test_case.rb +104 -0
  125. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/test_helper.rb +62 -0
  126. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/version.rb +9 -0
  127. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/USAGE +17 -0
  128. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/mailer_generator.rb +19 -0
  129. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/templates/application_mailer.rb +4 -0
  130. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/templates/mailer.rb +17 -0
  131. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/CHANGELOG.md +824 -0
  132. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/MIT-LICENSE +21 -0
  133. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/README.rdoc +53 -0
  134. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller.rb +20 -0
  135. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/asset_paths.rb +10 -0
  136. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/base.rb +259 -0
  137. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/callbacks.rb +219 -0
  138. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/collector.rb +46 -0
  139. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/helpers.rb +187 -0
  140. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/logger.rb +12 -0
  141. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/railties/routes_helpers.rb +18 -0
  142. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/rendering.rb +120 -0
  143. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/translation.rb +28 -0
  144. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/url_for.rb +33 -0
  145. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller.rb +58 -0
  146. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/base.rb +267 -0
  147. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/caching.rb +89 -0
  148. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/caching/fragments.rb +97 -0
  149. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/log_subscriber.rb +83 -0
  150. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal.rb +240 -0
  151. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/conditional_get.rb +175 -0
  152. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/cookies.rb +16 -0
  153. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/data_streaming.rb +171 -0
  154. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/exceptions.rb +59 -0
  155. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/flash.rb +60 -0
  156. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/force_ssl.rb +97 -0
  157. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/head.rb +54 -0
  158. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/helpers.rb +113 -0
  159. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/hide_actions.rb +40 -0
  160. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/http_authentication.rb +509 -0
  161. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/implicit_render.rb +19 -0
  162. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/instrumentation.rb +109 -0
  163. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/live.rb +277 -0
  164. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/mime_responds.rb +547 -0
  165. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/params_wrapper.rb +285 -0
  166. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/rack_delegation.rb +32 -0
  167. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/redirecting.rb +106 -0
  168. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/renderers.rb +120 -0
  169. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/rendering.rb +104 -0
  170. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/request_forgery_protection.rb +263 -0
  171. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/rescue.rb +35 -0
  172. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/responder.rb +297 -0
  173. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/streaming.rb +221 -0
  174. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/strong_parameters.rb +554 -0
  175. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/testing.rb +31 -0
  176. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/url_for.rb +50 -0
  177. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/middleware.rb +39 -0
  178. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/model_naming.rb +12 -0
  179. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/railtie.rb +67 -0
  180. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/railties/helpers.rb +22 -0
  181. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/test_case.rb +717 -0
  182. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch.rb +105 -0
  183. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/cache.rb +175 -0
  184. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/filter_parameters.rb +78 -0
  185. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/filter_redirect.rb +38 -0
  186. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/headers.rb +65 -0
  187. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/mime_negotiation.rb +149 -0
  188. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/mime_type.rb +315 -0
  189. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/mime_types.rb +36 -0
  190. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/parameter_filter.rb +72 -0
  191. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/parameters.rb +82 -0
  192. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/rack_cache.rb +61 -0
  193. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/request.rb +322 -0
  194. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/response.rb +353 -0
  195. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/upload.rb +77 -0
  196. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/url.rb +249 -0
  197. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey.rb +5 -0
  198. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/backwards.rb +5 -0
  199. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/formatter.rb +150 -0
  200. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/gtg/builder.rb +162 -0
  201. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/gtg/simulator.rb +44 -0
  202. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/gtg/transition_table.rb +165 -0
  203. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/builder.rb +76 -0
  204. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/dot.rb +36 -0
  205. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/simulator.rb +47 -0
  206. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/transition_table.rb +163 -0
  207. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nodes/node.rb +124 -0
  208. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/parser.rb +206 -0
  209. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/parser.y +48 -0
  210. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/parser_extras.rb +23 -0
  211. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/path/pattern.rb +196 -0
  212. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/route.rb +140 -0
  213. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/router.rb +168 -0
  214. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/router/strexp.rb +24 -0
  215. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/router/utils.rb +93 -0
  216. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/routes.rb +80 -0
  217. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/scanner.rb +61 -0
  218. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visitors.rb +232 -0
  219. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visualizer/fsm.css +34 -0
  220. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visualizer/fsm.js +134 -0
  221. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visualizer/index.html.erb +52 -0
  222. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/callbacks.rb +37 -0
  223. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/cookies.rb +576 -0
  224. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/debug_exceptions.rb +99 -0
  225. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/exception_wrapper.rb +117 -0
  226. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/flash.rb +270 -0
  227. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/params_parser.rb +60 -0
  228. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/public_exceptions.rb +50 -0
  229. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/reloader.rb +98 -0
  230. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/remote_ip.rb +187 -0
  231. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/request_id.rb +35 -0
  232. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/abstract_store.rb +90 -0
  233. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/cache_store.rb +49 -0
  234. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/cookie_store.rb +123 -0
  235. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/mem_cache_store.rb +22 -0
  236. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/show_exceptions.rb +57 -0
  237. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/ssl.rb +72 -0
  238. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/stack.rb +129 -0
  239. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/static.rb +87 -0
  240. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +34 -0
  241. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +23 -0
  242. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_source.erb +25 -0
  243. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +24 -0
  244. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +15 -0
  245. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb +16 -0
  246. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/layout.erb +154 -0
  247. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +7 -0
  248. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +3 -0
  249. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +30 -0
  250. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +11 -0
  251. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +43 -0
  252. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +8 -0
  253. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +6 -0
  254. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +3 -0
  255. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/routes/_route.html.erb +16 -0
  256. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/routes/_table.html.erb +144 -0
  257. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/railtie.rb +45 -0
  258. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/request/session.rb +193 -0
  259. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/request/utils.rb +35 -0
  260. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing.rb +261 -0
  261. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/inspector.rb +241 -0
  262. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/mapper.rb +1850 -0
  263. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/polymorphic_routes.rb +218 -0
  264. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/redirection.rb +193 -0
  265. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/route_set.rb +747 -0
  266. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/routes_proxy.rb +41 -0
  267. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/url_for.rb +184 -0
  268. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions.rb +18 -0
  269. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/dom.rb +27 -0
  270. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/response.rb +87 -0
  271. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/routing.rb +218 -0
  272. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/selector.rb +430 -0
  273. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/tag.rb +135 -0
  274. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/integration.rb +506 -0
  275. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/test_process.rb +44 -0
  276. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/test_request.rb +78 -0
  277. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/test_response.rb +25 -0
  278. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_pack.rb +24 -0
  279. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_pack/gem_version.rb +15 -0
  280. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_pack/version.rb +8 -0
  281. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/CHANGELOG.md +573 -0
  282. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/MIT-LICENSE +21 -0
  283. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/README.rdoc +58 -0
  284. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller.rb +20 -0
  285. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/asset_paths.rb +10 -0
  286. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/base.rb +269 -0
  287. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/callbacks.rb +196 -0
  288. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/collector.rb +46 -0
  289. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb +194 -0
  290. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/logger.rb +12 -0
  291. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/railties/routes_helpers.rb +18 -0
  292. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/rendering.rb +120 -0
  293. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/translation.rb +28 -0
  294. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/url_for.rb +33 -0
  295. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller.rb +58 -0
  296. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/base.rb +268 -0
  297. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/caching.rb +89 -0
  298. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/caching/fragments.rb +103 -0
  299. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/log_subscriber.rb +83 -0
  300. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal.rb +241 -0
  301. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/conditional_get.rb +200 -0
  302. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/cookies.rb +16 -0
  303. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/data_streaming.rb +171 -0
  304. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/etag_with_template_digest.rb +50 -0
  305. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/exceptions.rb +59 -0
  306. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/flash.rb +60 -0
  307. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/force_ssl.rb +97 -0
  308. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/head.rb +58 -0
  309. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/helpers.rb +113 -0
  310. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/hide_actions.rb +40 -0
  311. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/http_authentication.rb +507 -0
  312. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/implicit_render.rb +19 -0
  313. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb +109 -0
  314. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/live.rb +328 -0
  315. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/mime_responds.rb +326 -0
  316. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/params_wrapper.rb +285 -0
  317. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/rack_delegation.rb +32 -0
  318. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/redirecting.rb +112 -0
  319. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/renderers.rb +140 -0
  320. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/rendering.rb +100 -0
  321. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/request_forgery_protection.rb +334 -0
  322. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/rescue.rb +35 -0
  323. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/streaming.rb +221 -0
  324. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/strong_parameters.rb +669 -0
  325. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/testing.rb +31 -0
  326. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/url_for.rb +49 -0
  327. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/middleware.rb +39 -0
  328. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/model_naming.rb +12 -0
  329. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/railtie.rb +71 -0
  330. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/railties/helpers.rb +22 -0
  331. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/test_case.rb +759 -0
  332. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch.rb +105 -0
  333. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/cache.rb +176 -0
  334. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/filter_parameters.rb +78 -0
  335. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/filter_redirect.rb +38 -0
  336. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/headers.rb +99 -0
  337. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/mime_negotiation.rb +156 -0
  338. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/mime_type.rb +315 -0
  339. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/mime_types.rb +36 -0
  340. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/parameter_filter.rb +72 -0
  341. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/parameters.rb +67 -0
  342. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/rack_cache.rb +61 -0
  343. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/request.rb +348 -0
  344. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/response.rb +405 -0
  345. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/upload.rb +78 -0
  346. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/url.rb +268 -0
  347. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey.rb +5 -0
  348. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/backwards.rb +5 -0
  349. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb +166 -0
  350. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/gtg/builder.rb +162 -0
  351. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/gtg/simulator.rb +47 -0
  352. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/gtg/transition_table.rb +157 -0
  353. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/builder.rb +76 -0
  354. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/dot.rb +36 -0
  355. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/simulator.rb +47 -0
  356. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/transition_table.rb +163 -0
  357. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nodes/node.rb +128 -0
  358. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/parser.rb +198 -0
  359. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/parser.y +49 -0
  360. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/parser_extras.rb +23 -0
  361. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/path/pattern.rb +193 -0
  362. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/route.rb +125 -0
  363. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/router.rb +144 -0
  364. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/router/strexp.rb +27 -0
  365. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/router/utils.rb +93 -0
  366. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/routes.rb +80 -0
  367. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/scanner.rb +61 -0
  368. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visitors.rb +221 -0
  369. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visualizer/fsm.css +30 -0
  370. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visualizer/fsm.js +134 -0
  371. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visualizer/index.html.erb +52 -0
  372. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/callbacks.rb +37 -0
  373. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/cookies.rb +574 -0
  374. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/debug_exceptions.rb +110 -0
  375. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/exception_wrapper.rb +148 -0
  376. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/flash.rb +276 -0
  377. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/params_parser.rb +60 -0
  378. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/public_exceptions.rb +55 -0
  379. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/reloader.rb +98 -0
  380. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/remote_ip.rb +173 -0
  381. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/request_id.rb +35 -0
  382. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/abstract_store.rb +90 -0
  383. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/cache_store.rb +49 -0
  384. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/cookie_store.rb +123 -0
  385. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/mem_cache_store.rb +22 -0
  386. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/show_exceptions.rb +58 -0
  387. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/ssl.rb +72 -0
  388. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/stack.rb +129 -0
  389. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/static.rb +119 -0
  390. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +34 -0
  391. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +23 -0
  392. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb +27 -0
  393. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +52 -0
  394. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +9 -0
  395. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +16 -0
  396. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb +9 -0
  397. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/layout.erb +160 -0
  398. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +11 -0
  399. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +3 -0
  400. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +32 -0
  401. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +11 -0
  402. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +20 -0
  403. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +7 -0
  404. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +6 -0
  405. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +3 -0
  406. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb +16 -0
  407. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb +200 -0
  408. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/railtie.rb +47 -0
  409. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/request/session.rb +193 -0
  410. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/request/utils.rb +35 -0
  411. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing.rb +261 -0
  412. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/endpoint.rb +10 -0
  413. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/inspector.rb +234 -0
  414. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/mapper.rb +1979 -0
  415. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/polymorphic_routes.rb +330 -0
  416. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/redirection.rb +191 -0
  417. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb +864 -0
  418. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/routes_proxy.rb +41 -0
  419. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb +195 -0
  420. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions.rb +22 -0
  421. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/dom.rb +3 -0
  422. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/response.rb +82 -0
  423. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/routing.rb +218 -0
  424. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/selector.rb +3 -0
  425. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/tag.rb +3 -0
  426. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/integration.rb +513 -0
  427. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/test_process.rb +44 -0
  428. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/test_request.rb +78 -0
  429. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/test_response.rb +25 -0
  430. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_pack.rb +24 -0
  431. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_pack/gem_version.rb +15 -0
  432. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_pack/version.rb +8 -0
  433. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/CHANGELOG.md +502 -0
  434. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/MIT-LICENSE +21 -0
  435. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/README.rdoc +34 -0
  436. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view.rb +97 -0
  437. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/base.rb +209 -0
  438. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/buffers.rb +49 -0
  439. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/context.rb +36 -0
  440. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/dependency_tracker.rb +141 -0
  441. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/digestor.rb +122 -0
  442. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/flows.rb +76 -0
  443. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/gem_version.rb +15 -0
  444. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers.rb +64 -0
  445. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/active_model_helper.rb +49 -0
  446. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/asset_tag_helper.rb +322 -0
  447. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/asset_url_helper.rb +355 -0
  448. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/atom_feed_helper.rb +203 -0
  449. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/cache_helper.rb +200 -0
  450. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/capture_helper.rb +218 -0
  451. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/controller_helper.rb +25 -0
  452. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/csrf_helper.rb +33 -0
  453. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/date_helper.rb +1094 -0
  454. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/debug_helper.rb +39 -0
  455. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/form_helper.rb +1878 -0
  456. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/form_options_helper.rb +841 -0
  457. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/form_tag_helper.rb +760 -0
  458. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/javascript_helper.rb +75 -0
  459. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/number_helper.rb +434 -0
  460. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/output_safety_helper.rb +38 -0
  461. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/record_tag_helper.rb +108 -0
  462. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/rendering_helper.rb +98 -0
  463. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/sanitize_helper.rb +256 -0
  464. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tag_helper.rb +176 -0
  465. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags.rb +41 -0
  466. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/base.rb +148 -0
  467. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/check_box.rb +64 -0
  468. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/checkable.rb +16 -0
  469. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_check_boxes.rb +53 -0
  470. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_helpers.rb +85 -0
  471. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_radio_buttons.rb +36 -0
  472. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_select.rb +28 -0
  473. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/color_field.rb +25 -0
  474. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/date_field.rb +13 -0
  475. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/date_select.rb +72 -0
  476. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/datetime_field.rb +22 -0
  477. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/datetime_local_field.rb +19 -0
  478. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/datetime_select.rb +8 -0
  479. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/email_field.rb +8 -0
  480. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/file_field.rb +8 -0
  481. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/grouped_collection_select.rb +29 -0
  482. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/hidden_field.rb +8 -0
  483. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/label.rb +65 -0
  484. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/month_field.rb +13 -0
  485. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/number_field.rb +18 -0
  486. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/password_field.rb +12 -0
  487. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/radio_button.rb +31 -0
  488. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/range_field.rb +8 -0
  489. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/search_field.rb +24 -0
  490. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/select.rb +41 -0
  491. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/tel_field.rb +8 -0
  492. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/text_area.rb +18 -0
  493. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/text_field.rb +29 -0
  494. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/time_field.rb +13 -0
  495. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/time_select.rb +8 -0
  496. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/time_zone_select.rb +20 -0
  497. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/url_field.rb +8 -0
  498. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/week_field.rb +13 -0
  499. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/text_helper.rb +450 -0
  500. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/translation_helper.rb +109 -0
  501. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/url_helper.rb +629 -0
  502. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/layouts.rb +426 -0
  503. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/locale/en.yml +56 -0
  504. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/log_subscriber.rb +44 -0
  505. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/lookup_context.rb +257 -0
  506. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/model_naming.rb +12 -0
  507. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/path_set.rb +77 -0
  508. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/railtie.rb +49 -0
  509. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/record_identifier.rb +84 -0
  510. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/abstract_renderer.rb +47 -0
  511. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/partial_renderer.rb +500 -0
  512. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/renderer.rb +50 -0
  513. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/streaming_template_renderer.rb +103 -0
  514. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/template_renderer.rb +102 -0
  515. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/rendering.rb +145 -0
  516. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/routing_url_for.rb +109 -0
  517. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/tasks/dependencies.rake +23 -0
  518. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template.rb +342 -0
  519. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/error.rb +141 -0
  520. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers.rb +53 -0
  521. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers/builder.rb +26 -0
  522. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers/erb.rb +145 -0
  523. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers/raw.rb +11 -0
  524. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/html.rb +34 -0
  525. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/resolver.rb +346 -0
  526. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/text.rb +34 -0
  527. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/types.rb +57 -0
  528. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/test_case.rb +272 -0
  529. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/testing/resolvers.rb +54 -0
  530. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner.rb +20 -0
  531. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/document.rb +68 -0
  532. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/node.rb +532 -0
  533. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/sanitizer.rb +188 -0
  534. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/selector.rb +830 -0
  535. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/tokenizer.rb +107 -0
  536. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/version.rb +11 -0
  537. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/version.rb +8 -0
  538. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/view_paths.rb +96 -0
  539. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/CHANGELOG.md +274 -0
  540. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/MIT-LICENSE +21 -0
  541. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/README.rdoc +39 -0
  542. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view.rb +96 -0
  543. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/base.rb +205 -0
  544. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/buffers.rb +50 -0
  545. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/context.rb +36 -0
  546. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/dependency_tracker.rb +141 -0
  547. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/digestor.rb +123 -0
  548. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/flows.rb +76 -0
  549. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/gem_version.rb +15 -0
  550. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers.rb +64 -0
  551. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/active_model_helper.rb +49 -0
  552. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb +329 -0
  553. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb +366 -0
  554. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/atom_feed_helper.rb +203 -0
  555. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/cache_helper.rb +200 -0
  556. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb +209 -0
  557. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/controller_helper.rb +25 -0
  558. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/csrf_helper.rb +33 -0
  559. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/date_helper.rb +1098 -0
  560. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/debug_helper.rb +35 -0
  561. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb +1943 -0
  562. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb +841 -0
  563. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/form_tag_helper.rb +876 -0
  564. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/javascript_helper.rb +81 -0
  565. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/number_helper.rb +432 -0
  566. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/output_safety_helper.rb +38 -0
  567. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/record_tag_helper.rb +108 -0
  568. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/rendering_helper.rb +98 -0
  569. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/sanitize_helper.rb +172 -0
  570. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb +188 -0
  571. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags.rb +42 -0
  572. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/base.rb +155 -0
  573. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/check_box.rb +64 -0
  574. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/checkable.rb +16 -0
  575. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_check_boxes.rb +57 -0
  576. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_helpers.rb +85 -0
  577. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_radio_buttons.rb +36 -0
  578. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_select.rb +28 -0
  579. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/color_field.rb +25 -0
  580. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/date_field.rb +13 -0
  581. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/date_select.rb +72 -0
  582. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/datetime_field.rb +30 -0
  583. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/datetime_local_field.rb +19 -0
  584. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/datetime_select.rb +8 -0
  585. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/email_field.rb +8 -0
  586. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/file_field.rb +8 -0
  587. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/grouped_collection_select.rb +29 -0
  588. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/hidden_field.rb +8 -0
  589. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/label.rb +79 -0
  590. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/month_field.rb +13 -0
  591. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/number_field.rb +18 -0
  592. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/password_field.rb +12 -0
  593. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/placeholderable.rb +22 -0
  594. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/radio_button.rb +31 -0
  595. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/range_field.rb +8 -0
  596. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/search_field.rb +22 -0
  597. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/select.rb +41 -0
  598. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/tel_field.rb +8 -0
  599. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/text_area.rb +22 -0
  600. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/text_field.rb +33 -0
  601. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/time_field.rb +13 -0
  602. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/time_select.rb +8 -0
  603. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/time_zone_select.rb +20 -0
  604. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/translator.rb +40 -0
  605. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/url_field.rb +8 -0
  606. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/week_field.rb +13 -0
  607. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/text_helper.rb +467 -0
  608. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb +110 -0
  609. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb +621 -0
  610. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/layouts.rb +426 -0
  611. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/locale/en.yml +56 -0
  612. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/log_subscriber.rb +44 -0
  613. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/lookup_context.rb +255 -0
  614. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/model_naming.rb +12 -0
  615. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/path_set.rb +77 -0
  616. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/railtie.rb +49 -0
  617. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/record_identifier.rb +84 -0
  618. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb +49 -0
  619. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb +548 -0
  620. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb +50 -0
  621. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/streaming_template_renderer.rb +103 -0
  622. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb +101 -0
  623. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/rendering.rb +146 -0
  624. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb +134 -0
  625. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/tasks/dependencies.rake +23 -0
  626. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template.rb +336 -0
  627. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/error.rb +141 -0
  628. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers.rb +62 -0
  629. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers/builder.rb +26 -0
  630. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers/erb.rb +145 -0
  631. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers/raw.rb +11 -0
  632. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/html.rb +34 -0
  633. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/resolver.rb +349 -0
  634. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/text.rb +34 -0
  635. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/types.rb +57 -0
  636. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/test_case.rb +279 -0
  637. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/testing/resolvers.rb +54 -0
  638. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/version.rb +8 -0
  639. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/view_paths.rb +111 -0
  640. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/CHANGELOG.md +35 -0
  641. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/MIT-LICENSE +21 -0
  642. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/README.md +131 -0
  643. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job.rb +37 -0
  644. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/arguments.rb +144 -0
  645. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/base.rb +68 -0
  646. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/callbacks.rb +146 -0
  647. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/configured_job.rb +16 -0
  648. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/core.rb +93 -0
  649. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/enqueuing.rb +77 -0
  650. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/execution.rb +42 -0
  651. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/gem_version.rb +15 -0
  652. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/logging.rb +107 -0
  653. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapter.rb +35 -0
  654. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters.rb +50 -0
  655. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/backburner_adapter.rb +36 -0
  656. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/delayed_job_adapter.rb +39 -0
  657. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/inline_adapter.rb +23 -0
  658. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/qu_adapter.rb +42 -0
  659. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/que_adapter.rb +35 -0
  660. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/queue_classic_adapter.rb +54 -0
  661. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/resque_adapter.rb +52 -0
  662. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/sidekiq_adapter.rb +47 -0
  663. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/sneakers_adapter.rb +46 -0
  664. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/sucker_punch_adapter.rb +40 -0
  665. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/test_adapter.rb +51 -0
  666. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_name.rb +51 -0
  667. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/railtie.rb +23 -0
  668. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/test_case.rb +7 -0
  669. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/test_helper.rb +230 -0
  670. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/translation.rb +11 -0
  671. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/version.rb +8 -0
  672. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/rails/generators/job/job_generator.rb +24 -0
  673. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/rails/generators/job/templates/job.rb +9 -0
  674. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/CHANGELOG.md +144 -0
  675. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/MIT-LICENSE +21 -0
  676. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/README.rdoc +248 -0
  677. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model.rb +71 -0
  678. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/attribute_methods.rb +480 -0
  679. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/callbacks.rb +146 -0
  680. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/conversion.rb +93 -0
  681. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/dirty.rb +205 -0
  682. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/errors.rb +468 -0
  683. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/forbidden_attributes_protection.rb +28 -0
  684. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/gem_version.rb +15 -0
  685. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/lint.rb +110 -0
  686. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/locale/en.yml +29 -0
  687. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/model.rb +99 -0
  688. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/naming.rb +311 -0
  689. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/railtie.rb +12 -0
  690. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/secure_password.rb +121 -0
  691. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/serialization.rb +163 -0
  692. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/serializers/json.rb +145 -0
  693. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/serializers/xml.rb +238 -0
  694. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/test_case.rb +4 -0
  695. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/translation.rb +69 -0
  696. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations.rb +382 -0
  697. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/absence.rb +31 -0
  698. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/acceptance.rb +55 -0
  699. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/callbacks.rb +115 -0
  700. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/clusivity.rb +51 -0
  701. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/confirmation.rb +67 -0
  702. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/exclusion.rb +46 -0
  703. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/format.rb +113 -0
  704. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/inclusion.rb +46 -0
  705. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/length.rb +126 -0
  706. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/numericality.rb +136 -0
  707. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/presence.rb +39 -0
  708. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/validates.rb +171 -0
  709. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/with.rb +150 -0
  710. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validator.rb +198 -0
  711. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/version.rb +8 -0
  712. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/CHANGELOG.md +83 -0
  713. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/MIT-LICENSE +21 -0
  714. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/README.rdoc +272 -0
  715. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model.rb +71 -0
  716. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/attribute_methods.rb +478 -0
  717. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/callbacks.rb +149 -0
  718. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/conversion.rb +100 -0
  719. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/dirty.rb +267 -0
  720. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/errors.rb +475 -0
  721. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/forbidden_attributes_protection.rb +28 -0
  722. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/gem_version.rb +15 -0
  723. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/lint.rb +113 -0
  724. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/locale/en.yml +35 -0
  725. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/model.rb +99 -0
  726. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/naming.rb +316 -0
  727. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/railtie.rb +12 -0
  728. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/secure_password.rb +134 -0
  729. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/serialization.rb +163 -0
  730. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/serializers/json.rb +145 -0
  731. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/serializers/xml.rb +238 -0
  732. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/test_case.rb +4 -0
  733. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/translation.rb +69 -0
  734. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations.rb +404 -0
  735. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/absence.rb +31 -0
  736. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/acceptance.rb +55 -0
  737. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/callbacks.rb +117 -0
  738. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/clusivity.rb +51 -0
  739. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/confirmation.rb +67 -0
  740. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/exclusion.rb +46 -0
  741. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/format.rb +113 -0
  742. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/inclusion.rb +46 -0
  743. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/length.rb +126 -0
  744. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/numericality.rb +159 -0
  745. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/presence.rb +39 -0
  746. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/validates.rb +173 -0
  747. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/with.rb +153 -0
  748. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validator.rb +182 -0
  749. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/version.rb +8 -0
  750. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/CHANGELOG.md +2623 -0
  751. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/MIT-LICENSE +20 -0
  752. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/README.rdoc +213 -0
  753. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/examples/performance.rb +184 -0
  754. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/examples/simple.rb +14 -0
  755. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record.rb +172 -0
  756. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/aggregations.rb +262 -0
  757. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/association_relation.rb +22 -0
  758. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations.rb +1616 -0
  759. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/alias_tracker.rb +96 -0
  760. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/association.rb +253 -0
  761. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/association_scope.rb +150 -0
  762. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/belongs_to_association.rb +101 -0
  763. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/belongs_to_polymorphic_association.rb +40 -0
  764. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/association.rb +138 -0
  765. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/belongs_to.rb +138 -0
  766. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/collection_association.rb +91 -0
  767. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/has_and_belongs_to_many.rb +133 -0
  768. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/has_many.rb +15 -0
  769. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/has_one.rb +23 -0
  770. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/singular_association.rb +31 -0
  771. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/collection_association.rb +618 -0
  772. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/collection_proxy.rb +1039 -0
  773. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_many_association.rb +138 -0
  774. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_many_through_association.rb +224 -0
  775. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_one_association.rb +106 -0
  776. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_one_through_association.rb +36 -0
  777. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency.rb +274 -0
  778. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency/join_association.rb +118 -0
  779. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency/join_base.rb +22 -0
  780. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency/join_part.rb +72 -0
  781. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader.rb +193 -0
  782. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/association.rb +163 -0
  783. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/belongs_to.rb +17 -0
  784. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/collection_association.rb +24 -0
  785. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_many.rb +17 -0
  786. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_many_through.rb +19 -0
  787. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_one.rb +23 -0
  788. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_one_through.rb +9 -0
  789. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/singular_association.rb +21 -0
  790. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/through_association.rb +95 -0
  791. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/singular_association.rb +65 -0
  792. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/through_association.rb +108 -0
  793. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_assignment.rb +204 -0
  794. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods.rb +473 -0
  795. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/before_type_cast.rb +71 -0
  796. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/dirty.rb +127 -0
  797. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/primary_key.rb +129 -0
  798. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/query.rb +40 -0
  799. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/read.rb +140 -0
  800. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/serialization.rb +204 -0
  801. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/time_zone_conversion.rb +71 -0
  802. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/write.rb +98 -0
  803. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/autosave_association.rb +447 -0
  804. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/base.rb +327 -0
  805. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/callbacks.rb +313 -0
  806. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/coders/json.rb +13 -0
  807. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/coders/yaml_column.rb +38 -0
  808. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/connection_pool.rb +633 -0
  809. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/database_limits.rb +67 -0
  810. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/database_statements.rb +391 -0
  811. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/query_cache.rb +95 -0
  812. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/quoting.rb +134 -0
  813. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/savepoints.rb +21 -0
  814. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_creation.rb +90 -0
  815. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_definitions.rb +502 -0
  816. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_dumper.rb +70 -0
  817. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_statements.rb +857 -0
  818. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/transaction.rb +208 -0
  819. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract_adapter.rb +393 -0
  820. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +792 -0
  821. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/column.rb +293 -0
  822. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/connection_specification.rb +284 -0
  823. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/mysql2_adapter.rb +284 -0
  824. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/mysql_adapter.rb +575 -0
  825. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/array_parser.rb +105 -0
  826. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/cast.rb +168 -0
  827. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/database_statements.rb +217 -0
  828. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/oid.rb +395 -0
  829. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/quoting.rb +198 -0
  830. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +30 -0
  831. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/schema_statements.rb +508 -0
  832. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql_adapter.rb +1007 -0
  833. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/schema_cache.rb +108 -0
  834. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/sqlite3_adapter.rb +626 -0
  835. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/statement_pool.rb +40 -0
  836. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_handling.rb +132 -0
  837. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/core.rb +455 -0
  838. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/counter_cache.rb +121 -0
  839. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/dynamic_matchers.rb +140 -0
  840. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/enum.rb +199 -0
  841. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/errors.rb +230 -0
  842. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/explain.rb +38 -0
  843. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/explain_registry.rb +30 -0
  844. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/explain_subscriber.rb +29 -0
  845. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/fixture_set/file.rb +56 -0
  846. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/fixtures.rb +1023 -0
  847. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/gem_version.rb +15 -0
  848. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/inheritance.rb +222 -0
  849. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/integration.rb +113 -0
  850. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/locale/en.yml +47 -0
  851. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/locking/optimistic.rb +186 -0
  852. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/locking/pessimistic.rb +77 -0
  853. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/log_subscriber.rb +75 -0
  854. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/migration.rb +1054 -0
  855. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/migration/command_recorder.rb +180 -0
  856. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/migration/join_table.rb +15 -0
  857. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/model_schema.rb +348 -0
  858. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/nested_attributes.rb +548 -0
  859. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/no_touching.rb +52 -0
  860. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/null_relation.rb +81 -0
  861. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/persistence.rb +515 -0
  862. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/query_cache.rb +56 -0
  863. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/querying.rb +65 -0
  864. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railtie.rb +157 -0
  865. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/console_sandbox.rb +5 -0
  866. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/controller_runtime.rb +50 -0
  867. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/databases.rake +385 -0
  868. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/jdbcmysql_error.rb +16 -0
  869. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/readonly_attributes.rb +24 -0
  870. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/reflection.rb +734 -0
  871. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation.rb +650 -0
  872. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/batches.rb +140 -0
  873. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/calculations.rb +406 -0
  874. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/delegation.rb +140 -0
  875. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/finder_methods.rb +493 -0
  876. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/merger.rb +183 -0
  877. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/predicate_builder.rb +146 -0
  878. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/predicate_builder/array_handler.rb +29 -0
  879. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/predicate_builder/relation_handler.rb +17 -0
  880. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/query_methods.rb +1129 -0
  881. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/spawn_methods.rb +72 -0
  882. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/result.rb +120 -0
  883. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/runtime_registry.rb +22 -0
  884. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/sanitization.rb +181 -0
  885. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/schema.rb +65 -0
  886. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/schema_dumper.rb +220 -0
  887. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/schema_migration.rb +52 -0
  888. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/scoping.rb +87 -0
  889. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/scoping/default.rb +133 -0
  890. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/scoping/named.rb +160 -0
  891. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/serialization.rb +22 -0
  892. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/serializers/xml_serializer.rb +197 -0
  893. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/statement_cache.rb +26 -0
  894. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/store.rb +205 -0
  895. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/database_tasks.rb +244 -0
  896. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/mysql_database_tasks.rb +144 -0
  897. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/postgresql_database_tasks.rb +90 -0
  898. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/sqlite_database_tasks.rb +55 -0
  899. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/timestamp.rb +119 -0
  900. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/transactions.rb +401 -0
  901. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/translation.rb +22 -0
  902. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations.rb +84 -0
  903. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations/associated.rb +49 -0
  904. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations/presence.rb +65 -0
  905. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations/uniqueness.rb +243 -0
  906. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/version.rb +8 -0
  907. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record.rb +17 -0
  908. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration.rb +18 -0
  909. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration/migration_generator.rb +66 -0
  910. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +19 -0
  911. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration/templates/migration.rb +39 -0
  912. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/model/model_generator.rb +52 -0
  913. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/model/templates/model.rb +10 -0
  914. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/model/templates/module.rb +7 -0
  915. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/CHANGELOG.md +1774 -0
  916. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/MIT-LICENSE +20 -0
  917. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/README.rdoc +218 -0
  918. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/examples/performance.rb +184 -0
  919. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/examples/simple.rb +14 -0
  920. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record.rb +174 -0
  921. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/aggregations.rb +266 -0
  922. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/association_relation.rb +35 -0
  923. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations.rb +1725 -0
  924. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/alias_tracker.rb +87 -0
  925. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/association.rb +265 -0
  926. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/association_scope.rb +195 -0
  927. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/belongs_to_association.rb +119 -0
  928. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/belongs_to_polymorphic_association.rb +40 -0
  929. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/association.rb +149 -0
  930. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/belongs_to.rb +116 -0
  931. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/collection_association.rb +95 -0
  932. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/has_and_belongs_to_many.rb +128 -0
  933. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/has_many.rb +15 -0
  934. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/has_one.rb +23 -0
  935. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/singular_association.rb +38 -0
  936. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/collection_association.rb +643 -0
  937. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/collection_proxy.rb +1033 -0
  938. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/foreign_association.rb +11 -0
  939. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_many_association.rb +199 -0
  940. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_many_through_association.rb +242 -0
  941. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_one_association.rb +106 -0
  942. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_one_through_association.rb +36 -0
  943. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency.rb +287 -0
  944. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency/join_association.rb +122 -0
  945. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency/join_base.rb +22 -0
  946. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency/join_part.rb +71 -0
  947. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader.rb +203 -0
  948. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/association.rb +162 -0
  949. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/belongs_to.rb +17 -0
  950. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/collection_association.rb +24 -0
  951. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_many.rb +17 -0
  952. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_many_through.rb +19 -0
  953. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_one.rb +23 -0
  954. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_one_through.rb +9 -0
  955. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/singular_association.rb +21 -0
  956. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/through_association.rb +96 -0
  957. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/singular_association.rb +80 -0
  958. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/through_association.rb +101 -0
  959. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute.rb +163 -0
  960. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_assignment.rb +212 -0
  961. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_decorators.rb +66 -0
  962. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb +439 -0
  963. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/before_type_cast.rb +76 -0
  964. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/dirty.rb +190 -0
  965. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/primary_key.rb +128 -0
  966. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/query.rb +40 -0
  967. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb +103 -0
  968. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/serialization.rb +70 -0
  969. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb +69 -0
  970. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/write.rb +83 -0
  971. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb +77 -0
  972. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb +96 -0
  973. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attributes.rb +146 -0
  974. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/autosave_association.rb +454 -0
  975. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/base.rb +316 -0
  976. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/callbacks.rb +313 -0
  977. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/coders/json.rb +13 -0
  978. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/coders/yaml_column.rb +38 -0
  979. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb +665 -0
  980. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_limits.rb +67 -0
  981. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb +388 -0
  982. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb +95 -0
  983. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/quoting.rb +133 -0
  984. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/savepoints.rb +21 -0
  985. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_creation.rb +125 -0
  986. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_definitions.rb +584 -0
  987. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_dumper.rb +50 -0
  988. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_statements.rb +1040 -0
  989. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/transaction.rb +215 -0
  990. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb +494 -0
  991. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +911 -0
  992. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/column.rb +82 -0
  993. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/connection_specification.rb +275 -0
  994. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/mysql2_adapter.rb +282 -0
  995. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/mysql_adapter.rb +491 -0
  996. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/array_parser.rb +93 -0
  997. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/column.rb +20 -0
  998. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/database_statements.rb +232 -0
  999. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid.rb +36 -0
  1000. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/array.rb +99 -0
  1001. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/bit.rb +52 -0
  1002. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb +13 -0
  1003. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/bytea.rb +15 -0
  1004. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/cidr.rb +46 -0
  1005. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date.rb +11 -0
  1006. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb +36 -0
  1007. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/decimal.rb +13 -0
  1008. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/enum.rb +19 -0
  1009. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/float.rb +21 -0
  1010. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/hstore.rb +59 -0
  1011. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/inet.rb +13 -0
  1012. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/infinity.rb +13 -0
  1013. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/integer.rb +11 -0
  1014. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/json.rb +35 -0
  1015. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb +23 -0
  1016. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/money.rb +43 -0
  1017. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/point.rb +43 -0
  1018. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/range.rb +79 -0
  1019. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb +19 -0
  1020. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/time.rb +11 -0
  1021. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb +109 -0
  1022. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/uuid.rb +21 -0
  1023. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/vector.rb +26 -0
  1024. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/xml.rb +28 -0
  1025. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/quoting.rb +108 -0
  1026. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +30 -0
  1027. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +152 -0
  1028. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/schema_statements.rb +585 -0
  1029. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/utils.rb +77 -0
  1030. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb +758 -0
  1031. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/schema_cache.rb +94 -0
  1032. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/sqlite3_adapter.rb +622 -0
  1033. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/statement_pool.rb +40 -0
  1034. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb +132 -0
  1035. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/core.rb +577 -0
  1036. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/counter_cache.rb +175 -0
  1037. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/dynamic_matchers.rb +140 -0
  1038. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/enum.rb +198 -0
  1039. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/errors.rb +252 -0
  1040. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/explain.rb +38 -0
  1041. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/explain_registry.rb +30 -0
  1042. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/explain_subscriber.rb +29 -0
  1043. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/fixture_set/file.rb +56 -0
  1044. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/fixtures.rb +1009 -0
  1045. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/gem_version.rb +15 -0
  1046. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/inheritance.rb +247 -0
  1047. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/integration.rb +113 -0
  1048. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/locale/en.yml +47 -0
  1049. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/locking/optimistic.rb +206 -0
  1050. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/locking/pessimistic.rb +77 -0
  1051. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/log_subscriber.rb +75 -0
  1052. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/migration.rb +1051 -0
  1053. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/migration/command_recorder.rb +197 -0
  1054. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/migration/join_table.rb +15 -0
  1055. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/model_schema.rb +340 -0
  1056. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/nested_attributes.rb +548 -0
  1057. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/no_touching.rb +52 -0
  1058. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/null_relation.rb +81 -0
  1059. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/persistence.rb +535 -0
  1060. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/query_cache.rb +56 -0
  1061. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/querying.rb +68 -0
  1062. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railtie.rb +162 -0
  1063. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/console_sandbox.rb +5 -0
  1064. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/controller_runtime.rb +50 -0
  1065. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/databases.rake +394 -0
  1066. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/jdbcmysql_error.rb +16 -0
  1067. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/readonly_attributes.rb +23 -0
  1068. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/reflection.rb +881 -0
  1069. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation.rb +682 -0
  1070. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/batches.rb +138 -0
  1071. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb +403 -0
  1072. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb +140 -0
  1073. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/finder_methods.rb +516 -0
  1074. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/merger.rb +193 -0
  1075. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/predicate_builder.rb +155 -0
  1076. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/predicate_builder/array_handler.rb +47 -0
  1077. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/predicate_builder/relation_handler.rb +13 -0
  1078. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb +1178 -0
  1079. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/spawn_methods.rb +75 -0
  1080. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/result.rb +131 -0
  1081. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/runtime_registry.rb +22 -0
  1082. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/sanitization.rb +191 -0
  1083. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/schema.rb +64 -0
  1084. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/schema_dumper.rb +251 -0
  1085. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/schema_migration.rb +56 -0
  1086. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/scoping.rb +87 -0
  1087. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/scoping/default.rb +135 -0
  1088. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/scoping/named.rb +164 -0
  1089. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/serialization.rb +22 -0
  1090. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/serializers/xml_serializer.rb +193 -0
  1091. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/statement_cache.rb +111 -0
  1092. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/store.rb +205 -0
  1093. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/database_tasks.rb +296 -0
  1094. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/mysql_database_tasks.rb +145 -0
  1095. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/postgresql_database_tasks.rb +90 -0
  1096. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/sqlite_database_tasks.rb +55 -0
  1097. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/timestamp.rb +121 -0
  1098. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/transactions.rb +427 -0
  1099. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/translation.rb +22 -0
  1100. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type.rb +23 -0
  1101. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/big_integer.rb +13 -0
  1102. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/binary.rb +50 -0
  1103. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/boolean.rb +31 -0
  1104. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/date.rb +46 -0
  1105. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/date_time.rb +54 -0
  1106. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/decimal.rb +48 -0
  1107. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/decimal_without_scale.rb +11 -0
  1108. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/decorator.rb +14 -0
  1109. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/float.rb +19 -0
  1110. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/hash_lookup_type_map.rb +23 -0
  1111. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/integer.rb +59 -0
  1112. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/mutable.rb +16 -0
  1113. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/numeric.rb +36 -0
  1114. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/serialized.rb +62 -0
  1115. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/string.rb +40 -0
  1116. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/text.rb +11 -0
  1117. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/time.rb +26 -0
  1118. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb +38 -0
  1119. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/type_map.rb +64 -0
  1120. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/unsigned_integer.rb +15 -0
  1121. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/value.rb +105 -0
  1122. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations.rb +90 -0
  1123. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations/associated.rb +51 -0
  1124. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations/presence.rb +67 -0
  1125. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations/uniqueness.rb +233 -0
  1126. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/version.rb +8 -0
  1127. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record.rb +17 -0
  1128. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration.rb +18 -0
  1129. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration/migration_generator.rb +70 -0
  1130. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +19 -0
  1131. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration/templates/migration.rb +39 -0
  1132. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/model/model_generator.rb +52 -0
  1133. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/model/templates/model.rb +10 -0
  1134. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/model/templates/module.rb +7 -0
  1135. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/CHANGELOG.md +847 -0
  1136. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/MIT-LICENSE +20 -0
  1137. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/README.rdoc +35 -0
  1138. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support.rb +75 -0
  1139. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/all.rb +3 -0
  1140. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/backtrace_cleaner.rb +103 -0
  1141. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/benchmarkable.rb +49 -0
  1142. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/builder.rb +6 -0
  1143. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache.rb +719 -0
  1144. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/file_store.rb +185 -0
  1145. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/mem_cache_store.rb +198 -0
  1146. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/memory_store.rb +172 -0
  1147. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/null_store.rb +44 -0
  1148. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/strategy/local_cache.rb +160 -0
  1149. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/strategy/local_cache_middleware.rb +39 -0
  1150. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/callbacks.rb +787 -0
  1151. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/concern.rb +134 -0
  1152. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/concurrency/latch.rb +27 -0
  1153. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/configurable.rb +147 -0
  1154. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext.rb +3 -0
  1155. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array.rb +6 -0
  1156. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/access.rb +56 -0
  1157. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/conversions.rb +209 -0
  1158. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/extract_options.rb +29 -0
  1159. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/grouping.rb +111 -0
  1160. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
  1161. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/wrap.rb +45 -0
  1162. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/benchmark.rb +14 -0
  1163. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/big_decimal.rb +1 -0
  1164. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/big_decimal/conversions.rb +16 -0
  1165. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/big_decimal/yaml_conversions.rb +14 -0
  1166. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class.rb +3 -0
  1167. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/attribute.rb +127 -0
  1168. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
  1169. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/delegating_attributes.rb +41 -0
  1170. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/subclasses.rb +42 -0
  1171. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date.rb +5 -0
  1172. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/acts_like.rb +8 -0
  1173. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/calculations.rb +143 -0
  1174. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/conversions.rb +88 -0
  1175. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/zones.rb +6 -0
  1176. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_and_time/calculations.rb +251 -0
  1177. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_and_time/zones.rb +41 -0
  1178. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time.rb +4 -0
  1179. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
  1180. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/calculations.rb +163 -0
  1181. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/conversions.rb +103 -0
  1182. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/zones.rb +6 -0
  1183. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/enumerable.rb +80 -0
  1184. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/file.rb +1 -0
  1185. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/file/atomic.rb +63 -0
  1186. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash.rb +8 -0
  1187. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/compact.rb +20 -0
  1188. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/conversions.rb +244 -0
  1189. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
  1190. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/except.rb +15 -0
  1191. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
  1192. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/keys.rb +162 -0
  1193. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
  1194. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/slice.rb +42 -0
  1195. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer.rb +3 -0
  1196. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer/inflections.rb +29 -0
  1197. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer/multiple.rb +10 -0
  1198. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer/time.rb +44 -0
  1199. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel.rb +4 -0
  1200. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
  1201. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/debugger.rb +10 -0
  1202. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/reporting.rb +110 -0
  1203. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
  1204. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/load_error.rb +25 -0
  1205. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/marshal.rb +21 -0
  1206. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module.rb +11 -0
  1207. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/aliasing.rb +69 -0
  1208. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/anonymous.rb +19 -0
  1209. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/attr_internal.rb +39 -0
  1210. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
  1211. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/concerning.rb +135 -0
  1212. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/delegation.rb +209 -0
  1213. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/deprecation.rb +23 -0
  1214. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/introspection.rb +62 -0
  1215. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/method_transplanting.rb +11 -0
  1216. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/qualified_const.rb +52 -0
  1217. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/reachable.rb +8 -0
  1218. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/remove_method.rb +12 -0
  1219. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/name_error.rb +18 -0
  1220. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric.rb +3 -0
  1221. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric/bytes.rb +44 -0
  1222. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric/conversions.rb +135 -0
  1223. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric/time.rb +87 -0
  1224. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object.rb +14 -0
  1225. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/acts_like.rb +10 -0
  1226. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/blank.rb +131 -0
  1227. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/conversions.rb +4 -0
  1228. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/deep_dup.rb +46 -0
  1229. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/duplicable.rb +100 -0
  1230. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/inclusion.rb +27 -0
  1231. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/instance_variables.rb +28 -0
  1232. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/json.rb +197 -0
  1233. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/to_json.rb +5 -0
  1234. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/to_param.rb +1 -0
  1235. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/to_query.rb +83 -0
  1236. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/try.rb +78 -0
  1237. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/with_options.rb +42 -0
  1238. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range.rb +4 -0
  1239. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/conversions.rb +19 -0
  1240. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/each.rb +23 -0
  1241. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/include_range.rb +23 -0
  1242. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/overlaps.rb +8 -0
  1243. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/regexp.rb +5 -0
  1244. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string.rb +13 -0
  1245. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/access.rb +104 -0
  1246. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/behavior.rb +6 -0
  1247. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/conversions.rb +56 -0
  1248. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/exclude.rb +11 -0
  1249. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/filters.rb +65 -0
  1250. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/indent.rb +43 -0
  1251. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/inflections.rb +214 -0
  1252. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/inquiry.rb +13 -0
  1253. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/multibyte.rb +49 -0
  1254. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/output_safety.rb +243 -0
  1255. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
  1256. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/strip.rb +26 -0
  1257. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/zones.rb +14 -0
  1258. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/struct.rb +6 -0
  1259. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/thread.rb +79 -0
  1260. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time.rb +5 -0
  1261. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/acts_like.rb +8 -0
  1262. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/calculations.rb +257 -0
  1263. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/conversions.rb +65 -0
  1264. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/marshal.rb +30 -0
  1265. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/zones.rb +79 -0
  1266. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/uri.rb +26 -0
  1267. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/dependencies.rb +748 -0
  1268. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/dependencies/autoload.rb +77 -0
  1269. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation.rb +43 -0
  1270. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/behaviors.rb +76 -0
  1271. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/instance_delegator.rb +24 -0
  1272. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/method_wrappers.rb +44 -0
  1273. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/proxy_wrappers.rb +126 -0
  1274. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/reporting.rb +94 -0
  1275. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/descendants_tracker.rb +60 -0
  1276. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/duration.rb +118 -0
  1277. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/file_update_checker.rb +137 -0
  1278. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/file_watcher.rb +36 -0
  1279. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/gem_version.rb +15 -0
  1280. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/gzip.rb +36 -0
  1281. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/hash_with_indifferent_access.rb +272 -0
  1282. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/i18n.rb +13 -0
  1283. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/i18n_railtie.rb +100 -0
  1284. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflections.rb +70 -0
  1285. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector.rb +7 -0
  1286. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector/inflections.rb +211 -0
  1287. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector/methods.rb +359 -0
  1288. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector/transliterate.rb +97 -0
  1289. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/json.rb +2 -0
  1290. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/json/decoding.rb +73 -0
  1291. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/json/encoding.rb +176 -0
  1292. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/key_generator.rb +73 -0
  1293. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/lazy_load_hooks.rb +48 -0
  1294. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/locale/en.yml +133 -0
  1295. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/log_subscriber.rb +109 -0
  1296. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/log_subscriber/test_helper.rb +104 -0
  1297. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/logger.rb +57 -0
  1298. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/logger_silence.rb +24 -0
  1299. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/message_encryptor.rb +106 -0
  1300. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/message_verifier.rb +73 -0
  1301. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/multibyte.rb +21 -0
  1302. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/multibyte/chars.rb +222 -0
  1303. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/multibyte/unicode.rb +389 -0
  1304. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/notifications.rb +207 -0
  1305. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/notifications/fanout.rb +152 -0
  1306. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/notifications/instrumenter.rb +73 -0
  1307. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper.rb +346 -0
  1308. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_converter.rb +182 -0
  1309. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_currency_converter.rb +46 -0
  1310. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_delimited_converter.rb +23 -0
  1311. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_human_converter.rb +66 -0
  1312. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_human_size_converter.rb +58 -0
  1313. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
  1314. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_phone_converter.rb +49 -0
  1315. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_rounded_converter.rb +87 -0
  1316. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/option_merger.rb +25 -0
  1317. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/ordered_hash.rb +48 -0
  1318. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/ordered_options.rb +67 -0
  1319. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/per_thread_registry.rb +53 -0
  1320. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/proxy_object.rb +13 -0
  1321. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/rails.rb +27 -0
  1322. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/railtie.rb +46 -0
  1323. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/rescuable.rb +119 -0
  1324. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/string_inquirer.rb +26 -0
  1325. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/subscriber.rb +125 -0
  1326. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/tagged_logging.rb +76 -0
  1327. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/test_case.rb +66 -0
  1328. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/assertions.rb +97 -0
  1329. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/autorun.rb +5 -0
  1330. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/constant_lookup.rb +54 -0
  1331. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/declarative.rb +50 -0
  1332. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/deprecation.rb +35 -0
  1333. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/isolation.rb +91 -0
  1334. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/setup_and_teardown.rb +50 -0
  1335. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/tagged_logging.rb +25 -0
  1336. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/time_helpers.rb +127 -0
  1337. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/time.rb +20 -0
  1338. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/time_with_zone.rb +402 -0
  1339. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/values/time_zone.rb +424 -0
  1340. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/values/unicode_tables.dat +0 -0
  1341. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/version.rb +8 -0
  1342. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini.rb +194 -0
  1343. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/jdom.rb +181 -0
  1344. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/libxml.rb +79 -0
  1345. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/libxmlsax.rb +85 -0
  1346. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/nokogiri.rb +83 -0
  1347. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/nokogirisax.rb +87 -0
  1348. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/rexml.rb +130 -0
  1349. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/CHANGELOG.md +473 -0
  1350. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/MIT-LICENSE +20 -0
  1351. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/README.rdoc +40 -0
  1352. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support.rb +85 -0
  1353. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/all.rb +3 -0
  1354. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/backtrace_cleaner.rb +103 -0
  1355. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/benchmarkable.rb +49 -0
  1356. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/builder.rb +6 -0
  1357. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache.rb +717 -0
  1358. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/file_store.rb +190 -0
  1359. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/mem_cache_store.rb +198 -0
  1360. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/memory_store.rb +172 -0
  1361. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/null_store.rb +44 -0
  1362. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/strategy/local_cache.rb +161 -0
  1363. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
  1364. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/callbacks.rb +795 -0
  1365. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/concern.rb +142 -0
  1366. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/concurrency/latch.rb +27 -0
  1367. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/configurable.rb +147 -0
  1368. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext.rb +3 -0
  1369. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array.rb +6 -0
  1370. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/access.rb +64 -0
  1371. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/conversions.rb +209 -0
  1372. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/extract_options.rb +29 -0
  1373. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/grouping.rb +116 -0
  1374. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
  1375. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/wrap.rb +45 -0
  1376. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/benchmark.rb +14 -0
  1377. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/big_decimal.rb +1 -0
  1378. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/big_decimal/conversions.rb +16 -0
  1379. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/big_decimal/yaml_conversions.rb +16 -0
  1380. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class.rb +3 -0
  1381. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/attribute.rb +127 -0
  1382. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
  1383. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/delegating_attributes.rb +45 -0
  1384. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/subclasses.rb +42 -0
  1385. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date.rb +5 -0
  1386. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/acts_like.rb +8 -0
  1387. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/calculations.rb +143 -0
  1388. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/conversions.rb +94 -0
  1389. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/zones.rb +6 -0
  1390. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_and_time/calculations.rb +262 -0
  1391. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_and_time/zones.rb +41 -0
  1392. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time.rb +4 -0
  1393. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
  1394. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/calculations.rb +173 -0
  1395. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/conversions.rb +103 -0
  1396. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/zones.rb +6 -0
  1397. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/digest/uuid.rb +51 -0
  1398. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/enumerable.rb +80 -0
  1399. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/file.rb +1 -0
  1400. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/file/atomic.rb +63 -0
  1401. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash.rb +9 -0
  1402. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/compact.rb +20 -0
  1403. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/conversions.rb +243 -0
  1404. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
  1405. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/except.rb +21 -0
  1406. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
  1407. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/keys.rb +166 -0
  1408. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
  1409. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/slice.rb +48 -0
  1410. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/transform_values.rb +23 -0
  1411. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer.rb +3 -0
  1412. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer/inflections.rb +29 -0
  1413. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer/multiple.rb +10 -0
  1414. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer/time.rb +29 -0
  1415. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel.rb +5 -0
  1416. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
  1417. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/concern.rb +10 -0
  1418. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/debugger.rb +10 -0
  1419. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/reporting.rb +125 -0
  1420. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
  1421. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/load_error.rb +28 -0
  1422. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb +21 -0
  1423. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module.rb +11 -0
  1424. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/aliasing.rb +69 -0
  1425. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/anonymous.rb +19 -0
  1426. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/attr_internal.rb +39 -0
  1427. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
  1428. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/concerning.rb +135 -0
  1429. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/delegation.rb +217 -0
  1430. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/deprecation.rb +23 -0
  1431. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/introspection.rb +62 -0
  1432. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/method_transplanting.rb +11 -0
  1433. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/qualified_const.rb +52 -0
  1434. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/reachable.rb +8 -0
  1435. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/remove_method.rb +12 -0
  1436. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/name_error.rb +18 -0
  1437. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric.rb +3 -0
  1438. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/bytes.rb +44 -0
  1439. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/conversions.rb +135 -0
  1440. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/time.rb +54 -0
  1441. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object.rb +15 -0
  1442. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/acts_like.rb +10 -0
  1443. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb +131 -0
  1444. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/conversions.rb +4 -0
  1445. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/deep_dup.rb +46 -0
  1446. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/duplicable.rb +103 -0
  1447. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/inclusion.rb +27 -0
  1448. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/instance_variables.rb +28 -0
  1449. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/itself.rb +15 -0
  1450. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/json.rb +197 -0
  1451. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/to_param.rb +1 -0
  1452. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/to_query.rb +84 -0
  1453. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/try.rb +100 -0
  1454. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/with_options.rb +69 -0
  1455. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range.rb +4 -0
  1456. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/conversions.rb +19 -0
  1457. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/each.rb +23 -0
  1458. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/include_range.rb +23 -0
  1459. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/overlaps.rb +8 -0
  1460. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/regexp.rb +5 -0
  1461. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string.rb +13 -0
  1462. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/access.rb +104 -0
  1463. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/behavior.rb +6 -0
  1464. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/conversions.rb +56 -0
  1465. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/exclude.rb +11 -0
  1466. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/filters.rb +103 -0
  1467. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/indent.rb +43 -0
  1468. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb +217 -0
  1469. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inquiry.rb +13 -0
  1470. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/multibyte.rb +49 -0
  1471. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb +262 -0
  1472. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
  1473. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/strip.rb +26 -0
  1474. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/zones.rb +14 -0
  1475. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/struct.rb +6 -0
  1476. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/thread.rb +86 -0
  1477. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time.rb +5 -0
  1478. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/acts_like.rb +8 -0
  1479. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb +271 -0
  1480. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/conversions.rb +65 -0
  1481. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/marshal.rb +30 -0
  1482. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/zones.rb +79 -0
  1483. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb +26 -0
  1484. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/dependencies.rb +762 -0
  1485. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/dependencies/autoload.rb +77 -0
  1486. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation.rb +43 -0
  1487. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/behaviors.rb +76 -0
  1488. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/instance_delegator.rb +24 -0
  1489. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/method_wrappers.rb +44 -0
  1490. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/proxy_wrappers.rb +126 -0
  1491. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/reporting.rb +94 -0
  1492. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/descendants_tracker.rb +60 -0
  1493. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/duration.rb +160 -0
  1494. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb +137 -0
  1495. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/gem_version.rb +15 -0
  1496. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/gzip.rb +36 -0
  1497. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/hash_with_indifferent_access.rb +291 -0
  1498. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/i18n.rb +13 -0
  1499. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/i18n_railtie.rb +94 -0
  1500. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflections.rb +70 -0
  1501. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector.rb +7 -0
  1502. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb +211 -0
  1503. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb +383 -0
  1504. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector/transliterate.rb +97 -0
  1505. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/json.rb +2 -0
  1506. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/json/decoding.rb +73 -0
  1507. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/json/encoding.rb +177 -0
  1508. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/key_generator.rb +73 -0
  1509. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/lazy_load_hooks.rb +48 -0
  1510. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/locale/en.yml +133 -0
  1511. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/log_subscriber.rb +109 -0
  1512. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/log_subscriber/test_helper.rb +104 -0
  1513. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/logger.rb +57 -0
  1514. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/logger_silence.rb +24 -0
  1515. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/message_encryptor.rb +107 -0
  1516. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/message_verifier.rb +72 -0
  1517. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/multibyte.rb +21 -0
  1518. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/multibyte/chars.rb +222 -0
  1519. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/multibyte/unicode.rb +390 -0
  1520. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/notifications.rb +212 -0
  1521. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/notifications/fanout.rb +157 -0
  1522. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb +73 -0
  1523. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper.rb +345 -0
  1524. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_converter.rb +182 -0
  1525. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_currency_converter.rb +46 -0
  1526. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_delimited_converter.rb +23 -0
  1527. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_human_converter.rb +66 -0
  1528. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_human_size_converter.rb +58 -0
  1529. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
  1530. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_phone_converter.rb +49 -0
  1531. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_rounded_converter.rb +87 -0
  1532. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/option_merger.rb +25 -0
  1533. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/ordered_hash.rb +48 -0
  1534. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/ordered_options.rb +67 -0
  1535. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/per_thread_registry.rb +53 -0
  1536. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/proxy_object.rb +13 -0
  1537. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/rails.rb +27 -0
  1538. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/railtie.rb +46 -0
  1539. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/rescuable.rb +119 -0
  1540. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/security_utils.rb +20 -0
  1541. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/string_inquirer.rb +26 -0
  1542. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/subscriber.rb +125 -0
  1543. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/tagged_logging.rb +76 -0
  1544. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/test_case.rb +100 -0
  1545. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/assertions.rb +97 -0
  1546. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/autorun.rb +5 -0
  1547. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/constant_lookup.rb +50 -0
  1548. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/declarative.rb +26 -0
  1549. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/deprecation.rb +35 -0
  1550. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/isolation.rb +101 -0
  1551. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/setup_and_teardown.rb +50 -0
  1552. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/tagged_logging.rb +25 -0
  1553. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/time_helpers.rb +131 -0
  1554. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/time.rb +18 -0
  1555. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb +409 -0
  1556. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/values/time_zone.rb +428 -0
  1557. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/values/unicode_tables.dat +0 -0
  1558. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/version.rb +8 -0
  1559. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini.rb +194 -0
  1560. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/jdom.rb +181 -0
  1561. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/libxml.rb +79 -0
  1562. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/libxmlsax.rb +85 -0
  1563. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/nokogiri.rb +83 -0
  1564. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/nokogirisax.rb +87 -0
  1565. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/rexml.rb +130 -0
  1566. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/Gemfile +12 -0
  1567. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/History.txt +292 -0
  1568. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/MIT-LICENSE.txt +20 -0
  1569. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/Manifest.txt +133 -0
  1570. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/README.markdown +150 -0
  1571. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/Rakefile +20 -0
  1572. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/arel.gemspec +41 -0
  1573. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel.rb +46 -0
  1574. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/alias_predication.rb +7 -0
  1575. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/attributes.rb +20 -0
  1576. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/attributes/attribute.rb +27 -0
  1577. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/compatibility/wheres.rb +33 -0
  1578. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/crud.rb +40 -0
  1579. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/delete_manager.rb +18 -0
  1580. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/deprecated.rb +4 -0
  1581. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/expression.rb +5 -0
  1582. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/expressions.rb +27 -0
  1583. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/factory_methods.rb +43 -0
  1584. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/insert_manager.rb +38 -0
  1585. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/math.rb +19 -0
  1586. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes.rb +52 -0
  1587. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/and.rb +34 -0
  1588. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/ascending.rb +23 -0
  1589. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/binary.rb +52 -0
  1590. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/count.rb +10 -0
  1591. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/delete_statement.rb +19 -0
  1592. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/descending.rb +23 -0
  1593. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/equality.rb +9 -0
  1594. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/extract.rb +34 -0
  1595. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/false.rb +13 -0
  1596. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/function.rb +43 -0
  1597. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/grouping.rb +7 -0
  1598. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/in.rb +6 -0
  1599. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/infix_operation.rb +44 -0
  1600. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/inner_join.rb +6 -0
  1601. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/insert_statement.rb +32 -0
  1602. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/join_source.rb +18 -0
  1603. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/named_function.rb +21 -0
  1604. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/node.rb +56 -0
  1605. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/outer_join.rb +6 -0
  1606. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/over.rb +15 -0
  1607. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/select_core.rb +63 -0
  1608. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/select_statement.rb +39 -0
  1609. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/sql_literal.rb +17 -0
  1610. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/string_join.rb +9 -0
  1611. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/table_alias.rb +21 -0
  1612. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/terminal.rb +13 -0
  1613. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/true.rb +13 -0
  1614. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/unary.rb +39 -0
  1615. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/unqualified_column.rb +20 -0
  1616. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/update_statement.rb +38 -0
  1617. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/values.rb +14 -0
  1618. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/window.rb +105 -0
  1619. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/with.rb +10 -0
  1620. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/order_predications.rb +13 -0
  1621. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/predications.rb +180 -0
  1622. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/select_manager.rb +283 -0
  1623. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/sql/engine.rb +10 -0
  1624. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/sql_literal.rb +4 -0
  1625. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/table.rb +142 -0
  1626. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/tree_manager.rb +40 -0
  1627. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/update_manager.rb +57 -0
  1628. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors.rb +42 -0
  1629. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/bind_visitor.rb +34 -0
  1630. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/depth_first.rb +170 -0
  1631. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/dot.rb +272 -0
  1632. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/ibm_db.rb +12 -0
  1633. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/informix.rb +33 -0
  1634. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/join_sql.rb +19 -0
  1635. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/mssql.rb +73 -0
  1636. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/mysql.rb +56 -0
  1637. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/oracle.rb +128 -0
  1638. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/order_clauses.rb +11 -0
  1639. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/postgresql.rb +21 -0
  1640. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/sqlite.rb +16 -0
  1641. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/to_sql.rb +604 -0
  1642. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/visitor.rb +34 -0
  1643. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/where_sql.rb +9 -0
  1644. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/window_predications.rb +9 -0
  1645. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/attributes/test_attribute.rb +664 -0
  1646. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/helper.rb +13 -0
  1647. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_and.rb +20 -0
  1648. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_as.rb +34 -0
  1649. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_ascending.rb +44 -0
  1650. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_bin.rb +33 -0
  1651. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_count.rb +39 -0
  1652. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_delete_statement.rb +34 -0
  1653. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_descending.rb +44 -0
  1654. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_distinct.rb +20 -0
  1655. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_equality.rb +84 -0
  1656. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_extract.rb +33 -0
  1657. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_false.rb +20 -0
  1658. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_grouping.rb +25 -0
  1659. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_infix_operation.rb +40 -0
  1660. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_insert_statement.rb +42 -0
  1661. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_named_function.rb +46 -0
  1662. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_node.rb +39 -0
  1663. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_not.rb +29 -0
  1664. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_or.rb +34 -0
  1665. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_over.rb +67 -0
  1666. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_select_core.rb +69 -0
  1667. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_select_statement.rb +49 -0
  1668. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_sql_literal.rb +69 -0
  1669. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_sum.rb +24 -0
  1670. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_table_alias.rb +36 -0
  1671. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_true.rb +21 -0
  1672. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_update_statement.rb +58 -0
  1673. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_window.rb +73 -0
  1674. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/support/fake_record.rb +123 -0
  1675. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_attributes.rb +66 -0
  1676. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_crud.rb +63 -0
  1677. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_delete_manager.rb +42 -0
  1678. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_factory_methods.rb +44 -0
  1679. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_insert_manager.rb +142 -0
  1680. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_select_manager.rb +1090 -0
  1681. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_table.rb +208 -0
  1682. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_update_manager.rb +124 -0
  1683. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_bind_visitor.rb +58 -0
  1684. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_depth_first.rb +238 -0
  1685. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_dispatch_contamination.rb +22 -0
  1686. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_dot.rb +76 -0
  1687. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_ibm_db.rb +27 -0
  1688. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_informix.rb +52 -0
  1689. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_join_sql.rb +42 -0
  1690. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_mssql.rb +66 -0
  1691. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_mysql.rb +55 -0
  1692. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_oracle.rb +156 -0
  1693. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_postgres.rb +84 -0
  1694. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_sqlite.rb +23 -0
  1695. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_to_sql.rb +476 -0
  1696. data/vendor/ruby/2.1.0/gems/arel-6.0.3/History.txt +315 -0
  1697. data/vendor/ruby/2.1.0/gems/arel-6.0.3/MIT-LICENSE.txt +20 -0
  1698. data/vendor/ruby/2.1.0/gems/arel-6.0.3/README.markdown +227 -0
  1699. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel.rb +35 -0
  1700. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/alias_predication.rb +7 -0
  1701. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/attributes.rb +20 -0
  1702. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/attributes/attribute.rb +27 -0
  1703. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/bind.rb +36 -0
  1704. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb +18 -0
  1705. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/sql_string.rb +24 -0
  1706. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/compatibility/wheres.rb +33 -0
  1707. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/crud.rb +40 -0
  1708. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/delete_manager.rb +18 -0
  1709. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/expressions.rb +28 -0
  1710. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/factory_methods.rb +43 -0
  1711. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/insert_manager.rb +42 -0
  1712. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/math.rb +19 -0
  1713. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes.rb +95 -0
  1714. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/and.rb +30 -0
  1715. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/ascending.rb +23 -0
  1716. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/binary.rb +52 -0
  1717. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/bind_param.rb +6 -0
  1718. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/count.rb +10 -0
  1719. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/delete_statement.rb +19 -0
  1720. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/descending.rb +23 -0
  1721. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/equality.rb +9 -0
  1722. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/extract.rb +25 -0
  1723. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/false.rb +13 -0
  1724. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/full_outer_join.rb +6 -0
  1725. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/function.rb +42 -0
  1726. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/grouping.rb +7 -0
  1727. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/in.rb +6 -0
  1728. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/infix_operation.rb +44 -0
  1729. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/inner_join.rb +6 -0
  1730. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/insert_statement.rb +35 -0
  1731. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/join_source.rb +18 -0
  1732. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/matches.rb +14 -0
  1733. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/named_function.rb +21 -0
  1734. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/node.rb +60 -0
  1735. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/outer_join.rb +6 -0
  1736. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/over.rb +15 -0
  1737. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/right_outer_join.rb +6 -0
  1738. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/select_core.rb +63 -0
  1739. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/select_statement.rb +39 -0
  1740. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/sql_literal.rb +14 -0
  1741. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/string_join.rb +9 -0
  1742. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/table_alias.rb +21 -0
  1743. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/terminal.rb +13 -0
  1744. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/true.rb +13 -0
  1745. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/unary.rb +39 -0
  1746. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/unqualified_column.rb +20 -0
  1747. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/update_statement.rb +38 -0
  1748. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/values.rb +14 -0
  1749. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/window.rb +123 -0
  1750. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/with.rb +10 -0
  1751. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/order_predications.rb +13 -0
  1752. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/predications.rb +215 -0
  1753. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/select_manager.rb +268 -0
  1754. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/table.rb +146 -0
  1755. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/tree_manager.rb +46 -0
  1756. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/update_manager.rb +57 -0
  1757. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors.rb +40 -0
  1758. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/bind_substitute.rb +9 -0
  1759. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/bind_visitor.rb +39 -0
  1760. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/depth_first.rb +184 -0
  1761. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/dot.rb +278 -0
  1762. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/ibm_db.rb +14 -0
  1763. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/informix.rb +51 -0
  1764. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/mssql.rb +91 -0
  1765. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/mysql.rb +77 -0
  1766. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/oracle.rb +141 -0
  1767. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/postgresql.rb +32 -0
  1768. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/reduce.rb +25 -0
  1769. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/sqlite.rb +17 -0
  1770. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/to_sql.rb +822 -0
  1771. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/visitor.rb +41 -0
  1772. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/where_sql.rb +12 -0
  1773. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/window_predications.rb +9 -0
  1774. data/vendor/ruby/2.1.0/gems/builder-3.2.2/CHANGES +107 -0
  1775. data/vendor/ruby/2.1.0/gems/builder-3.2.2/MIT-LICENSE +20 -0
  1776. data/vendor/ruby/2.1.0/gems/builder-3.2.2/README.md +258 -0
  1777. data/vendor/ruby/2.1.0/gems/builder-3.2.2/Rakefile +195 -0
  1778. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/jamis.rb +591 -0
  1779. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/releases/builder-1.2.4.rdoc +31 -0
  1780. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/releases/builder-2.0.0.rdoc +46 -0
  1781. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/releases/builder-2.1.1.rdoc +58 -0
  1782. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/blankslate.rb +137 -0
  1783. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder.rb +13 -0
  1784. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/blankslate.rb +23 -0
  1785. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/version.rb +8 -0
  1786. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xchar.rb +197 -0
  1787. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xmlbase.rb +199 -0
  1788. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xmlevents.rb +63 -0
  1789. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xmlmarkup.rb +339 -0
  1790. data/vendor/ruby/2.1.0/gems/builder-3.2.2/rakelib/publish.rake +17 -0
  1791. data/vendor/ruby/2.1.0/gems/builder-3.2.2/rakelib/tags.rake +62 -0
  1792. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/performance.rb +41 -0
  1793. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/preload.rb +39 -0
  1794. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_blankslate.rb +217 -0
  1795. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_eventbuilder.rb +150 -0
  1796. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_markupbuilder.rb +611 -0
  1797. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_method_caching.rb +62 -0
  1798. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_namecollision.rb +39 -0
  1799. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_xchar.rb +78 -0
  1800. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/History.md +680 -0
  1801. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/License.txt +22 -0
  1802. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/README.md +922 -0
  1803. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara.rb +377 -0
  1804. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/cucumber.rb +26 -0
  1805. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/driver/base.rb +136 -0
  1806. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/driver/node.rb +100 -0
  1807. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/dsl.rb +57 -0
  1808. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/helpers.rb +128 -0
  1809. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/actions.rb +156 -0
  1810. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/base.rb +124 -0
  1811. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/document.rb +31 -0
  1812. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/document_matchers.rb +68 -0
  1813. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/element.rb +263 -0
  1814. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/finders.rb +169 -0
  1815. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/matchers.rb +527 -0
  1816. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/simple.rb +167 -0
  1817. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/queries/base_query.rb +29 -0
  1818. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/queries/text_query.rb +56 -0
  1819. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/queries/title_query.rb +40 -0
  1820. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/query.rb +135 -0
  1821. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/browser.rb +114 -0
  1822. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/css_handlers.rb +10 -0
  1823. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/driver.rb +94 -0
  1824. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/form.rb +91 -0
  1825. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/node.rb +203 -0
  1826. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rails.rb +20 -0
  1827. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/result.rb +57 -0
  1828. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rspec.rb +32 -0
  1829. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rspec/features.rb +45 -0
  1830. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rspec/matchers.rb +213 -0
  1831. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/selector.rb +242 -0
  1832. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/selenium/driver.rb +271 -0
  1833. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/selenium/node.rb +130 -0
  1834. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/server.rb +91 -0
  1835. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/session.rb +716 -0
  1836. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/fixtures/another_test_file.txt +1 -0
  1837. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/fixtures/capybara.jpg +3 -0
  1838. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/fixtures/test_file.txt +1 -0
  1839. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/public/jquery-ui.js +791 -0
  1840. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/public/jquery.js +9046 -0
  1841. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/public/test.js +103 -0
  1842. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/accept_alert_spec.rb +57 -0
  1843. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/accept_confirm_spec.rb +19 -0
  1844. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/accept_prompt_spec.rb +49 -0
  1845. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/all_spec.rb +152 -0
  1846. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/assert_selector.rb +147 -0
  1847. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/assert_text.rb +195 -0
  1848. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/assert_title.rb +69 -0
  1849. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/attach_file_spec.rb +109 -0
  1850. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/body_spec.rb +21 -0
  1851. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/check_spec.rb +113 -0
  1852. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/choose_spec.rb +68 -0
  1853. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/click_button_spec.rb +439 -0
  1854. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/click_link_or_button_spec.rb +112 -0
  1855. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/click_link_spec.rb +150 -0
  1856. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/current_scope_spec.rb +29 -0
  1857. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/current_url_spec.rb +93 -0
  1858. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/dismiss_confirm_spec.rb +35 -0
  1859. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/dismiss_prompt_spec.rb +19 -0
  1860. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/evaluate_script_spec.rb +6 -0
  1861. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/execute_script_spec.rb +7 -0
  1862. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/fill_in_spec.rb +183 -0
  1863. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_button_spec.rb +32 -0
  1864. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_by_id_spec.rb +31 -0
  1865. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_field_spec.rb +64 -0
  1866. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_link_spec.rb +32 -0
  1867. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_spec.rb +375 -0
  1868. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/first_spec.rb +88 -0
  1869. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/go_back_spec.rb +10 -0
  1870. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/go_forward_spec.rb +12 -0
  1871. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_button_spec.rb +54 -0
  1872. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_css_spec.rb +228 -0
  1873. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_field_spec.rb +274 -0
  1874. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_link_spec.rb +34 -0
  1875. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_select_spec.rb +181 -0
  1876. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_selector_spec.rb +132 -0
  1877. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_table_spec.rb +30 -0
  1878. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_text_spec.rb +309 -0
  1879. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_title_spec.rb +47 -0
  1880. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_xpath_spec.rb +127 -0
  1881. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/headers.rb +6 -0
  1882. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/html_spec.rb +38 -0
  1883. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/node_spec.rb +329 -0
  1884. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/reset_session_spec.rb +56 -0
  1885. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/response_code.rb +6 -0
  1886. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/save_and_open_screenshot_spec.rb +46 -0
  1887. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/save_page_spec.rb +82 -0
  1888. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/screenshot_spec.rb +16 -0
  1889. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/select_spec.rb +189 -0
  1890. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/source_spec.rb +0 -0
  1891. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/text_spec.rb +58 -0
  1892. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/title_spec.rb +16 -0
  1893. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/uncheck_spec.rb +40 -0
  1894. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/unselect_spec.rb +114 -0
  1895. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/visit_spec.rb +117 -0
  1896. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/become_closed_spec.rb +84 -0
  1897. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/current_window_spec.rb +25 -0
  1898. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/open_new_window_spec.rb +28 -0
  1899. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/switch_to_window_spec.rb +114 -0
  1900. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/window_opened_by_spec.rb +84 -0
  1901. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/window_spec.rb +142 -0
  1902. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/windows_spec.rb +31 -0
  1903. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb +188 -0
  1904. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/within_frame_spec.rb +52 -0
  1905. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/within_spec.rb +165 -0
  1906. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/spec_helper.rb +96 -0
  1907. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/test_app.rb +169 -0
  1908. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/buttons.erb +4 -0
  1909. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/fieldsets.erb +29 -0
  1910. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/form.erb +451 -0
  1911. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_child.erb +9 -0
  1912. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_one.erb +8 -0
  1913. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_parent.erb +8 -0
  1914. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_two.erb +8 -0
  1915. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/header_links.erb +7 -0
  1916. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/host_links.erb +12 -0
  1917. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/popup_one.erb +8 -0
  1918. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/popup_two.erb +8 -0
  1919. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/postback.erb +13 -0
  1920. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/tables.erb +62 -0
  1921. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_base_tag.erb +10 -0
  1922. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_count.erb +7 -0
  1923. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_hover.erb +17 -0
  1924. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_html.erb +113 -0
  1925. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_html_entities.erb +1 -0
  1926. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_js.erb +98 -0
  1927. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_scope.erb +41 -0
  1928. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_simple_html.erb +1 -0
  1929. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_title.erb +1 -0
  1930. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_windows.erb +47 -0
  1931. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/within_frames.erb +11 -0
  1932. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/version.rb +3 -0
  1933. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/window.rb +123 -0
  1934. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/basic_node_spec.rb +140 -0
  1935. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/capybara_spec.rb +54 -0
  1936. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/dsl_spec.rb +256 -0
  1937. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/fixtures/selenium_driver_rspec_failure.rb +8 -0
  1938. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/fixtures/selenium_driver_rspec_success.rb +8 -0
  1939. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rack_test_spec.rb +184 -0
  1940. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/result_spec.rb +65 -0
  1941. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rspec/features_spec.rb +82 -0
  1942. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rspec/matchers_spec.rb +780 -0
  1943. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rspec_spec.rb +51 -0
  1944. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/selenium_spec.rb +93 -0
  1945. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/selenium_spec_chrome.rb +21 -0
  1946. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/server_spec.rb +116 -0
  1947. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/spec_helper.rb +7 -0
  1948. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/CHANGES.txt +828 -0
  1949. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/MIT-LICENSE +20 -0
  1950. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/README.txt +102 -0
  1951. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/Makefile +6 -0
  1952. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/bench.rb +313 -0
  1953. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/bench_context.yaml +141 -0
  1954. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/_footer.html +4 -0
  1955. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/_header.html +52 -0
  1956. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +29 -0
  1957. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +29 -0
  1958. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +29 -0
  1959. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/bin/erubis +10 -0
  1960. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/contrib/erubis +3468 -0
  1961. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
  1962. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/contrib/inline-require +179 -0
  1963. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/ActionView.html +105 -0
  1964. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +209 -0
  1965. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/ERB.html +101 -0
  1966. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis.html +362 -0
  1967. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +175 -0
  1968. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +120 -0
  1969. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +174 -0
  1970. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +120 -0
  1971. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +112 -0
  1972. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +327 -0
  1973. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +130 -0
  1974. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +215 -0
  1975. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +120 -0
  1976. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +386 -0
  1977. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +113 -0
  1978. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +344 -0
  1979. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +283 -0
  1980. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +382 -0
  1981. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +150 -0
  1982. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +120 -0
  1983. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +126 -0
  1984. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +126 -0
  1985. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +126 -0
  1986. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +126 -0
  1987. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +305 -0
  1988. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +126 -0
  1989. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +126 -0
  1990. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +175 -0
  1991. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +120 -0
  1992. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +117 -0
  1993. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +132 -0
  1994. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +165 -0
  1995. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +120 -0
  1996. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +120 -0
  1997. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +120 -0
  1998. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +120 -0
  1999. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +120 -0
  2000. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +120 -0
  2001. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +127 -0
  2002. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +120 -0
  2003. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +126 -0
  2004. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +212 -0
  2005. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +131 -0
  2006. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +416 -0
  2007. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +267 -0
  2008. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +120 -0
  2009. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +116 -0
  2010. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +787 -0
  2011. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +349 -0
  2012. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +213 -0
  2013. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +305 -0
  2014. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +120 -0
  2015. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +359 -0
  2016. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +386 -0
  2017. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +341 -0
  2018. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +249 -0
  2019. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +120 -0
  2020. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +159 -0
  2021. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +120 -0
  2022. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +119 -0
  2023. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +163 -0
  2024. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +439 -0
  2025. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +163 -0
  2026. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +125 -0
  2027. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +266 -0
  2028. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +166 -0
  2029. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +166 -0
  2030. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +166 -0
  2031. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +166 -0
  2032. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +122 -0
  2033. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +166 -0
  2034. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +166 -0
  2035. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +155 -0
  2036. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +166 -0
  2037. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +293 -0
  2038. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +163 -0
  2039. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +120 -0
  2040. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +344 -0
  2041. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +350 -0
  2042. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +210 -0
  2043. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +120 -0
  2044. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +183 -0
  2045. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +212 -0
  2046. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +212 -0
  2047. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +120 -0
  2048. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +244 -0
  2049. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +120 -0
  2050. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +121 -0
  2051. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +227 -0
  2052. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +328 -0
  2053. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +382 -0
  2054. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +120 -0
  2055. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +191 -0
  2056. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +173 -0
  2057. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +120 -0
  2058. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +121 -0
  2059. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +174 -0
  2060. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +120 -0
  2061. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +120 -0
  2062. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +298 -0
  2063. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +130 -0
  2064. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +255 -0
  2065. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Kernel.html +155 -0
  2066. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/created.rid +1 -0
  2067. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/README_txt.html +247 -0
  2068. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +107 -0
  2069. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +114 -0
  2070. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +115 -0
  2071. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +115 -0
  2072. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +115 -0
  2073. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +115 -0
  2074. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +115 -0
  2075. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +115 -0
  2076. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +115 -0
  2077. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +115 -0
  2078. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +115 -0
  2079. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +114 -0
  2080. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +117 -0
  2081. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +107 -0
  2082. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +107 -0
  2083. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +115 -0
  2084. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +114 -0
  2085. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +107 -0
  2086. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +107 -0
  2087. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +116 -0
  2088. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +107 -0
  2089. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +129 -0
  2090. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +114 -0
  2091. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +107 -0
  2092. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +107 -0
  2093. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +118 -0
  2094. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/fr_class_index.html +129 -0
  2095. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/fr_file_index.html +53 -0
  2096. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/fr_method_index.html +265 -0
  2097. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/index.html +24 -0
  2098. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/rdoc-style.css +208 -0
  2099. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc/docstyle.css +209 -0
  2100. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc/users-guide.html +3551 -0
  2101. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/Makefile +58 -0
  2102. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ec +42 -0
  2103. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ecpp +33 -0
  2104. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ejava +45 -0
  2105. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ejs +16 -0
  2106. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.eperl +16 -0
  2107. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ephp +17 -0
  2108. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.eruby +15 -0
  2109. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.escheme +26 -0
  2110. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/Makefile +54 -0
  2111. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ec +42 -0
  2112. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ejava +45 -0
  2113. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ejs +16 -0
  2114. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.eperl +16 -0
  2115. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ephp +17 -0
  2116. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.eruby +15 -0
  2117. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.escheme +26 -0
  2118. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis.rb +73 -0
  2119. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
  2120. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
  2121. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
  2122. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
  2123. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
  2124. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
  2125. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
  2126. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
  2127. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
  2128. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
  2129. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
  2130. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
  2131. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
  2132. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
  2133. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
  2134. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
  2135. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
  2136. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
  2137. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
  2138. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
  2139. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
  2140. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
  2141. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
  2142. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
  2143. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
  2144. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/setup.rb +1331 -0
  2145. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/assert-text-equal.rb +44 -0
  2146. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +55 -0
  2147. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/array_example.result +9 -0
  2148. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +9 -0
  2149. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +4 -0
  2150. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +6 -0
  2151. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +10 -0
  2152. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +17 -0
  2153. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/context.rb +6 -0
  2154. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/context.yaml +8 -0
  2155. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +14 -0
  2156. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/def_method.result +3 -0
  2157. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +9 -0
  2158. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ec +27 -0
  2159. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +30 -0
  2160. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ejs +20 -0
  2161. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.eperl +18 -0
  2162. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ephp +18 -0
  2163. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.eruby +6 -0
  2164. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.escheme +28 -0
  2165. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +6 -0
  2166. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1.rb +17 -0
  2167. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1.result +16 -0
  2168. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10.rb +4 -0
  2169. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10.result +17 -0
  2170. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +14 -0
  2171. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +17 -0
  2172. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11.php +20 -0
  2173. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11.result +23 -0
  2174. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +21 -0
  2175. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +10 -0
  2176. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +16 -0
  2177. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +16 -0
  2178. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +15 -0
  2179. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +9 -0
  2180. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +7 -0
  2181. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2.rb +10 -0
  2182. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2.result +27 -0
  2183. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +10 -0
  2184. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +10 -0
  2185. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +6 -0
  2186. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example3.rb +10 -0
  2187. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example31.result +22 -0
  2188. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example32.result +4 -0
  2189. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +8 -0
  2190. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +3 -0
  2191. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4.rb +11 -0
  2192. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4.result +10 -0
  2193. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +5 -0
  2194. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +6 -0
  2195. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example5.rb +16 -0
  2196. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example5.result +7 -0
  2197. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example6.rb +12 -0
  2198. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example6.result +7 -0
  2199. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +8 -0
  2200. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example71.result +13 -0
  2201. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example72.result +13 -0
  2202. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +6 -0
  2203. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +7 -0
  2204. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +7 -0
  2205. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +3 -0
  2206. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example9.rb +8 -0
  2207. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example9.result +9 -0
  2208. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example91.result +5 -0
  2209. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example92.result +4 -0
  2210. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_c.result +32 -0
  2211. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_java.result +56 -0
  2212. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_js.result +22 -0
  2213. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +20 -0
  2214. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_php.result +19 -0
  2215. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +30 -0
  2216. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +29 -0
  2217. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +8 -0
  2218. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +18 -0
  2219. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +11 -0
  2220. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +38 -0
  2221. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +15 -0
  2222. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +9 -0
  2223. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +8 -0
  2224. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +10 -0
  2225. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +11 -0
  2226. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +13 -0
  2227. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +9 -0
  2228. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +8 -0
  2229. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +6 -0
  2230. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +8 -0
  2231. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +6 -0
  2232. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +14 -0
  2233. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +20 -0
  2234. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +15 -0
  2235. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +9 -0
  2236. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +11 -0
  2237. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +14 -0
  2238. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +19 -0
  2239. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +20 -0
  2240. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +16 -0
  2241. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +6 -0
  2242. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +9 -0
  2243. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +9 -0
  2244. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +6 -0
  2245. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +9 -0
  2246. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +4 -0
  2247. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +3 -0
  2248. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +8 -0
  2249. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +8 -0
  2250. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +9 -0
  2251. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/stderr.log +3 -0
  2252. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +9 -0
  2253. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +9 -0
  2254. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +4 -0
  2255. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +3 -0
  2256. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +4 -0
  2257. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +4 -0
  2258. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-engines.rb +425 -0
  2259. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-enhancers.rb +646 -0
  2260. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-erubis.rb +887 -0
  2261. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-index-cgi.rb +191 -0
  2262. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-main.rb +752 -0
  2263. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-users-guide.rb +73 -0
  2264. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test.rb +45 -0
  2265. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/testutil.rb +111 -0
  2266. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/LICENSE +21 -0
  2267. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/README.md +80 -0
  2268. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs.rb +6 -0
  2269. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/disabled_runtime.rb +29 -0
  2270. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/duktape_runtime.rb +68 -0
  2271. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/encoding.rb +26 -0
  2272. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/external_runtime.rb +246 -0
  2273. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/module.rb +42 -0
  2274. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/ruby_racer_runtime.rb +114 -0
  2275. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/ruby_rhino_runtime.rb +97 -0
  2276. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/runtime.rb +55 -0
  2277. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/runtimes.rb +86 -0
  2278. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/jsc_runner.js +18 -0
  2279. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/jscript_runner.js +22 -0
  2280. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/json2.js +481 -0
  2281. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/node_runner.js +20 -0
  2282. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/spidermonkey_runner.js +18 -0
  2283. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/version.rb +3 -0
  2284. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/MIT-LICENSE +21 -0
  2285. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id.rb +8 -0
  2286. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/global_id.rb +71 -0
  2287. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/identification.rb +25 -0
  2288. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/locator.rb +182 -0
  2289. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/railtie.rb +40 -0
  2290. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/signed_global_id.rb +89 -0
  2291. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/uri/gid.rb +177 -0
  2292. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/globalid.rb +2 -0
  2293. data/vendor/ruby/2.1.0/gems/haml-4.0.7/CHANGELOG.md +1363 -0
  2294. data/vendor/ruby/2.1.0/gems/haml-4.0.7/FAQ.md +157 -0
  2295. data/vendor/ruby/2.1.0/gems/haml-4.0.7/MIT-LICENSE +20 -0
  2296. data/vendor/ruby/2.1.0/gems/haml-4.0.7/README.md +173 -0
  2297. data/vendor/ruby/2.1.0/gems/haml-4.0.7/REFERENCE.md +1294 -0
  2298. data/vendor/ruby/2.1.0/gems/haml-4.0.7/Rakefile +134 -0
  2299. data/vendor/ruby/2.1.0/gems/haml-4.0.7/bin/haml +9 -0
  2300. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml.rb +23 -0
  2301. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/buffer.rb +345 -0
  2302. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/compiler.rb +540 -0
  2303. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/engine.rb +245 -0
  2304. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/error.rb +61 -0
  2305. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/exec.rb +329 -0
  2306. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/filters.rb +404 -0
  2307. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers.rb +664 -0
  2308. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/action_view_extensions.rb +58 -0
  2309. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/action_view_mods.rb +147 -0
  2310. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/action_view_xss_mods.rb +58 -0
  2311. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/safe_erubis_template.rb +29 -0
  2312. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/xss_mods.rb +104 -0
  2313. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/options.rb +279 -0
  2314. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/parser.rb +764 -0
  2315. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/railtie.rb +22 -0
  2316. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/sass_rails_filter.rb +33 -0
  2317. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/template.rb +32 -0
  2318. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/template/options.rb +16 -0
  2319. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/template/plugin.rb +41 -0
  2320. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/util.rb +377 -0
  2321. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/version.rb +3 -0
  2322. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/engine_test.rb +2013 -0
  2323. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/_av_partial_1.erb +12 -0
  2324. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/_av_partial_2.erb +8 -0
  2325. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/action_view.erb +62 -0
  2326. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/standard.erb +55 -0
  2327. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/filters_test.rb +254 -0
  2328. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.0.x +5 -0
  2329. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.1.x +6 -0
  2330. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.2.x +5 -0
  2331. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-4.0.x +5 -0
  2332. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/LICENSE +14 -0
  2333. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/README.md +106 -0
  2334. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/lua_haml_spec.lua +38 -0
  2335. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/perl_haml_test.pl +81 -0
  2336. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/ruby_haml_test.rb +23 -0
  2337. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/tests.json +660 -0
  2338. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/helper_test.rb +583 -0
  2339. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/markaby/standard.mab +52 -0
  2340. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/mocks/article.rb +6 -0
  2341. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/parser_test.rb +105 -0
  2342. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/content_for_layout.xhtml +12 -0
  2343. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/eval_suppressed.xhtml +9 -0
  2344. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/helpers.xhtml +70 -0
  2345. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/helpful.xhtml +10 -0
  2346. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/just_stuff.xhtml +70 -0
  2347. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/list.xhtml +12 -0
  2348. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/nuke_inner_whitespace.xhtml +40 -0
  2349. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/nuke_outer_whitespace.xhtml +148 -0
  2350. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/original_engine.xhtml +20 -0
  2351. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/partial_layout.xhtml +5 -0
  2352. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/partial_layout_erb.xhtml +5 -0
  2353. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/partials.xhtml +21 -0
  2354. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/render_layout.xhtml +3 -0
  2355. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/silent_script.xhtml +74 -0
  2356. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/standard.xhtml +162 -0
  2357. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/tag_parsing.xhtml +23 -0
  2358. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/very_basic.xhtml +5 -0
  2359. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/whitespace_handling.xhtml +90 -0
  2360. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/template_test.rb +354 -0
  2361. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_1.haml +9 -0
  2362. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_1_ugly.haml +9 -0
  2363. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_2.haml +5 -0
  2364. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_2_ugly.haml +5 -0
  2365. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_layout.erb +3 -0
  2366. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_layout_for_partial.haml +3 -0
  2367. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_partial.haml +8 -0
  2368. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_text_area.haml +3 -0
  2369. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_text_area_helper.html.haml +4 -0
  2370. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/action_view.haml +47 -0
  2371. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/action_view_ugly.haml +47 -0
  2372. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/breakage.haml +8 -0
  2373. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/content_for_layout.haml +8 -0
  2374. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/eval_suppressed.haml +11 -0
  2375. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/helpers.haml +55 -0
  2376. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/helpful.haml +11 -0
  2377. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/just_stuff.haml +85 -0
  2378. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/list.haml +12 -0
  2379. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/nuke_inner_whitespace.haml +32 -0
  2380. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/nuke_outer_whitespace.haml +144 -0
  2381. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/original_engine.haml +17 -0
  2382. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partial_layout.haml +3 -0
  2383. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partial_layout_erb.erb +4 -0
  2384. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partialize.haml +1 -0
  2385. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partials.haml +12 -0
  2386. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/render_layout.haml +2 -0
  2387. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/silent_script.haml +45 -0
  2388. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/standard.haml +43 -0
  2389. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/standard_ugly.haml +43 -0
  2390. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/tag_parsing.haml +21 -0
  2391. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/very_basic.haml +4 -0
  2392. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/whitespace_handling.haml +87 -0
  2393. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/test_helper.rb +81 -0
  2394. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/util_test.rb +63 -0
  2395. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/MIT-LICENSE +20 -0
  2396. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/README.md +82 -0
  2397. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x +8 -0
  2398. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x.lock +27 -0
  2399. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x +8 -0
  2400. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x.lock +33 -0
  2401. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x +8 -0
  2402. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x.lock +34 -0
  2403. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x +8 -0
  2404. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x.lock +34 -0
  2405. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master +8 -0
  2406. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master.lock +40 -0
  2407. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n.rb +341 -0
  2408. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend.rb +18 -0
  2409. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/base.rb +189 -0
  2410. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/cache.rb +96 -0
  2411. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/cascade.rb +54 -0
  2412. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/chain.rb +97 -0
  2413. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/fallbacks.rb +69 -0
  2414. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/flatten.rb +113 -0
  2415. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/gettext.rb +72 -0
  2416. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/interpolation_compiler.rb +121 -0
  2417. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/key_value.rb +100 -0
  2418. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/memoize.rb +46 -0
  2419. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/metadata.rb +65 -0
  2420. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/pluralization.rb +53 -0
  2421. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/simple.rb +87 -0
  2422. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/transliterator.rb +99 -0
  2423. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/config.rb +140 -0
  2424. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/core_ext/hash.rb +29 -0
  2425. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
  2426. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/core_ext/string/interpolate.rb +9 -0
  2427. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/exceptions.rb +104 -0
  2428. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/gettext.rb +25 -0
  2429. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/gettext/helpers.rb +64 -0
  2430. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/gettext/po_parser.rb +329 -0
  2431. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb +37 -0
  2432. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale.rb +6 -0
  2433. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/fallbacks.rb +96 -0
  2434. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag.rb +28 -0
  2435. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag/parents.rb +22 -0
  2436. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag/rfc4646.rb +74 -0
  2437. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag/simple.rb +39 -0
  2438. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests.rb +12 -0
  2439. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/basics.rb +59 -0
  2440. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/defaults.rb +40 -0
  2441. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/interpolation.rb +133 -0
  2442. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/link.rb +56 -0
  2443. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization.rb +19 -0
  2444. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/date.rb +91 -0
  2445. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/date_time.rb +82 -0
  2446. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/procs.rb +116 -0
  2447. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/time.rb +81 -0
  2448. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/lookup.rb +81 -0
  2449. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/pluralization.rb +35 -0
  2450. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/procs.rb +55 -0
  2451. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/version.rb +3 -0
  2452. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/all_features_test.rb +58 -0
  2453. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/cascade_test.rb +28 -0
  2454. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/chain_test.rb +24 -0
  2455. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/fallbacks_test.rb +30 -0
  2456. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/key_value_test.rb +24 -0
  2457. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/memoize_test.rb +56 -0
  2458. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/override_test.rb +42 -0
  2459. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/pluralization_test.rb +30 -0
  2460. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/simple_test.rb +28 -0
  2461. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/cache_test.rb +86 -0
  2462. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/cascade_test.rb +86 -0
  2463. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/chain_test.rb +91 -0
  2464. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/exceptions_test.rb +36 -0
  2465. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/fallbacks_test.rb +152 -0
  2466. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/interpolation_compiler_test.rb +118 -0
  2467. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/key_value_test.rb +43 -0
  2468. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/memoize_test.rb +47 -0
  2469. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/metadata_test.rb +48 -0
  2470. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/pluralization_test.rb +45 -0
  2471. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/simple_test.rb +84 -0
  2472. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/transliterator_test.rb +84 -0
  2473. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/core_ext/hash_test.rb +30 -0
  2474. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/gettext/api_test.rb +207 -0
  2475. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/gettext/backend_test.rb +92 -0
  2476. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n/exceptions_test.rb +105 -0
  2477. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n/interpolate_test.rb +80 -0
  2478. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n/load_path_test.rb +34 -0
  2479. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n_test.rb +429 -0
  2480. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/locale/fallbacks_test.rb +133 -0
  2481. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/locale/tag/rfc4646_test.rb +143 -0
  2482. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/locale/tag/simple_test.rb +32 -0
  2483. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/run_all.rb +20 -0
  2484. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/de.po +82 -0
  2485. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/en.rb +3 -0
  2486. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/en.yml +3 -0
  2487. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/invalid/empty.yml +0 -0
  2488. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/invalid/syntax.yml +4 -0
  2489. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/plurals.rb +113 -0
  2490. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_helper.rb +55 -0
  2491. data/vendor/ruby/2.1.0/gems/json-1.8.3/CHANGES +295 -0
  2492. data/vendor/ruby/2.1.0/gems/json-1.8.3/COPYING +58 -0
  2493. data/vendor/ruby/2.1.0/gems/json-1.8.3/COPYING-json-jruby +57 -0
  2494. data/vendor/ruby/2.1.0/gems/json-1.8.3/GPL +340 -0
  2495. data/vendor/ruby/2.1.0/gems/json-1.8.3/Gemfile +10 -0
  2496. data/vendor/ruby/2.1.0/gems/json-1.8.3/README-json-jruby.markdown +33 -0
  2497. data/vendor/ruby/2.1.0/gems/json-1.8.3/README.rdoc +358 -0
  2498. data/vendor/ruby/2.1.0/gems/json-1.8.3/Rakefile +412 -0
  2499. data/vendor/ruby/2.1.0/gems/json-1.8.3/TODO +1 -0
  2500. data/vendor/ruby/2.1.0/gems/json-1.8.3/VERSION +1 -0
  2501. data/vendor/ruby/2.1.0/gems/json-1.8.3/data/example.json +1 -0
  2502. data/vendor/ruby/2.1.0/gems/json-1.8.3/data/index.html +38 -0
  2503. data/vendor/ruby/2.1.0/gems/json-1.8.3/data/prototype.js +4184 -0
  2504. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/Makefile +194 -0
  2505. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/fbuffer/fbuffer.h +190 -0
  2506. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/Makefile +240 -0
  2507. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/depend +1 -0
  2508. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/extconf.rb +4 -0
  2509. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.bundle +0 -0
  2510. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.c +1458 -0
  2511. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.h +166 -0
  2512. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.o +0 -0
  2513. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/Makefile +240 -0
  2514. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/depend +1 -0
  2515. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/extconf.rb +3 -0
  2516. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.bundle +0 -0
  2517. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.c +2216 -0
  2518. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.h +92 -0
  2519. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.o +0 -0
  2520. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.rl +939 -0
  2521. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/extconf.rb +3 -0
  2522. data/vendor/ruby/2.1.0/gems/json-1.8.3/install.rb +23 -0
  2523. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/ByteListTranscoder.java +167 -0
  2524. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Generator.java +444 -0
  2525. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/GeneratorMethods.java +232 -0
  2526. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/GeneratorService.java +43 -0
  2527. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/GeneratorState.java +543 -0
  2528. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/OptionsReader.java +114 -0
  2529. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Parser.java +2645 -0
  2530. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Parser.rl +969 -0
  2531. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/ParserService.java +35 -0
  2532. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/RuntimeInfo.java +121 -0
  2533. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/StringDecoder.java +167 -0
  2534. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/StringEncoder.java +106 -0
  2535. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Utils.java +89 -0
  2536. data/vendor/ruby/2.1.0/gems/json-1.8.3/json-java.gemspec +23 -0
  2537. data/vendor/ruby/2.1.0/gems/json-1.8.3/json.gemspec +0 -0
  2538. data/vendor/ruby/2.1.0/gems/json-1.8.3/json_pure.gemspec +40 -0
  2539. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json.rb +62 -0
  2540. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/bigdecimal.rb +28 -0
  2541. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/complex.rb +28 -0
  2542. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/core.rb +11 -0
  2543. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/date.rb +34 -0
  2544. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/date_time.rb +50 -0
  2545. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/exception.rb +31 -0
  2546. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/ostruct.rb +31 -0
  2547. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/range.rb +29 -0
  2548. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/rational.rb +27 -0
  2549. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/regexp.rb +30 -0
  2550. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/struct.rb +30 -0
  2551. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/symbol.rb +25 -0
  2552. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/time.rb +38 -0
  2553. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/common.rb +484 -0
  2554. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/ext.rb +21 -0
  2555. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/generator.bundle +0 -0
  2556. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/parser.bundle +0 -0
  2557. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/generic_object.rb +70 -0
  2558. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/pure.rb +21 -0
  2559. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/pure/generator.rb +522 -0
  2560. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/pure/parser.rb +359 -0
  2561. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/version.rb +8 -0
  2562. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail1.json +1 -0
  2563. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail10.json +1 -0
  2564. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail11.json +1 -0
  2565. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail12.json +1 -0
  2566. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail13.json +1 -0
  2567. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail14.json +1 -0
  2568. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail18.json +1 -0
  2569. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail19.json +1 -0
  2570. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail2.json +1 -0
  2571. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail20.json +1 -0
  2572. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail21.json +1 -0
  2573. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail22.json +1 -0
  2574. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail23.json +1 -0
  2575. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail24.json +1 -0
  2576. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail25.json +1 -0
  2577. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail27.json +2 -0
  2578. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail28.json +2 -0
  2579. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail3.json +1 -0
  2580. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail4.json +1 -0
  2581. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail5.json +1 -0
  2582. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail6.json +1 -0
  2583. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail7.json +1 -0
  2584. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail8.json +1 -0
  2585. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail9.json +1 -0
  2586. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass1.json +56 -0
  2587. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass15.json +1 -0
  2588. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass16.json +1 -0
  2589. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass17.json +1 -0
  2590. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass2.json +1 -0
  2591. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass26.json +1 -0
  2592. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass3.json +6 -0
  2593. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/setup_variant.rb +11 -0
  2594. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json.rb +553 -0
  2595. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_addition.rb +196 -0
  2596. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_encoding.rb +65 -0
  2597. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_fixtures.rb +35 -0
  2598. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_generate.rb +337 -0
  2599. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_generic_object.rb +75 -0
  2600. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_string_matching.rb +39 -0
  2601. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_unicode.rb +72 -0
  2602. data/vendor/ruby/2.1.0/gems/json-1.8.3/tools/fuzz.rb +139 -0
  2603. data/vendor/ruby/2.1.0/gems/json-1.8.3/tools/server.rb +62 -0
  2604. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/AUTHORS +1 -0
  2605. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/CONTRIBUTERS +40 -0
  2606. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/COPYING +30 -0
  2607. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/README.md +68 -0
  2608. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/Rakefile +270 -0
  2609. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/VERSION +1 -0
  2610. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/benchmark.rb +43 -0
  2611. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/benchmark.sh +74 -0
  2612. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/generate_data.rb +119 -0
  2613. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/mdbasics.text +306 -0
  2614. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/mdsyntax.text +888 -0
  2615. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/testing.sh +12 -0
  2616. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/timing.sh +10 -0
  2617. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/bin/kramdown +67 -0
  2618. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/data/kramdown/document.html +22 -0
  2619. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/data/kramdown/document.latex +50 -0
  2620. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/_design.scss +441 -0
  2621. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/bg.png +0 -0
  2622. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/default.scss +192 -0
  2623. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/default.template +68 -0
  2624. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/documentation.page +84 -0
  2625. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/documentation.template +29 -0
  2626. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/index.page +109 -0
  2627. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/installation.page +86 -0
  2628. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/links.markdown +6 -0
  2629. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/metainfo +3 -0
  2630. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/news.feed +9 -0
  2631. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/news.page +29 -0
  2632. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/options.page +49 -0
  2633. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/quickref.page +599 -0
  2634. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/sidebar.template +19 -0
  2635. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/sitemap.sitemap +5 -0
  2636. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/syntax.page +1737 -0
  2637. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/tests.page +104 -0
  2638. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/virtual +14 -0
  2639. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown.rb +10 -0
  2640. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/compatibility.rb +36 -0
  2641. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter.rb +66 -0
  2642. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/base.rb +260 -0
  2643. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/html.rb +461 -0
  2644. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/kramdown.rb +429 -0
  2645. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/latex.rb +613 -0
  2646. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/itex2mml.rb +39 -0
  2647. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/mathjax.rb +48 -0
  2648. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/mathjaxnode.rb +48 -0
  2649. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/ritex.rb +38 -0
  2650. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/pdf.rb +625 -0
  2651. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/remove_html_tags.rb +55 -0
  2652. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter.rb +53 -0
  2653. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/coderay.rb +78 -0
  2654. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/minted.rb +35 -0
  2655. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/rouge.rb +37 -0
  2656. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/toc.rb +69 -0
  2657. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/document.rb +144 -0
  2658. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/element.rb +518 -0
  2659. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/error.rb +17 -0
  2660. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/options.rb +595 -0
  2661. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser.rb +27 -0
  2662. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/base.rb +134 -0
  2663. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/gfm.rb +63 -0
  2664. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/html.rb +589 -0
  2665. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown.rb +362 -0
  2666. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/abbreviation.rb +75 -0
  2667. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/autolink.rb +37 -0
  2668. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/blank_line.rb +30 -0
  2669. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/block_boundary.rb +33 -0
  2670. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/blockquote.rb +39 -0
  2671. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/codeblock.rb +55 -0
  2672. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/codespan.rb +44 -0
  2673. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/emphasis.rb +61 -0
  2674. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/eob.rb +26 -0
  2675. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/escaped_chars.rb +25 -0
  2676. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/extensions.rb +202 -0
  2677. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/footnote.rb +63 -0
  2678. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/header.rb +59 -0
  2679. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/horizontal_rule.rb +27 -0
  2680. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/html.rb +161 -0
  2681. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/html_entity.rb +33 -0
  2682. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/line_break.rb +25 -0
  2683. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/link.rb +143 -0
  2684. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/list.rb +248 -0
  2685. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/math.rb +54 -0
  2686. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/paragraph.rb +51 -0
  2687. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/smart_quotes.rb +174 -0
  2688. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/table.rb +173 -0
  2689. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/typographic_symbol.rb +44 -0
  2690. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/markdown.rb +56 -0
  2691. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils.rb +58 -0
  2692. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/configurable.rb +44 -0
  2693. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/entities.rb +347 -0
  2694. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/html.rb +77 -0
  2695. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/ordered_hash.rb +87 -0
  2696. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/string_scanner.rb +82 -0
  2697. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/unidecoder.rb +48 -0
  2698. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/version.rb +15 -0
  2699. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/man/man1/kramdown.1 +478 -0
  2700. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/setup.rb +1585 -0
  2701. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/run_tests.rb +46 -0
  2702. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/test_files.rb +352 -0
  2703. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/test_location.rb +219 -0
  2704. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/test_string_scanner_kramdown.rb +30 -0
  2705. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/spaces.html +1 -0
  2706. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/spaces.text +3 -0
  2707. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/tabs.html +1 -0
  2708. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/tabs.text +6 -0
  2709. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/beginning.html +1 -0
  2710. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/beginning.text +3 -0
  2711. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/end.html +1 -0
  2712. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/end.text +3 -0
  2713. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/middle.html +1 -0
  2714. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/middle.text +5 -0
  2715. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.html +18 -0
  2716. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.html.gfm +18 -0
  2717. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.text +19 -0
  2718. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/no_newline_at_end.html +5 -0
  2719. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/no_newline_at_end.text +5 -0
  2720. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/one_para.html +1 -0
  2721. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/one_para.text +1 -0
  2722. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/two_para.html +4 -0
  2723. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/two_para.text +4 -0
  2724. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header.html +51 -0
  2725. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header.text +48 -0
  2726. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header_no_newline_at_end.html +1 -0
  2727. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header_no_newline_at_end.text +1 -0
  2728. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.html +11 -0
  2729. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.kramdown +12 -0
  2730. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.latex +12 -0
  2731. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.options +2 -0
  2732. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.text +13 -0
  2733. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header.html +32 -0
  2734. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header.text +39 -0
  2735. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header_no_newline_at_end.html +1 -0
  2736. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header_no_newline_at_end.text +2 -0
  2737. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.html +3 -0
  2738. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.options +2 -0
  2739. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.text +3 -0
  2740. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.html +1 -0
  2741. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.options +1 -0
  2742. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.text +1 -0
  2743. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.html +21 -0
  2744. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.options +2 -0
  2745. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.text +24 -0
  2746. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/indented.html +25 -0
  2747. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/indented.text +14 -0
  2748. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/lazy.html +34 -0
  2749. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/lazy.text +20 -0
  2750. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/nested.html +10 -0
  2751. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/nested.text +6 -0
  2752. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/no_newline_at_end.html +4 -0
  2753. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/no_newline_at_end.text +2 -0
  2754. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/very_long_line.html +3 -0
  2755. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/very_long_line.text +1 -0
  2756. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/with_code_blocks.html +15 -0
  2757. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/with_code_blocks.text +11 -0
  2758. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.html +4 -0
  2759. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.options +1 -0
  2760. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.text +4 -0
  2761. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/error.html +4 -0
  2762. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/error.text +4 -0
  2763. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex +9 -0
  2764. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options +4 -0
  2765. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text +5 -0
  2766. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.latex +8 -0
  2767. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.options +3 -0
  2768. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.text +4 -0
  2769. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.html +6 -0
  2770. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.options +7 -0
  2771. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.text +4 -0
  2772. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.html +6 -0
  2773. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.options +3 -0
  2774. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.text +4 -0
  2775. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.html +6 -0
  2776. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.options +5 -0
  2777. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.text +4 -0
  2778. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/issue_gh45.html +164 -0
  2779. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/issue_gh45.test +188 -0
  2780. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/lazy.html +4 -0
  2781. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/lazy.text +5 -0
  2782. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end.html +2 -0
  2783. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end.text +1 -0
  2784. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end_1.html +2 -0
  2785. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end_1.text +2 -0
  2786. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/normal.html +13 -0
  2787. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/normal.text +10 -0
  2788. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/tilde_syntax.html +7 -0
  2789. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/tilde_syntax.text +9 -0
  2790. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/whitespace.html +3 -0
  2791. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/whitespace.text +3 -0
  2792. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_blank_line.html +13 -0
  2793. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_blank_line.text +12 -0
  2794. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_eob_marker.html +6 -0
  2795. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_eob_marker.text +5 -0
  2796. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_ial.html +6 -0
  2797. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_ial.text +5 -0
  2798. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html +24 -0
  2799. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options +2 -0
  2800. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.text +33 -0
  2801. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.html +3 -0
  2802. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options +2 -0
  2803. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.text +4 -0
  2804. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.html +7 -0
  2805. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.html.19 +7 -0
  2806. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.text +7 -0
  2807. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/normal.html +19 -0
  2808. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/normal.text +20 -0
  2809. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/sepspaces.html +3 -0
  2810. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/sepspaces.text +3 -0
  2811. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/septabs.html +3 -0
  2812. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/septabs.text +3 -0
  2813. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/escaping.html +17 -0
  2814. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/escaping.text +17 -0
  2815. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/item_ial.html +10 -0
  2816. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/item_ial.text +8 -0
  2817. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/lazy.html +39 -0
  2818. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/lazy.text +29 -0
  2819. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_hr.html +9 -0
  2820. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_hr.text +5 -0
  2821. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_others.html +40 -0
  2822. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_others.text +26 -0
  2823. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/mixed.html +117 -0
  2824. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/mixed.text +66 -0
  2825. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/nested.html +17 -0
  2826. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/nested.text +7 -0
  2827. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/other_first_element.html +39 -0
  2828. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/other_first_element.text +18 -0
  2829. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ol.html +19 -0
  2830. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ol.text +13 -0
  2831. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ul.html +48 -0
  2832. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ul.text +36 -0
  2833. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/single_item.html +3 -0
  2834. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/single_item.text +1 -0
  2835. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/special_cases.html +62 -0
  2836. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/special_cases.text +40 -0
  2837. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/comment.html +18 -0
  2838. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/comment.text +15 -0
  2839. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.html +6 -0
  2840. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.options +1 -0
  2841. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.text +6 -0
  2842. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.html +14 -0
  2843. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.options +1 -0
  2844. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.text +14 -0
  2845. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html5_attributes.html +13 -0
  2846. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html5_attributes.text +13 -0
  2847. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_after_block.html +7 -0
  2848. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_after_block.text +5 -0
  2849. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.html +15 -0
  2850. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.options +1 -0
  2851. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.text +13 -0
  2852. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_headers.html +5 -0
  2853. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_headers.text +6 -0
  2854. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/code.html +10 -0
  2855. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/code.text +9 -0
  2856. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/comment.html +7 -0
  2857. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/comment.text +8 -0
  2858. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/emphasis.html +6 -0
  2859. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/emphasis.text +6 -0
  2860. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/entity.html +1 -0
  2861. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/entity.text +1 -0
  2862. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.html +6 -0
  2863. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.options +2 -0
  2864. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.text +6 -0
  2865. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_dl.html +8 -0
  2866. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_dl.text +8 -0
  2867. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ol.html +15 -0
  2868. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ol.text +17 -0
  2869. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ul.html +19 -0
  2870. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ul.text +22 -0
  2871. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/options +1 -0
  2872. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/paragraph.html +3 -0
  2873. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/paragraph.text +4 -0
  2874. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_normal.html +12 -0
  2875. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_normal.text +12 -0
  2876. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_simple.html +61 -0
  2877. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_simple.text +71 -0
  2878. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.html +1 -0
  2879. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.html.19 +1 -0
  2880. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.text +1 -0
  2881. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_1.html +5 -0
  2882. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_1.text +5 -0
  2883. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_2.html +5 -0
  2884. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_2.text +5 -0
  2885. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/markdown_attr.html +38 -0
  2886. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/markdown_attr.text +38 -0
  2887. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/not_parsed.html +24 -0
  2888. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/not_parsed.text +24 -0
  2889. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.html +35 -0
  2890. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.htmlinput +34 -0
  2891. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.options +1 -0
  2892. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.text +33 -0
  2893. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.html +12 -0
  2894. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.htmlinput +12 -0
  2895. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.options +1 -0
  2896. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.text +9 -0
  2897. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.html +21 -0
  2898. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.options +1 -0
  2899. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.text +17 -0
  2900. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/processing_instruction.html +13 -0
  2901. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/processing_instruction.text +12 -0
  2902. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.html +64 -0
  2903. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.html.19 +64 -0
  2904. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.options +1 -0
  2905. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.text +59 -0
  2906. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/textarea.html +8 -0
  2907. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/textarea.text +8 -0
  2908. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/10_ald/simple.html +2 -0
  2909. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/10_ald/simple.text +8 -0
  2910. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.html +1 -0
  2911. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.options +1 -0
  2912. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.text +2 -0
  2913. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/nested.html +11 -0
  2914. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/nested.text +15 -0
  2915. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/simple.html +29 -0
  2916. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/simple.text +41 -0
  2917. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/comment.html +8 -0
  2918. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/comment.text +12 -0
  2919. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/ignored.html +8 -0
  2920. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/ignored.text +8 -0
  2921. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.html +10 -0
  2922. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.kramdown +20 -0
  2923. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.latex +13 -0
  2924. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.text +21 -0
  2925. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options.html +21 -0
  2926. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options.text +21 -0
  2927. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options2.html +10 -0
  2928. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options2.text +5 -0
  2929. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options3.html +7 -0
  2930. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options3.text +7 -0
  2931. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/definition_at_beginning.html +1 -0
  2932. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/definition_at_beginning.text +1 -0
  2933. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/deflist_ial.html +4 -0
  2934. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/deflist_ial.text +4 -0
  2935. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/item_ial.html +12 -0
  2936. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/item_ial.text +8 -0
  2937. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/multiple_terms.html +13 -0
  2938. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/multiple_terms.text +10 -0
  2939. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/no_def_list.html +2 -0
  2940. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/no_def_list.text +2 -0
  2941. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/para_wrapping.html +10 -0
  2942. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/para_wrapping.text +6 -0
  2943. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/separated_by_eob.html +8 -0
  2944. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/separated_by_eob.text +5 -0
  2945. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/simple.html +10 -0
  2946. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/simple.text +10 -0
  2947. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/styled_terms.html +4 -0
  2948. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/styled_terms.text +2 -0
  2949. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/too_much_space.html +3 -0
  2950. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/too_much_space.text +4 -0
  2951. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/with_blocks.html +38 -0
  2952. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/with_blocks.text +24 -0
  2953. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/errors.html +12 -0
  2954. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/errors.text +13 -0
  2955. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/escaping.html +52 -0
  2956. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/escaping.text +19 -0
  2957. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/footer.html +65 -0
  2958. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/footer.text +25 -0
  2959. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/header.html +96 -0
  2960. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/header.text +32 -0
  2961. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/no_table.html +3 -0
  2962. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/no_table.text +3 -0
  2963. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.html +177 -0
  2964. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.html.19 +177 -0
  2965. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.text +49 -0
  2966. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.html +25 -0
  2967. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.latex +11 -0
  2968. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.text +6 -0
  2969. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/gh_128.html +2 -0
  2970. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/gh_128.text +1 -0
  2971. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.html +1 -0
  2972. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.options +1 -0
  2973. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.text +1 -0
  2974. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.html +4 -0
  2975. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.options +2 -0
  2976. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.text +5 -0
  2977. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.html +4 -0
  2978. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.options +2 -0
  2979. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.text +5 -0
  2980. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.html.19 +27 -0
  2981. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.options +1 -0
  2982. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.text +1 -0
  2983. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.html.19 +23 -0
  2984. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.options +3 -0
  2985. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.text +1 -0
  2986. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.html.19 +32 -0
  2987. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.options +3 -0
  2988. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.text +1 -0
  2989. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/normal.html +29 -0
  2990. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/normal.text +30 -0
  2991. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.html +1 -0
  2992. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.options +1 -0
  2993. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.text +1 -0
  2994. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/no_toc.html +14 -0
  2995. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/no_toc.text +16 -0
  2996. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.html +35 -0
  2997. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.options +1 -0
  2998. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.text +19 -0
  2999. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.html +24 -0
  3000. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.options +2 -0
  3001. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.text +16 -0
  3002. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.html +13 -0
  3003. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.options +1 -0
  3004. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.text +6 -0
  3005. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/encoding.html +46 -0
  3006. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/encoding.text +28 -0
  3007. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty.html +5 -0
  3008. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty.text +5 -0
  3009. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty_title.htmlinput +3 -0
  3010. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty_title.text +7 -0
  3011. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/image_in_a.html +5 -0
  3012. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/image_in_a.text +5 -0
  3013. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/imagelinks.html +15 -0
  3014. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/imagelinks.text +18 -0
  3015. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.html +46 -0
  3016. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.html.19 +46 -0
  3017. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.text +48 -0
  3018. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs.html +9 -0
  3019. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs.text +27 -0
  3020. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs_with_ial.html +4 -0
  3021. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs_with_ial.text +16 -0
  3022. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/links_with_angle_brackets.html +3 -0
  3023. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/links_with_angle_brackets.text +3 -0
  3024. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.html +37 -0
  3025. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.html.19 +37 -0
  3026. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.options +3 -0
  3027. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.text +53 -0
  3028. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/empty.html +3 -0
  3029. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/empty.text +3 -0
  3030. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/errors.html +9 -0
  3031. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/errors.text +9 -0
  3032. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/nesting.html +41 -0
  3033. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/nesting.text +36 -0
  3034. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/normal.html +48 -0
  3035. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/normal.text +48 -0
  3036. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/empty.html +5 -0
  3037. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/empty.text +5 -0
  3038. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/errors.html +1 -0
  3039. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/errors.text +1 -0
  3040. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.latex +2 -0
  3041. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.options +1 -0
  3042. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.text +1 -0
  3043. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.html +1 -0
  3044. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.options +1 -0
  3045. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.text +1 -0
  3046. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting.html +1 -0
  3047. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting.text +1 -0
  3048. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/normal.html +16 -0
  3049. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/normal.text +16 -0
  3050. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.html +9 -0
  3051. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.options +1 -0
  3052. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.text +3 -0
  3053. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.html +17 -0
  3054. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.latex +17 -0
  3055. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.text +24 -0
  3056. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.html +12 -0
  3057. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.latex +2 -0
  3058. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.options +1 -0
  3059. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.text +4 -0
  3060. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/inside_footnote.html +17 -0
  3061. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/inside_footnote.text +9 -0
  3062. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.html +46 -0
  3063. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.latex +23 -0
  3064. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.text +27 -0
  3065. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/placement.html +11 -0
  3066. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/placement.text +8 -0
  3067. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/regexp_problem.html +14 -0
  3068. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/regexp_problem.text +52 -0
  3069. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/across_lines.html +1 -0
  3070. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/across_lines.text +2 -0
  3071. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/button.html +7 -0
  3072. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/button.text +7 -0
  3073. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/invalid.html +1 -0
  3074. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/invalid.text +1 -0
  3075. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/link_with_mailto.html +1 -0
  3076. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/link_with_mailto.text +1 -0
  3077. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/markdown_attr.html +6 -0
  3078. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/markdown_attr.text +6 -0
  3079. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/normal.html +43 -0
  3080. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/normal.text +43 -0
  3081. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/raw_span_elements.html +2 -0
  3082. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/raw_span_elements.text +2 -0
  3083. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev.html +21 -0
  3084. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev.text +34 -0
  3085. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev_defs.html +2 -0
  3086. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev_defs.text +5 -0
  3087. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/autolinks/url_links.html +14 -0
  3088. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/autolinks/url_links.text +15 -0
  3089. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/escaped_chars/normal.html +47 -0
  3090. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/escaped_chars/normal.text +47 -0
  3091. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/comment.html +6 -0
  3092. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/comment.text +6 -0
  3093. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/ignored.html +1 -0
  3094. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/ignored.text +1 -0
  3095. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/nomarkdown.html +1 -0
  3096. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/nomarkdown.text +1 -0
  3097. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/options.html +1 -0
  3098. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/options.text +1 -0
  3099. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/ial/simple.html +6 -0
  3100. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/ial/simple.text +6 -0
  3101. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.html +11 -0
  3102. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.latex +12 -0
  3103. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.text +11 -0
  3104. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.html +1 -0
  3105. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.options +1 -0
  3106. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.text +1 -0
  3107. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.html.19 +27 -0
  3108. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.options +1 -0
  3109. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.text +1 -0
  3110. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/normal.html +10 -0
  3111. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/normal.text +10 -0
  3112. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/ritex.html +1 -0
  3113. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/ritex.options +1 -0
  3114. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/ritex.text +1 -0
  3115. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.html +6 -0
  3116. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.options +1 -0
  3117. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.text +6 -0
  3118. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.html +1 -0
  3119. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.html.19 +1 -0
  3120. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.options +2 -0
  3121. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.text +1 -0
  3122. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.html +1 -0
  3123. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.options +1 -0
  3124. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.text +1 -0
  3125. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.html +1 -0
  3126. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.options +1 -0
  3127. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.text +1 -0
  3128. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.html +1 -0
  3129. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.options +1 -0
  3130. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.text +1 -0
  3131. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/greaterthan.html +1 -0
  3132. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/greaterthan.text +1 -0
  3133. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/lowerthan.html +1 -0
  3134. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/lowerthan.text +1 -0
  3135. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.html +38 -0
  3136. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.options +1 -0
  3137. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.text +38 -0
  3138. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/atx_header.html +3 -0
  3139. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/atx_header.text +3 -0
  3140. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.html +2 -0
  3141. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.options +1 -0
  3142. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.text +3 -0
  3143. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_syntax.html +20 -0
  3144. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_syntax.text +19 -0
  3145. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks.html +3 -0
  3146. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks.text +3 -0
  3147. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.html +2 -0
  3148. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.options +1 -0
  3149. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.text +2 -0
  3150. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/two_para_hard_line_breaks.html +4 -0
  3151. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/two_para_hard_line_breaks.text +4 -0
  3152. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/CHANGELOG.rdoc +222 -0
  3153. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/Gemfile +20 -0
  3154. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/MIT-LICENSE.txt +23 -0
  3155. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/Manifest.txt +37 -0
  3156. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/README.rdoc +314 -0
  3157. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/Rakefile +74 -0
  3158. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/benchmark.rb +149 -0
  3159. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/fragment.html +96 -0
  3160. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/helper.rb +73 -0
  3161. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/www.slashdot.com.html +2560 -0
  3162. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah.rb +82 -0
  3163. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/elements.rb +17 -0
  3164. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/helpers.rb +93 -0
  3165. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html/document.rb +18 -0
  3166. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html/document_fragment.rb +40 -0
  3167. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html5/scrub.rb +96 -0
  3168. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html5/whitelist.rb +179 -0
  3169. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/instance_methods.rb +127 -0
  3170. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/metahelpers.rb +13 -0
  3171. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/scrubber.rb +122 -0
  3172. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/scrubbers.rb +261 -0
  3173. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/xml/document.rb +13 -0
  3174. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/xml/document_fragment.rb +23 -0
  3175. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/assets/testdata_sanitizer_tests1.dat +501 -0
  3176. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/helper.rb +18 -0
  3177. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/html5/test_sanitizer.rb +290 -0
  3178. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_ad_hoc.rb +176 -0
  3179. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_helpers.rb +43 -0
  3180. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_html.rb +62 -0
  3181. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_scrubbers.rb +354 -0
  3182. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_xml.rb +55 -0
  3183. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_api.rb +142 -0
  3184. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_encoding.rb +20 -0
  3185. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_helpers.rb +62 -0
  3186. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_scrubber.rb +229 -0
  3187. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_scrubbers.rb +14 -0
  3188. data/vendor/ruby/2.1.0/gems/mail-2.6.3/CHANGELOG.rdoc +759 -0
  3189. data/vendor/ruby/2.1.0/gems/mail-2.6.3/CONTRIBUTING.md +60 -0
  3190. data/vendor/ruby/2.1.0/gems/mail-2.6.3/Dependencies.txt +2 -0
  3191. data/vendor/ruby/2.1.0/gems/mail-2.6.3/Gemfile +15 -0
  3192. data/vendor/ruby/2.1.0/gems/mail-2.6.3/MIT-LICENSE +20 -0
  3193. data/vendor/ruby/2.1.0/gems/mail-2.6.3/README.md +683 -0
  3194. data/vendor/ruby/2.1.0/gems/mail-2.6.3/Rakefile +29 -0
  3195. data/vendor/ruby/2.1.0/gems/mail-2.6.3/TODO.rdoc +9 -0
  3196. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail.rb +92 -0
  3197. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/attachments_list.rb +104 -0
  3198. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/body.rb +315 -0
  3199. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/check_delivery_params.rb +20 -0
  3200. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/configuration.rb +75 -0
  3201. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/constants.rb +55 -0
  3202. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/nil.rb +19 -0
  3203. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/object.rb +13 -0
  3204. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/smtp.rb +24 -0
  3205. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/string.rb +46 -0
  3206. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/string/access.rb +145 -0
  3207. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/string/multibyte.rb +78 -0
  3208. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements.rb +14 -0
  3209. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/address.rb +247 -0
  3210. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/address_list.rb +41 -0
  3211. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_disposition_element.rb +26 -0
  3212. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_location_element.rb +21 -0
  3213. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_transfer_encoding_element.rb +17 -0
  3214. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_type_element.rb +31 -0
  3215. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/date_time_element.rb +22 -0
  3216. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/envelope_from_element.rb +39 -0
  3217. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/message_ids_element.rb +24 -0
  3218. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/mime_version_element.rb +22 -0
  3219. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/phrase_list.rb +16 -0
  3220. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/received_element.rb +26 -0
  3221. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings.rb +289 -0
  3222. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/7bit.rb +31 -0
  3223. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/8bit.rb +31 -0
  3224. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/base64.rb +33 -0
  3225. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/binary.rb +31 -0
  3226. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/quoted_printable.rb +39 -0
  3227. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/transfer_encoding.rb +58 -0
  3228. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/unix_to_unix.rb +17 -0
  3229. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/envelope.rb +30 -0
  3230. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/field.rb +247 -0
  3231. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/field_list.rb +33 -0
  3232. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields.rb +35 -0
  3233. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/bcc_field.rb +56 -0
  3234. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/cc_field.rb +55 -0
  3235. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/comments_field.rb +41 -0
  3236. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/address_container.rb +16 -0
  3237. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_address.rb +135 -0
  3238. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_date.rb +35 -0
  3239. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_field.rb +58 -0
  3240. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_message_id.rb +48 -0
  3241. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/parameter_hash.rb +58 -0
  3242. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_description_field.rb +19 -0
  3243. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_disposition_field.rb +70 -0
  3244. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_id_field.rb +62 -0
  3245. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_location_field.rb +42 -0
  3246. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_transfer_encoding_field.rb +44 -0
  3247. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_type_field.rb +201 -0
  3248. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/date_field.rb +57 -0
  3249. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/from_field.rb +55 -0
  3250. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/in_reply_to_field.rb +56 -0
  3251. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/keywords_field.rb +44 -0
  3252. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/message_id_field.rb +82 -0
  3253. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/mime_version_field.rb +53 -0
  3254. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/optional_field.rb +13 -0
  3255. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/received_field.rb +75 -0
  3256. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/references_field.rb +56 -0
  3257. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/reply_to_field.rb +55 -0
  3258. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_bcc_field.rb +55 -0
  3259. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_cc_field.rb +55 -0
  3260. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_date_field.rb +35 -0
  3261. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_from_field.rb +55 -0
  3262. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_message_id_field.rb +34 -0
  3263. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_sender_field.rb +62 -0
  3264. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_to_field.rb +55 -0
  3265. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/return_path_field.rb +65 -0
  3266. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/sender_field.rb +67 -0
  3267. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/structured_field.rb +51 -0
  3268. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/subject_field.rb +16 -0
  3269. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/to_field.rb +55 -0
  3270. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/unstructured_field.rb +204 -0
  3271. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/header.rb +275 -0
  3272. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/indifferent_hash.rb +146 -0
  3273. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/mail.rb +269 -0
  3274. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/matchers/has_sent_mail.rb +157 -0
  3275. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/message.rb +2165 -0
  3276. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte.rb +42 -0
  3277. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/chars.rb +474 -0
  3278. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/exceptions.rb +8 -0
  3279. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/unicode.rb +400 -0
  3280. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/utils.rb +60 -0
  3281. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network.rb +14 -0
  3282. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/exim.rb +52 -0
  3283. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/file_delivery.rb +45 -0
  3284. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/sendmail.rb +89 -0
  3285. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb +142 -0
  3286. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp_connection.rb +61 -0
  3287. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/test_mailer.rb +44 -0
  3288. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/base.rb +63 -0
  3289. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/imap.rb +173 -0
  3290. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/pop3.rb +140 -0
  3291. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/test_retriever.rb +43 -0
  3292. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers.rb +26 -0
  3293. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/address_lists_parser.rb +132 -0
  3294. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_disposition_parser.rb +67 -0
  3295. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_location_parser.rb +35 -0
  3296. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_transfer_encoding_parser.rb +33 -0
  3297. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_type_parser.rb +66 -0
  3298. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/date_time_parser.rb +36 -0
  3299. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/envelope_from_parser.rb +45 -0
  3300. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/message_ids_parser.rb +39 -0
  3301. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/mime_version_parser.rb +41 -0
  3302. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/phrase_lists_parser.rb +33 -0
  3303. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel.rb +17 -0
  3304. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/common.rl +185 -0
  3305. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/date_time.rl +30 -0
  3306. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/parser_info.rb +61 -0
  3307. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby.rb +40 -0
  3308. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb +14864 -0
  3309. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb.rl +37 -0
  3310. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb +751 -0
  3311. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb.rl +37 -0
  3312. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb +614 -0
  3313. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl +37 -0
  3314. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb +447 -0
  3315. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl +37 -0
  3316. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb +825 -0
  3317. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb.rl +37 -0
  3318. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb +817 -0
  3319. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl +37 -0
  3320. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb +2149 -0
  3321. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb.rl +37 -0
  3322. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb +1570 -0
  3323. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb.rl +37 -0
  3324. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb +440 -0
  3325. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb.rl +37 -0
  3326. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb +564 -0
  3327. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb.rl +37 -0
  3328. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl +51 -0
  3329. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/received_machine.rb +5144 -0
  3330. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/received_machine.rb.rl +37 -0
  3331. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/parser.rb.rl.erb +37 -0
  3332. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/received_parser.rb +47 -0
  3333. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/part.rb +120 -0
  3334. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parts_list.rb +57 -0
  3335. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/utilities.rb +225 -0
  3336. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/values/unicode_tables.dat +0 -0
  3337. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/version.rb +16 -0
  3338. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_8.rb +119 -0
  3339. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_9.rb +193 -0
  3340. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Contributing.rdoc +172 -0
  3341. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/History-Types.rdoc +354 -0
  3342. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/History.rdoc +531 -0
  3343. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Licence.rdoc +39 -0
  3344. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Manifest.txt +53 -0
  3345. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/README.rdoc +217 -0
  3346. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Rakefile +186 -0
  3347. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime-types.json +1 -0
  3348. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.content_type.column +1907 -0
  3349. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.docs.column +1907 -0
  3350. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.encoding.column +1907 -0
  3351. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.friendly.column +1907 -0
  3352. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.obsolete.column +1907 -0
  3353. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.references.column +1907 -0
  3354. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.registered.column +1907 -0
  3355. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.signature.column +1907 -0
  3356. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.system.column +1907 -0
  3357. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.use_instead.column +1907 -0
  3358. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.xrefs.column +1907 -0
  3359. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/docs/COPYING.txt +339 -0
  3360. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/docs/artistic.txt +127 -0
  3361. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime-types.rb +3 -0
  3362. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/type.rb +832 -0
  3363. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/type/columnar.rb +112 -0
  3364. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types.rb +332 -0
  3365. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/cache.rb +80 -0
  3366. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/columnar.rb +160 -0
  3367. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/deprecations.rb +53 -0
  3368. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/loader.rb +280 -0
  3369. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/loader_path.rb +15 -0
  3370. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/logger.rb +35 -0
  3371. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/apache_mime_types.rb +108 -0
  3372. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/benchmarks/load.rb +64 -0
  3373. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/benchmarks/load_allocations.rb +83 -0
  3374. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/benchmarks/object_counts.rb +41 -0
  3375. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/convert.rb +158 -0
  3376. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/convert/columnar.rb +90 -0
  3377. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/iana_registry.rb +168 -0
  3378. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/bad-fixtures/malformed +9 -0
  3379. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/fixture/json.json +1 -0
  3380. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/fixture/old-data +9 -0
  3381. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/fixture/yaml.yaml +72 -0
  3382. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/minitest_helper.rb +21 -0
  3383. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_type.rb +668 -0
  3384. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types.rb +121 -0
  3385. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_cache.rb +90 -0
  3386. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_class.rb +139 -0
  3387. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_lazy.rb +47 -0
  3388. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_loader.rb +60 -0
  3389. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/History.txt +97 -0
  3390. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/LICENSE.txt +20 -0
  3391. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/README.rdoc +169 -0
  3392. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/Rakefile +53 -0
  3393. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/examples/Rakefile +113 -0
  3394. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/lib/mini_portile.rb +437 -0
  3395. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/History.rdoc +1131 -0
  3396. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/Manifest.txt +26 -0
  3397. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/README.rdoc +630 -0
  3398. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/Rakefile +72 -0
  3399. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/design_rationale.rb +52 -0
  3400. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/hoe/minitest.rb +26 -0
  3401. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest.rb +797 -0
  3402. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/assertions.rb +660 -0
  3403. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/autorun.rb +12 -0
  3404. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/benchmark.rb +425 -0
  3405. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/expectations.rb +284 -0
  3406. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/hell.rb +11 -0
  3407. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/mock.rb +229 -0
  3408. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/parallel.rb +69 -0
  3409. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/pride.rb +4 -0
  3410. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/pride_plugin.rb +142 -0
  3411. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/spec.rb +331 -0
  3412. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/test.rb +285 -0
  3413. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/unit.rb +45 -0
  3414. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/metametameta.rb +90 -0
  3415. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_benchmark.rb +137 -0
  3416. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_mock.rb +498 -0
  3417. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_reporter.rb +281 -0
  3418. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_spec.rb +967 -0
  3419. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_unit.rb +1886 -0
  3420. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/CHANGELOG.ja.rdoc +985 -0
  3421. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/CHANGELOG.rdoc +994 -0
  3422. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/C_CODING_STYLE.rdoc +33 -0
  3423. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Gemfile +21 -0
  3424. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Manifest.txt +372 -0
  3425. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/README.ja.rdoc +112 -0
  3426. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/README.rdoc +177 -0
  3427. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ROADMAP.md +101 -0
  3428. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Rakefile +354 -0
  3429. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/STANDARD_RESPONSES.md +47 -0
  3430. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Y_U_NO_GEMSPEC.md +155 -0
  3431. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/bin/nokogiri +118 -0
  3432. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/build_all +129 -0
  3433. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/dependencies.yml +4 -0
  3434. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/Makefile +601 -0
  3435. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/depend +358 -0
  3436. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/extconf.rb +601 -0
  3437. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_document.c +170 -0
  3438. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_document.h +10 -0
  3439. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_document.o +0 -0
  3440. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_element_description.c +279 -0
  3441. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_element_description.h +10 -0
  3442. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_element_description.o +0 -0
  3443. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_entity_lookup.c +32 -0
  3444. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_entity_lookup.h +8 -0
  3445. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_entity_lookup.o +0 -0
  3446. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_parser_context.c +116 -0
  3447. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_parser_context.h +11 -0
  3448. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_parser_context.o +0 -0
  3449. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_push_parser.c +87 -0
  3450. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_push_parser.h +9 -0
  3451. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_push_parser.o +0 -0
  3452. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.bundle +0 -0
  3453. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.c +152 -0
  3454. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.h +164 -0
  3455. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.o +0 -0
  3456. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attr.c +94 -0
  3457. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attr.h +9 -0
  3458. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attr.o +0 -0
  3459. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attribute_decl.c +70 -0
  3460. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attribute_decl.h +9 -0
  3461. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attribute_decl.o +0 -0
  3462. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_cdata.c +56 -0
  3463. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_cdata.h +9 -0
  3464. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_cdata.o +0 -0
  3465. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_comment.c +69 -0
  3466. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_comment.h +9 -0
  3467. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_comment.o +0 -0
  3468. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document.c +608 -0
  3469. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document.h +23 -0
  3470. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document.o +0 -0
  3471. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document_fragment.c +48 -0
  3472. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document_fragment.h +10 -0
  3473. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document_fragment.o +0 -0
  3474. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_dtd.c +202 -0
  3475. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_dtd.h +10 -0
  3476. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_dtd.o +0 -0
  3477. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_content.c +123 -0
  3478. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_content.h +10 -0
  3479. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_content.o +0 -0
  3480. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_decl.c +69 -0
  3481. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_decl.h +9 -0
  3482. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_decl.o +0 -0
  3483. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_encoding_handler.c +79 -0
  3484. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_encoding_handler.h +8 -0
  3485. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_encoding_handler.o +0 -0
  3486. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_decl.c +110 -0
  3487. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_decl.h +10 -0
  3488. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_decl.o +0 -0
  3489. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_reference.c +52 -0
  3490. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_reference.h +9 -0
  3491. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_reference.o +0 -0
  3492. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_io.c +60 -0
  3493. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_io.h +11 -0
  3494. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_io.o +0 -0
  3495. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_libxml2_hacks.c +112 -0
  3496. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_libxml2_hacks.h +12 -0
  3497. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_libxml2_hacks.o +0 -0
  3498. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_namespace.c +78 -0
  3499. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_namespace.h +13 -0
  3500. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_namespace.o +0 -0
  3501. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node.c +1663 -0
  3502. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node.h +13 -0
  3503. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node.o +0 -0
  3504. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node_set.c +467 -0
  3505. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node_set.h +14 -0
  3506. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node_set.o +0 -0
  3507. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_processing_instruction.c +56 -0
  3508. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_processing_instruction.h +9 -0
  3509. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_processing_instruction.o +0 -0
  3510. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_reader.c +681 -0
  3511. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_reader.h +10 -0
  3512. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_reader.o +0 -0
  3513. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_relax_ng.c +161 -0
  3514. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_relax_ng.h +9 -0
  3515. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_relax_ng.o +0 -0
  3516. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser.c +312 -0
  3517. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser.h +39 -0
  3518. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser.o +0 -0
  3519. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser_context.c +262 -0
  3520. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser_context.h +10 -0
  3521. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser_context.o +0 -0
  3522. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_push_parser.c +115 -0
  3523. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_push_parser.h +9 -0
  3524. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_push_parser.o +0 -0
  3525. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_schema.c +205 -0
  3526. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_schema.h +9 -0
  3527. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_schema.o +0 -0
  3528. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_syntax_error.c +68 -0
  3529. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_syntax_error.h +14 -0
  3530. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_syntax_error.o +0 -0
  3531. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_text.c +52 -0
  3532. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_text.h +9 -0
  3533. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_text.o +0 -0
  3534. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_xpath_context.c +307 -0
  3535. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_xpath_context.h +10 -0
  3536. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_xpath_context.o +0 -0
  3537. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xslt_stylesheet.c +270 -0
  3538. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xslt_stylesheet.h +14 -0
  3539. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xslt_stylesheet.o +0 -0
  3540. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri.rb +137 -0
  3541. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css.rb +27 -0
  3542. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/node.rb +52 -0
  3543. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser.rb +726 -0
  3544. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser.y +256 -0
  3545. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser_extras.rb +91 -0
  3546. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/syntax_error.rb +7 -0
  3547. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/tokenizer.rb +152 -0
  3548. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/tokenizer.rex +55 -0
  3549. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/xpath_visitor.rb +223 -0
  3550. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/decorators/slop.rb +42 -0
  3551. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html.rb +37 -0
  3552. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/builder.rb +35 -0
  3553. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/document.rb +333 -0
  3554. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/document_fragment.rb +39 -0
  3555. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/element_description.rb +23 -0
  3556. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/element_description_defaults.rb +671 -0
  3557. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/entity_lookup.rb +13 -0
  3558. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/parser.rb +52 -0
  3559. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/parser_context.rb +16 -0
  3560. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/push_parser.rb +36 -0
  3561. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/nokogiri.bundle +0 -0
  3562. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/syntax_error.rb +4 -0
  3563. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/version.rb +108 -0
  3564. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml.rb +74 -0
  3565. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/attr.rb +14 -0
  3566. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/attribute_decl.rb +18 -0
  3567. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/builder.rb +443 -0
  3568. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/cdata.rb +11 -0
  3569. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/character_data.rb +7 -0
  3570. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb +279 -0
  3571. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document_fragment.rb +149 -0
  3572. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/dtd.rb +32 -0
  3573. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/element_content.rb +36 -0
  3574. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/element_decl.rb +13 -0
  3575. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/entity_decl.rb +19 -0
  3576. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/namespace.rb +13 -0
  3577. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node.rb +822 -0
  3578. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node/save_options.rb +61 -0
  3579. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node_set.rb +311 -0
  3580. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/notation.rb +6 -0
  3581. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/parse_options.rb +98 -0
  3582. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp.rb +2 -0
  3583. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp/character_data.rb +18 -0
  3584. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp/node.rb +56 -0
  3585. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/processing_instruction.rb +8 -0
  3586. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/reader.rb +112 -0
  3587. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/relax_ng.rb +32 -0
  3588. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax.rb +4 -0
  3589. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/document.rb +171 -0
  3590. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/parser.rb +123 -0
  3591. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/parser_context.rb +16 -0
  3592. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/push_parser.rb +60 -0
  3593. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/schema.rb +63 -0
  3594. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/searchable.rb +221 -0
  3595. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/syntax_error.rb +47 -0
  3596. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/text.rb +9 -0
  3597. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath.rb +10 -0
  3598. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
  3599. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath_context.rb +16 -0
  3600. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xslt.rb +56 -0
  3601. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xslt/stylesheet.rb +25 -0
  3602. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/xsd/xmlparser/nokogiri.rb +102 -0
  3603. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/README.txt +1 -0
  3604. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ree-1.8.7.358.supp +61 -0
  3605. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ruby-1.8.7.370.supp +0 -0
  3606. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ruby-1.9.2.320.supp +28 -0
  3607. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ruby-1.9.3.327.supp +28 -0
  3608. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/tasks/test.rb +95 -0
  3609. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_nthiness.rb +226 -0
  3610. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_parser.rb +363 -0
  3611. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_tokenizer.rb +215 -0
  3612. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_xpath_visitor.rb +96 -0
  3613. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/decorators/test_slop.rb +20 -0
  3614. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/2ch.html +108 -0
  3615. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/address_book.rlx +12 -0
  3616. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/address_book.xml +10 -0
  3617. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/atom.xml +344 -0
  3618. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/bar/bar.xsd +4 -0
  3619. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/bogus.xml +0 -0
  3620. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/dont_hurt_em_why.xml +422 -0
  3621. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/encoding.html +82 -0
  3622. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/encoding.xhtml +84 -0
  3623. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/exslt.xml +8 -0
  3624. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/exslt.xslt +35 -0
  3625. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/foo/foo.xsd +4 -0
  3626. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/metacharset.html +10 -0
  3627. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/noencoding.html +47 -0
  3628. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/po.xml +32 -0
  3629. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/po.xsd +66 -0
  3630. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/saml20assertion_schema.xsd +283 -0
  3631. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/saml20protocol_schema.xsd +302 -0
  3632. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/xenc_schema.xsd +146 -0
  3633. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/xmldsig_schema.xsd +318 -0
  3634. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/shift_jis.html +10 -0
  3635. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/shift_jis.xml +5 -0
  3636. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/shift_jis_no_charset.html +9 -0
  3637. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/slow-xpath.xml +25509 -0
  3638. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/snuggles.xml +3 -0
  3639. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/staff.dtd +10 -0
  3640. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/staff.xml +59 -0
  3641. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/staff.xslt +32 -0
  3642. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/test_document_url/bar.xml +2 -0
  3643. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/test_document_url/document.dtd +4 -0
  3644. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/test_document_url/document.xml +6 -0
  3645. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/tlm.html +850 -0
  3646. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/to_be_xincluded.xml +2 -0
  3647. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/valid_bar.xml +2 -0
  3648. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/xinclude.xml +4 -0
  3649. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/helper.rb +177 -0
  3650. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/sax/test_parser.rb +141 -0
  3651. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/sax/test_parser_context.rb +46 -0
  3652. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/sax/test_push_parser.rb +87 -0
  3653. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_builder.rb +164 -0
  3654. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_document.rb +642 -0
  3655. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_document_encoding.rb +148 -0
  3656. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_document_fragment.rb +297 -0
  3657. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_element_description.rb +105 -0
  3658. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_named_characters.rb +14 -0
  3659. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_node.rb +196 -0
  3660. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_node_encoding.rb +27 -0
  3661. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_additional_namespaces_in_builder_doc.rb +14 -0
  3662. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_aliased_default.rb +24 -0
  3663. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_builder_doc.rb +75 -0
  3664. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_cloned_doc.rb +31 -0
  3665. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_created_doc.rb +75 -0
  3666. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_parsed_doc.rb +66 -0
  3667. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_preservation.rb +31 -0
  3668. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_convert_xpath.rb +135 -0
  3669. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_css_cache.rb +45 -0
  3670. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_encoding_handler.rb +46 -0
  3671. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_memory_leak.rb +156 -0
  3672. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_nokogiri.rb +138 -0
  3673. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_reader.rb +558 -0
  3674. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_soap4r_sax.rb +52 -0
  3675. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_xslt_transforms.rb +279 -0
  3676. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/node/test_save_options.rb +28 -0
  3677. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/node/test_subclass.rb +44 -0
  3678. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/sax/test_parser.rb +382 -0
  3679. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/sax/test_parser_context.rb +115 -0
  3680. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/sax/test_push_parser.rb +157 -0
  3681. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_attr.rb +67 -0
  3682. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_attribute_decl.rb +86 -0
  3683. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_builder.rb +341 -0
  3684. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_c14n.rb +180 -0
  3685. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_cdata.rb +48 -0
  3686. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_comment.rb +40 -0
  3687. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_document.rb +966 -0
  3688. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_document_encoding.rb +28 -0
  3689. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_document_fragment.rb +259 -0
  3690. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_dtd.rb +187 -0
  3691. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_dtd_encoding.rb +33 -0
  3692. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_element_content.rb +56 -0
  3693. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_element_decl.rb +73 -0
  3694. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_entity_decl.rb +122 -0
  3695. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_entity_reference.rb +251 -0
  3696. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_namespace.rb +96 -0
  3697. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node.rb +1233 -0
  3698. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_attributes.rb +109 -0
  3699. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_encoding.rb +107 -0
  3700. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_inheritance.rb +32 -0
  3701. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_reparenting.rb +374 -0
  3702. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_set.rb +775 -0
  3703. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_parse_options.rb +64 -0
  3704. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_processing_instruction.rb +30 -0
  3705. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_reader_encoding.rb +136 -0
  3706. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_relax_ng.rb +60 -0
  3707. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_schema.rb +129 -0
  3708. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_syntax_error.rb +30 -0
  3709. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_text.rb +60 -0
  3710. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_unparented_node.rb +427 -0
  3711. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_xinclude.rb +83 -0
  3712. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_xpath.rb +430 -0
  3713. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xslt/test_custom_functions.rb +133 -0
  3714. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xslt/test_exception_handling.rb +37 -0
  3715. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test_all +91 -0
  3716. data/vendor/ruby/2.1.0/gems/rack-1.5.5/COPYING +18 -0
  3717. data/vendor/ruby/2.1.0/gems/rack-1.5.5/KNOWN-ISSUES +30 -0
  3718. data/vendor/ruby/2.1.0/gems/rack-1.5.5/README.rdoc +626 -0
  3719. data/vendor/ruby/2.1.0/gems/rack-1.5.5/Rakefile +125 -0
  3720. data/vendor/ruby/2.1.0/gems/rack-1.5.5/SPEC +237 -0
  3721. data/vendor/ruby/2.1.0/gems/rack-1.5.5/bin/rackup +4 -0
  3722. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rack.png +0 -0
  3723. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rack.svg +150 -0
  3724. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rack_logo.svg +111 -0
  3725. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rdoc.css +412 -0
  3726. data/vendor/ruby/2.1.0/gems/rack-1.5.5/example/lobster.ru +4 -0
  3727. data/vendor/ruby/2.1.0/gems/rack-1.5.5/example/protectedlobster.rb +14 -0
  3728. data/vendor/ruby/2.1.0/gems/rack-1.5.5/example/protectedlobster.ru +8 -0
  3729. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack.rb +87 -0
  3730. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/abstract/handler.rb +37 -0
  3731. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/abstract/request.rb +43 -0
  3732. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/basic.rb +58 -0
  3733. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/md5.rb +129 -0
  3734. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/nonce.rb +51 -0
  3735. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/params.rb +53 -0
  3736. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/request.rb +41 -0
  3737. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/backports/uri/common_18.rb +56 -0
  3738. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/backports/uri/common_192.rb +52 -0
  3739. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/backports/uri/common_193.rb +29 -0
  3740. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/body_proxy.rb +39 -0
  3741. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/builder.rb +149 -0
  3742. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/cascade.rb +52 -0
  3743. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/chunked.rb +58 -0
  3744. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/commonlogger.rb +64 -0
  3745. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/conditionalget.rb +67 -0
  3746. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/config.rb +20 -0
  3747. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/content_length.rb +33 -0
  3748. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/content_type.rb +29 -0
  3749. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/deflater.rb +116 -0
  3750. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/directory.rb +161 -0
  3751. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/etag.rb +64 -0
  3752. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/file.rb +138 -0
  3753. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler.rb +107 -0
  3754. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/cgi.rb +61 -0
  3755. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/evented_mongrel.rb +8 -0
  3756. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/fastcgi.rb +98 -0
  3757. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/lsws.rb +61 -0
  3758. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/mongrel.rb +100 -0
  3759. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/scgi.rb +67 -0
  3760. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  3761. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/thin.rb +27 -0
  3762. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/webrick.rb +81 -0
  3763. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/head.rb +22 -0
  3764. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/lint.rb +699 -0
  3765. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/lobster.rb +65 -0
  3766. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/lock.rb +26 -0
  3767. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/logger.rb +18 -0
  3768. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/methodoverride.rb +31 -0
  3769. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/mime.rb +677 -0
  3770. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/mock.rb +190 -0
  3771. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart.rb +34 -0
  3772. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart/generator.rb +93 -0
  3773. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart/parser.rb +185 -0
  3774. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart/uploaded_file.rb +34 -0
  3775. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/nulllogger.rb +18 -0
  3776. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/recursive.rb +61 -0
  3777. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/reloader.rb +109 -0
  3778. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/request.rb +382 -0
  3779. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/response.rb +155 -0
  3780. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/rewindable_input.rb +104 -0
  3781. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/runtime.rb +27 -0
  3782. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/sendfile.rb +155 -0
  3783. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/server.rb +362 -0
  3784. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/abstract/id.rb +398 -0
  3785. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/cookie.rb +178 -0
  3786. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/memcache.rb +93 -0
  3787. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/pool.rb +79 -0
  3788. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/showexceptions.rb +378 -0
  3789. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/showstatus.rb +113 -0
  3790. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/static.rb +153 -0
  3791. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/urlmap.rb +76 -0
  3792. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/utils.rb +641 -0
  3793. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/utils/okjson.rb +600 -0
  3794. data/vendor/ruby/2.1.0/gems/rack-1.5.5/rack.gemspec +33 -0
  3795. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/anything.rb +5 -0
  3796. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/comment.ru +4 -0
  3797. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/end.ru +5 -0
  3798. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/line.ru +1 -0
  3799. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/options.ru +2 -0
  3800. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/folder/test.js +1 -0
  3801. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/fonts/font.eot +1 -0
  3802. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/images/image.png +1 -0
  3803. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/index.html +1 -0
  3804. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/javascripts/app.js +1 -0
  3805. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/stylesheets/app.css +1 -0
  3806. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/lighttpd.conf +26 -0
  3807. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/lighttpd.errors +1 -0
  3808. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/rackup_stub.rb +6 -0
  3809. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/sample_rackup.ru +5 -0
  3810. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test +9 -0
  3811. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test+directory/test+file +1 -0
  3812. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test.fcgi +8 -0
  3813. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test.ru +5 -0
  3814. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/gemloader.rb +10 -0
  3815. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/bad_robots +259 -0
  3816. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/binary +0 -0
  3817. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/content_type_and_no_filename +6 -0
  3818. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/empty +10 -0
  3819. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/fail_16384_nofile +814 -0
  3820. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/file1.txt +1 -0
  3821. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_and_modification_param +7 -0
  3822. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_escaped_quotes +6 -0
  3823. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
  3824. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_percent_escaped_quotes +6 -0
  3825. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_percentages +6 -0
  3826. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_percentages2 +6 -0
  3827. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_percentages3 +6 -0
  3828. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_quotes +6 -0
  3829. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/ie +6 -0
  3830. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/mixed_files +21 -0
  3831. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/nested +10 -0
  3832. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/none +9 -0
  3833. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/semicolon +6 -0
  3834. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/text +15 -0
  3835. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/three_files_three_fields +31 -0
  3836. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/webkit +32 -0
  3837. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/rackup/config.ru +31 -0
  3838. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/registering_handler/rack/handler/registering_myself.rb +8 -0
  3839. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_auth_basic.rb +81 -0
  3840. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_auth_digest.rb +259 -0
  3841. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_body_proxy.rb +69 -0
  3842. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_builder.rb +214 -0
  3843. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_cascade.rb +61 -0
  3844. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_cgi.rb +102 -0
  3845. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_chunked.rb +85 -0
  3846. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_commonlogger.rb +57 -0
  3847. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_conditionalget.rb +102 -0
  3848. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_config.rb +22 -0
  3849. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_content_length.rb +83 -0
  3850. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_content_type.rb +45 -0
  3851. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_deflater.rb +204 -0
  3852. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_directory.rb +88 -0
  3853. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_etag.rb +98 -0
  3854. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_fastcgi.rb +107 -0
  3855. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_file.rb +213 -0
  3856. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_handler.rb +59 -0
  3857. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_head.rb +43 -0
  3858. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_lint.rb +522 -0
  3859. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_lobster.rb +58 -0
  3860. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_lock.rb +164 -0
  3861. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_logger.rb +23 -0
  3862. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_methodoverride.rb +75 -0
  3863. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_mime.rb +51 -0
  3864. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_mock.rb +269 -0
  3865. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_mongrel.rb +182 -0
  3866. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_multipart.rb +479 -0
  3867. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_nulllogger.rb +20 -0
  3868. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_recursive.rb +72 -0
  3869. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_request.rb +1115 -0
  3870. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_response.rb +313 -0
  3871. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_rewindable_input.rb +118 -0
  3872. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_runtime.rb +49 -0
  3873. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_sendfile.rb +130 -0
  3874. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_server.rb +143 -0
  3875. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_abstract_id.rb +53 -0
  3876. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_cookie.rb +367 -0
  3877. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_memcache.rb +321 -0
  3878. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_pool.rb +209 -0
  3879. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_showexceptions.rb +92 -0
  3880. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_showstatus.rb +84 -0
  3881. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_static.rb +145 -0
  3882. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_thin.rb +91 -0
  3883. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_urlmap.rb +213 -0
  3884. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_utils.rb +585 -0
  3885. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_webrick.rb +143 -0
  3886. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/static/another/index.html +1 -0
  3887. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/static/index.html +1 -0
  3888. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/testrequest.rb +78 -0
  3889. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  3890. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  3891. data/vendor/ruby/2.1.0/gems/rack-1.6.4/COPYING +18 -0
  3892. data/vendor/ruby/2.1.0/gems/rack-1.6.4/HISTORY.md +355 -0
  3893. data/vendor/ruby/2.1.0/gems/rack-1.6.4/KNOWN-ISSUES +44 -0
  3894. data/vendor/ruby/2.1.0/gems/rack-1.6.4/README.rdoc +312 -0
  3895. data/vendor/ruby/2.1.0/gems/rack-1.6.4/Rakefile +124 -0
  3896. data/vendor/ruby/2.1.0/gems/rack-1.6.4/SPEC +264 -0
  3897. data/vendor/ruby/2.1.0/gems/rack-1.6.4/bin/rackup +4 -0
  3898. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rack.png +0 -0
  3899. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rack.svg +150 -0
  3900. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rack_logo.svg +111 -0
  3901. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rdoc.css +412 -0
  3902. data/vendor/ruby/2.1.0/gems/rack-1.6.4/example/lobster.ru +4 -0
  3903. data/vendor/ruby/2.1.0/gems/rack-1.6.4/example/protectedlobster.rb +14 -0
  3904. data/vendor/ruby/2.1.0/gems/rack-1.6.4/example/protectedlobster.ru +8 -0
  3905. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack.rb +98 -0
  3906. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/abstract/handler.rb +37 -0
  3907. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/abstract/request.rb +43 -0
  3908. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/basic.rb +58 -0
  3909. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/md5.rb +129 -0
  3910. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/nonce.rb +51 -0
  3911. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/params.rb +53 -0
  3912. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/request.rb +41 -0
  3913. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/backports/uri/common_18.rb +56 -0
  3914. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/backports/uri/common_192.rb +52 -0
  3915. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/backports/uri/common_193.rb +29 -0
  3916. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/body_proxy.rb +39 -0
  3917. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/builder.rb +164 -0
  3918. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/cascade.rb +52 -0
  3919. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/chunked.rb +69 -0
  3920. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/commonlogger.rb +72 -0
  3921. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/conditionalget.rb +79 -0
  3922. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/config.rb +20 -0
  3923. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/content_length.rb +37 -0
  3924. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/content_type.rb +29 -0
  3925. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/deflater.rb +154 -0
  3926. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/directory.rb +167 -0
  3927. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/etag.rb +73 -0
  3928. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/file.rb +152 -0
  3929. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler.rb +109 -0
  3930. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/cgi.rb +61 -0
  3931. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/evented_mongrel.rb +8 -0
  3932. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/fastcgi.rb +101 -0
  3933. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/lsws.rb +61 -0
  3934. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/mongrel.rb +106 -0
  3935. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/scgi.rb +70 -0
  3936. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  3937. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/thin.rb +33 -0
  3938. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/webrick.rb +122 -0
  3939. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/head.rb +27 -0
  3940. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/lint.rb +760 -0
  3941. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/lobster.rb +70 -0
  3942. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/lock.rb +26 -0
  3943. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/logger.rb +18 -0
  3944. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/methodoverride.rb +43 -0
  3945. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/mime.rb +664 -0
  3946. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/mock.rb +198 -0
  3947. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart.rb +34 -0
  3948. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart/generator.rb +93 -0
  3949. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart/parser.rb +254 -0
  3950. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart/uploaded_file.rb +34 -0
  3951. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/nulllogger.rb +37 -0
  3952. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/recursive.rb +62 -0
  3953. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/reloader.rb +109 -0
  3954. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/request.rb +398 -0
  3955. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/response.rb +162 -0
  3956. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/rewindable_input.rb +104 -0
  3957. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/runtime.rb +40 -0
  3958. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/sendfile.rb +160 -0
  3959. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/server.rb +387 -0
  3960. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/abstract/id.rb +399 -0
  3961. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/cookie.rb +188 -0
  3962. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/memcache.rb +93 -0
  3963. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/pool.rb +76 -0
  3964. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/showexceptions.rb +387 -0
  3965. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/showstatus.rb +113 -0
  3966. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/static.rb +150 -0
  3967. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/tempfile_reaper.rb +22 -0
  3968. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/urlmap.rb +90 -0
  3969. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/utils.rb +684 -0
  3970. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/utils/okjson.rb +600 -0
  3971. data/vendor/ruby/2.1.0/gems/rack-1.6.4/rack.gemspec +33 -0
  3972. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/anything.rb +5 -0
  3973. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/comment.ru +4 -0
  3974. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/end.ru +5 -0
  3975. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/line.ru +1 -0
  3976. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/options.ru +2 -0
  3977. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/folder/test.js +1 -0
  3978. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/fonts/font.eot +1 -0
  3979. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/images/image.png +1 -0
  3980. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/index.html +1 -0
  3981. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/javascripts/app.js +1 -0
  3982. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/stylesheets/app.css +1 -0
  3983. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/lighttpd.conf +26 -0
  3984. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/lighttpd.errors +1 -0
  3985. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/rackup_stub.rb +6 -0
  3986. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/sample_rackup.ru +5 -0
  3987. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test +9 -0
  3988. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test+directory/test+file +1 -0
  3989. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test.fcgi +8 -0
  3990. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test.ru +5 -0
  3991. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/gemloader.rb +10 -0
  3992. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/bad_robots +259 -0
  3993. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/binary +0 -0
  3994. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/content_type_and_no_filename +6 -0
  3995. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/empty +10 -0
  3996. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/fail_16384_nofile +814 -0
  3997. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/file1.txt +1 -0
  3998. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_and_modification_param +7 -0
  3999. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_and_no_name +6 -0
  4000. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes +6 -0
  4001. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
  4002. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_percent_escaped_quotes +6 -0
  4003. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages +6 -0
  4004. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages2 +6 -0
  4005. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages3 +6 -0
  4006. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_quotes +6 -0
  4007. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/ie +6 -0
  4008. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/invalid_character +6 -0
  4009. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/mixed_files +21 -0
  4010. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/nested +10 -0
  4011. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/none +9 -0
  4012. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/semicolon +6 -0
  4013. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/text +15 -0
  4014. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/three_files_three_fields +31 -0
  4015. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/webkit +32 -0
  4016. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/rackup/config.ru +31 -0
  4017. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/registering_handler/rack/handler/registering_myself.rb +8 -0
  4018. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_auth_basic.rb +81 -0
  4019. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_auth_digest.rb +259 -0
  4020. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_body_proxy.rb +85 -0
  4021. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_builder.rb +223 -0
  4022. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_cascade.rb +61 -0
  4023. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_cgi.rb +102 -0
  4024. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_chunked.rb +101 -0
  4025. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_commonlogger.rb +93 -0
  4026. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_conditionalget.rb +102 -0
  4027. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_config.rb +22 -0
  4028. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_content_length.rb +85 -0
  4029. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_content_type.rb +45 -0
  4030. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_deflater.rb +339 -0
  4031. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_directory.rb +88 -0
  4032. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_etag.rb +107 -0
  4033. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_fastcgi.rb +107 -0
  4034. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_file.rb +221 -0
  4035. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_handler.rb +63 -0
  4036. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_head.rb +45 -0
  4037. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_lint.rb +550 -0
  4038. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_lobster.rb +58 -0
  4039. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_lock.rb +164 -0
  4040. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_logger.rb +23 -0
  4041. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_methodoverride.rb +82 -0
  4042. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_mime.rb +51 -0
  4043. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_mock.rb +277 -0
  4044. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_mongrel.rb +182 -0
  4045. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_multipart.rb +590 -0
  4046. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_nulllogger.rb +20 -0
  4047. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_recursive.rb +72 -0
  4048. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_request.rb +1227 -0
  4049. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_response.rb +343 -0
  4050. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_rewindable_input.rb +118 -0
  4051. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_runtime.rb +49 -0
  4052. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_sendfile.rb +130 -0
  4053. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_server.rb +167 -0
  4054. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_abstract_id.rb +53 -0
  4055. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_cookie.rb +410 -0
  4056. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_memcache.rb +321 -0
  4057. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_pool.rb +209 -0
  4058. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_showexceptions.rb +85 -0
  4059. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_showstatus.rb +103 -0
  4060. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_static.rb +145 -0
  4061. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_tempfile_reaper.rb +63 -0
  4062. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_thin.rb +91 -0
  4063. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_urlmap.rb +236 -0
  4064. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_utils.rb +647 -0
  4065. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_version.rb +17 -0
  4066. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_webrick.rb +184 -0
  4067. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/static/another/index.html +1 -0
  4068. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/static/index.html +1 -0
  4069. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/testrequest.rb +78 -0
  4070. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  4071. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  4072. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Gemfile +8 -0
  4073. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Gemfile.lock +41 -0
  4074. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/History.txt +179 -0
  4075. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/MIT-LICENSE.txt +19 -0
  4076. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/README.rdoc +85 -0
  4077. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Rakefile +33 -0
  4078. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Thorfile +114 -0
  4079. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/mock_session.rb +66 -0
  4080. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test.rb +318 -0
  4081. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/cookie_jar.rb +182 -0
  4082. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/methods.rb +83 -0
  4083. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/mock_digest_request.rb +29 -0
  4084. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/uploaded_file.rb +53 -0
  4085. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/utils.rb +150 -0
  4086. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/rack-test.gemspec +77 -0
  4087. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/bar.txt +1 -0
  4088. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/config.ru +3 -0
  4089. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/fake_app.rb +143 -0
  4090. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/foo.txt +1 -0
  4091. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/cookie_spec.rb +219 -0
  4092. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/digest_auth_spec.rb +46 -0
  4093. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/multipart_spec.rb +145 -0
  4094. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/uploaded_file_spec.rb +24 -0
  4095. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/utils_spec.rb +193 -0
  4096. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test_spec.rb +550 -0
  4097. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/spec_helper.rb +69 -0
  4098. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/support/matchers/body.rb +9 -0
  4099. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/support/matchers/challenge.rb +11 -0
  4100. data/vendor/ruby/2.1.0/gems/rails-4.1.13/README.md +83 -0
  4101. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/CHANGELOG.md +91 -0
  4102. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/Rakefile +77 -0
  4103. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/akshaysurve.jpg +0 -0
  4104. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/belongs_to.png +0 -0
  4105. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/book_icon.gif +0 -0
  4106. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/bullet.gif +0 -0
  4107. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/chapters_icon.gif +0 -0
  4108. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/check_bullet.gif +0 -0
  4109. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/credits_pic_blank.gif +0 -0
  4110. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/csrf.png +0 -0
  4111. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/edge_badge.png +0 -0
  4112. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/favicon.ico +0 -0
  4113. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/feature_tile.gif +0 -0
  4114. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/footer_tile.gif +0 -0
  4115. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/fxn.png +0 -0
  4116. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/article_with_comments.png +0 -0
  4117. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/challenge.png +0 -0
  4118. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/confirm_dialog.png +0 -0
  4119. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png +0 -0
  4120. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/form_with_errors.png +0 -0
  4121. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/index_action_with_edit_link.png +0 -0
  4122. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/new_article.png +0 -0
  4123. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/rails_welcome.png +0 -0
  4124. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/routing_error_no_controller.png +0 -0
  4125. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/routing_error_no_route_matches.png +0 -0
  4126. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/show_action_for_articles.png +0 -0
  4127. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/template_is_missing_articles_new.png +0 -0
  4128. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/unknown_action_create_for_articles.png +0 -0
  4129. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/unknown_action_new_for_articles.png +0 -0
  4130. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/grey_bullet.gif +0 -0
  4131. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/habtm.png +0 -0
  4132. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_many.png +0 -0
  4133. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_many_through.png +0 -0
  4134. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_one.png +0 -0
  4135. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_one_through.png +0 -0
  4136. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/header_backdrop.png +0 -0
  4137. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/header_tile.gif +0 -0
  4138. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_html_safe.png +0 -0
  4139. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
  4140. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_translated_en.png +0 -0
  4141. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
  4142. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_translation_missing.png +0 -0
  4143. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_untranslated.png +0 -0
  4144. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/README +5 -0
  4145. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/1.png +0 -0
  4146. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/10.png +0 -0
  4147. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/11.png +0 -0
  4148. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/12.png +0 -0
  4149. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/13.png +0 -0
  4150. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/14.png +0 -0
  4151. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/15.png +0 -0
  4152. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/2.png +0 -0
  4153. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/3.png +0 -0
  4154. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/4.png +0 -0
  4155. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/5.png +0 -0
  4156. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/6.png +0 -0
  4157. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/7.png +0 -0
  4158. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/8.png +0 -0
  4159. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/9.png +0 -0
  4160. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/caution.png +0 -0
  4161. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/example.png +0 -0
  4162. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/home.png +0 -0
  4163. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/important.png +0 -0
  4164. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/next.png +0 -0
  4165. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/note.png +0 -0
  4166. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/prev.png +0 -0
  4167. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/tip.png +0 -0
  4168. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/up.png +0 -0
  4169. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/warning.png +0 -0
  4170. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/nav_arrow.gif +0 -0
  4171. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/oscardelben.jpg +0 -0
  4172. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/polymorphic.png +0 -0
  4173. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/radar.png +0 -0
  4174. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails4_features.png +0 -0
  4175. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
  4176. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails_guides_logo.gif +0 -0
  4177. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails_logo_remix.gif +0 -0
  4178. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/session_fixation.png +0 -0
  4179. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_grey.gif +0 -0
  4180. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_info.gif +0 -0
  4181. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_note.gif +0 -0
  4182. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_red.gif +0 -0
  4183. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_yellow.gif +0 -0
  4184. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_yellow.png +0 -0
  4185. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/vijaydev.jpg +0 -0
  4186. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/guides.js +53 -0
  4187. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/jquery.min.js +4 -0
  4188. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/responsive-tables.js +43 -0
  4189. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
  4190. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
  4191. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
  4192. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
  4193. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
  4194. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
  4195. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
  4196. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
  4197. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
  4198. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
  4199. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
  4200. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
  4201. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
  4202. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
  4203. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
  4204. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
  4205. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
  4206. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
  4207. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
  4208. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
  4209. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
  4210. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
  4211. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
  4212. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
  4213. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
  4214. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shCore.js +17 -0
  4215. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/fixes.css +16 -0
  4216. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/kindle.css +11 -0
  4217. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/main.css +710 -0
  4218. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/print.css +52 -0
  4219. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/reset.css +43 -0
  4220. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/responsive-tables.css +50 -0
  4221. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/style.css +13 -0
  4222. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCore.css +226 -0
  4223. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
  4224. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
  4225. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
  4226. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
  4227. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
  4228. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
  4229. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
  4230. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
  4231. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
  4232. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
  4233. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
  4234. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
  4235. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
  4236. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
  4237. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
  4238. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
  4239. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
  4240. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/action_controller_gem.rb +47 -0
  4241. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/action_controller_master.rb +53 -0
  4242. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/active_record_gem.rb +40 -0
  4243. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/active_record_master.rb +49 -0
  4244. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/generic_gem.rb +15 -0
  4245. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/generic_master.rb +26 -0
  4246. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/Gemfile +40 -0
  4247. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/Gemfile.lock +125 -0
  4248. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/README.rdoc +28 -0
  4249. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/Rakefile +6 -0
  4250. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/application.js +15 -0
  4251. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/comments.js.coffee +3 -0
  4252. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/posts.js.coffee +3 -0
  4253. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/welcome.js.coffee +3 -0
  4254. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/application.css +13 -0
  4255. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/comments.css.scss +3 -0
  4256. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/posts.css.scss +3 -0
  4257. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/welcome.css.scss +3 -0
  4258. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/application_controller.rb +5 -0
  4259. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/comments_controller.rb +23 -0
  4260. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/posts_controller.rb +53 -0
  4261. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/welcome_controller.rb +4 -0
  4262. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/application_helper.rb +2 -0
  4263. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/comments_helper.rb +2 -0
  4264. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/posts_helper.rb +2 -0
  4265. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/welcome_helper.rb +2 -0
  4266. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/models/comment.rb +3 -0
  4267. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/models/post.rb +7 -0
  4268. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/comments/_comment.html.erb +15 -0
  4269. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/comments/_form.html.erb +13 -0
  4270. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/layouts/application.html.erb +14 -0
  4271. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/_form.html.erb +27 -0
  4272. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/edit.html.erb +5 -0
  4273. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/index.html.erb +21 -0
  4274. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/new.html.erb +5 -0
  4275. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/show.html.erb +18 -0
  4276. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/welcome/index.html.erb +4 -0
  4277. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/bin/bundle +4 -0
  4278. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/bin/rails +4 -0
  4279. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/bin/rake +4 -0
  4280. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config.ru +4 -0
  4281. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/application.rb +18 -0
  4282. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/boot.rb +4 -0
  4283. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/database.yml +25 -0
  4284. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environment.rb +5 -0
  4285. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environments/development.rb +30 -0
  4286. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environments/production.rb +80 -0
  4287. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environments/test.rb +36 -0
  4288. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/backtrace_silencers.rb +7 -0
  4289. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/filter_parameter_logging.rb +4 -0
  4290. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/inflections.rb +16 -0
  4291. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/locale.rb +9 -0
  4292. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/mime_types.rb +5 -0
  4293. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/secret_token.rb +12 -0
  4294. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/session_store.rb +3 -0
  4295. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/wrap_parameters.rb +14 -0
  4296. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/locales/en.yml +23 -0
  4297. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/routes.rb +7 -0
  4298. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/migrate/20130122042648_create_posts.rb +10 -0
  4299. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/migrate/20130122045842_create_comments.rb +11 -0
  4300. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/schema.rb +33 -0
  4301. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/seeds.rb +7 -0
  4302. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/404.html +60 -0
  4303. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/422.html +60 -0
  4304. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/500.html +59 -0
  4305. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/favicon.ico +0 -0
  4306. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/robots.txt +5 -0
  4307. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/controllers/comments_controller_test.rb +7 -0
  4308. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/controllers/posts_controller_test.rb +7 -0
  4309. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/controllers/welcome_controller_test.rb +9 -0
  4310. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/fixtures/comments.yml +11 -0
  4311. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/fixtures/posts.yml +9 -0
  4312. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/helpers/comments_helper_test.rb +4 -0
  4313. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/helpers/posts_helper_test.rb +4 -0
  4314. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/helpers/welcome_helper_test.rb +4 -0
  4315. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/models/comment_test.rb +7 -0
  4316. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/models/post_test.rb +7 -0
  4317. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/test_helper.rb +12 -0
  4318. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides.rb +63 -0
  4319. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/generator.rb +248 -0
  4320. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/helpers.rb +53 -0
  4321. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/indexer.rb +68 -0
  4322. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/kindle.rb +119 -0
  4323. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/levenshtein.rb +31 -0
  4324. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/markdown.rb +163 -0
  4325. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/markdown/renderer.rb +82 -0
  4326. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/2_2_release_notes.md +435 -0
  4327. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/2_3_release_notes.md +621 -0
  4328. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/3_0_release_notes.md +611 -0
  4329. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/3_1_release_notes.md +556 -0
  4330. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/3_2_release_notes.md +565 -0
  4331. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/4_0_release_notes.md +276 -0
  4332. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/4_1_release_notes.md +731 -0
  4333. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/_license.html.erb +2 -0
  4334. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/_welcome.html.erb +25 -0
  4335. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/action_controller_overview.md +1175 -0
  4336. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/action_mailer_basics.md +689 -0
  4337. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/action_view_overview.md +1602 -0
  4338. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_model_basics.md +200 -0
  4339. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_basics.md +373 -0
  4340. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_callbacks.md +410 -0
  4341. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_querying.md +1785 -0
  4342. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_validations.md +1169 -0
  4343. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_support_core_extensions.md +3817 -0
  4344. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_support_instrumentation.md +496 -0
  4345. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/api_documentation_guidelines.md +315 -0
  4346. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/asset_pipeline.md +1165 -0
  4347. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/association_basics.md +2229 -0
  4348. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/caching_with_rails.md +354 -0
  4349. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/command_line.md +603 -0
  4350. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/configuring.md +942 -0
  4351. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/contributing_to_ruby_on_rails.md +544 -0
  4352. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/credits.html.erb +80 -0
  4353. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/debugging_rails_applications.md +707 -0
  4354. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/development_dependencies_install.md +278 -0
  4355. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/documents.yaml +193 -0
  4356. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/engines.md +1412 -0
  4357. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/form_helpers.md +1001 -0
  4358. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/generators.md +663 -0
  4359. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/getting_started.md +1946 -0
  4360. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/i18n.md +1043 -0
  4361. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/index.html.erb +27 -0
  4362. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/initialization.md +657 -0
  4363. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/copyright.html.erb +1 -0
  4364. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/layout.html.erb +27 -0
  4365. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/rails_guides.opf.erb +52 -0
  4366. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/toc.html.erb +24 -0
  4367. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/toc.ncx.erb +64 -0
  4368. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/welcome.html.erb +5 -0
  4369. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/layout.html.erb +146 -0
  4370. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/layouts_and_rendering.md +1226 -0
  4371. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/maintenance_policy.md +75 -0
  4372. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/migrations.md +1143 -0
  4373. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/nested_model_forms.md +225 -0
  4374. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/plugins.md +444 -0
  4375. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/rails_application_templates.md +248 -0
  4376. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/rails_on_rack.md +332 -0
  4377. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/routing.md +1115 -0
  4378. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/ruby_on_rails_guides_guidelines.md +128 -0
  4379. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/security.md +1018 -0
  4380. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/testing.md +1052 -0
  4381. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/upgrading_ruby_on_rails.md +928 -0
  4382. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/working_with_javascript_in_rails.md +405 -0
  4383. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/w3c_validator.rb +95 -0
  4384. data/vendor/ruby/2.1.0/gems/rails-4.2.4/README.md +85 -0
  4385. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/CHANGELOG.md +53 -0
  4386. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/Rakefile +79 -0
  4387. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/akshaysurve.jpg +0 -0
  4388. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/belongs_to.png +0 -0
  4389. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/book_icon.gif +0 -0
  4390. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/bullet.gif +0 -0
  4391. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/chapters_icon.gif +0 -0
  4392. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/check_bullet.gif +0 -0
  4393. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/credits_pic_blank.gif +0 -0
  4394. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/csrf.png +0 -0
  4395. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/edge_badge.png +0 -0
  4396. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/favicon.ico +0 -0
  4397. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/feature_tile.gif +0 -0
  4398. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/footer_tile.gif +0 -0
  4399. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/fxn.png +0 -0
  4400. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/article_with_comments.png +0 -0
  4401. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/challenge.png +0 -0
  4402. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/confirm_dialog.png +0 -0
  4403. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png +0 -0
  4404. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/form_with_errors.png +0 -0
  4405. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/index_action_with_edit_link.png +0 -0
  4406. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/new_article.png +0 -0
  4407. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/rails_welcome.png +0 -0
  4408. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/routing_error_no_controller.png +0 -0
  4409. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/routing_error_no_route_matches.png +0 -0
  4410. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/show_action_for_articles.png +0 -0
  4411. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/template_is_missing_articles_new.png +0 -0
  4412. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/unknown_action_create_for_articles.png +0 -0
  4413. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/unknown_action_new_for_articles.png +0 -0
  4414. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/grey_bullet.gif +0 -0
  4415. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/habtm.png +0 -0
  4416. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_many.png +0 -0
  4417. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_many_through.png +0 -0
  4418. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_one.png +0 -0
  4419. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_one_through.png +0 -0
  4420. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/header_backdrop.png +0 -0
  4421. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/header_tile.gif +0 -0
  4422. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_html_safe.png +0 -0
  4423. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
  4424. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_translated_en.png +0 -0
  4425. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
  4426. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_translation_missing.png +0 -0
  4427. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_untranslated.png +0 -0
  4428. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/README +5 -0
  4429. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/1.png +0 -0
  4430. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/10.png +0 -0
  4431. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/11.png +0 -0
  4432. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/12.png +0 -0
  4433. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/13.png +0 -0
  4434. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/14.png +0 -0
  4435. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/15.png +0 -0
  4436. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/2.png +0 -0
  4437. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/3.png +0 -0
  4438. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/4.png +0 -0
  4439. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/5.png +0 -0
  4440. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/6.png +0 -0
  4441. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/7.png +0 -0
  4442. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/8.png +0 -0
  4443. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/9.png +0 -0
  4444. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/caution.png +0 -0
  4445. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/example.png +0 -0
  4446. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/home.png +0 -0
  4447. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/important.png +0 -0
  4448. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/next.png +0 -0
  4449. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/note.png +0 -0
  4450. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/prev.png +0 -0
  4451. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/tip.png +0 -0
  4452. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/up.png +0 -0
  4453. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/warning.png +0 -0
  4454. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/nav_arrow.gif +0 -0
  4455. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/oscardelben.jpg +0 -0
  4456. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/polymorphic.png +0 -0
  4457. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/radar.png +0 -0
  4458. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails4_features.png +0 -0
  4459. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
  4460. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails_guides_logo.gif +0 -0
  4461. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails_logo_remix.gif +0 -0
  4462. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/session_fixation.png +0 -0
  4463. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_grey.gif +0 -0
  4464. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_info.gif +0 -0
  4465. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_note.gif +0 -0
  4466. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_red.gif +0 -0
  4467. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_yellow.gif +0 -0
  4468. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_yellow.png +0 -0
  4469. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/vijaydev.jpg +0 -0
  4470. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/guides.js +59 -0
  4471. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/jquery.min.js +4 -0
  4472. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/responsive-tables.js +43 -0
  4473. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
  4474. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
  4475. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
  4476. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
  4477. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
  4478. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
  4479. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
  4480. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
  4481. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
  4482. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
  4483. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
  4484. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
  4485. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
  4486. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
  4487. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
  4488. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
  4489. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
  4490. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
  4491. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
  4492. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
  4493. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
  4494. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
  4495. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
  4496. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
  4497. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
  4498. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shCore.js +17 -0
  4499. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/fixes.css +16 -0
  4500. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/kindle.css +11 -0
  4501. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/main.css +713 -0
  4502. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/print.css +52 -0
  4503. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/reset.css +43 -0
  4504. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/responsive-tables.css +50 -0
  4505. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/style.css +13 -0
  4506. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCore.css +226 -0
  4507. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
  4508. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
  4509. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
  4510. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
  4511. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
  4512. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
  4513. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
  4514. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
  4515. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
  4516. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
  4517. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
  4518. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
  4519. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
  4520. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
  4521. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
  4522. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
  4523. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
  4524. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/action_controller_gem.rb +47 -0
  4525. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/action_controller_master.rb +54 -0
  4526. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/active_record_gem.rb +40 -0
  4527. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/active_record_master.rb +49 -0
  4528. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/generic_gem.rb +15 -0
  4529. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/generic_master.rb +26 -0
  4530. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides.rb +63 -0
  4531. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/generator.rb +248 -0
  4532. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/helpers.rb +53 -0
  4533. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/indexer.rb +68 -0
  4534. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/kindle.rb +119 -0
  4535. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/levenshtein.rb +37 -0
  4536. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/markdown.rb +167 -0
  4537. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/markdown/renderer.rb +82 -0
  4538. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/2_2_release_notes.md +435 -0
  4539. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/2_3_release_notes.md +621 -0
  4540. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/3_0_release_notes.md +611 -0
  4541. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/3_1_release_notes.md +559 -0
  4542. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/3_2_release_notes.md +568 -0
  4543. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/4_0_release_notes.md +279 -0
  4544. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/4_1_release_notes.md +730 -0
  4545. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/4_2_release_notes.md +877 -0
  4546. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/_license.html.erb +2 -0
  4547. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/_welcome.html.erb +19 -0
  4548. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/action_controller_overview.md +1192 -0
  4549. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/action_mailer_basics.md +757 -0
  4550. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/action_view_overview.md +1561 -0
  4551. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_job_basics.md +331 -0
  4552. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_model_basics.md +554 -0
  4553. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_basics.md +374 -0
  4554. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_callbacks.md +413 -0
  4555. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_migrations.md +1018 -0
  4556. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_postgresql.md +433 -0
  4557. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_querying.md +1783 -0
  4558. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_validations.md +1179 -0
  4559. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_support_core_extensions.md +3857 -0
  4560. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_support_instrumentation.md +488 -0
  4561. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/api_documentation_guidelines.md +361 -0
  4562. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/asset_pipeline.md +1304 -0
  4563. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/association_basics.md +2245 -0
  4564. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/autoloading_and_reloading_constants.md +1311 -0
  4565. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/caching_with_rails.md +379 -0
  4566. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/command_line.md +625 -0
  4567. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/configuring.md +1045 -0
  4568. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/contributing_to_ruby_on_rails.md +628 -0
  4569. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/credits.html.erb +80 -0
  4570. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/debugging_rails_applications.md +861 -0
  4571. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/development_dependencies_install.md +289 -0
  4572. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/documents.yaml +205 -0
  4573. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/engines.md +1412 -0
  4574. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/form_helpers.md +1024 -0
  4575. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/generators.md +676 -0
  4576. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/getting_started.md +2086 -0
  4577. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/i18n.md +1087 -0
  4578. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/index.html.erb +28 -0
  4579. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/initialization.md +704 -0
  4580. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/copyright.html.erb +1 -0
  4581. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/layout.html.erb +27 -0
  4582. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/rails_guides.opf.erb +52 -0
  4583. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/toc.html.erb +24 -0
  4584. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/toc.ncx.erb +64 -0
  4585. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/welcome.html.erb +5 -0
  4586. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/layout.html.erb +143 -0
  4587. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/layouts_and_rendering.md +1227 -0
  4588. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/maintenance_policy.md +78 -0
  4589. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/nested_model_forms.md +228 -0
  4590. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/plugins.md +444 -0
  4591. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/rails_application_templates.md +266 -0
  4592. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/rails_on_rack.md +336 -0
  4593. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/routing.md +1155 -0
  4594. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/ruby_on_rails_guides_guidelines.md +127 -0
  4595. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/security.md +1024 -0
  4596. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/testing.md +1132 -0
  4597. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/upgrading_ruby_on_rails.md +1186 -0
  4598. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/working_with_javascript_in_rails.md +407 -0
  4599. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/w3c_validator.rb +97 -0
  4600. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/CHANGELOG.md +16 -0
  4601. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/README.md +17 -0
  4602. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails-deprecated_sanitizer.rb +1 -0
  4603. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer.rb +146 -0
  4604. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner.rb +21 -0
  4605. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/document.rb +68 -0
  4606. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/node.rb +532 -0
  4607. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/sanitizer.rb +188 -0
  4608. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/selector.rb +830 -0
  4609. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/tokenizer.rb +107 -0
  4610. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/version.rb +11 -0
  4611. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/railtie.rb +9 -0
  4612. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/version.rb +5 -0
  4613. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/cdata_node_test.rb +16 -0
  4614. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/deprecated_sanitizer_test.rb +30 -0
  4615. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/document_test.rb +149 -0
  4616. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/node_test.rb +90 -0
  4617. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/tag_node_test.rb +244 -0
  4618. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/test_helper.rb +13 -0
  4619. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/text_node_test.rb +51 -0
  4620. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/tokenizer_test.rb +132 -0
  4621. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/LICENSE.txt +22 -0
  4622. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/README.md +76 -0
  4623. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails-dom-testing.rb +1 -0
  4624. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions.rb +20 -0
  4625. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/dom_assertions.rb +76 -0
  4626. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions.rb +311 -0
  4627. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb +32 -0
  4628. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb +108 -0
  4629. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb +24 -0
  4630. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/tag_assertions.rb +155 -0
  4631. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/version.rb +7 -0
  4632. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/dom_assertions_test.rb +50 -0
  4633. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/selector_assertions_test.rb +317 -0
  4634. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/tag_assertions_test.rb +218 -0
  4635. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/test_helper.rb +6 -0
  4636. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/CHANGELOG.md +7 -0
  4637. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/LICENSE.txt +22 -0
  4638. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/README.md +141 -0
  4639. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails-html-sanitizer.rb +73 -0
  4640. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/sanitizer.rb +145 -0
  4641. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/sanitizer/version.rb +7 -0
  4642. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/scrubbers.rb +148 -0
  4643. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/test/sanitizer_test.rb +501 -0
  4644. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/test/scrubbers_test.rb +160 -0
  4645. data/vendor/ruby/2.1.0/gems/railties-4.1.13/CHANGELOG.md +476 -0
  4646. data/vendor/ruby/2.1.0/gems/railties-4.1.13/RDOC_MAIN.rdoc +73 -0
  4647. data/vendor/ruby/2.1.0/gems/railties-4.1.13/README.rdoc +37 -0
  4648. data/vendor/ruby/2.1.0/gems/railties-4.1.13/bin/rails +9 -0
  4649. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails.rb +87 -0
  4650. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/all.rb +15 -0
  4651. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/api/task.rb +163 -0
  4652. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/app_rails_loader.rb +61 -0
  4653. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application.rb +487 -0
  4654. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/bootstrap.rb +80 -0
  4655. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/configuration.rb +155 -0
  4656. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/default_middleware_stack.rb +99 -0
  4657. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/finisher.rb +115 -0
  4658. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/routes_reloader.rb +56 -0
  4659. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application_controller.rb +16 -0
  4660. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/backtrace_cleaner.rb +27 -0
  4661. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/cli.rb +15 -0
  4662. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/code_statistics.rb +101 -0
  4663. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/code_statistics_calculator.rb +79 -0
  4664. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands.rb +17 -0
  4665. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/application.rb +17 -0
  4666. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/commands_tasks.rb +174 -0
  4667. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/console.rb +101 -0
  4668. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/dbconsole.rb +177 -0
  4669. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/destroy.rb +9 -0
  4670. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/generate.rb +11 -0
  4671. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/plugin.rb +23 -0
  4672. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/runner.rb +63 -0
  4673. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/server.rb +139 -0
  4674. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/update.rb +9 -0
  4675. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/configuration.rb +119 -0
  4676. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/console/app.rb +32 -0
  4677. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/console/helpers.rb +17 -0
  4678. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/deprecation.rb +19 -0
  4679. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine.rb +691 -0
  4680. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine/commands.rb +41 -0
  4681. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine/configuration.rb +91 -0
  4682. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine/railties.rb +21 -0
  4683. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/gem_version.rb +15 -0
  4684. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators.rb +320 -0
  4685. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/actions.rb +260 -0
  4686. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/actions/create_migration.rb +68 -0
  4687. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/active_model.rb +78 -0
  4688. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/app_base.rb +354 -0
  4689. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/base.rb +379 -0
  4690. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/css/assets/assets_generator.rb +13 -0
  4691. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
  4692. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
  4693. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb.rb +25 -0
  4694. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/controller/controller_generator.rb +22 -0
  4695. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
  4696. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/mailer/mailer_generator.rb +13 -0
  4697. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/mailer/templates/view.html.erb +5 -0
  4698. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
  4699. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/scaffold_generator.rb +31 -0
  4700. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/_form.html.erb +37 -0
  4701. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
  4702. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/index.html.erb +29 -0
  4703. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
  4704. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/show.html.erb +11 -0
  4705. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/generated_attribute.rb +146 -0
  4706. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/js/assets/assets_generator.rb +13 -0
  4707. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/js/assets/templates/javascript.js +2 -0
  4708. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/migration.rb +69 -0
  4709. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/named_base.rb +205 -0
  4710. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/USAGE +15 -0
  4711. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/app_generator.rb +401 -0
  4712. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/Gemfile +33 -0
  4713. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/README.rdoc +28 -0
  4714. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/Rakefile +6 -0
  4715. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +20 -0
  4716. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +15 -0
  4717. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +5 -0
  4718. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
  4719. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +23 -0
  4720. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/bin/bundle +2 -0
  4721. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/bin/rails +3 -0
  4722. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/bin/rake +3 -0
  4723. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config.ru +4 -0
  4724. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/application.rb +35 -0
  4725. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/boot.rb +4 -0
  4726. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +49 -0
  4727. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +87 -0
  4728. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +68 -0
  4729. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +52 -0
  4730. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +68 -0
  4731. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +23 -0
  4732. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +58 -0
  4733. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +58 -0
  4734. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +85 -0
  4735. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
  4736. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +68 -0
  4737. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
  4738. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +41 -0
  4739. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +82 -0
  4740. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +39 -0
  4741. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +8 -0
  4742. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
  4743. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb +3 -0
  4744. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +4 -0
  4745. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +16 -0
  4746. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +4 -0
  4747. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +3 -0
  4748. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
  4749. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/locales/en.yml +23 -0
  4750. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/routes.rb +56 -0
  4751. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/secrets.yml +22 -0
  4752. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
  4753. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/gitignore +16 -0
  4754. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/404.html +67 -0
  4755. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/422.html +67 -0
  4756. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/500.html +66 -0
  4757. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
  4758. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
  4759. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/test/test_helper.rb +12 -0
  4760. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/USAGE +20 -0
  4761. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
  4762. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
  4763. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
  4764. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/controller/USAGE +19 -0
  4765. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/controller/controller_generator.rb +54 -0
  4766. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
  4767. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/USAGE +13 -0
  4768. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/generator_generator.rb +27 -0
  4769. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
  4770. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
  4771. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/helper/USAGE +17 -0
  4772. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
  4773. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
  4774. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/integration_test/USAGE +10 -0
  4775. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
  4776. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/migration/USAGE +35 -0
  4777. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
  4778. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/model/USAGE +100 -0
  4779. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/model/model_generator.rb +8 -0
  4780. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/USAGE +10 -0
  4781. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/plugin_generator.rb +371 -0
  4782. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/%name%.gemspec +27 -0
  4783. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/Gemfile +43 -0
  4784. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/MIT-LICENSE +20 -0
  4785. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/README.rdoc +3 -0
  4786. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/Rakefile +25 -0
  4787. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt +4 -0
  4788. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/app/helpers/%name%/application_helper.rb.tt +4 -0
  4789. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
  4790. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/bin/rails.tt +11 -0
  4791. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/config/routes.rb +6 -0
  4792. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/gitignore +10 -0
  4793. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/%name%.rb +6 -0
  4794. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/%name%/engine.rb +7 -0
  4795. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/%name%/version.rb +3 -0
  4796. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/tasks/%name%_tasks.rake +4 -0
  4797. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/application.rb +18 -0
  4798. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/boot.rb +5 -0
  4799. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/javascripts.js +13 -0
  4800. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/routes.rb +4 -0
  4801. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +15 -0
  4802. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/test/%name%_test.rb +7 -0
  4803. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb +12 -0
  4804. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/test/test_helper.rb +23 -0
  4805. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/resource/USAGE +23 -0
  4806. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
  4807. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/resource_route/resource_route_generator.rb +52 -0
  4808. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold/USAGE +35 -0
  4809. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold/scaffold_generator.rb +32 -0
  4810. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold/templates/scaffold.css +56 -0
  4811. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
  4812. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +28 -0
  4813. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +68 -0
  4814. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/task/USAGE +9 -0
  4815. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/task/task_generator.rb +12 -0
  4816. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/task/templates/task.rb +8 -0
  4817. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/resource_helpers.rb +91 -0
  4818. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_case.rb +36 -0
  4819. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit.rb +8 -0
  4820. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
  4821. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/controller/templates/functional_test.rb +19 -0
  4822. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/generator/generator_generator.rb +26 -0
  4823. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/generator/templates/generator_test.rb +16 -0
  4824. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/helper/helper_generator.rb +13 -0
  4825. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/helper/templates/helper_test.rb +6 -0
  4826. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
  4827. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
  4828. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/mailer/mailer_generator.rb +21 -0
  4829. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
  4830. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/mailer/templates/preview.rb +13 -0
  4831. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
  4832. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/model/templates/fixtures.yml +27 -0
  4833. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
  4834. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
  4835. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
  4836. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +2 -0
  4837. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +33 -0
  4838. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +51 -0
  4839. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/testing/assertions.rb +123 -0
  4840. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/testing/behaviour.rb +106 -0
  4841. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/testing/setup_and_teardown.rb +18 -0
  4842. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/info.rb +118 -0
  4843. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/info_controller.rb +23 -0
  4844. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/initializable.rb +89 -0
  4845. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/mailers_controller.rb +75 -0
  4846. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/paths.rb +211 -0
  4847. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack.rb +7 -0
  4848. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack/debugger.rb +24 -0
  4849. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack/log_tailer.rb +34 -0
  4850. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack/logger.rb +86 -0
  4851. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/railtie.rb +250 -0
  4852. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/railtie/configurable.rb +35 -0
  4853. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/railtie/configuration.rb +100 -0
  4854. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/ruby_version_check.rb +13 -0
  4855. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rubyprof_ext.rb +35 -0
  4856. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/source_annotation_extractor.rb +127 -0
  4857. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks.rb +14 -0
  4858. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/annotations.rake +20 -0
  4859. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/documentation.rake +70 -0
  4860. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/engine.rake +72 -0
  4861. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/framework.rake +66 -0
  4862. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/log.rake +23 -0
  4863. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/middleware.rake +7 -0
  4864. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/misc.rake +60 -0
  4865. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/routes.rake +7 -0
  4866. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/statistics.rake +22 -0
  4867. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/tmp.rake +45 -0
  4868. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/layouts/application.html.erb +36 -0
  4869. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/info/properties.html.erb +1 -0
  4870. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/info/routes.html.erb +9 -0
  4871. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/mailers/email.html.erb +109 -0
  4872. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/mailers/index.html.erb +8 -0
  4873. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/mailers/mailer.html.erb +6 -0
  4874. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/welcome/index.html.erb +245 -0
  4875. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_help.rb +43 -0
  4876. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_unit/railtie.rb +18 -0
  4877. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_unit/sub_test_task.rb +126 -0
  4878. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_unit/testing.rake +48 -0
  4879. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/version.rb +8 -0
  4880. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/welcome_controller.rb +8 -0
  4881. data/vendor/ruby/2.1.0/gems/railties-4.2.4/CHANGELOG.md +292 -0
  4882. data/vendor/ruby/2.1.0/gems/railties-4.2.4/RDOC_MAIN.rdoc +73 -0
  4883. data/vendor/ruby/2.1.0/gems/railties-4.2.4/README.rdoc +41 -0
  4884. data/vendor/ruby/2.1.0/gems/railties-4.2.4/bin/rails +9 -0
  4885. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails.rb +93 -0
  4886. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/all.rb +16 -0
  4887. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/api/task.rb +170 -0
  4888. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/app_rails_loader.rb +63 -0
  4889. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application.rb +539 -0
  4890. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/bootstrap.rb +94 -0
  4891. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/configuration.rb +208 -0
  4892. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/default_middleware_stack.rb +103 -0
  4893. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/finisher.rb +113 -0
  4894. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/routes_reloader.rb +56 -0
  4895. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application_controller.rb +16 -0
  4896. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/backtrace_cleaner.rb +32 -0
  4897. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/cli.rb +15 -0
  4898. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/code_statistics.rb +102 -0
  4899. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/code_statistics_calculator.rb +79 -0
  4900. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands.rb +17 -0
  4901. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/application.rb +17 -0
  4902. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/commands_tasks.rb +169 -0
  4903. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/console.rb +113 -0
  4904. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/dbconsole.rb +192 -0
  4905. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/destroy.rb +11 -0
  4906. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/generate.rb +13 -0
  4907. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/plugin.rb +23 -0
  4908. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/runner.rb +63 -0
  4909. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/server.rb +148 -0
  4910. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/configuration.rb +119 -0
  4911. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/console/app.rb +32 -0
  4912. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/console/helpers.rb +17 -0
  4913. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/deprecation.rb +19 -0
  4914. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine.rb +694 -0
  4915. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine/commands.rb +41 -0
  4916. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine/configuration.rb +91 -0
  4917. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine/railties.rb +21 -0
  4918. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/gem_version.rb +15 -0
  4919. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators.rb +371 -0
  4920. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/actions.rb +281 -0
  4921. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/actions/create_migration.rb +69 -0
  4922. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/active_model.rb +78 -0
  4923. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/app_base.rb +354 -0
  4924. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/base.rb +379 -0
  4925. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/css/assets/assets_generator.rb +13 -0
  4926. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
  4927. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
  4928. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb.rb +25 -0
  4929. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/controller/controller_generator.rb +22 -0
  4930. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
  4931. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/mailer_generator.rb +36 -0
  4932. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/layout.html.erb +5 -0
  4933. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/layout.text.erb +1 -0
  4934. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/view.html.erb +5 -0
  4935. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
  4936. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/scaffold_generator.rb +31 -0
  4937. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/_form.html.erb +32 -0
  4938. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
  4939. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/index.html.erb +31 -0
  4940. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
  4941. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/show.html.erb +11 -0
  4942. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/generated_attribute.rb +170 -0
  4943. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/js/assets/assets_generator.rb +13 -0
  4944. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/js/assets/templates/javascript.js +2 -0
  4945. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/migration.rb +69 -0
  4946. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/model_helpers.rb +28 -0
  4947. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/named_base.rb +209 -0
  4948. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/USAGE +15 -0
  4949. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/app_generator.rb +407 -0
  4950. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/Gemfile +48 -0
  4951. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/README.rdoc +28 -0
  4952. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/Rakefile +6 -0
  4953. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +20 -0
  4954. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +15 -0
  4955. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +5 -0
  4956. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
  4957. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +23 -0
  4958. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/bundle +2 -0
  4959. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/rails +3 -0
  4960. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/rake +3 -0
  4961. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/setup +28 -0
  4962. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config.ru +4 -0
  4963. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/application.rb +41 -0
  4964. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/boot.rb +3 -0
  4965. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +49 -0
  4966. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +85 -0
  4967. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +68 -0
  4968. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +52 -0
  4969. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +68 -0
  4970. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +23 -0
  4971. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +58 -0
  4972. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +58 -0
  4973. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +85 -0
  4974. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
  4975. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +68 -0
  4976. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
  4977. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +45 -0
  4978. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +83 -0
  4979. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +42 -0
  4980. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +11 -0
  4981. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
  4982. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb +3 -0
  4983. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +4 -0
  4984. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +16 -0
  4985. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +4 -0
  4986. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +3 -0
  4987. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
  4988. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/locales/en.yml +23 -0
  4989. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/routes.rb +56 -0
  4990. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/secrets.yml +22 -0
  4991. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
  4992. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/gitignore +19 -0
  4993. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/404.html +67 -0
  4994. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/422.html +67 -0
  4995. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/500.html +66 -0
  4996. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
  4997. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
  4998. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/test/test_helper.rb +12 -0
  4999. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/USAGE +20 -0
  5000. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
  5001. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
  5002. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
  5003. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/controller/USAGE +18 -0
  5004. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/controller/controller_generator.rb +58 -0
  5005. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
  5006. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/USAGE +13 -0
  5007. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/generator_generator.rb +27 -0
  5008. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
  5009. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
  5010. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/helper/USAGE +13 -0
  5011. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
  5012. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
  5013. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/integration_test/USAGE +10 -0
  5014. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
  5015. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/migration/USAGE +35 -0
  5016. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
  5017. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/model/USAGE +109 -0
  5018. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/model/model_generator.rb +12 -0
  5019. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/USAGE +10 -0
  5020. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/plugin_generator.rb +393 -0
  5021. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/%name%.gemspec +27 -0
  5022. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/Gemfile +51 -0
  5023. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/MIT-LICENSE +20 -0
  5024. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/README.rdoc +3 -0
  5025. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/Rakefile +29 -0
  5026. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt +4 -0
  5027. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/app/helpers/%name%/application_helper.rb.tt +4 -0
  5028. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
  5029. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/bin/rails.tt +11 -0
  5030. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/config/routes.rb +6 -0
  5031. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/gitignore +10 -0
  5032. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/%name%.rb +6 -0
  5033. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/%name%/engine.rb +7 -0
  5034. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/%name%/version.rb +3 -0
  5035. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/tasks/%name%_tasks.rake +4 -0
  5036. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/application.rb +18 -0
  5037. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/boot.rb +5 -0
  5038. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/javascripts.js +13 -0
  5039. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/routes.rb +4 -0
  5040. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +15 -0
  5041. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/test/%name%_test.rb +7 -0
  5042. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb +8 -0
  5043. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/test/test_helper.rb +25 -0
  5044. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/resource/USAGE +23 -0
  5045. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
  5046. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/resource_route/resource_route_generator.rb +52 -0
  5047. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold/USAGE +41 -0
  5048. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold/scaffold_generator.rb +32 -0
  5049. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold/templates/scaffold.css +56 -0
  5050. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
  5051. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +28 -0
  5052. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +68 -0
  5053. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/task/USAGE +9 -0
  5054. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/task/task_generator.rb +12 -0
  5055. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/task/templates/task.rb +8 -0
  5056. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/resource_helpers.rb +82 -0
  5057. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_case.rb +36 -0
  5058. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit.rb +8 -0
  5059. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
  5060. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/controller/templates/functional_test.rb +25 -0
  5061. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/generator/generator_generator.rb +26 -0
  5062. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/generator/templates/generator_test.rb +16 -0
  5063. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/helper/helper_generator.rb +9 -0
  5064. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
  5065. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
  5066. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/job/job_generator.rb +13 -0
  5067. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/job/templates/unit_test.rb.erb +9 -0
  5068. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/mailer/mailer_generator.rb +21 -0
  5069. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
  5070. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/mailer/templates/preview.rb +13 -0
  5071. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
  5072. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/model/templates/fixtures.yml +27 -0
  5073. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
  5074. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
  5075. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
  5076. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +2 -0
  5077. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +42 -0
  5078. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +54 -0
  5079. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/testing/assertions.rb +123 -0
  5080. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/testing/behaviour.rb +123 -0
  5081. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/testing/setup_and_teardown.rb +18 -0
  5082. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/info.rb +102 -0
  5083. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/info_controller.rb +23 -0
  5084. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/initializable.rb +89 -0
  5085. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/mailers_controller.rb +75 -0
  5086. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/paths.rb +211 -0
  5087. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack.rb +7 -0
  5088. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/debugger.rb +24 -0
  5089. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/log_tailer.rb +38 -0
  5090. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/logger.rb +86 -0
  5091. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie.rb +250 -0
  5092. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie/configurable.rb +35 -0
  5093. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie/configuration.rb +100 -0
  5094. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/ruby_version_check.rb +13 -0
  5095. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/source_annotation_extractor.rb +133 -0
  5096. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks.rb +15 -0
  5097. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/annotations.rake +20 -0
  5098. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/documentation.rake +70 -0
  5099. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/engine.rake +72 -0
  5100. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/framework.rake +66 -0
  5101. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/log.rake +23 -0
  5102. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/middleware.rake +7 -0
  5103. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/misc.rake +60 -0
  5104. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/routes.rake +7 -0
  5105. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/statistics.rake +29 -0
  5106. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/tmp.rake +45 -0
  5107. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/layouts/application.html.erb +36 -0
  5108. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/info/properties.html.erb +1 -0
  5109. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/info/routes.html.erb +9 -0
  5110. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/mailers/email.html.erb +116 -0
  5111. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/mailers/index.html.erb +8 -0
  5112. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/mailers/mailer.html.erb +6 -0
  5113. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/welcome/index.html.erb +261 -0
  5114. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_help.rb +43 -0
  5115. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_unit/railtie.rb +18 -0
  5116. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_unit/sub_test_task.rb +126 -0
  5117. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_unit/testing.rake +66 -0
  5118. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/version.rb +8 -0
  5119. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/welcome_controller.rb +8 -0
  5120. data/vendor/ruby/2.1.0/gems/rake-10.4.2/CONTRIBUTING.rdoc +34 -0
  5121. data/vendor/ruby/2.1.0/gems/rake-10.4.2/History.rdoc +651 -0
  5122. data/vendor/ruby/2.1.0/gems/rake-10.4.2/MIT-LICENSE +21 -0
  5123. data/vendor/ruby/2.1.0/gems/rake-10.4.2/Manifest.txt +166 -0
  5124. data/vendor/ruby/2.1.0/gems/rake-10.4.2/README.rdoc +140 -0
  5125. data/vendor/ruby/2.1.0/gems/rake-10.4.2/Rakefile +81 -0
  5126. data/vendor/ruby/2.1.0/gems/rake-10.4.2/bin/rake +33 -0
  5127. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/command_line_usage.rdoc +158 -0
  5128. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/Rakefile1 +38 -0
  5129. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/Rakefile2 +35 -0
  5130. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/a.c +6 -0
  5131. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/b.c +6 -0
  5132. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/main.c +11 -0
  5133. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/glossary.rdoc +43 -0
  5134. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/jamis.rb +591 -0
  5135. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/proto_rake.rdoc +127 -0
  5136. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/rake.1 +141 -0
  5137. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/rakefile.rdoc +653 -0
  5138. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/rational.rdoc +151 -0
  5139. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
  5140. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
  5141. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
  5142. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
  5143. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
  5144. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
  5145. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
  5146. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
  5147. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
  5148. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
  5149. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
  5150. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
  5151. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
  5152. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
  5153. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
  5154. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.6.rdoc +37 -0
  5155. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
  5156. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
  5157. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
  5158. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
  5159. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
  5160. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.3.rdoc +102 -0
  5161. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.4.rdoc +60 -0
  5162. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.5.rdoc +55 -0
  5163. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.6.rdoc +64 -0
  5164. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.0.rdoc +178 -0
  5165. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.1.rdoc +58 -0
  5166. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.2.rdoc +53 -0
  5167. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.3.rdoc +191 -0
  5168. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.1.0.rdoc +61 -0
  5169. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake.rb +79 -0
  5170. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/alt_system.rb +110 -0
  5171. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/application.rb +790 -0
  5172. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/backtrace.rb +23 -0
  5173. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/clean.rb +76 -0
  5174. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/cloneable.rb +16 -0
  5175. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/compositepublisher.rb +21 -0
  5176. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/ftptools.rb +137 -0
  5177. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/publisher.rb +81 -0
  5178. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/rubyforgepublisher.rb +18 -0
  5179. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/sshpublisher.rb +61 -0
  5180. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/sys.rb +4 -0
  5181. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/cpu_counter.rb +125 -0
  5182. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/default_loader.rb +14 -0
  5183. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/dsl_definition.rb +201 -0
  5184. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/early_time.rb +21 -0
  5185. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/core.rb +25 -0
  5186. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/module.rb +2 -0
  5187. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/pathname.rb +25 -0
  5188. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/string.rb +173 -0
  5189. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/time.rb +16 -0
  5190. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_creation_task.rb +24 -0
  5191. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_list.rb +428 -0
  5192. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_task.rb +46 -0
  5193. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_utils.rb +128 -0
  5194. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_utils_ext.rb +144 -0
  5195. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/gempackagetask.rb +4 -0
  5196. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/invocation_chain.rb +56 -0
  5197. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/invocation_exception_mixin.rb +16 -0
  5198. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/late_time.rb +17 -0
  5199. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/linked_list.rb +103 -0
  5200. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/loaders/makefile.rb +40 -0
  5201. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/multi_task.rb +13 -0
  5202. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/name_space.rb +38 -0
  5203. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/packagetask.rb +199 -0
  5204. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/pathmap.rb +3 -0
  5205. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/phony.rb +15 -0
  5206. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/private_reader.rb +20 -0
  5207. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/promise.rb +99 -0
  5208. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/pseudo_status.rb +29 -0
  5209. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rake_module.rb +38 -0
  5210. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rake_test_loader.rb +22 -0
  5211. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rdoctask.rb +4 -0
  5212. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ruby182_test_unit_fix.rb +29 -0
  5213. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  5214. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/runtest.rb +27 -0
  5215. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/scope.rb +42 -0
  5216. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task.rb +383 -0
  5217. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task_argument_error.rb +7 -0
  5218. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task_arguments.rb +98 -0
  5219. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task_manager.rb +310 -0
  5220. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/tasklib.rb +24 -0
  5221. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/testtask.rb +212 -0
  5222. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/thread_history_display.rb +48 -0
  5223. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/thread_pool.rb +164 -0
  5224. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/trace_output.rb +22 -0
  5225. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/version.rb +7 -0
  5226. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/win32.rb +56 -0
  5227. data/vendor/ruby/2.1.0/gems/rake-10.4.2/rakelib/publish.rake +20 -0
  5228. data/vendor/ruby/2.1.0/gems/rake-10.4.2/rakelib/test_times.rake +25 -0
  5229. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/file_creation.rb +34 -0
  5230. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/helper.rb +130 -0
  5231. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/support/rakefile_definitions.rb +478 -0
  5232. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/support/ruby_runner.rb +34 -0
  5233. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_private_reader.rb +42 -0
  5234. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake.rb +40 -0
  5235. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_application.rb +643 -0
  5236. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_application_options.rb +466 -0
  5237. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_backtrace.rb +119 -0
  5238. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_clean.rb +61 -0
  5239. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_cpu_counter.rb +68 -0
  5240. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_definitions.rb +84 -0
  5241. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_directory_task.rb +76 -0
  5242. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_dsl.rb +40 -0
  5243. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_early_time.rb +31 -0
  5244. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_extension.rb +59 -0
  5245. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_creation_task.rb +56 -0
  5246. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_list.rb +655 -0
  5247. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_list_path_map.rb +8 -0
  5248. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_task.rb +197 -0
  5249. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_utils.rb +309 -0
  5250. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_ftp_file.rb +74 -0
  5251. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_functional.rb +482 -0
  5252. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_invocation_chain.rb +64 -0
  5253. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_late_time.rb +18 -0
  5254. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_linked_list.rb +84 -0
  5255. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_makefile_loader.rb +46 -0
  5256. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_multi_task.rb +64 -0
  5257. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_name_space.rb +57 -0
  5258. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_package_task.rb +79 -0
  5259. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_path_map.rb +168 -0
  5260. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_path_map_explode.rb +34 -0
  5261. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_path_map_partial.rb +18 -0
  5262. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_pathname_extensions.rb +15 -0
  5263. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_pseudo_status.rb +21 -0
  5264. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_rake_test_loader.rb +20 -0
  5265. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_reduce_compat.rb +26 -0
  5266. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_require.rb +40 -0
  5267. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_rules.rb +388 -0
  5268. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_scope.rb +44 -0
  5269. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task.rb +393 -0
  5270. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_argument_parsing.rb +119 -0
  5271. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_arguments.rb +127 -0
  5272. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_lib.rb +9 -0
  5273. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_manager.rb +178 -0
  5274. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_manager_argument_resolution.rb +19 -0
  5275. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_with_arguments.rb +172 -0
  5276. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_test_task.rb +146 -0
  5277. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_thread_pool.rb +145 -0
  5278. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_top_level_functions.rb +71 -0
  5279. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_win32.rb +72 -0
  5280. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_thread_history_display.rb +101 -0
  5281. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_trace_output.rb +52 -0
  5282. data/vendor/ruby/2.1.0/gems/slim-3.0.6/CHANGES +426 -0
  5283. data/vendor/ruby/2.1.0/gems/slim-3.0.6/Gemfile +69 -0
  5284. data/vendor/ruby/2.1.0/gems/slim-3.0.6/LICENSE +21 -0
  5285. data/vendor/ruby/2.1.0/gems/slim-3.0.6/README.jp.md +1205 -0
  5286. data/vendor/ruby/2.1.0/gems/slim-3.0.6/README.md +1205 -0
  5287. data/vendor/ruby/2.1.0/gems/slim-3.0.6/Rakefile +100 -0
  5288. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/context.rb +11 -0
  5289. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/profile-parser.rb +10 -0
  5290. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/profile-render.rb +12 -0
  5291. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/run-benchmarks.rb +119 -0
  5292. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/run-diffbench.rb +21 -0
  5293. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/view.erb +23 -0
  5294. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/view.haml +18 -0
  5295. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/view.slim +17 -0
  5296. data/vendor/ruby/2.1.0/gems/slim-3.0.6/bin/slimrb +6 -0
  5297. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/include.md +20 -0
  5298. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/include.md +20 -0
  5299. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/logic_less.md +137 -0
  5300. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/smart.md +102 -0
  5301. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/translator.md +28 -0
  5302. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/logic_less.md +137 -0
  5303. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/smart.md +103 -0
  5304. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/translator.md +28 -0
  5305. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim.rb +14 -0
  5306. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/code_attributes.rb +67 -0
  5307. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/command.rb +128 -0
  5308. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/controls.rb +60 -0
  5309. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/do_inserter.rb +33 -0
  5310. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/embedded.rb +273 -0
  5311. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/end_inserter.rb +62 -0
  5312. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/engine.rb +41 -0
  5313. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/erb_converter.rb +14 -0
  5314. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/filter.rb +30 -0
  5315. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/grammar.rb +20 -0
  5316. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/include.rb +57 -0
  5317. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/interpolation.rb +35 -0
  5318. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/logic_less.rb +5 -0
  5319. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/logic_less/context.rb +127 -0
  5320. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/logic_less/filter.rb +80 -0
  5321. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/parser.rb +527 -0
  5322. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart.rb +8 -0
  5323. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart/escaper.rb +42 -0
  5324. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart/filter.rb +96 -0
  5325. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart/parser.rb +36 -0
  5326. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/splat/builder.rb +101 -0
  5327. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/splat/filter.rb +91 -0
  5328. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/template.rb +19 -0
  5329. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/translator.rb +118 -0
  5330. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/version.rb +5 -0
  5331. data/vendor/ruby/2.1.0/gems/slim-3.0.6/slim.gemspec +24 -0
  5332. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/helper.rb +211 -0
  5333. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_blocks.rb +183 -0
  5334. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_escaping.rb +150 -0
  5335. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_evaluation.rb +180 -0
  5336. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_output.rb +168 -0
  5337. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_structure.rb +168 -0
  5338. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_commands.rb +223 -0
  5339. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_embedded_engines.rb +242 -0
  5340. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_encoding.rb +28 -0
  5341. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_erb_converter.rb +67 -0
  5342. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_html_attributes.rb +268 -0
  5343. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_html_escaping.rb +65 -0
  5344. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_html_structure.rb +537 -0
  5345. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_parser_errors.rb +148 -0
  5346. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_pretty.rb +166 -0
  5347. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_ruby_errors.rb +207 -0
  5348. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_slim_template.rb +77 -0
  5349. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_tabs.rb +169 -0
  5350. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_text_interpolation.rb +79 -0
  5351. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_thread_options.rb +18 -0
  5352. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_unicode.rb +16 -0
  5353. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/recursive.slim +1 -0
  5354. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/slimfile.slim +3 -0
  5355. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/subdir/test.slim +1 -0
  5356. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/textfile +1 -0
  5357. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/test_include.rb +24 -0
  5358. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/literate/TESTS.md +1290 -0
  5359. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/literate/helper.rb +15 -0
  5360. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/literate/run.rb +92 -0
  5361. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/logic_less/test_logic_less.rb +295 -0
  5362. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/Rakefile +7 -0
  5363. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/controllers/application_controller.rb +2 -0
  5364. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/controllers/entries_controller.rb +5 -0
  5365. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/controllers/slim_controller.rb +40 -0
  5366. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/helpers/application_helper.rb +5 -0
  5367. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/models/entry.rb +16 -0
  5368. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/entries/edit.html.slim +3 -0
  5369. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/layouts/application.html.slim +10 -0
  5370. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/_partial.html.slim +1 -0
  5371. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/content_for.html.slim +7 -0
  5372. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/erb.html.erb +1 -0
  5373. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/form_for.html.slim +2 -0
  5374. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/helper.html.slim +4 -0
  5375. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/integers.html.slim +1 -0
  5376. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/no_layout.html.slim +1 -0
  5377. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/normal.html.slim +1 -0
  5378. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/partial.html.slim +2 -0
  5379. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/splat.html.slim +2 -0
  5380. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/thread_options.html.slim +1 -0
  5381. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/variables.html.slim +1 -0
  5382. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/xml.slim +1 -0
  5383. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config.ru +4 -0
  5384. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/application.rb +44 -0
  5385. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/boot.rb +10 -0
  5386. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/environment.rb +5 -0
  5387. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/environments/test.rb +34 -0
  5388. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/backtrace_silencers.rb +7 -0
  5389. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/inflections.rb +10 -0
  5390. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/mime_types.rb +5 -0
  5391. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/secret_token.rb +7 -0
  5392. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/session_store.rb +8 -0
  5393. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/locales/en.yml +5 -0
  5394. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/routes.rb +60 -0
  5395. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/script/rails +6 -0
  5396. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/test/helper.rb +31 -0
  5397. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/test/test_slim.rb +90 -0
  5398. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/smart/test_smart_text.rb +296 -0
  5399. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/translator/test_translator.rb +76 -0
  5400. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/CHANGELOG.md +234 -0
  5401. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/LICENSE +21 -0
  5402. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/README.md +461 -0
  5403. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/bin/sprockets +88 -0
  5404. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/rake/sprocketstask.rb +152 -0
  5405. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets.rb +160 -0
  5406. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/asset.rb +200 -0
  5407. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload.rb +11 -0
  5408. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/closure.rb +7 -0
  5409. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/coffee_script.rb +7 -0
  5410. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/eco.rb +7 -0
  5411. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/ejs.rb +7 -0
  5412. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/sass.rb +7 -0
  5413. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/uglifier.rb +7 -0
  5414. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/yui.rb +7 -0
  5415. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/base.rb +110 -0
  5416. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/bower.rb +58 -0
  5417. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/bundle.rb +69 -0
  5418. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache.rb +234 -0
  5419. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache/file_store.rb +183 -0
  5420. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache/memory_store.rb +66 -0
  5421. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache/null_store.rb +46 -0
  5422. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cached_environment.rb +69 -0
  5423. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/closure_compressor.rb +46 -0
  5424. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/coffee_script_processor.rb +25 -0
  5425. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/coffee_script_template.rb +6 -0
  5426. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/compressing.rb +74 -0
  5427. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/configuration.rb +83 -0
  5428. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/context.rb +231 -0
  5429. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/dependencies.rb +73 -0
  5430. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/digest_utils.rb +168 -0
  5431. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/directive_processor.rb +404 -0
  5432. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/eco_processor.rb +32 -0
  5433. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/eco_template.rb +6 -0
  5434. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/ejs_processor.rb +31 -0
  5435. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/ejs_template.rb +6 -0
  5436. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/encoding_utils.rb +261 -0
  5437. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/engines.rb +81 -0
  5438. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/environment.rb +41 -0
  5439. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/erb_processor.rb +30 -0
  5440. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/erb_template.rb +6 -0
  5441. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/errors.rb +11 -0
  5442. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/file_reader.rb +15 -0
  5443. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/http_utils.rb +117 -0
  5444. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/jst_processor.rb +49 -0
  5445. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/legacy.rb +330 -0
  5446. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/legacy_proc_processor.rb +35 -0
  5447. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/legacy_tilt_processor.rb +29 -0
  5448. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/loader.rb +324 -0
  5449. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/manifest.rb +293 -0
  5450. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/manifest_utils.rb +45 -0
  5451. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/mime.rb +130 -0
  5452. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/path_dependency_utils.rb +85 -0
  5453. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/path_digest_utils.rb +47 -0
  5454. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/path_utils.rb +282 -0
  5455. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/paths.rb +81 -0
  5456. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/processing.rb +248 -0
  5457. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/processor_utils.rb +171 -0
  5458. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/resolve.rb +209 -0
  5459. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_cache_store.rb +29 -0
  5460. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_compressor.rb +51 -0
  5461. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_functions.rb +2 -0
  5462. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_importer.rb +2 -0
  5463. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_processor.rb +280 -0
  5464. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_template.rb +7 -0
  5465. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/server.rb +272 -0
  5466. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/transformers.rb +145 -0
  5467. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/uglifier_compressor.rb +55 -0
  5468. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/unloaded_asset.rb +137 -0
  5469. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/uri_tar.rb +76 -0
  5470. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/uri_utils.rb +188 -0
  5471. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/utils.rb +218 -0
  5472. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/version.rb +3 -0
  5473. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/yui_compressor.rb +55 -0
  5474. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/LICENSE +20 -0
  5475. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/README.md +170 -0
  5476. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails.rb +4 -0
  5477. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/helper.rb +234 -0
  5478. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/legacy_asset_tag_helper.rb +32 -0
  5479. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/legacy_asset_url_helper.rb +133 -0
  5480. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/task.rb +93 -0
  5481. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/version.rb +5 -0
  5482. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/railtie.rb +158 -0
  5483. data/vendor/ruby/2.1.0/gems/temple-0.7.6/CHANGES +235 -0
  5484. data/vendor/ruby/2.1.0/gems/temple-0.7.6/EXPRESSIONS.md +261 -0
  5485. data/vendor/ruby/2.1.0/gems/temple-0.7.6/Gemfile +3 -0
  5486. data/vendor/ruby/2.1.0/gems/temple-0.7.6/LICENSE +20 -0
  5487. data/vendor/ruby/2.1.0/gems/temple-0.7.6/README.md +267 -0
  5488. data/vendor/ruby/2.1.0/gems/temple-0.7.6/Rakefile +25 -0
  5489. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple.rb +64 -0
  5490. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/engine.rb +67 -0
  5491. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/engine.rb +15 -0
  5492. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/parser.rb +40 -0
  5493. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/template.rb +11 -0
  5494. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/trimming.rb +23 -0
  5495. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/exceptions.rb +13 -0
  5496. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filter.rb +9 -0
  5497. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/code_merger.rb +30 -0
  5498. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/control_flow.rb +42 -0
  5499. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/dynamic_inliner.rb +71 -0
  5500. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/encoding.rb +24 -0
  5501. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/eraser.rb +22 -0
  5502. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/escapable.rb +40 -0
  5503. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/multi_flattener.rb +25 -0
  5504. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/remove_bom.rb +13 -0
  5505. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/static_merger.rb +37 -0
  5506. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/validator.rb +15 -0
  5507. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generator.rb +88 -0
  5508. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/array.rb +21 -0
  5509. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/array_buffer.rb +28 -0
  5510. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/erb.rb +32 -0
  5511. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/rails_output_buffer.rb +35 -0
  5512. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/string_buffer.rb +25 -0
  5513. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/grammar.rb +57 -0
  5514. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/attribute_merger.rb +47 -0
  5515. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/attribute_remover.rb +35 -0
  5516. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/attribute_sorter.rb +21 -0
  5517. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/dispatcher.rb +31 -0
  5518. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/fast.rb +130 -0
  5519. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/filter.rb +21 -0
  5520. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/pretty.rb +103 -0
  5521. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/safe.rb +23 -0
  5522. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/map.rb +105 -0
  5523. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/dispatcher.rb +158 -0
  5524. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/engine_dsl.rb +145 -0
  5525. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/grammar_dsl.rb +170 -0
  5526. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/options.rb +87 -0
  5527. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/template.rb +28 -0
  5528. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/parser.rb +8 -0
  5529. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/templates.rb +11 -0
  5530. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/templates/rails.rb +26 -0
  5531. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/templates/tilt.rb +46 -0
  5532. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/utils.rb +90 -0
  5533. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/version.rb +3 -0
  5534. data/vendor/ruby/2.1.0/gems/temple-0.7.6/temple.gemspec +29 -0
  5535. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_code_merger.rb +38 -0
  5536. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_control_flow.rb +90 -0
  5537. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_dynamic_inliner.rb +95 -0
  5538. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_eraser.rb +55 -0
  5539. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_escapable.rb +49 -0
  5540. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_multi_flattener.rb +33 -0
  5541. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_static_merger.rb +41 -0
  5542. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/helper.rb +30 -0
  5543. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_attribute_merger.rb +76 -0
  5544. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_attribute_remover.rb +43 -0
  5545. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_attribute_sorter.rb +48 -0
  5546. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_fast.rb +97 -0
  5547. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_pretty.rb +55 -0
  5548. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/mixins/test_dispatcher.rb +70 -0
  5549. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/mixins/test_grammar_dsl.rb +86 -0
  5550. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_engine.rb +189 -0
  5551. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_erb.rb +61 -0
  5552. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_filter.rb +29 -0
  5553. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_generator.rb +158 -0
  5554. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_grammar.rb +47 -0
  5555. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_map.rb +39 -0
  5556. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_utils.rb +39 -0
  5557. data/vendor/ruby/2.1.0/gems/thor-0.19.1/CHANGELOG.md +139 -0
  5558. data/vendor/ruby/2.1.0/gems/thor-0.19.1/LICENSE.md +20 -0
  5559. data/vendor/ruby/2.1.0/gems/thor-0.19.1/README.md +41 -0
  5560. data/vendor/ruby/2.1.0/gems/thor-0.19.1/Thorfile +29 -0
  5561. data/vendor/ruby/2.1.0/gems/thor-0.19.1/bin/thor +6 -0
  5562. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor.rb +484 -0
  5563. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions.rb +319 -0
  5564. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/create_file.rb +103 -0
  5565. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb +59 -0
  5566. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/directory.rb +118 -0
  5567. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb +135 -0
  5568. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb +316 -0
  5569. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb +107 -0
  5570. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/base.rb +656 -0
  5571. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/command.rb +133 -0
  5572. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb +77 -0
  5573. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb +10 -0
  5574. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb +98 -0
  5575. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/error.rb +32 -0
  5576. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/group.rb +281 -0
  5577. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/invocation.rb +178 -0
  5578. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/line_editor.rb +17 -0
  5579. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/line_editor/basic.rb +35 -0
  5580. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/line_editor/readline.rb +88 -0
  5581. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser.rb +4 -0
  5582. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/argument.rb +73 -0
  5583. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/arguments.rb +175 -0
  5584. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/option.rb +125 -0
  5585. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/options.rb +218 -0
  5586. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/rake_compat.rb +71 -0
  5587. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/runner.rb +322 -0
  5588. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell.rb +81 -0
  5589. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell/basic.rb +421 -0
  5590. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell/color.rb +149 -0
  5591. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell/html.rb +126 -0
  5592. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/util.rb +267 -0
  5593. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/version.rb +3 -0
  5594. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/create_file_spec.rb +168 -0
  5595. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/create_link_spec.rb +96 -0
  5596. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/directory_spec.rb +169 -0
  5597. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/empty_directory_spec.rb +129 -0
  5598. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/file_manipulation_spec.rb +392 -0
  5599. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/inject_into_file_spec.rb +135 -0
  5600. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions_spec.rb +331 -0
  5601. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/base_spec.rb +298 -0
  5602. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/command_spec.rb +79 -0
  5603. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/core_ext/hash_with_indifferent_access_spec.rb +48 -0
  5604. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/core_ext/ordered_hash_spec.rb +115 -0
  5605. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/exit_condition_spec.rb +19 -0
  5606. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/application.rb +2 -0
  5607. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/app{1}/README +3 -0
  5608. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/bundle/execute.rb +6 -0
  5609. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/bundle/main.thor +1 -0
  5610. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/command.thor +10 -0
  5611. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/%file_name%.rb.tt +1 -0
  5612. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/COMMENTER +11 -0
  5613. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/README +3 -0
  5614. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/block_helper.rb +3 -0
  5615. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/config.rb +1 -0
  5616. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/config.yaml.tt +1 -0
  5617. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/excluding/%file_name%.rb.tt +1 -0
  5618. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/enum.thor +10 -0
  5619. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/group.thor +128 -0
  5620. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/invoke.thor +131 -0
  5621. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/path with spaces +0 -0
  5622. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/preserve/script.sh +3 -0
  5623. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/script.thor +220 -0
  5624. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/subcommand.thor +17 -0
  5625. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/group_spec.rb +222 -0
  5626. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/helper.rb +80 -0
  5627. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/invocation_spec.rb +120 -0
  5628. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/line_editor/basic_spec.rb +28 -0
  5629. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/line_editor/readline_spec.rb +69 -0
  5630. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/line_editor_spec.rb +43 -0
  5631. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/argument_spec.rb +53 -0
  5632. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/arguments_spec.rb +66 -0
  5633. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/option_spec.rb +210 -0
  5634. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/options_spec.rb +414 -0
  5635. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/quality_spec.rb +75 -0
  5636. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/rake_compat_spec.rb +72 -0
  5637. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/register_spec.rb +227 -0
  5638. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/runner_spec.rb +246 -0
  5639. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/application.rb +2 -0
  5640. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/app{1}/README +3 -0
  5641. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/bundle/execute.rb +6 -0
  5642. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/bundle/main.thor +1 -0
  5643. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/command.thor +10 -0
  5644. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/%file_name%.rb.tt +1 -0
  5645. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/COMMENTER +11 -0
  5646. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/README +3 -0
  5647. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb +3 -0
  5648. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/config.rb +1 -0
  5649. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/config.yaml.tt +1 -0
  5650. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/excluding/%file_name%.rb.tt +1 -0
  5651. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/enum.thor +10 -0
  5652. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/group.thor +128 -0
  5653. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/invoke.thor +131 -0
  5654. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/path with spaces +0 -0
  5655. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/preserve/script.sh +3 -0
  5656. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/script.thor +220 -0
  5657. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/subcommand.thor +17 -0
  5658. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell/basic_spec.rb +337 -0
  5659. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell/color_spec.rb +119 -0
  5660. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell/html_spec.rb +31 -0
  5661. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell_spec.rb +47 -0
  5662. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/subcommand_spec.rb +48 -0
  5663. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/thor_spec.rb +505 -0
  5664. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/util_spec.rb +196 -0
  5665. data/vendor/ruby/2.1.0/gems/thor-0.19.1/thor.gemspec +24 -0
  5666. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/Gemfile +17 -0
  5667. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/LICENSE +144 -0
  5668. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/README.md +56 -0
  5669. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/Rakefile +61 -0
  5670. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/examples/bench_cache.rb +35 -0
  5671. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
  5672. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
  5673. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
  5674. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
  5675. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
  5676. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  5677. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
  5678. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
  5679. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
  5680. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/thread_safe/JrubyCacheBackendService.java +15 -0
  5681. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe.rb +65 -0
  5682. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
  5683. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb +163 -0
  5684. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb +69 -0
  5685. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
  5686. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_cache_backend.rb +77 -0
  5687. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb +60 -0
  5688. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb +16 -0
  5689. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/adder.rb +62 -0
  5690. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/atomic_reference.rb +45 -0
  5691. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/cheap_lockable.rb +106 -0
  5692. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
  5693. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/striped64.rb +222 -0
  5694. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile.rb +64 -0
  5695. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile_tuple.rb +46 -0
  5696. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/xor_shift_random.rb +41 -0
  5697. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/version.rb +21 -0
  5698. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/tasks/update_doc.rake +45 -0
  5699. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/src/thread_safe/SecurityManager.java +21 -0
  5700. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_array.rb +18 -0
  5701. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_cache.rb +901 -0
  5702. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_cache_loops.rb +449 -0
  5703. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_hash.rb +17 -0
  5704. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_helper.rb +134 -0
  5705. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_synchronized_delegator.rb +84 -0
  5706. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/thread_safe.gemspec +26 -0
  5707. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/yard-template/default/fulldoc/html/css/common.css +125 -0
  5708. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/yard-template/default/layout/html/footer.erb +16 -0
  5709. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/CHANGELOG.md +72 -0
  5710. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/COPYING +18 -0
  5711. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/Gemfile +44 -0
  5712. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/HACKING +16 -0
  5713. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/README.md +206 -0
  5714. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/Rakefile +95 -0
  5715. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/bin/tilt +112 -0
  5716. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/docs/TEMPLATES.md +523 -0
  5717. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/docs/common.css +14 -0
  5718. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt.rb +137 -0
  5719. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/asciidoc.rb +27 -0
  5720. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/bluecloth.rb +24 -0
  5721. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/builder.rb +33 -0
  5722. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/coffee.rb +47 -0
  5723. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/creole.rb +25 -0
  5724. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/csv.rb +65 -0
  5725. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/erb.rb +57 -0
  5726. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/erubis.rb +43 -0
  5727. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/etanni.rb +27 -0
  5728. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/haml.rb +57 -0
  5729. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/kramdown.rb +33 -0
  5730. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/less.rb +38 -0
  5731. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/liquid.rb +38 -0
  5732. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/mapping.rb +265 -0
  5733. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/markaby.rb +45 -0
  5734. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/maruku.rb +22 -0
  5735. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/nokogiri.rb +36 -0
  5736. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/plain.rb +20 -0
  5737. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/radius.rb +48 -0
  5738. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/rdiscount.rb +39 -0
  5739. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/rdoc.rb +40 -0
  5740. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/redcarpet.rb +104 -0
  5741. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/redcloth.rb +23 -0
  5742. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/sass.rb +41 -0
  5743. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/string.rb +21 -0
  5744. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/template.rb +286 -0
  5745. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/wikicloth.rb +22 -0
  5746. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/yajl.rb +87 -0
  5747. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/locals.mab +1 -0
  5748. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/markaby.mab +1 -0
  5749. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/markaby_other_static.mab +1 -0
  5750. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/render_twice.mab +1 -0
  5751. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/scope.mab +1 -0
  5752. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/yielding.mab +2 -0
  5753. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/test_helper.rb +64 -0
  5754. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_asciidoctor_test.rb +44 -0
  5755. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_blueclothtemplate_test.rb +33 -0
  5756. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_buildertemplate_test.rb +59 -0
  5757. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_cache_test.rb +32 -0
  5758. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_coffeescripttemplate_test.rb +104 -0
  5759. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_compilesite_test.rb +51 -0
  5760. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_creoletemplate_test.rb +24 -0
  5761. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_csv_test.rb +65 -0
  5762. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_erbtemplate_test.rb +239 -0
  5763. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_erubistemplate_test.rb +151 -0
  5764. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_etannitemplate_test.rb +174 -0
  5765. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_hamltemplate_test.rb +144 -0
  5766. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_kramdown_test.rb +20 -0
  5767. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_lesstemplate_test.less +1 -0
  5768. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_lesstemplate_test.rb +42 -0
  5769. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_liquidtemplate_test.rb +78 -0
  5770. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_mapping_test.rb +229 -0
  5771. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_markaby_test.rb +88 -0
  5772. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_markdown_test.rb +174 -0
  5773. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_marukutemplate_test.rb +36 -0
  5774. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_metadata_test.rb +42 -0
  5775. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_nokogiritemplate_test.rb +87 -0
  5776. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_radiustemplate_test.rb +75 -0
  5777. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_rdiscounttemplate_test.rb +43 -0
  5778. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_rdoctemplate_test.rb +29 -0
  5779. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_redcarpettemplate_test.rb +59 -0
  5780. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_redclothtemplate_test.rb +36 -0
  5781. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_sasstemplate_test.rb +41 -0
  5782. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_stringtemplate_test.rb +171 -0
  5783. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_template_test.rb +316 -0
  5784. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_test.rb +60 -0
  5785. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_wikiclothtemplate_test.rb +32 -0
  5786. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_yajltemplate_test.rb +101 -0
  5787. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/tilt.gemspec +107 -0
  5788. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/CHANGES.md +649 -0
  5789. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/LICENSE +19 -0
  5790. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/README.md +151 -0
  5791. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/Rakefile +104 -0
  5792. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo.rb +40 -0
  5793. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country.rb +196 -0
  5794. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb +31 -0
  5795. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb +42 -0
  5796. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb +123 -0
  5797. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb +190 -0
  5798. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb +58 -0
  5799. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb +55 -0
  5800. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb +30 -0
  5801. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb +63 -0
  5802. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb +26 -0
  5803. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb +77 -0
  5804. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb +146 -0
  5805. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb +70 -0
  5806. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb +136 -0
  5807. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb +333 -0
  5808. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb +637 -0
  5809. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb +36 -0
  5810. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb +54 -0
  5811. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb +30 -0
  5812. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb +74 -0
  5813. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb +204 -0
  5814. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb +70 -0
  5815. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb +120 -0
  5816. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb +101 -0
  5817. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb +274 -0
  5818. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb +35 -0
  5819. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb +487 -0
  5820. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb +245 -0
  5821. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country.rb +236 -0
  5822. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country_index_definition.rb +69 -0
  5823. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country_info.rb +16 -0
  5824. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country_timezone.rb +161 -0
  5825. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_data_source.rb +218 -0
  5826. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_data_timezone.rb +99 -0
  5827. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_data_timezone_info.rb +18 -0
  5828. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_info_timezone.rb +34 -0
  5829. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_linked_timezone.rb +155 -0
  5830. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_linked_timezone_info.rb +23 -0
  5831. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_offset_rationals.rb +23 -0
  5832. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_ruby_core_support.rb +168 -0
  5833. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_ruby_country_info.rb +80 -0
  5834. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_ruby_data_source.rb +143 -0
  5835. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_time_or_datetime.rb +639 -0
  5836. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone.rb +1334 -0
  5837. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_definition.rb +113 -0
  5838. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_index_definition.rb +73 -0
  5839. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_info.rb +11 -0
  5840. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_london.rb +143 -0
  5841. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_melbourne.rb +142 -0
  5842. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_new_york.rb +142 -0
  5843. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_offset.rb +126 -0
  5844. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_period.rb +548 -0
  5845. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_proxy.rb +113 -0
  5846. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_transition.rb +352 -0
  5847. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_transition_definition.rb +284 -0
  5848. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_utc.rb +27 -0
  5849. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_transition_data_timezone_info.rb +423 -0
  5850. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_country_info.rb +64 -0
  5851. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_data_source.rb +1122 -0
  5852. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_timezone_info.rb +814 -0
  5853. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/test_utils.rb +132 -0
  5854. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/ts_all.rb +7 -0
  5855. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/ts_all_ruby.rb +5 -0
  5856. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/ts_all_zoneinfo.rb +7 -0
  5857. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data.rb +8 -0
  5858. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
  5859. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +315 -0
  5860. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +218 -0
  5861. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
  5862. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
  5863. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
  5864. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
  5865. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +261 -0
  5866. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +186 -0
  5867. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +321 -0
  5868. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +265 -0
  5869. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +220 -0
  5870. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
  5871. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/countries.rb +927 -0
  5872. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +596 -0
  5873. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb +14 -0
  5874. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
  5875. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/America/New_York +0 -0
  5876. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Australia/Melbourne +0 -0
  5877. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/EST +0 -0
  5878. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Etc/UTC +0 -0
  5879. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Amsterdam +0 -0
  5880. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Andorra +0 -0
  5881. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/London +0 -0
  5882. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Paris +0 -0
  5883. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Prague +0 -0
  5884. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Factory +0 -0
  5885. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/iso3166.tab +275 -0
  5886. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/posix/Europe/London +0 -0
  5887. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/posixrules +0 -0
  5888. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/right/Europe/London +0 -0
  5889. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/zone.tab +439 -0
  5890. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/zone1970.tab +369 -0
  5891. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/tzinfo.gemspec +21 -0
  5892. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/CHANGELOG.md +95 -0
  5893. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/CONTRIBUTING.md +42 -0
  5894. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/Gemfile +9 -0
  5895. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/LICENSE.txt +20 -0
  5896. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/README.md +126 -0
  5897. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/Rakefile +60 -0
  5898. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/gemfiles/alaska +4 -0
  5899. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/gemfiles/rubyracer +4 -0
  5900. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/gemfiles/rubyrhino +4 -0
  5901. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/es5.js +321 -0
  5902. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/split.js +117 -0
  5903. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/uglifier.rb +321 -0
  5904. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/uglifier/version.rb +4 -0
  5905. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/uglify.js +2173 -0
  5906. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/spec/source_map_spec.rb +110 -0
  5907. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/spec/spec_helper.rb +23 -0
  5908. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/spec/uglifier_spec.rb +271 -0
  5909. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/uglifier.gemspec +35 -0
  5910. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/README.md +136 -0
  5911. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath.rb +18 -0
  5912. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/dsl.rb +112 -0
  5913. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/expression.rb +20 -0
  5914. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/html.rb +175 -0
  5915. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/literal.rb +8 -0
  5916. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/renderer.rb +174 -0
  5917. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/union.rb +29 -0
  5918. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/version.rb +3 -0
  5919. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/fixtures/form.html +201 -0
  5920. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/fixtures/simple.html +45 -0
  5921. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/fixtures/stuff.html +54 -0
  5922. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/html_spec.rb +308 -0
  5923. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/spec_helper.rb +1 -0
  5924. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/union_spec.rb +64 -0
  5925. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/xpath_spec.rb +349 -0
  5926. data/vendor/ruby/2.1.0/specifications/actionmailer-4.1.13.gemspec +40 -0
  5927. data/vendor/ruby/2.1.0/specifications/actionmailer-4.2.4.gemspec +46 -0
  5928. data/vendor/ruby/2.1.0/specifications/actionpack-4.1.13.gemspec +46 -0
  5929. data/vendor/ruby/2.1.0/specifications/actionpack-4.2.4.gemspec +52 -0
  5930. data/vendor/ruby/2.1.0/specifications/actionview-4.1.13.gemspec +46 -0
  5931. data/vendor/ruby/2.1.0/specifications/actionview-4.2.4.gemspec +52 -0
  5932. data/vendor/ruby/2.1.0/specifications/activejob-4.2.4.gemspec +36 -0
  5933. data/vendor/ruby/2.1.0/specifications/activemodel-4.1.13.gemspec +36 -0
  5934. data/vendor/ruby/2.1.0/specifications/activemodel-4.2.4.gemspec +36 -0
  5935. data/vendor/ruby/2.1.0/specifications/activerecord-4.1.13.gemspec +42 -0
  5936. data/vendor/ruby/2.1.0/specifications/activerecord-4.2.4.gemspec +42 -0
  5937. data/vendor/ruby/2.1.0/specifications/activesupport-4.1.13.gemspec +46 -0
  5938. data/vendor/ruby/2.1.0/specifications/activesupport-4.2.4.gemspec +46 -0
  5939. data/vendor/ruby/2.1.0/specifications/arel-5.0.1.20140414130214.gemspec +42 -0
  5940. data/vendor/ruby/2.1.0/specifications/arel-6.0.3.gemspec +38 -0
  5941. data/vendor/ruby/2.1.0/specifications/builder-3.2.2.gemspec +23 -0
  5942. data/vendor/ruby/2.1.0/specifications/capybara-2.4.4.gemspec +74 -0
  5943. data/vendor/ruby/2.1.0/specifications/erubis-2.7.0.gemspec +22 -0
  5944. data/vendor/ruby/2.1.0/specifications/execjs-2.6.0.gemspec +33 -0
  5945. data/vendor/ruby/2.1.0/specifications/globalid-0.3.6.gemspec +36 -0
  5946. data/vendor/ruby/2.1.0/specifications/haml-4.0.7.gemspec +47 -0
  5947. data/vendor/ruby/2.1.0/specifications/i18n-0.7.0.gemspec +22 -0
  5948. data/vendor/ruby/2.1.0/specifications/json-1.8.3.gemspec +0 -0
  5949. data/vendor/ruby/2.1.0/specifications/kramdown-1.8.0.gemspec +53 -0
  5950. data/vendor/ruby/2.1.0/specifications/loofah-2.0.3.gemspec +65 -0
  5951. data/vendor/ruby/2.1.0/specifications/mail-2.6.3.gemspec +47 -0
  5952. data/vendor/ruby/2.1.0/specifications/mime-types-2.6.1.gemspec +72 -0
  5953. data/vendor/ruby/2.1.0/specifications/mini_portile-0.6.2.gemspec +24 -0
  5954. data/vendor/ruby/2.1.0/specifications/minitest-5.8.0.gemspec +39 -0
  5955. data/vendor/ruby/2.1.0/specifications/nokogiri-1.6.6.2.gemspec +72 -0
  5956. data/vendor/ruby/2.1.0/specifications/rack-1.5.5.gemspec +39 -0
  5957. data/vendor/ruby/2.1.0/specifications/rack-1.6.4.gemspec +39 -0
  5958. data/vendor/ruby/2.1.0/specifications/rack-test-0.6.3.gemspec +34 -0
  5959. data/vendor/ruby/2.1.0/specifications/rails-4.1.13.gemspec +57 -0
  5960. data/vendor/ruby/2.1.0/specifications/rails-4.2.4.gemspec +60 -0
  5961. data/vendor/ruby/2.1.0/specifications/rails-deprecated_sanitizer-1.0.3.gemspec +37 -0
  5962. data/vendor/ruby/2.1.0/specifications/rails-dom-testing-1.0.7.gemspec +47 -0
  5963. data/vendor/ruby/2.1.0/specifications/rails-html-sanitizer-1.0.2.gemspec +44 -0
  5964. data/vendor/ruby/2.1.0/specifications/railties-4.1.13.gemspec +48 -0
  5965. data/vendor/ruby/2.1.0/specifications/railties-4.2.4.gemspec +48 -0
  5966. data/vendor/ruby/2.1.0/specifications/rake-10.4.2.gemspec +43 -0
  5967. data/vendor/ruby/2.1.0/specifications/slim-3.0.6.gemspec +38 -0
  5968. data/vendor/ruby/2.1.0/specifications/sprockets-3.3.3.gemspec +75 -0
  5969. data/vendor/ruby/2.1.0/specifications/sprockets-rails-2.3.2.gemspec +49 -0
  5970. data/vendor/ruby/2.1.0/specifications/temple-0.7.6.gemspec +41 -0
  5971. data/vendor/ruby/2.1.0/specifications/thor-0.19.1.gemspec +34 -0
  5972. data/vendor/ruby/2.1.0/specifications/thread_safe-0.3.5.gemspec +38 -0
  5973. data/vendor/ruby/2.1.0/specifications/tilt-2.0.1.gemspec +23 -0
  5974. data/vendor/ruby/2.1.0/specifications/tzinfo-1.2.2.gemspec +37 -0
  5975. data/vendor/ruby/2.1.0/specifications/uglifier-2.7.1.gemspec +53 -0
  5976. data/vendor/ruby/2.1.0/specifications/xpath-2.0.0.gemspec +45 -0
  5977. metadata +6106 -0
@@ -0,0 +1,3857 @@
1
+ Active Support Core Extensions
2
+ ==============================
3
+
4
+ Active Support is the Ruby on Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff.
5
+
6
+ It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Ruby on Rails itself.
7
+
8
+ After reading this guide, you will know:
9
+
10
+ * What Core Extensions are.
11
+ * How to load all extensions.
12
+ * How to cherry-pick just the extensions you want.
13
+ * What extensions Active Support provides.
14
+
15
+ --------------------------------------------------------------------------------
16
+
17
+ How to Load Core Extensions
18
+ ---------------------------
19
+
20
+ ### Stand-Alone Active Support
21
+
22
+ In order to have a near-zero default footprint, Active Support does not load anything by default. It is broken in small pieces so that you can load just what you need, and also has some convenience entry points to load related extensions in one shot, even everything.
23
+
24
+ Thus, after a simple require like:
25
+
26
+ ```ruby
27
+ require 'active_support'
28
+ ```
29
+
30
+ objects do not even respond to `blank?`. Let's see how to load its definition.
31
+
32
+ #### Cherry-picking a Definition
33
+
34
+ The most lightweight way to get `blank?` is to cherry-pick the file that defines it.
35
+
36
+ For every single method defined as a core extension this guide has a note that says where such a method is defined. In the case of `blank?` the note reads:
37
+
38
+ NOTE: Defined in `active_support/core_ext/object/blank.rb`.
39
+
40
+ That means that you can require it like this:
41
+
42
+ ```ruby
43
+ require 'active_support'
44
+ require 'active_support/core_ext/object/blank'
45
+ ```
46
+
47
+ Active Support has been carefully revised so that cherry-picking a file loads only strictly needed dependencies, if any.
48
+
49
+ #### Loading Grouped Core Extensions
50
+
51
+ The next level is to simply load all extensions to `Object`. As a rule of thumb, extensions to `SomeClass` are available in one shot by loading `active_support/core_ext/some_class`.
52
+
53
+ Thus, to load all extensions to `Object` (including `blank?`):
54
+
55
+ ```ruby
56
+ require 'active_support'
57
+ require 'active_support/core_ext/object'
58
+ ```
59
+
60
+ #### Loading All Core Extensions
61
+
62
+ You may prefer just to load all core extensions, there is a file for that:
63
+
64
+ ```ruby
65
+ require 'active_support'
66
+ require 'active_support/core_ext'
67
+ ```
68
+
69
+ #### Loading All Active Support
70
+
71
+ And finally, if you want to have all Active Support available just issue:
72
+
73
+ ```ruby
74
+ require 'active_support/all'
75
+ ```
76
+
77
+ That does not even put the entire Active Support in memory upfront indeed, some stuff is configured via `autoload`, so it is only loaded if used.
78
+
79
+ ### Active Support Within a Ruby on Rails Application
80
+
81
+ A Ruby on Rails application loads all Active Support unless `config.active_support.bare` is true. In that case, the application will only load what the framework itself cherry-picks for its own needs, and can still cherry-pick itself at any granularity level, as explained in the previous section.
82
+
83
+ Extensions to All Objects
84
+ -------------------------
85
+
86
+ ### `blank?` and `present?`
87
+
88
+ The following values are considered to be blank in a Rails application:
89
+
90
+ * `nil` and `false`,
91
+
92
+ * strings composed only of whitespace (see note below),
93
+
94
+ * empty arrays and hashes, and
95
+
96
+ * any other object that responds to `empty?` and is empty.
97
+
98
+ INFO: The predicate for strings uses the Unicode-aware character class `[:space:]`, so for example U+2029 (paragraph separator) is considered to be whitespace.
99
+
100
+ WARNING: Note that numbers are not mentioned. In particular, 0 and 0.0 are **not** blank.
101
+
102
+ For example, this method from `ActionController::HttpAuthentication::Token::ControllerMethods` uses `blank?` for checking whether a token is present:
103
+
104
+ ```ruby
105
+ def authenticate(controller, &login_procedure)
106
+ token, options = token_and_options(controller.request)
107
+ unless token.blank?
108
+ login_procedure.call(token, options)
109
+ end
110
+ end
111
+ ```
112
+
113
+ The method `present?` is equivalent to `!blank?`. This example is taken from `ActionDispatch::Http::Cache::Response`:
114
+
115
+ ```ruby
116
+ def set_conditional_cache_control!
117
+ return if self["Cache-Control"].present?
118
+ ...
119
+ end
120
+ ```
121
+
122
+ NOTE: Defined in `active_support/core_ext/object/blank.rb`.
123
+
124
+ ### `presence`
125
+
126
+ The `presence` method returns its receiver if `present?`, and `nil` otherwise. It is useful for idioms like this:
127
+
128
+ ```ruby
129
+ host = config[:host].presence || 'localhost'
130
+ ```
131
+
132
+ NOTE: Defined in `active_support/core_ext/object/blank.rb`.
133
+
134
+ ### `duplicable?`
135
+
136
+ A few fundamental objects in Ruby are singletons. For example, in the whole life of a program the integer 1 refers always to the same instance:
137
+
138
+ ```ruby
139
+ 1.object_id # => 3
140
+ Math.cos(0).to_i.object_id # => 3
141
+ ```
142
+
143
+ Hence, there's no way these objects can be duplicated through `dup` or `clone`:
144
+
145
+ ```ruby
146
+ true.dup # => TypeError: can't dup TrueClass
147
+ ```
148
+
149
+ Some numbers which are not singletons are not duplicable either:
150
+
151
+ ```ruby
152
+ 0.0.clone # => allocator undefined for Float
153
+ (2**1024).clone # => allocator undefined for Bignum
154
+ ```
155
+
156
+ Active Support provides `duplicable?` to programmatically query an object about this property:
157
+
158
+ ```ruby
159
+ "foo".duplicable? # => true
160
+ "".duplicable? # => true
161
+ 0.0.duplicable? # => false
162
+ false.duplicable? # => false
163
+ ```
164
+
165
+ By definition all objects are `duplicable?` except `nil`, `false`, `true`, symbols, numbers, class, module, and method objects.
166
+
167
+ WARNING: Any class can disallow duplication by removing `dup` and `clone` or raising exceptions from them. Thus only `rescue` can tell whether a given arbitrary object is duplicable. `duplicable?` depends on the hard-coded list above, but it is much faster than `rescue`. Use it only if you know the hard-coded list is enough in your use case.
168
+
169
+ NOTE: Defined in `active_support/core_ext/object/duplicable.rb`.
170
+
171
+ ### `deep_dup`
172
+
173
+ The `deep_dup` method returns deep copy of a given object. Normally, when you `dup` an object that contains other objects, Ruby does not `dup` them, so it creates a shallow copy of the object. If you have an array with a string, for example, it will look like this:
174
+
175
+ ```ruby
176
+ array = ['string']
177
+ duplicate = array.dup
178
+
179
+ duplicate.push 'another-string'
180
+
181
+ # the object was duplicated, so the element was added only to the duplicate
182
+ array # => ['string']
183
+ duplicate # => ['string', 'another-string']
184
+
185
+ duplicate.first.gsub!('string', 'foo')
186
+
187
+ # first element was not duplicated, it will be changed in both arrays
188
+ array # => ['foo']
189
+ duplicate # => ['foo', 'another-string']
190
+ ```
191
+
192
+ As you can see, after duplicating the `Array` instance, we got another object, therefore we can modify it and the original object will stay unchanged. This is not true for array's elements, however. Since `dup` does not make deep copy, the string inside the array is still the same object.
193
+
194
+ If you need a deep copy of an object, you should use `deep_dup`. Here is an example:
195
+
196
+ ```ruby
197
+ array = ['string']
198
+ duplicate = array.deep_dup
199
+
200
+ duplicate.first.gsub!('string', 'foo')
201
+
202
+ array # => ['string']
203
+ duplicate # => ['foo']
204
+ ```
205
+
206
+ If the object is not duplicable, `deep_dup` will just return it:
207
+
208
+ ```ruby
209
+ number = 1
210
+ duplicate = number.deep_dup
211
+ number.object_id == duplicate.object_id # => true
212
+ ```
213
+
214
+ NOTE: Defined in `active_support/core_ext/object/deep_dup.rb`.
215
+
216
+ ### `try`
217
+
218
+ When you want to call a method on an object only if it is not `nil`, the simplest way to achieve it is with conditional statements, adding unnecessary clutter. The alternative is to use `try`. `try` is like `Object#send` except that it returns `nil` if sent to `nil`.
219
+
220
+ Here is an example:
221
+
222
+ ```ruby
223
+ # without try
224
+ unless @number.nil?
225
+ @number.next
226
+ end
227
+
228
+ # with try
229
+ @number.try(:next)
230
+ ```
231
+
232
+ Another example is this code from `ActiveRecord::ConnectionAdapters::AbstractAdapter` where `@logger` could be `nil`. You can see that the code uses `try` and avoids an unnecessary check.
233
+
234
+ ```ruby
235
+ def log_info(sql, name, ms)
236
+ if @logger.try(:debug?)
237
+ name = '%s (%.1fms)' % [name || 'SQL', ms]
238
+ @logger.debug(format_log_entry(name, sql.squeeze(' ')))
239
+ end
240
+ end
241
+ ```
242
+
243
+ `try` can also be called without arguments but a block, which will only be executed if the object is not nil:
244
+
245
+ ```ruby
246
+ @person.try { |p| "#{p.first_name} #{p.last_name}" }
247
+ ```
248
+
249
+ NOTE: Defined in `active_support/core_ext/object/try.rb`.
250
+
251
+ ### `class_eval(*args, &block)`
252
+
253
+ You can evaluate code in the context of any object's singleton class using `class_eval`:
254
+
255
+ ```ruby
256
+ class Proc
257
+ def bind(object)
258
+ block, time = self, Time.current
259
+ object.class_eval do
260
+ method_name = "__bind_#{time.to_i}_#{time.usec}"
261
+ define_method(method_name, &block)
262
+ method = instance_method(method_name)
263
+ remove_method(method_name)
264
+ method
265
+ end.bind(object)
266
+ end
267
+ end
268
+ ```
269
+
270
+ NOTE: Defined in `active_support/core_ext/kernel/singleton_class.rb`.
271
+
272
+ ### `acts_like?(duck)`
273
+
274
+ The method `acts_like?` provides a way to check whether some class acts like some other class based on a simple convention: a class that provides the same interface as `String` defines
275
+
276
+ ```ruby
277
+ def acts_like_string?
278
+ end
279
+ ```
280
+
281
+ which is only a marker, its body or return value are irrelevant. Then, client code can query for duck-type-safeness this way:
282
+
283
+ ```ruby
284
+ some_klass.acts_like?(:string)
285
+ ```
286
+
287
+ Rails has classes that act like `Date` or `Time` and follow this contract.
288
+
289
+ NOTE: Defined in `active_support/core_ext/object/acts_like.rb`.
290
+
291
+ ### `to_param`
292
+
293
+ All objects in Rails respond to the method `to_param`, which is meant to return something that represents them as values in a query string, or as URL fragments.
294
+
295
+ By default `to_param` just calls `to_s`:
296
+
297
+ ```ruby
298
+ 7.to_param # => "7"
299
+ ```
300
+
301
+ The return value of `to_param` should **not** be escaped:
302
+
303
+ ```ruby
304
+ "Tom & Jerry".to_param # => "Tom & Jerry"
305
+ ```
306
+
307
+ Several classes in Rails overwrite this method.
308
+
309
+ For example `nil`, `true`, and `false` return themselves. `Array#to_param` calls `to_param` on the elements and joins the result with "/":
310
+
311
+ ```ruby
312
+ [0, true, String].to_param # => "0/true/String"
313
+ ```
314
+
315
+ Notably, the Rails routing system calls `to_param` on models to get a value for the `:id` placeholder. `ActiveRecord::Base#to_param` returns the `id` of a model, but you can redefine that method in your models. For example, given
316
+
317
+ ```ruby
318
+ class User
319
+ def to_param
320
+ "#{id}-#{name.parameterize}"
321
+ end
322
+ end
323
+ ```
324
+
325
+ we get:
326
+
327
+ ```ruby
328
+ user_path(@user) # => "/users/357-john-smith"
329
+ ```
330
+
331
+ WARNING. Controllers need to be aware of any redefinition of `to_param` because when a request like that comes in "357-john-smith" is the value of `params[:id]`.
332
+
333
+ NOTE: Defined in `active_support/core_ext/object/to_param.rb`.
334
+
335
+ ### `to_query`
336
+
337
+ Except for hashes, given an unescaped `key` this method constructs the part of a query string that would map such key to what `to_param` returns. For example, given
338
+
339
+ ```ruby
340
+ class User
341
+ def to_param
342
+ "#{id}-#{name.parameterize}"
343
+ end
344
+ end
345
+ ```
346
+
347
+ we get:
348
+
349
+ ```ruby
350
+ current_user.to_query('user') # => user=357-john-smith
351
+ ```
352
+
353
+ This method escapes whatever is needed, both for the key and the value:
354
+
355
+ ```ruby
356
+ account.to_query('company[name]')
357
+ # => "company%5Bname%5D=Johnson+%26+Johnson"
358
+ ```
359
+
360
+ so its output is ready to be used in a query string.
361
+
362
+ Arrays return the result of applying `to_query` to each element with `_key_[]` as key, and join the result with "&":
363
+
364
+ ```ruby
365
+ [3.4, -45.6].to_query('sample')
366
+ # => "sample%5B%5D=3.4&sample%5B%5D=-45.6"
367
+ ```
368
+
369
+ Hashes also respond to `to_query` but with a different signature. If no argument is passed a call generates a sorted series of key/value assignments calling `to_query(key)` on its values. Then it joins the result with "&":
370
+
371
+ ```ruby
372
+ {c: 3, b: 2, a: 1}.to_query # => "a=1&b=2&c=3"
373
+ ```
374
+
375
+ The method `Hash#to_query` accepts an optional namespace for the keys:
376
+
377
+ ```ruby
378
+ {id: 89, name: "John Smith"}.to_query('user')
379
+ # => "user%5Bid%5D=89&user%5Bname%5D=John+Smith"
380
+ ```
381
+
382
+ NOTE: Defined in `active_support/core_ext/object/to_query.rb`.
383
+
384
+ ### `with_options`
385
+
386
+ The method `with_options` provides a way to factor out common options in a series of method calls.
387
+
388
+ Given a default options hash, `with_options` yields a proxy object to a block. Within the block, methods called on the proxy are forwarded to the receiver with their options merged. For example, you get rid of the duplication in:
389
+
390
+ ```ruby
391
+ class Account < ActiveRecord::Base
392
+ has_many :customers, dependent: :destroy
393
+ has_many :products, dependent: :destroy
394
+ has_many :invoices, dependent: :destroy
395
+ has_many :expenses, dependent: :destroy
396
+ end
397
+ ```
398
+
399
+ this way:
400
+
401
+ ```ruby
402
+ class Account < ActiveRecord::Base
403
+ with_options dependent: :destroy do |assoc|
404
+ assoc.has_many :customers
405
+ assoc.has_many :products
406
+ assoc.has_many :invoices
407
+ assoc.has_many :expenses
408
+ end
409
+ end
410
+ ```
411
+
412
+ That idiom may convey _grouping_ to the reader as well. For example, say you want to send a newsletter whose language depends on the user. Somewhere in the mailer you could group locale-dependent bits like this:
413
+
414
+ ```ruby
415
+ I18n.with_options locale: user.locale, scope: "newsletter" do |i18n|
416
+ subject i18n.t :subject
417
+ body i18n.t :body, user_name: user.name
418
+ end
419
+ ```
420
+
421
+ TIP: Since `with_options` forwards calls to its receiver they can be nested. Each nesting level will merge inherited defaults in addition to their own.
422
+
423
+ NOTE: Defined in `active_support/core_ext/object/with_options.rb`.
424
+
425
+ ### JSON support
426
+
427
+ Active Support provides a better implementation of `to_json` than the `json` gem ordinarily provides for Ruby objects. This is because some classes, like `Hash`, `OrderedHash` and `Process::Status` need special handling in order to provide a proper JSON representation.
428
+
429
+ NOTE: Defined in `active_support/core_ext/object/json.rb`.
430
+
431
+ ### Instance Variables
432
+
433
+ Active Support provides several methods to ease access to instance variables.
434
+
435
+ #### `instance_values`
436
+
437
+ The method `instance_values` returns a hash that maps instance variable names without "@" to their
438
+ corresponding values. Keys are strings:
439
+
440
+ ```ruby
441
+ class C
442
+ def initialize(x, y)
443
+ @x, @y = x, y
444
+ end
445
+ end
446
+
447
+ C.new(0, 1).instance_values # => {"x" => 0, "y" => 1}
448
+ ```
449
+
450
+ NOTE: Defined in `active_support/core_ext/object/instance_variables.rb`.
451
+
452
+ #### `instance_variable_names`
453
+
454
+ The method `instance_variable_names` returns an array. Each name includes the "@" sign.
455
+
456
+ ```ruby
457
+ class C
458
+ def initialize(x, y)
459
+ @x, @y = x, y
460
+ end
461
+ end
462
+
463
+ C.new(0, 1).instance_variable_names # => ["@x", "@y"]
464
+ ```
465
+
466
+ NOTE: Defined in `active_support/core_ext/object/instance_variables.rb`.
467
+
468
+ ### Silencing Warnings, Streams, and Exceptions
469
+
470
+ The methods `silence_warnings` and `enable_warnings` change the value of `$VERBOSE` accordingly for the duration of their block, and reset it afterwards:
471
+
472
+ ```ruby
473
+ silence_warnings { Object.const_set "RAILS_DEFAULT_LOGGER", logger }
474
+ ```
475
+
476
+ You can silence any stream while a block runs with `silence_stream`:
477
+
478
+ ```ruby
479
+ silence_stream(STDOUT) do
480
+ # STDOUT is silent here
481
+ end
482
+ ```
483
+
484
+ The `quietly` method addresses the common use case where you want to silence STDOUT and STDERR, even in subprocesses:
485
+
486
+ ```ruby
487
+ quietly { system 'bundle install' }
488
+ ```
489
+
490
+ For example, the railties test suite uses that one in a few places to prevent command messages from being echoed intermixed with the progress status.
491
+
492
+ Silencing exceptions is also possible with `suppress`. This method receives an arbitrary number of exception classes. If an exception is raised during the execution of the block and is `kind_of?` any of the arguments, `suppress` captures it and returns silently. Otherwise the exception is reraised:
493
+
494
+ ```ruby
495
+ # If the user is locked the increment is lost, no big deal.
496
+ suppress(ActiveRecord::StaleObjectError) do
497
+ current_user.increment! :visits
498
+ end
499
+ ```
500
+
501
+ NOTE: Defined in `active_support/core_ext/kernel/reporting.rb`.
502
+
503
+ ### `in?`
504
+
505
+ The predicate `in?` tests if an object is included in another object. An `ArgumentError` exception will be raised if the argument passed does not respond to `include?`.
506
+
507
+ Examples of `in?`:
508
+
509
+ ```ruby
510
+ 1.in?([1,2]) # => true
511
+ "lo".in?("hello") # => true
512
+ 25.in?(30..50) # => false
513
+ 1.in?(1) # => ArgumentError
514
+ ```
515
+
516
+ NOTE: Defined in `active_support/core_ext/object/inclusion.rb`.
517
+
518
+ Extensions to `Module`
519
+ ----------------------
520
+
521
+ ### `alias_method_chain`
522
+
523
+ Using plain Ruby you can wrap methods with other methods, that's called _alias chaining_.
524
+
525
+ For example, let's say you'd like params to be strings in functional tests, as they are in real requests, but still want the convenience of assigning integers and other kind of values. To accomplish that you could wrap `ActionController::TestCase#process` this way in `test/test_helper.rb`:
526
+
527
+ ```ruby
528
+ ActionController::TestCase.class_eval do
529
+ # save a reference to the original process method
530
+ alias_method :original_process, :process
531
+
532
+ # now redefine process and delegate to original_process
533
+ def process(action, params=nil, session=nil, flash=nil, http_method='GET')
534
+ params = Hash[*params.map {|k, v| [k, v.to_s]}.flatten]
535
+ original_process(action, params, session, flash, http_method)
536
+ end
537
+ end
538
+ ```
539
+
540
+ That's the method `get`, `post`, etc., delegate the work to.
541
+
542
+ That technique has a risk, it could be the case that `:original_process` was taken. To try to avoid collisions people choose some label that characterizes what the chaining is about:
543
+
544
+ ```ruby
545
+ ActionController::TestCase.class_eval do
546
+ def process_with_stringified_params(...)
547
+ params = Hash[*params.map {|k, v| [k, v.to_s]}.flatten]
548
+ process_without_stringified_params(action, params, session, flash, http_method)
549
+ end
550
+ alias_method :process_without_stringified_params, :process
551
+ alias_method :process, :process_with_stringified_params
552
+ end
553
+ ```
554
+
555
+ The method `alias_method_chain` provides a shortcut for that pattern:
556
+
557
+ ```ruby
558
+ ActionController::TestCase.class_eval do
559
+ def process_with_stringified_params(...)
560
+ params = Hash[*params.map {|k, v| [k, v.to_s]}.flatten]
561
+ process_without_stringified_params(action, params, session, flash, http_method)
562
+ end
563
+ alias_method_chain :process, :stringified_params
564
+ end
565
+ ```
566
+
567
+ Rails uses `alias_method_chain` all over the code base. For example validations are added to `ActiveRecord::Base#save` by wrapping the method that way in a separate module specialized in validations.
568
+
569
+ NOTE: Defined in `active_support/core_ext/module/aliasing.rb`.
570
+
571
+ ### Attributes
572
+
573
+ #### `alias_attribute`
574
+
575
+ Model attributes have a reader, a writer, and a predicate. You can alias a model attribute having the corresponding three methods defined for you in one shot. As in other aliasing methods, the new name is the first argument, and the old name is the second (one mnemonic is that they go in the same order as if you did an assignment):
576
+
577
+ ```ruby
578
+ class User < ActiveRecord::Base
579
+ # You can refer to the email column as "login".
580
+ # This can be meaningful for authentication code.
581
+ alias_attribute :login, :email
582
+ end
583
+ ```
584
+
585
+ NOTE: Defined in `active_support/core_ext/module/aliasing.rb`.
586
+
587
+ #### Internal Attributes
588
+
589
+ When you are defining an attribute in a class that is meant to be subclassed, name collisions are a risk. That's remarkably important for libraries.
590
+
591
+ Active Support defines the macros `attr_internal_reader`, `attr_internal_writer`, and `attr_internal_accessor`. They behave like their Ruby built-in `attr_*` counterparts, except they name the underlying instance variable in a way that makes collisions less likely.
592
+
593
+ The macro `attr_internal` is a synonym for `attr_internal_accessor`:
594
+
595
+ ```ruby
596
+ # library
597
+ class ThirdPartyLibrary::Crawler
598
+ attr_internal :log_level
599
+ end
600
+
601
+ # client code
602
+ class MyCrawler < ThirdPartyLibrary::Crawler
603
+ attr_accessor :log_level
604
+ end
605
+ ```
606
+
607
+ In the previous example it could be the case that `:log_level` does not belong to the public interface of the library and it is only used for development. The client code, unaware of the potential conflict, subclasses and defines its own `:log_level`. Thanks to `attr_internal` there's no collision.
608
+
609
+ By default the internal instance variable is named with a leading underscore, `@_log_level` in the example above. That's configurable via `Module.attr_internal_naming_format` though, you can pass any `sprintf`-like format string with a leading `@` and a `%s` somewhere, which is where the name will be placed. The default is `"@_%s"`.
610
+
611
+ Rails uses internal attributes in a few spots, for examples for views:
612
+
613
+ ```ruby
614
+ module ActionView
615
+ class Base
616
+ attr_internal :captures
617
+ attr_internal :request, :layout
618
+ attr_internal :controller, :template
619
+ end
620
+ end
621
+ ```
622
+
623
+ NOTE: Defined in `active_support/core_ext/module/attr_internal.rb`.
624
+
625
+ #### Module Attributes
626
+
627
+ The macros `mattr_reader`, `mattr_writer`, and `mattr_accessor` are the same as the `cattr_*` macros defined for class. In fact, the `cattr_*` macros are just aliases for the `mattr_*` macros. Check [Class Attributes](#class-attributes).
628
+
629
+ For example, the dependencies mechanism uses them:
630
+
631
+ ```ruby
632
+ module ActiveSupport
633
+ module Dependencies
634
+ mattr_accessor :warnings_on_first_load
635
+ mattr_accessor :history
636
+ mattr_accessor :loaded
637
+ mattr_accessor :mechanism
638
+ mattr_accessor :load_paths
639
+ mattr_accessor :load_once_paths
640
+ mattr_accessor :autoloaded_constants
641
+ mattr_accessor :explicitly_unloadable_constants
642
+ mattr_accessor :logger
643
+ mattr_accessor :log_activity
644
+ mattr_accessor :constant_watch_stack
645
+ mattr_accessor :constant_watch_stack_mutex
646
+ end
647
+ end
648
+ ```
649
+
650
+ NOTE: Defined in `active_support/core_ext/module/attribute_accessors.rb`.
651
+
652
+ ### Parents
653
+
654
+ #### `parent`
655
+
656
+ The `parent` method on a nested named module returns the module that contains its corresponding constant:
657
+
658
+ ```ruby
659
+ module X
660
+ module Y
661
+ module Z
662
+ end
663
+ end
664
+ end
665
+ M = X::Y::Z
666
+
667
+ X::Y::Z.parent # => X::Y
668
+ M.parent # => X::Y
669
+ ```
670
+
671
+ If the module is anonymous or belongs to the top-level, `parent` returns `Object`.
672
+
673
+ WARNING: Note that in that case `parent_name` returns `nil`.
674
+
675
+ NOTE: Defined in `active_support/core_ext/module/introspection.rb`.
676
+
677
+ #### `parent_name`
678
+
679
+ The `parent_name` method on a nested named module returns the fully-qualified name of the module that contains its corresponding constant:
680
+
681
+ ```ruby
682
+ module X
683
+ module Y
684
+ module Z
685
+ end
686
+ end
687
+ end
688
+ M = X::Y::Z
689
+
690
+ X::Y::Z.parent_name # => "X::Y"
691
+ M.parent_name # => "X::Y"
692
+ ```
693
+
694
+ For top-level or anonymous modules `parent_name` returns `nil`.
695
+
696
+ WARNING: Note that in that case `parent` returns `Object`.
697
+
698
+ NOTE: Defined in `active_support/core_ext/module/introspection.rb`.
699
+
700
+ #### `parents`
701
+
702
+ The method `parents` calls `parent` on the receiver and upwards until `Object` is reached. The chain is returned in an array, from bottom to top:
703
+
704
+ ```ruby
705
+ module X
706
+ module Y
707
+ module Z
708
+ end
709
+ end
710
+ end
711
+ M = X::Y::Z
712
+
713
+ X::Y::Z.parents # => [X::Y, X, Object]
714
+ M.parents # => [X::Y, X, Object]
715
+ ```
716
+
717
+ NOTE: Defined in `active_support/core_ext/module/introspection.rb`.
718
+
719
+ ### Constants
720
+
721
+ The method `local_constants` returns the names of the constants that have been
722
+ defined in the receiver module:
723
+
724
+ ```ruby
725
+ module X
726
+ X1 = 1
727
+ X2 = 2
728
+ module Y
729
+ Y1 = :y1
730
+ X1 = :overrides_X1_above
731
+ end
732
+ end
733
+
734
+ X.local_constants # => [:X1, :X2, :Y]
735
+ X::Y.local_constants # => [:Y1, :X1]
736
+ ```
737
+
738
+ The names are returned as symbols.
739
+
740
+ NOTE: Defined in `active_support/core_ext/module/introspection.rb`.
741
+
742
+ #### Qualified Constant Names
743
+
744
+ The standard methods `const_defined?`, `const_get` , and `const_set` accept
745
+ bare constant names. Active Support extends this API to be able to pass
746
+ relative qualified constant names.
747
+
748
+ The new methods are `qualified_const_defined?`, `qualified_const_get`, and
749
+ `qualified_const_set`. Their arguments are assumed to be qualified constant
750
+ names relative to their receiver:
751
+
752
+ ```ruby
753
+ Object.qualified_const_defined?("Math::PI") # => true
754
+ Object.qualified_const_get("Math::PI") # => 3.141592653589793
755
+ Object.qualified_const_set("Math::Phi", 1.618034) # => 1.618034
756
+ ```
757
+
758
+ Arguments may be bare constant names:
759
+
760
+ ```ruby
761
+ Math.qualified_const_get("E") # => 2.718281828459045
762
+ ```
763
+
764
+ These methods are analogous to their built-in counterparts. In particular,
765
+ `qualified_constant_defined?` accepts an optional second argument to be
766
+ able to say whether you want the predicate to look in the ancestors.
767
+ This flag is taken into account for each constant in the expression while
768
+ walking down the path.
769
+
770
+ For example, given
771
+
772
+ ```ruby
773
+ module M
774
+ X = 1
775
+ end
776
+
777
+ module N
778
+ class C
779
+ include M
780
+ end
781
+ end
782
+ ```
783
+
784
+ `qualified_const_defined?` behaves this way:
785
+
786
+ ```ruby
787
+ N.qualified_const_defined?("C::X", false) # => false
788
+ N.qualified_const_defined?("C::X", true) # => true
789
+ N.qualified_const_defined?("C::X") # => true
790
+ ```
791
+
792
+ As the last example implies, the second argument defaults to true,
793
+ as in `const_defined?`.
794
+
795
+ For coherence with the built-in methods only relative paths are accepted.
796
+ Absolute qualified constant names like `::Math::PI` raise `NameError`.
797
+
798
+ NOTE: Defined in `active_support/core_ext/module/qualified_const.rb`.
799
+
800
+ ### Reachable
801
+
802
+ A named module is reachable if it is stored in its corresponding constant. It means you can reach the module object via the constant.
803
+
804
+ That is what ordinarily happens, if a module is called "M", the `M` constant exists and holds it:
805
+
806
+ ```ruby
807
+ module M
808
+ end
809
+
810
+ M.reachable? # => true
811
+ ```
812
+
813
+ But since constants and modules are indeed kind of decoupled, module objects can become unreachable:
814
+
815
+ ```ruby
816
+ module M
817
+ end
818
+
819
+ orphan = Object.send(:remove_const, :M)
820
+
821
+ # The module object is orphan now but it still has a name.
822
+ orphan.name # => "M"
823
+
824
+ # You cannot reach it via the constant M because it does not even exist.
825
+ orphan.reachable? # => false
826
+
827
+ # Let's define a module called "M" again.
828
+ module M
829
+ end
830
+
831
+ # The constant M exists now again, and it stores a module
832
+ # object called "M", but it is a new instance.
833
+ orphan.reachable? # => false
834
+ ```
835
+
836
+ NOTE: Defined in `active_support/core_ext/module/reachable.rb`.
837
+
838
+ ### Anonymous
839
+
840
+ A module may or may not have a name:
841
+
842
+ ```ruby
843
+ module M
844
+ end
845
+ M.name # => "M"
846
+
847
+ N = Module.new
848
+ N.name # => "N"
849
+
850
+ Module.new.name # => nil
851
+ ```
852
+
853
+ You can check whether a module has a name with the predicate `anonymous?`:
854
+
855
+ ```ruby
856
+ module M
857
+ end
858
+ M.anonymous? # => false
859
+
860
+ Module.new.anonymous? # => true
861
+ ```
862
+
863
+ Note that being unreachable does not imply being anonymous:
864
+
865
+ ```ruby
866
+ module M
867
+ end
868
+
869
+ m = Object.send(:remove_const, :M)
870
+
871
+ m.reachable? # => false
872
+ m.anonymous? # => false
873
+ ```
874
+
875
+ though an anonymous module is unreachable by definition.
876
+
877
+ NOTE: Defined in `active_support/core_ext/module/anonymous.rb`.
878
+
879
+ ### Method Delegation
880
+
881
+ The macro `delegate` offers an easy way to forward methods.
882
+
883
+ Let's imagine that users in some application have login information in the `User` model but name and other data in a separate `Profile` model:
884
+
885
+ ```ruby
886
+ class User < ActiveRecord::Base
887
+ has_one :profile
888
+ end
889
+ ```
890
+
891
+ With that configuration you get a user's name via their profile, `user.profile.name`, but it could be handy to still be able to access such attribute directly:
892
+
893
+ ```ruby
894
+ class User < ActiveRecord::Base
895
+ has_one :profile
896
+
897
+ def name
898
+ profile.name
899
+ end
900
+ end
901
+ ```
902
+
903
+ That is what `delegate` does for you:
904
+
905
+ ```ruby
906
+ class User < ActiveRecord::Base
907
+ has_one :profile
908
+
909
+ delegate :name, to: :profile
910
+ end
911
+ ```
912
+
913
+ It is shorter, and the intention more obvious.
914
+
915
+ The method must be public in the target.
916
+
917
+ The `delegate` macro accepts several methods:
918
+
919
+ ```ruby
920
+ delegate :name, :age, :address, :twitter, to: :profile
921
+ ```
922
+
923
+ When interpolated into a string, the `:to` option should become an expression that evaluates to the object the method is delegated to. Typically a string or symbol. Such an expression is evaluated in the context of the receiver:
924
+
925
+ ```ruby
926
+ # delegates to the Rails constant
927
+ delegate :logger, to: :Rails
928
+
929
+ # delegates to the receiver's class
930
+ delegate :table_name, to: :class
931
+ ```
932
+
933
+ WARNING: If the `:prefix` option is `true` this is less generic, see below.
934
+
935
+ By default, if the delegation raises `NoMethodError` and the target is `nil` the exception is propagated. You can ask that `nil` is returned instead with the `:allow_nil` option:
936
+
937
+ ```ruby
938
+ delegate :name, to: :profile, allow_nil: true
939
+ ```
940
+
941
+ With `:allow_nil` the call `user.name` returns `nil` if the user has no profile.
942
+
943
+ The option `:prefix` adds a prefix to the name of the generated method. This may be handy for example to get a better name:
944
+
945
+ ```ruby
946
+ delegate :street, to: :address, prefix: true
947
+ ```
948
+
949
+ The previous example generates `address_street` rather than `street`.
950
+
951
+ WARNING: Since in this case the name of the generated method is composed of the target object and target method names, the `:to` option must be a method name.
952
+
953
+ A custom prefix may also be configured:
954
+
955
+ ```ruby
956
+ delegate :size, to: :attachment, prefix: :avatar
957
+ ```
958
+
959
+ In the previous example the macro generates `avatar_size` rather than `size`.
960
+
961
+ NOTE: Defined in `active_support/core_ext/module/delegation.rb`
962
+
963
+ ### Redefining Methods
964
+
965
+ There are cases where you need to define a method with `define_method`, but don't know whether a method with that name already exists. If it does, a warning is issued if they are enabled. No big deal, but not clean either.
966
+
967
+ The method `redefine_method` prevents such a potential warning, removing the existing method before if needed.
968
+
969
+ NOTE: Defined in `active_support/core_ext/module/remove_method.rb`
970
+
971
+ Extensions to `Class`
972
+ ---------------------
973
+
974
+ ### Class Attributes
975
+
976
+ #### `class_attribute`
977
+
978
+ The method `class_attribute` declares one or more inheritable class attributes that can be overridden at any level down the hierarchy.
979
+
980
+ ```ruby
981
+ class A
982
+ class_attribute :x
983
+ end
984
+
985
+ class B < A; end
986
+
987
+ class C < B; end
988
+
989
+ A.x = :a
990
+ B.x # => :a
991
+ C.x # => :a
992
+
993
+ B.x = :b
994
+ A.x # => :a
995
+ C.x # => :b
996
+
997
+ C.x = :c
998
+ A.x # => :a
999
+ B.x # => :b
1000
+ ```
1001
+
1002
+ For example `ActionMailer::Base` defines:
1003
+
1004
+ ```ruby
1005
+ class_attribute :default_params
1006
+ self.default_params = {
1007
+ mime_version: "1.0",
1008
+ charset: "UTF-8",
1009
+ content_type: "text/plain",
1010
+ parts_order: [ "text/plain", "text/enriched", "text/html" ]
1011
+ }.freeze
1012
+ ```
1013
+
1014
+ They can also be accessed and overridden at the instance level.
1015
+
1016
+ ```ruby
1017
+ A.x = 1
1018
+
1019
+ a1 = A.new
1020
+ a2 = A.new
1021
+ a2.x = 2
1022
+
1023
+ a1.x # => 1, comes from A
1024
+ a2.x # => 2, overridden in a2
1025
+ ```
1026
+
1027
+ The generation of the writer instance method can be prevented by setting the option `:instance_writer` to `false`.
1028
+
1029
+ ```ruby
1030
+ module ActiveRecord
1031
+ class Base
1032
+ class_attribute :table_name_prefix, instance_writer: false
1033
+ self.table_name_prefix = ""
1034
+ end
1035
+ end
1036
+ ```
1037
+
1038
+ A model may find that option useful as a way to prevent mass-assignment from setting the attribute.
1039
+
1040
+ The generation of the reader instance method can be prevented by setting the option `:instance_reader` to `false`.
1041
+
1042
+ ```ruby
1043
+ class A
1044
+ class_attribute :x, instance_reader: false
1045
+ end
1046
+
1047
+ A.new.x = 1 # NoMethodError
1048
+ ```
1049
+
1050
+ For convenience `class_attribute` also defines an instance predicate which is the double negation of what the instance reader returns. In the examples above it would be called `x?`.
1051
+
1052
+ When `:instance_reader` is `false`, the instance predicate returns a `NoMethodError` just like the reader method.
1053
+
1054
+ If you do not want the instance predicate, pass `instance_predicate: false` and it will not be defined.
1055
+
1056
+ NOTE: Defined in `active_support/core_ext/class/attribute.rb`
1057
+
1058
+ #### `cattr_reader`, `cattr_writer`, and `cattr_accessor`
1059
+
1060
+ The macros `cattr_reader`, `cattr_writer`, and `cattr_accessor` are analogous to their `attr_*` counterparts but for classes. They initialize a class variable to `nil` unless it already exists, and generate the corresponding class methods to access it:
1061
+
1062
+ ```ruby
1063
+ class MysqlAdapter < AbstractAdapter
1064
+ # Generates class methods to access @@emulate_booleans.
1065
+ cattr_accessor :emulate_booleans
1066
+ self.emulate_booleans = true
1067
+ end
1068
+ ```
1069
+
1070
+ Instance methods are created as well for convenience, they are just proxies to the class attribute. So, instances can change the class attribute, but cannot override it as it happens with `class_attribute` (see above). For example given
1071
+
1072
+ ```ruby
1073
+ module ActionView
1074
+ class Base
1075
+ cattr_accessor :field_error_proc
1076
+ @@field_error_proc = Proc.new{ ... }
1077
+ end
1078
+ end
1079
+ ```
1080
+
1081
+ we can access `field_error_proc` in views.
1082
+
1083
+ Also, you can pass a block to `cattr_*` to set up the attribute with a default value:
1084
+
1085
+ ```ruby
1086
+ class MysqlAdapter < AbstractAdapter
1087
+ # Generates class methods to access @@emulate_booleans with default value of true.
1088
+ cattr_accessor(:emulate_booleans) { true }
1089
+ end
1090
+ ```
1091
+
1092
+ The generation of the reader instance method can be prevented by setting `:instance_reader` to `false` and the generation of the writer instance method can be prevented by setting `:instance_writer` to `false`. Generation of both methods can be prevented by setting `:instance_accessor` to `false`. In all cases, the value must be exactly `false` and not any false value.
1093
+
1094
+ ```ruby
1095
+ module A
1096
+ class B
1097
+ # No first_name instance reader is generated.
1098
+ cattr_accessor :first_name, instance_reader: false
1099
+ # No last_name= instance writer is generated.
1100
+ cattr_accessor :last_name, instance_writer: false
1101
+ # No surname instance reader or surname= writer is generated.
1102
+ cattr_accessor :surname, instance_accessor: false
1103
+ end
1104
+ end
1105
+ ```
1106
+
1107
+ A model may find it useful to set `:instance_accessor` to `false` as a way to prevent mass-assignment from setting the attribute.
1108
+
1109
+ NOTE: Defined in `active_support/core_ext/module/attribute_accessors.rb`.
1110
+
1111
+ ### Subclasses & Descendants
1112
+
1113
+ #### `subclasses`
1114
+
1115
+ The `subclasses` method returns the subclasses of the receiver:
1116
+
1117
+ ```ruby
1118
+ class C; end
1119
+ C.subclasses # => []
1120
+
1121
+ class B < C; end
1122
+ C.subclasses # => [B]
1123
+
1124
+ class A < B; end
1125
+ C.subclasses # => [B]
1126
+
1127
+ class D < C; end
1128
+ C.subclasses # => [B, D]
1129
+ ```
1130
+
1131
+ The order in which these classes are returned is unspecified.
1132
+
1133
+ NOTE: Defined in `active_support/core_ext/class/subclasses.rb`.
1134
+
1135
+ #### `descendants`
1136
+
1137
+ The `descendants` method returns all classes that are `<` than its receiver:
1138
+
1139
+ ```ruby
1140
+ class C; end
1141
+ C.descendants # => []
1142
+
1143
+ class B < C; end
1144
+ C.descendants # => [B]
1145
+
1146
+ class A < B; end
1147
+ C.descendants # => [B, A]
1148
+
1149
+ class D < C; end
1150
+ C.descendants # => [B, A, D]
1151
+ ```
1152
+
1153
+ The order in which these classes are returned is unspecified.
1154
+
1155
+ NOTE: Defined in `active_support/core_ext/class/subclasses.rb`.
1156
+
1157
+ Extensions to `String`
1158
+ ----------------------
1159
+
1160
+ ### Output Safety
1161
+
1162
+ #### Motivation
1163
+
1164
+ Inserting data into HTML templates needs extra care. For example, you can't just interpolate `@review.title` verbatim into an HTML page. For one thing, if the review title is "Flanagan & Matz rules!" the output won't be well-formed because an ampersand has to be escaped as "&amp;amp;". What's more, depending on the application, that may be a big security hole because users can inject malicious HTML setting a hand-crafted review title. Check out the section about cross-site scripting in the [Security guide](security.html#cross-site-scripting-xss) for further information about the risks.
1165
+
1166
+ #### Safe Strings
1167
+
1168
+ Active Support has the concept of _(html) safe_ strings. A safe string is one that is marked as being insertable into HTML as is. It is trusted, no matter whether it has been escaped or not.
1169
+
1170
+ Strings are considered to be _unsafe_ by default:
1171
+
1172
+ ```ruby
1173
+ "".html_safe? # => false
1174
+ ```
1175
+
1176
+ You can obtain a safe string from a given one with the `html_safe` method:
1177
+
1178
+ ```ruby
1179
+ s = "".html_safe
1180
+ s.html_safe? # => true
1181
+ ```
1182
+
1183
+ It is important to understand that `html_safe` performs no escaping whatsoever, it is just an assertion:
1184
+
1185
+ ```ruby
1186
+ s = "<script>...</script>".html_safe
1187
+ s.html_safe? # => true
1188
+ s # => "<script>...</script>"
1189
+ ```
1190
+
1191
+ It is your responsibility to ensure calling `html_safe` on a particular string is fine.
1192
+
1193
+ If you append onto a safe string, either in-place with `concat`/`<<`, or with `+`, the result is a safe string. Unsafe arguments are escaped:
1194
+
1195
+ ```ruby
1196
+ "".html_safe + "<" # => "&lt;"
1197
+ ```
1198
+
1199
+ Safe arguments are directly appended:
1200
+
1201
+ ```ruby
1202
+ "".html_safe + "<".html_safe # => "<"
1203
+ ```
1204
+
1205
+ These methods should not be used in ordinary views. Unsafe values are automatically escaped:
1206
+
1207
+ ```erb
1208
+ <%= @review.title %> <%# fine, escaped if needed %>
1209
+ ```
1210
+
1211
+ To insert something verbatim use the `raw` helper rather than calling `html_safe`:
1212
+
1213
+ ```erb
1214
+ <%= raw @cms.current_template %> <%# inserts @cms.current_template as is %>
1215
+ ```
1216
+
1217
+ or, equivalently, use `<%==`:
1218
+
1219
+ ```erb
1220
+ <%== @cms.current_template %> <%# inserts @cms.current_template as is %>
1221
+ ```
1222
+
1223
+ The `raw` helper calls `html_safe` for you:
1224
+
1225
+ ```ruby
1226
+ def raw(stringish)
1227
+ stringish.to_s.html_safe
1228
+ end
1229
+ ```
1230
+
1231
+ NOTE: Defined in `active_support/core_ext/string/output_safety.rb`.
1232
+
1233
+ #### Transformation
1234
+
1235
+ As a rule of thumb, except perhaps for concatenation as explained above, any method that may change a string gives you an unsafe string. These are `downcase`, `gsub`, `strip`, `chomp`, `underscore`, etc.
1236
+
1237
+ In the case of in-place transformations like `gsub!` the receiver itself becomes unsafe.
1238
+
1239
+ INFO: The safety bit is lost always, no matter whether the transformation actually changed something.
1240
+
1241
+ #### Conversion and Coercion
1242
+
1243
+ Calling `to_s` on a safe string returns a safe string, but coercion with `to_str` returns an unsafe string.
1244
+
1245
+ #### Copying
1246
+
1247
+ Calling `dup` or `clone` on safe strings yields safe strings.
1248
+
1249
+ ### `remove`
1250
+
1251
+ The method `remove` will remove all occurrences of the pattern:
1252
+
1253
+ ```ruby
1254
+ "Hello World".remove(/Hello /) => "World"
1255
+ ```
1256
+
1257
+ There's also the destructive version `String#remove!`.
1258
+
1259
+ NOTE: Defined in `active_support/core_ext/string/filters.rb`.
1260
+
1261
+ ### `squish`
1262
+
1263
+ The method `squish` strips leading and trailing whitespace, and substitutes runs of whitespace with a single space each:
1264
+
1265
+ ```ruby
1266
+ " \n foo\n\r \t bar \n".squish # => "foo bar"
1267
+ ```
1268
+
1269
+ There's also the destructive version `String#squish!`.
1270
+
1271
+ Note that it handles both ASCII and Unicode whitespace.
1272
+
1273
+ NOTE: Defined in `active_support/core_ext/string/filters.rb`.
1274
+
1275
+ ### `truncate`
1276
+
1277
+ The method `truncate` returns a copy of its receiver truncated after a given `length`:
1278
+
1279
+ ```ruby
1280
+ "Oh dear! Oh dear! I shall be late!".truncate(20)
1281
+ # => "Oh dear! Oh dear!..."
1282
+ ```
1283
+
1284
+ Ellipsis can be customized with the `:omission` option:
1285
+
1286
+ ```ruby
1287
+ "Oh dear! Oh dear! I shall be late!".truncate(20, omission: '&hellip;')
1288
+ # => "Oh dear! Oh &hellip;"
1289
+ ```
1290
+
1291
+ Note in particular that truncation takes into account the length of the omission string.
1292
+
1293
+ Pass a `:separator` to truncate the string at a natural break:
1294
+
1295
+ ```ruby
1296
+ "Oh dear! Oh dear! I shall be late!".truncate(18)
1297
+ # => "Oh dear! Oh dea..."
1298
+ "Oh dear! Oh dear! I shall be late!".truncate(18, separator: ' ')
1299
+ # => "Oh dear! Oh..."
1300
+ ```
1301
+
1302
+ The option `:separator` can be a regexp:
1303
+
1304
+ ```ruby
1305
+ "Oh dear! Oh dear! I shall be late!".truncate(18, separator: /\s/)
1306
+ # => "Oh dear! Oh..."
1307
+ ```
1308
+
1309
+ In above examples "dear" gets cut first, but then `:separator` prevents it.
1310
+
1311
+ NOTE: Defined in `active_support/core_ext/string/filters.rb`.
1312
+
1313
+ ### `truncate_words`
1314
+
1315
+ The method `truncate_words` returns a copy of its receiver truncated after a given number of words:
1316
+
1317
+ ```ruby
1318
+ "Oh dear! Oh dear! I shall be late!".truncate_words(4)
1319
+ # => "Oh dear! Oh dear!..."
1320
+ ```
1321
+
1322
+ Ellipsis can be customized with the `:omission` option:
1323
+
1324
+ ```ruby
1325
+ "Oh dear! Oh dear! I shall be late!".truncate_words(4, omission: '&hellip;')
1326
+ # => "Oh dear! Oh dear!&hellip;"
1327
+ ```
1328
+
1329
+ Pass a `:separator` to truncate the string at a natural break:
1330
+
1331
+ ```ruby
1332
+ "Oh dear! Oh dear! I shall be late!".truncate_words(3, separator: '!')
1333
+ # => "Oh dear! Oh dear! I shall be late..."
1334
+ ```
1335
+
1336
+ The option `:separator` can be a regexp:
1337
+
1338
+ ```ruby
1339
+ "Oh dear! Oh dear! I shall be late!".truncate_words(4, separator: /\s/)
1340
+ # => "Oh dear! Oh dear!..."
1341
+ ```
1342
+
1343
+ NOTE: Defined in `active_support/core_ext/string/filters.rb`.
1344
+
1345
+ ### `inquiry`
1346
+
1347
+ The `inquiry` method converts a string into a `StringInquirer` object making equality checks prettier.
1348
+
1349
+ ```ruby
1350
+ "production".inquiry.production? # => true
1351
+ "active".inquiry.inactive? # => false
1352
+ ```
1353
+
1354
+ ### `starts_with?` and `ends_with?`
1355
+
1356
+ Active Support defines 3rd person aliases of `String#start_with?` and `String#end_with?`:
1357
+
1358
+ ```ruby
1359
+ "foo".starts_with?("f") # => true
1360
+ "foo".ends_with?("o") # => true
1361
+ ```
1362
+
1363
+ NOTE: Defined in `active_support/core_ext/string/starts_ends_with.rb`.
1364
+
1365
+ ### `strip_heredoc`
1366
+
1367
+ The method `strip_heredoc` strips indentation in heredocs.
1368
+
1369
+ For example in
1370
+
1371
+ ```ruby
1372
+ if options[:usage]
1373
+ puts <<-USAGE.strip_heredoc
1374
+ This command does such and such.
1375
+
1376
+ Supported options are:
1377
+ -h This message
1378
+ ...
1379
+ USAGE
1380
+ end
1381
+ ```
1382
+
1383
+ the user would see the usage message aligned against the left margin.
1384
+
1385
+ Technically, it looks for the least indented line in the whole string, and removes
1386
+ that amount of leading whitespace.
1387
+
1388
+ NOTE: Defined in `active_support/core_ext/string/strip.rb`.
1389
+
1390
+ ### `indent`
1391
+
1392
+ Indents the lines in the receiver:
1393
+
1394
+ ```ruby
1395
+ <<EOS.indent(2)
1396
+ def some_method
1397
+ some_code
1398
+ end
1399
+ EOS
1400
+ # =>
1401
+ def some_method
1402
+ some_code
1403
+ end
1404
+ ```
1405
+
1406
+ The second argument, `indent_string`, specifies which indent string to use. The default is `nil`, which tells the method to make an educated guess peeking at the first indented line, and fallback to a space if there is none.
1407
+
1408
+ ```ruby
1409
+ " foo".indent(2) # => " foo"
1410
+ "foo\n\t\tbar".indent(2) # => "\t\tfoo\n\t\t\t\tbar"
1411
+ "foo".indent(2, "\t") # => "\t\tfoo"
1412
+ ```
1413
+
1414
+ While `indent_string` is typically one space or tab, it may be any string.
1415
+
1416
+ The third argument, `indent_empty_lines`, is a flag that says whether empty lines should be indented. Default is false.
1417
+
1418
+ ```ruby
1419
+ "foo\n\nbar".indent(2) # => " foo\n\n bar"
1420
+ "foo\n\nbar".indent(2, nil, true) # => " foo\n \n bar"
1421
+ ```
1422
+
1423
+ The `indent!` method performs indentation in-place.
1424
+
1425
+ NOTE: Defined in `active_support/core_ext/string/indent.rb`.
1426
+
1427
+ ### Access
1428
+
1429
+ #### `at(position)`
1430
+
1431
+ Returns the character of the string at position `position`:
1432
+
1433
+ ```ruby
1434
+ "hello".at(0) # => "h"
1435
+ "hello".at(4) # => "o"
1436
+ "hello".at(-1) # => "o"
1437
+ "hello".at(10) # => nil
1438
+ ```
1439
+
1440
+ NOTE: Defined in `active_support/core_ext/string/access.rb`.
1441
+
1442
+ #### `from(position)`
1443
+
1444
+ Returns the substring of the string starting at position `position`:
1445
+
1446
+ ```ruby
1447
+ "hello".from(0) # => "hello"
1448
+ "hello".from(2) # => "llo"
1449
+ "hello".from(-2) # => "lo"
1450
+ "hello".from(10) # => "" if < 1.9, nil in 1.9
1451
+ ```
1452
+
1453
+ NOTE: Defined in `active_support/core_ext/string/access.rb`.
1454
+
1455
+ #### `to(position)`
1456
+
1457
+ Returns the substring of the string up to position `position`:
1458
+
1459
+ ```ruby
1460
+ "hello".to(0) # => "h"
1461
+ "hello".to(2) # => "hel"
1462
+ "hello".to(-2) # => "hell"
1463
+ "hello".to(10) # => "hello"
1464
+ ```
1465
+
1466
+ NOTE: Defined in `active_support/core_ext/string/access.rb`.
1467
+
1468
+ #### `first(limit = 1)`
1469
+
1470
+ The call `str.first(n)` is equivalent to `str.to(n-1)` if `n` > 0, and returns an empty string for `n` == 0.
1471
+
1472
+ NOTE: Defined in `active_support/core_ext/string/access.rb`.
1473
+
1474
+ #### `last(limit = 1)`
1475
+
1476
+ The call `str.last(n)` is equivalent to `str.from(-n)` if `n` > 0, and returns an empty string for `n` == 0.
1477
+
1478
+ NOTE: Defined in `active_support/core_ext/string/access.rb`.
1479
+
1480
+ ### Inflections
1481
+
1482
+ #### `pluralize`
1483
+
1484
+ The method `pluralize` returns the plural of its receiver:
1485
+
1486
+ ```ruby
1487
+ "table".pluralize # => "tables"
1488
+ "ruby".pluralize # => "rubies"
1489
+ "equipment".pluralize # => "equipment"
1490
+ ```
1491
+
1492
+ As the previous example shows, Active Support knows some irregular plurals and uncountable nouns. Built-in rules can be extended in `config/initializers/inflections.rb`. That file is generated by the `rails` command and has instructions in comments.
1493
+
1494
+ `pluralize` can also take an optional `count` parameter. If `count == 1` the singular form will be returned. For any other value of `count` the plural form will be returned:
1495
+
1496
+ ```ruby
1497
+ "dude".pluralize(0) # => "dudes"
1498
+ "dude".pluralize(1) # => "dude"
1499
+ "dude".pluralize(2) # => "dudes"
1500
+ ```
1501
+
1502
+ Active Record uses this method to compute the default table name that corresponds to a model:
1503
+
1504
+ ```ruby
1505
+ # active_record/model_schema.rb
1506
+ def undecorated_table_name(class_name = base_class.name)
1507
+ table_name = class_name.to_s.demodulize.underscore
1508
+ pluralize_table_names ? table_name.pluralize : table_name
1509
+ end
1510
+ ```
1511
+
1512
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1513
+
1514
+ #### `singularize`
1515
+
1516
+ The inverse of `pluralize`:
1517
+
1518
+ ```ruby
1519
+ "tables".singularize # => "table"
1520
+ "rubies".singularize # => "ruby"
1521
+ "equipment".singularize # => "equipment"
1522
+ ```
1523
+
1524
+ Associations compute the name of the corresponding default associated class using this method:
1525
+
1526
+ ```ruby
1527
+ # active_record/reflection.rb
1528
+ def derive_class_name
1529
+ class_name = name.to_s.camelize
1530
+ class_name = class_name.singularize if collection?
1531
+ class_name
1532
+ end
1533
+ ```
1534
+
1535
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1536
+
1537
+ #### `camelize`
1538
+
1539
+ The method `camelize` returns its receiver in camel case:
1540
+
1541
+ ```ruby
1542
+ "product".camelize # => "Product"
1543
+ "admin_user".camelize # => "AdminUser"
1544
+ ```
1545
+
1546
+ As a rule of thumb you can think of this method as the one that transforms paths into Ruby class or module names, where slashes separate namespaces:
1547
+
1548
+ ```ruby
1549
+ "backoffice/session".camelize # => "Backoffice::Session"
1550
+ ```
1551
+
1552
+ For example, Action Pack uses this method to load the class that provides a certain session store:
1553
+
1554
+ ```ruby
1555
+ # action_controller/metal/session_management.rb
1556
+ def session_store=(store)
1557
+ @@session_store = store.is_a?(Symbol) ?
1558
+ ActionDispatch::Session.const_get(store.to_s.camelize) :
1559
+ store
1560
+ end
1561
+ ```
1562
+
1563
+ `camelize` accepts an optional argument, it can be `:upper` (default), or `:lower`. With the latter the first letter becomes lowercase:
1564
+
1565
+ ```ruby
1566
+ "visual_effect".camelize(:lower) # => "visualEffect"
1567
+ ```
1568
+
1569
+ That may be handy to compute method names in a language that follows that convention, for example JavaScript.
1570
+
1571
+ INFO: As a rule of thumb you can think of `camelize` as the inverse of `underscore`, though there are cases where that does not hold: `"SSLError".underscore.camelize` gives back `"SslError"`. To support cases such as this, Active Support allows you to specify acronyms in `config/initializers/inflections.rb`:
1572
+
1573
+ ```ruby
1574
+ ActiveSupport::Inflector.inflections do |inflect|
1575
+ inflect.acronym 'SSL'
1576
+ end
1577
+
1578
+ "SSLError".underscore.camelize # => "SSLError"
1579
+ ```
1580
+
1581
+ `camelize` is aliased to `camelcase`.
1582
+
1583
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1584
+
1585
+ #### `underscore`
1586
+
1587
+ The method `underscore` goes the other way around, from camel case to paths:
1588
+
1589
+ ```ruby
1590
+ "Product".underscore # => "product"
1591
+ "AdminUser".underscore # => "admin_user"
1592
+ ```
1593
+
1594
+ Also converts "::" back to "/":
1595
+
1596
+ ```ruby
1597
+ "Backoffice::Session".underscore # => "backoffice/session"
1598
+ ```
1599
+
1600
+ and understands strings that start with lowercase:
1601
+
1602
+ ```ruby
1603
+ "visualEffect".underscore # => "visual_effect"
1604
+ ```
1605
+
1606
+ `underscore` accepts no argument though.
1607
+
1608
+ Rails class and module autoloading uses `underscore` to infer the relative path without extension of a file that would define a given missing constant:
1609
+
1610
+ ```ruby
1611
+ # active_support/dependencies.rb
1612
+ def load_missing_constant(from_mod, const_name)
1613
+ ...
1614
+ qualified_name = qualified_name_for from_mod, const_name
1615
+ path_suffix = qualified_name.underscore
1616
+ ...
1617
+ end
1618
+ ```
1619
+
1620
+ INFO: As a rule of thumb you can think of `underscore` as the inverse of `camelize`, though there are cases where that does not hold. For example, `"SSLError".underscore.camelize` gives back `"SslError"`.
1621
+
1622
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1623
+
1624
+ #### `titleize`
1625
+
1626
+ The method `titleize` capitalizes the words in the receiver:
1627
+
1628
+ ```ruby
1629
+ "alice in wonderland".titleize # => "Alice In Wonderland"
1630
+ "fermat's enigma".titleize # => "Fermat's Enigma"
1631
+ ```
1632
+
1633
+ `titleize` is aliased to `titlecase`.
1634
+
1635
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1636
+
1637
+ #### `dasherize`
1638
+
1639
+ The method `dasherize` replaces the underscores in the receiver with dashes:
1640
+
1641
+ ```ruby
1642
+ "name".dasherize # => "name"
1643
+ "contact_data".dasherize # => "contact-data"
1644
+ ```
1645
+
1646
+ The XML serializer of models uses this method to dasherize node names:
1647
+
1648
+ ```ruby
1649
+ # active_model/serializers/xml.rb
1650
+ def reformat_name(name)
1651
+ name = name.camelize if camelize?
1652
+ dasherize? ? name.dasherize : name
1653
+ end
1654
+ ```
1655
+
1656
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1657
+
1658
+ #### `demodulize`
1659
+
1660
+ Given a string with a qualified constant name, `demodulize` returns the very constant name, that is, the rightmost part of it:
1661
+
1662
+ ```ruby
1663
+ "Product".demodulize # => "Product"
1664
+ "Backoffice::UsersController".demodulize # => "UsersController"
1665
+ "Admin::Hotel::ReservationUtils".demodulize # => "ReservationUtils"
1666
+ "::Inflections".demodulize # => "Inflections"
1667
+ "".demodulize # => ""
1668
+
1669
+ ```
1670
+
1671
+ Active Record for example uses this method to compute the name of a counter cache column:
1672
+
1673
+ ```ruby
1674
+ # active_record/reflection.rb
1675
+ def counter_cache_column
1676
+ if options[:counter_cache] == true
1677
+ "#{active_record.name.demodulize.underscore.pluralize}_count"
1678
+ elsif options[:counter_cache]
1679
+ options[:counter_cache]
1680
+ end
1681
+ end
1682
+ ```
1683
+
1684
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1685
+
1686
+ #### `deconstantize`
1687
+
1688
+ Given a string with a qualified constant reference expression, `deconstantize` removes the rightmost segment, generally leaving the name of the constant's container:
1689
+
1690
+ ```ruby
1691
+ "Product".deconstantize # => ""
1692
+ "Backoffice::UsersController".deconstantize # => "Backoffice"
1693
+ "Admin::Hotel::ReservationUtils".deconstantize # => "Admin::Hotel"
1694
+ ```
1695
+
1696
+ Active Support for example uses this method in `Module#qualified_const_set`:
1697
+
1698
+ ```ruby
1699
+ def qualified_const_set(path, value)
1700
+ QualifiedConstUtils.raise_if_absolute(path)
1701
+
1702
+ const_name = path.demodulize
1703
+ mod_name = path.deconstantize
1704
+ mod = mod_name.empty? ? self : qualified_const_get(mod_name)
1705
+ mod.const_set(const_name, value)
1706
+ end
1707
+ ```
1708
+
1709
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1710
+
1711
+ #### `parameterize`
1712
+
1713
+ The method `parameterize` normalizes its receiver in a way that can be used in pretty URLs.
1714
+
1715
+ ```ruby
1716
+ "John Smith".parameterize # => "john-smith"
1717
+ "Kurt Gödel".parameterize # => "kurt-godel"
1718
+ ```
1719
+
1720
+ In fact, the result string is wrapped in an instance of `ActiveSupport::Multibyte::Chars`.
1721
+
1722
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1723
+
1724
+ #### `tableize`
1725
+
1726
+ The method `tableize` is `underscore` followed by `pluralize`.
1727
+
1728
+ ```ruby
1729
+ "Person".tableize # => "people"
1730
+ "Invoice".tableize # => "invoices"
1731
+ "InvoiceLine".tableize # => "invoice_lines"
1732
+ ```
1733
+
1734
+ As a rule of thumb, `tableize` returns the table name that corresponds to a given model for simple cases. The actual implementation in Active Record is not straight `tableize` indeed, because it also demodulizes the class name and checks a few options that may affect the returned string.
1735
+
1736
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1737
+
1738
+ #### `classify`
1739
+
1740
+ The method `classify` is the inverse of `tableize`. It gives you the class name corresponding to a table name:
1741
+
1742
+ ```ruby
1743
+ "people".classify # => "Person"
1744
+ "invoices".classify # => "Invoice"
1745
+ "invoice_lines".classify # => "InvoiceLine"
1746
+ ```
1747
+
1748
+ The method understands qualified table names:
1749
+
1750
+ ```ruby
1751
+ "highrise_production.companies".classify # => "Company"
1752
+ ```
1753
+
1754
+ Note that `classify` returns a class name as a string. You can get the actual class object invoking `constantize` on it, explained next.
1755
+
1756
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1757
+
1758
+ #### `constantize`
1759
+
1760
+ The method `constantize` resolves the constant reference expression in its receiver:
1761
+
1762
+ ```ruby
1763
+ "Fixnum".constantize # => Fixnum
1764
+
1765
+ module M
1766
+ X = 1
1767
+ end
1768
+ "M::X".constantize # => 1
1769
+ ```
1770
+
1771
+ If the string evaluates to no known constant, or its content is not even a valid constant name, `constantize` raises `NameError`.
1772
+
1773
+ Constant name resolution by `constantize` starts always at the top-level `Object` even if there is no leading "::".
1774
+
1775
+ ```ruby
1776
+ X = :in_Object
1777
+ module M
1778
+ X = :in_M
1779
+
1780
+ X # => :in_M
1781
+ "::X".constantize # => :in_Object
1782
+ "X".constantize # => :in_Object (!)
1783
+ end
1784
+ ```
1785
+
1786
+ So, it is in general not equivalent to what Ruby would do in the same spot, had a real constant be evaluated.
1787
+
1788
+ Mailer test cases obtain the mailer being tested from the name of the test class using `constantize`:
1789
+
1790
+ ```ruby
1791
+ # action_mailer/test_case.rb
1792
+ def determine_default_mailer(name)
1793
+ name.sub(/Test$/, '').constantize
1794
+ rescue NameError => e
1795
+ raise NonInferrableMailerError.new(name)
1796
+ end
1797
+ ```
1798
+
1799
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1800
+
1801
+ #### `humanize`
1802
+
1803
+ The method `humanize` tweaks an attribute name for display to end users.
1804
+
1805
+ Specifically performs these transformations:
1806
+
1807
+ * Applies human inflection rules to the argument.
1808
+ * Deletes leading underscores, if any.
1809
+ * Removes a "_id" suffix if present.
1810
+ * Replaces underscores with spaces, if any.
1811
+ * Downcases all words except acronyms.
1812
+ * Capitalizes the first word.
1813
+
1814
+ The capitalization of the first word can be turned off by setting the
1815
+ +:capitalize+ option to false (default is true).
1816
+
1817
+ ```ruby
1818
+ "name".humanize # => "Name"
1819
+ "author_id".humanize # => "Author"
1820
+ "author_id".humanize(capitalize: false) # => "author"
1821
+ "comments_count".humanize # => "Comments count"
1822
+ "_id".humanize # => "Id"
1823
+ ```
1824
+
1825
+ If "SSL" was defined to be an acronym:
1826
+
1827
+ ```ruby
1828
+ 'ssl_error'.humanize # => "SSL error"
1829
+ ```
1830
+
1831
+ The helper method `full_messages` uses `humanize` as a fallback to include
1832
+ attribute names:
1833
+
1834
+ ```ruby
1835
+ def full_messages
1836
+ map { |attribute, message| full_message(attribute, message) }
1837
+ end
1838
+
1839
+ def full_message
1840
+ ...
1841
+ attr_name = attribute.to_s.tr('.', '_').humanize
1842
+ attr_name = @base.class.human_attribute_name(attribute, default: attr_name)
1843
+ ...
1844
+ end
1845
+ ```
1846
+
1847
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1848
+
1849
+ #### `foreign_key`
1850
+
1851
+ The method `foreign_key` gives a foreign key column name from a class name. To do so it demodulizes, underscores, and adds "_id":
1852
+
1853
+ ```ruby
1854
+ "User".foreign_key # => "user_id"
1855
+ "InvoiceLine".foreign_key # => "invoice_line_id"
1856
+ "Admin::Session".foreign_key # => "session_id"
1857
+ ```
1858
+
1859
+ Pass a false argument if you do not want the underscore in "_id":
1860
+
1861
+ ```ruby
1862
+ "User".foreign_key(false) # => "userid"
1863
+ ```
1864
+
1865
+ Associations use this method to infer foreign keys, for example `has_one` and `has_many` do this:
1866
+
1867
+ ```ruby
1868
+ # active_record/associations.rb
1869
+ foreign_key = options[:foreign_key] || reflection.active_record.name.foreign_key
1870
+ ```
1871
+
1872
+ NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
1873
+
1874
+ ### Conversions
1875
+
1876
+ #### `to_date`, `to_time`, `to_datetime`
1877
+
1878
+ The methods `to_date`, `to_time`, and `to_datetime` are basically convenience wrappers around `Date._parse`:
1879
+
1880
+ ```ruby
1881
+ "2010-07-27".to_date # => Tue, 27 Jul 2010
1882
+ "2010-07-27 23:37:00".to_time # => Tue Jul 27 23:37:00 UTC 2010
1883
+ "2010-07-27 23:37:00".to_datetime # => Tue, 27 Jul 2010 23:37:00 +0000
1884
+ ```
1885
+
1886
+ `to_time` receives an optional argument `:utc` or `:local`, to indicate which time zone you want the time in:
1887
+
1888
+ ```ruby
1889
+ "2010-07-27 23:42:00".to_time(:utc) # => Tue Jul 27 23:42:00 UTC 2010
1890
+ "2010-07-27 23:42:00".to_time(:local) # => Tue Jul 27 23:42:00 +0200 2010
1891
+ ```
1892
+
1893
+ Default is `:utc`.
1894
+
1895
+ Please refer to the documentation of `Date._parse` for further details.
1896
+
1897
+ INFO: The three of them return `nil` for blank receivers.
1898
+
1899
+ NOTE: Defined in `active_support/core_ext/string/conversions.rb`.
1900
+
1901
+ Extensions to `Numeric`
1902
+ -----------------------
1903
+
1904
+ ### Bytes
1905
+
1906
+ All numbers respond to these methods:
1907
+
1908
+ ```ruby
1909
+ bytes
1910
+ kilobytes
1911
+ megabytes
1912
+ gigabytes
1913
+ terabytes
1914
+ petabytes
1915
+ exabytes
1916
+ ```
1917
+
1918
+ They return the corresponding amount of bytes, using a conversion factor of 1024:
1919
+
1920
+ ```ruby
1921
+ 2.kilobytes # => 2048
1922
+ 3.megabytes # => 3145728
1923
+ 3.5.gigabytes # => 3758096384
1924
+ -4.exabytes # => -4611686018427387904
1925
+ ```
1926
+
1927
+ Singular forms are aliased so you are able to say:
1928
+
1929
+ ```ruby
1930
+ 1.megabyte # => 1048576
1931
+ ```
1932
+
1933
+ NOTE: Defined in `active_support/core_ext/numeric/bytes.rb`.
1934
+
1935
+ ### Time
1936
+
1937
+ Enables the use of time calculations and declarations, like `45.minutes + 2.hours + 4.years`.
1938
+
1939
+ These methods use Time#advance for precise date calculations when using from_now, ago, etc.
1940
+ as well as adding or subtracting their results from a Time object. For example:
1941
+
1942
+ ```ruby
1943
+ # equivalent to Time.current.advance(months: 1)
1944
+ 1.month.from_now
1945
+
1946
+ # equivalent to Time.current.advance(years: 2)
1947
+ 2.years.from_now
1948
+
1949
+ # equivalent to Time.current.advance(months: 4, years: 5)
1950
+ (4.months + 5.years).from_now
1951
+ ```
1952
+
1953
+ ### Formatting
1954
+
1955
+ Enables the formatting of numbers in a variety of ways.
1956
+
1957
+ Produce a string representation of a number as a telephone number:
1958
+
1959
+ ```ruby
1960
+ 5551234.to_s(:phone)
1961
+ # => 555-1234
1962
+ 1235551234.to_s(:phone)
1963
+ # => 123-555-1234
1964
+ 1235551234.to_s(:phone, area_code: true)
1965
+ # => (123) 555-1234
1966
+ 1235551234.to_s(:phone, delimiter: " ")
1967
+ # => 123 555 1234
1968
+ 1235551234.to_s(:phone, area_code: true, extension: 555)
1969
+ # => (123) 555-1234 x 555
1970
+ 1235551234.to_s(:phone, country_code: 1)
1971
+ # => +1-123-555-1234
1972
+ ```
1973
+
1974
+ Produce a string representation of a number as currency:
1975
+
1976
+ ```ruby
1977
+ 1234567890.50.to_s(:currency) # => $1,234,567,890.50
1978
+ 1234567890.506.to_s(:currency) # => $1,234,567,890.51
1979
+ 1234567890.506.to_s(:currency, precision: 3) # => $1,234,567,890.506
1980
+ ```
1981
+
1982
+ Produce a string representation of a number as a percentage:
1983
+
1984
+ ```ruby
1985
+ 100.to_s(:percentage)
1986
+ # => 100.000%
1987
+ 100.to_s(:percentage, precision: 0)
1988
+ # => 100%
1989
+ 1000.to_s(:percentage, delimiter: '.', separator: ',')
1990
+ # => 1.000,000%
1991
+ 302.24398923423.to_s(:percentage, precision: 5)
1992
+ # => 302.24399%
1993
+ ```
1994
+
1995
+ Produce a string representation of a number in delimited form:
1996
+
1997
+ ```ruby
1998
+ 12345678.to_s(:delimited) # => 12,345,678
1999
+ 12345678.05.to_s(:delimited) # => 12,345,678.05
2000
+ 12345678.to_s(:delimited, delimiter: ".") # => 12.345.678
2001
+ 12345678.to_s(:delimited, delimiter: ",") # => 12,345,678
2002
+ 12345678.05.to_s(:delimited, separator: " ") # => 12,345,678 05
2003
+ ```
2004
+
2005
+ Produce a string representation of a number rounded to a precision:
2006
+
2007
+ ```ruby
2008
+ 111.2345.to_s(:rounded) # => 111.235
2009
+ 111.2345.to_s(:rounded, precision: 2) # => 111.23
2010
+ 13.to_s(:rounded, precision: 5) # => 13.00000
2011
+ 389.32314.to_s(:rounded, precision: 0) # => 389
2012
+ 111.2345.to_s(:rounded, significant: true) # => 111
2013
+ ```
2014
+
2015
+ Produce a string representation of a number as a human-readable number of bytes:
2016
+
2017
+ ```ruby
2018
+ 123.to_s(:human_size) # => 123 Bytes
2019
+ 1234.to_s(:human_size) # => 1.21 KB
2020
+ 12345.to_s(:human_size) # => 12.1 KB
2021
+ 1234567.to_s(:human_size) # => 1.18 MB
2022
+ 1234567890.to_s(:human_size) # => 1.15 GB
2023
+ 1234567890123.to_s(:human_size) # => 1.12 TB
2024
+ ```
2025
+
2026
+ Produce a string representation of a number in human-readable words:
2027
+
2028
+ ```ruby
2029
+ 123.to_s(:human) # => "123"
2030
+ 1234.to_s(:human) # => "1.23 Thousand"
2031
+ 12345.to_s(:human) # => "12.3 Thousand"
2032
+ 1234567.to_s(:human) # => "1.23 Million"
2033
+ 1234567890.to_s(:human) # => "1.23 Billion"
2034
+ 1234567890123.to_s(:human) # => "1.23 Trillion"
2035
+ 1234567890123456.to_s(:human) # => "1.23 Quadrillion"
2036
+ ```
2037
+
2038
+ NOTE: Defined in `active_support/core_ext/numeric/conversions.rb`.
2039
+
2040
+ Extensions to `Integer`
2041
+ -----------------------
2042
+
2043
+ ### `multiple_of?`
2044
+
2045
+ The method `multiple_of?` tests whether an integer is multiple of the argument:
2046
+
2047
+ ```ruby
2048
+ 2.multiple_of?(1) # => true
2049
+ 1.multiple_of?(2) # => false
2050
+ ```
2051
+
2052
+ NOTE: Defined in `active_support/core_ext/integer/multiple.rb`.
2053
+
2054
+ ### `ordinal`
2055
+
2056
+ The method `ordinal` returns the ordinal suffix string corresponding to the receiver integer:
2057
+
2058
+ ```ruby
2059
+ 1.ordinal # => "st"
2060
+ 2.ordinal # => "nd"
2061
+ 53.ordinal # => "rd"
2062
+ 2009.ordinal # => "th"
2063
+ -21.ordinal # => "st"
2064
+ -134.ordinal # => "th"
2065
+ ```
2066
+
2067
+ NOTE: Defined in `active_support/core_ext/integer/inflections.rb`.
2068
+
2069
+ ### `ordinalize`
2070
+
2071
+ The method `ordinalize` returns the ordinal string corresponding to the receiver integer. In comparison, note that the `ordinal` method returns **only** the suffix string.
2072
+
2073
+ ```ruby
2074
+ 1.ordinalize # => "1st"
2075
+ 2.ordinalize # => "2nd"
2076
+ 53.ordinalize # => "53rd"
2077
+ 2009.ordinalize # => "2009th"
2078
+ -21.ordinalize # => "-21st"
2079
+ -134.ordinalize # => "-134th"
2080
+ ```
2081
+
2082
+ NOTE: Defined in `active_support/core_ext/integer/inflections.rb`.
2083
+
2084
+ Extensions to `BigDecimal`
2085
+ --------------------------
2086
+ ### `to_s`
2087
+
2088
+ The method `to_s` is aliased to `to_formatted_s`. This provides a convenient way to display a BigDecimal value in floating-point notation:
2089
+
2090
+ ```ruby
2091
+ BigDecimal.new(5.00, 6).to_s # => "5.0"
2092
+ ```
2093
+
2094
+ ### `to_formatted_s`
2095
+
2096
+ Te method `to_formatted_s` provides a default specifier of "F". This means that a simple call to `to_formatted_s` or `to_s` will result in floating point representation instead of engineering notation:
2097
+
2098
+ ```ruby
2099
+ BigDecimal.new(5.00, 6).to_formatted_s # => "5.0"
2100
+ ```
2101
+
2102
+ and that symbol specifiers are also supported:
2103
+
2104
+ ```ruby
2105
+ BigDecimal.new(5.00, 6).to_formatted_s(:db) # => "5.0"
2106
+ ```
2107
+
2108
+ Engineering notation is still supported:
2109
+
2110
+ ```ruby
2111
+ BigDecimal.new(5.00, 6).to_formatted_s("e") # => "0.5E1"
2112
+ ```
2113
+
2114
+ Extensions to `Enumerable`
2115
+ --------------------------
2116
+
2117
+ ### `sum`
2118
+
2119
+ The method `sum` adds the elements of an enumerable:
2120
+
2121
+ ```ruby
2122
+ [1, 2, 3].sum # => 6
2123
+ (1..100).sum # => 5050
2124
+ ```
2125
+
2126
+ Addition only assumes the elements respond to `+`:
2127
+
2128
+ ```ruby
2129
+ [[1, 2], [2, 3], [3, 4]].sum # => [1, 2, 2, 3, 3, 4]
2130
+ %w(foo bar baz).sum # => "foobarbaz"
2131
+ {a: 1, b: 2, c: 3}.sum # => [:b, 2, :c, 3, :a, 1]
2132
+ ```
2133
+
2134
+ The sum of an empty collection is zero by default, but this is customizable:
2135
+
2136
+ ```ruby
2137
+ [].sum # => 0
2138
+ [].sum(1) # => 1
2139
+ ```
2140
+
2141
+ If a block is given, `sum` becomes an iterator that yields the elements of the collection and sums the returned values:
2142
+
2143
+ ```ruby
2144
+ (1..5).sum {|n| n * 2 } # => 30
2145
+ [2, 4, 6, 8, 10].sum # => 30
2146
+ ```
2147
+
2148
+ The sum of an empty receiver can be customized in this form as well:
2149
+
2150
+ ```ruby
2151
+ [].sum(1) {|n| n**3} # => 1
2152
+ ```
2153
+
2154
+ NOTE: Defined in `active_support/core_ext/enumerable.rb`.
2155
+
2156
+ ### `index_by`
2157
+
2158
+ The method `index_by` generates a hash with the elements of an enumerable indexed by some key.
2159
+
2160
+ It iterates through the collection and passes each element to a block. The element will be keyed by the value returned by the block:
2161
+
2162
+ ```ruby
2163
+ invoices.index_by(&:number)
2164
+ # => {'2009-032' => <Invoice ...>, '2009-008' => <Invoice ...>, ...}
2165
+ ```
2166
+
2167
+ WARNING. Keys should normally be unique. If the block returns the same value for different elements no collection is built for that key. The last item will win.
2168
+
2169
+ NOTE: Defined in `active_support/core_ext/enumerable.rb`.
2170
+
2171
+ ### `many?`
2172
+
2173
+ The method `many?` is shorthand for `collection.size > 1`:
2174
+
2175
+ ```erb
2176
+ <% if pages.many? %>
2177
+ <%= pagination_links %>
2178
+ <% end %>
2179
+ ```
2180
+
2181
+ If an optional block is given, `many?` only takes into account those elements that return true:
2182
+
2183
+ ```ruby
2184
+ @see_more = videos.many? {|video| video.category == params[:category]}
2185
+ ```
2186
+
2187
+ NOTE: Defined in `active_support/core_ext/enumerable.rb`.
2188
+
2189
+ ### `exclude?`
2190
+
2191
+ The predicate `exclude?` tests whether a given object does **not** belong to the collection. It is the negation of the built-in `include?`:
2192
+
2193
+ ```ruby
2194
+ to_visit << node if visited.exclude?(node)
2195
+ ```
2196
+
2197
+ NOTE: Defined in `active_support/core_ext/enumerable.rb`.
2198
+
2199
+ Extensions to `Array`
2200
+ ---------------------
2201
+
2202
+ ### Accessing
2203
+
2204
+ Active Support augments the API of arrays to ease certain ways of accessing them. For example, `to` returns the subarray of elements up to the one at the passed index:
2205
+
2206
+ ```ruby
2207
+ %w(a b c d).to(2) # => %w(a b c)
2208
+ [].to(7) # => []
2209
+ ```
2210
+
2211
+ Similarly, `from` returns the tail from the element at the passed index to the end. If the index is greater than the length of the array, it returns an empty array.
2212
+
2213
+ ```ruby
2214
+ %w(a b c d).from(2) # => %w(c d)
2215
+ %w(a b c d).from(10) # => []
2216
+ [].from(0) # => []
2217
+ ```
2218
+
2219
+ The methods `second`, `third`, `fourth`, and `fifth` return the corresponding element (`first` is built-in). Thanks to social wisdom and positive constructiveness all around, `forty_two` is also available.
2220
+
2221
+ ```ruby
2222
+ %w(a b c d).third # => c
2223
+ %w(a b c d).fifth # => nil
2224
+ ```
2225
+
2226
+ NOTE: Defined in `active_support/core_ext/array/access.rb`.
2227
+
2228
+ ### Adding Elements
2229
+
2230
+ #### `prepend`
2231
+
2232
+ This method is an alias of `Array#unshift`.
2233
+
2234
+ ```ruby
2235
+ %w(a b c d).prepend('e') # => %w(e a b c d)
2236
+ [].prepend(10) # => [10]
2237
+ ```
2238
+
2239
+ NOTE: Defined in `active_support/core_ext/array/prepend_and_append.rb`.
2240
+
2241
+ #### `append`
2242
+
2243
+ This method is an alias of `Array#<<`.
2244
+
2245
+ ```ruby
2246
+ %w(a b c d).append('e') # => %w(a b c d e)
2247
+ [].append([1,2]) # => [[1,2]]
2248
+ ```
2249
+
2250
+ NOTE: Defined in `active_support/core_ext/array/prepend_and_append.rb`.
2251
+
2252
+ ### Options Extraction
2253
+
2254
+ When the last argument in a method call is a hash, except perhaps for a `&block` argument, Ruby allows you to omit the brackets:
2255
+
2256
+ ```ruby
2257
+ User.exists?(email: params[:email])
2258
+ ```
2259
+
2260
+ That syntactic sugar is used a lot in Rails to avoid positional arguments where there would be too many, offering instead interfaces that emulate named parameters. In particular it is very idiomatic to use a trailing hash for options.
2261
+
2262
+ If a method expects a variable number of arguments and uses `*` in its declaration, however, such an options hash ends up being an item of the array of arguments, where it loses its role.
2263
+
2264
+ In those cases, you may give an options hash a distinguished treatment with `extract_options!`. This method checks the type of the last item of an array. If it is a hash it pops it and returns it, otherwise it returns an empty hash.
2265
+
2266
+ Let's see for example the definition of the `caches_action` controller macro:
2267
+
2268
+ ```ruby
2269
+ def caches_action(*actions)
2270
+ return unless cache_configured?
2271
+ options = actions.extract_options!
2272
+ ...
2273
+ end
2274
+ ```
2275
+
2276
+ This method receives an arbitrary number of action names, and an optional hash of options as last argument. With the call to `extract_options!` you obtain the options hash and remove it from `actions` in a simple and explicit way.
2277
+
2278
+ NOTE: Defined in `active_support/core_ext/array/extract_options.rb`.
2279
+
2280
+ ### Conversions
2281
+
2282
+ #### `to_sentence`
2283
+
2284
+ The method `to_sentence` turns an array into a string containing a sentence that enumerates its items:
2285
+
2286
+ ```ruby
2287
+ %w().to_sentence # => ""
2288
+ %w(Earth).to_sentence # => "Earth"
2289
+ %w(Earth Wind).to_sentence # => "Earth and Wind"
2290
+ %w(Earth Wind Fire).to_sentence # => "Earth, Wind, and Fire"
2291
+ ```
2292
+
2293
+ This method accepts three options:
2294
+
2295
+ * `:two_words_connector`: What is used for arrays of length 2. Default is " and ".
2296
+ * `:words_connector`: What is used to join the elements of arrays with 3 or more elements, except for the last two. Default is ", ".
2297
+ * `:last_word_connector`: What is used to join the last items of an array with 3 or more elements. Default is ", and ".
2298
+
2299
+ The defaults for these options can be localized, their keys are:
2300
+
2301
+ | Option | I18n key |
2302
+ | ---------------------- | ----------------------------------- |
2303
+ | `:two_words_connector` | `support.array.two_words_connector` |
2304
+ | `:words_connector` | `support.array.words_connector` |
2305
+ | `:last_word_connector` | `support.array.last_word_connector` |
2306
+
2307
+ NOTE: Defined in `active_support/core_ext/array/conversions.rb`.
2308
+
2309
+ #### `to_formatted_s`
2310
+
2311
+ The method `to_formatted_s` acts like `to_s` by default.
2312
+
2313
+ If the array contains items that respond to `id`, however, the symbol
2314
+ `:db` may be passed as argument. That's typically used with
2315
+ collections of Active Record objects. Returned strings are:
2316
+
2317
+ ```ruby
2318
+ [].to_formatted_s(:db) # => "null"
2319
+ [user].to_formatted_s(:db) # => "8456"
2320
+ invoice.lines.to_formatted_s(:db) # => "23,567,556,12"
2321
+ ```
2322
+
2323
+ Integers in the example above are supposed to come from the respective calls to `id`.
2324
+
2325
+ NOTE: Defined in `active_support/core_ext/array/conversions.rb`.
2326
+
2327
+ #### `to_xml`
2328
+
2329
+ The method `to_xml` returns a string containing an XML representation of its receiver:
2330
+
2331
+ ```ruby
2332
+ Contributor.limit(2).order(:rank).to_xml
2333
+ # =>
2334
+ # <?xml version="1.0" encoding="UTF-8"?>
2335
+ # <contributors type="array">
2336
+ # <contributor>
2337
+ # <id type="integer">4356</id>
2338
+ # <name>Jeremy Kemper</name>
2339
+ # <rank type="integer">1</rank>
2340
+ # <url-id>jeremy-kemper</url-id>
2341
+ # </contributor>
2342
+ # <contributor>
2343
+ # <id type="integer">4404</id>
2344
+ # <name>David Heinemeier Hansson</name>
2345
+ # <rank type="integer">2</rank>
2346
+ # <url-id>david-heinemeier-hansson</url-id>
2347
+ # </contributor>
2348
+ # </contributors>
2349
+ ```
2350
+
2351
+ To do so it sends `to_xml` to every item in turn, and collects the results under a root node. All items must respond to `to_xml`, an exception is raised otherwise.
2352
+
2353
+ By default, the name of the root element is the underscorized and dasherized plural of the name of the class of the first item, provided the rest of elements belong to that type (checked with `is_a?`) and they are not hashes. In the example above that's "contributors".
2354
+
2355
+ If there's any element that does not belong to the type of the first one the root node becomes "objects":
2356
+
2357
+ ```ruby
2358
+ [Contributor.first, Commit.first].to_xml
2359
+ # =>
2360
+ # <?xml version="1.0" encoding="UTF-8"?>
2361
+ # <objects type="array">
2362
+ # <object>
2363
+ # <id type="integer">4583</id>
2364
+ # <name>Aaron Batalion</name>
2365
+ # <rank type="integer">53</rank>
2366
+ # <url-id>aaron-batalion</url-id>
2367
+ # </object>
2368
+ # <object>
2369
+ # <author>Joshua Peek</author>
2370
+ # <authored-timestamp type="datetime">2009-09-02T16:44:36Z</authored-timestamp>
2371
+ # <branch>origin/master</branch>
2372
+ # <committed-timestamp type="datetime">2009-09-02T16:44:36Z</committed-timestamp>
2373
+ # <committer>Joshua Peek</committer>
2374
+ # <git-show nil="true"></git-show>
2375
+ # <id type="integer">190316</id>
2376
+ # <imported-from-svn type="boolean">false</imported-from-svn>
2377
+ # <message>Kill AMo observing wrap_with_notifications since ARes was only using it</message>
2378
+ # <sha1>723a47bfb3708f968821bc969a9a3fc873a3ed58</sha1>
2379
+ # </object>
2380
+ # </objects>
2381
+ ```
2382
+
2383
+ If the receiver is an array of hashes the root element is by default also "objects":
2384
+
2385
+ ```ruby
2386
+ [{a: 1, b: 2}, {c: 3}].to_xml
2387
+ # =>
2388
+ # <?xml version="1.0" encoding="UTF-8"?>
2389
+ # <objects type="array">
2390
+ # <object>
2391
+ # <b type="integer">2</b>
2392
+ # <a type="integer">1</a>
2393
+ # </object>
2394
+ # <object>
2395
+ # <c type="integer">3</c>
2396
+ # </object>
2397
+ # </objects>
2398
+ ```
2399
+
2400
+ WARNING. If the collection is empty the root element is by default "nil-classes". That's a gotcha, for example the root element of the list of contributors above would not be "contributors" if the collection was empty, but "nil-classes". You may use the `:root` option to ensure a consistent root element.
2401
+
2402
+ The name of children nodes is by default the name of the root node singularized. In the examples above we've seen "contributor" and "object". The option `:children` allows you to set these node names.
2403
+
2404
+ The default XML builder is a fresh instance of `Builder::XmlMarkup`. You can configure your own builder via the `:builder` option. The method also accepts options like `:dasherize` and friends, they are forwarded to the builder:
2405
+
2406
+ ```ruby
2407
+ Contributor.limit(2).order(:rank).to_xml(skip_types: true)
2408
+ # =>
2409
+ # <?xml version="1.0" encoding="UTF-8"?>
2410
+ # <contributors>
2411
+ # <contributor>
2412
+ # <id>4356</id>
2413
+ # <name>Jeremy Kemper</name>
2414
+ # <rank>1</rank>
2415
+ # <url-id>jeremy-kemper</url-id>
2416
+ # </contributor>
2417
+ # <contributor>
2418
+ # <id>4404</id>
2419
+ # <name>David Heinemeier Hansson</name>
2420
+ # <rank>2</rank>
2421
+ # <url-id>david-heinemeier-hansson</url-id>
2422
+ # </contributor>
2423
+ # </contributors>
2424
+ ```
2425
+
2426
+ NOTE: Defined in `active_support/core_ext/array/conversions.rb`.
2427
+
2428
+ ### Wrapping
2429
+
2430
+ The method `Array.wrap` wraps its argument in an array unless it is already an array (or array-like).
2431
+
2432
+ Specifically:
2433
+
2434
+ * If the argument is `nil` an empty list is returned.
2435
+ * Otherwise, if the argument responds to `to_ary` it is invoked, and if the value of `to_ary` is not `nil`, it is returned.
2436
+ * Otherwise, an array with the argument as its single element is returned.
2437
+
2438
+ ```ruby
2439
+ Array.wrap(nil) # => []
2440
+ Array.wrap([1, 2, 3]) # => [1, 2, 3]
2441
+ Array.wrap(0) # => [0]
2442
+ ```
2443
+
2444
+ This method is similar in purpose to `Kernel#Array`, but there are some differences:
2445
+
2446
+ * If the argument responds to `to_ary` the method is invoked. `Kernel#Array` moves on to try `to_a` if the returned value is `nil`, but `Array.wrap` returns `nil` right away.
2447
+ * If the returned value from `to_ary` is neither `nil` nor an `Array` object, `Kernel#Array` raises an exception, while `Array.wrap` does not, it just returns the value.
2448
+ * It does not call `to_a` on the argument, though special-cases `nil` to return an empty array.
2449
+
2450
+ The last point is particularly worth comparing for some enumerables:
2451
+
2452
+ ```ruby
2453
+ Array.wrap(foo: :bar) # => [{:foo=>:bar}]
2454
+ Array(foo: :bar) # => [[:foo, :bar]]
2455
+ ```
2456
+
2457
+ There's also a related idiom that uses the splat operator:
2458
+
2459
+ ```ruby
2460
+ [*object]
2461
+ ```
2462
+
2463
+ which in Ruby 1.8 returns `[nil]` for `nil`, and calls to `Array(object)` otherwise. (Please if you know the exact behavior in 1.9 contact fxn.)
2464
+
2465
+ Thus, in this case the behavior is different for `nil`, and the differences with `Kernel#Array` explained above apply to the rest of `object`s.
2466
+
2467
+ NOTE: Defined in `active_support/core_ext/array/wrap.rb`.
2468
+
2469
+ ### Duplicating
2470
+
2471
+ The method `Array.deep_dup` duplicates itself and all objects inside
2472
+ recursively with Active Support method `Object#deep_dup`. It works like `Array#map` with sending `deep_dup` method to each object inside.
2473
+
2474
+ ```ruby
2475
+ array = [1, [2, 3]]
2476
+ dup = array.deep_dup
2477
+ dup[1][2] = 4
2478
+ array[1][2] == nil # => true
2479
+ ```
2480
+
2481
+ NOTE: Defined in `active_support/core_ext/object/deep_dup.rb`.
2482
+
2483
+ ### Grouping
2484
+
2485
+ #### `in_groups_of(number, fill_with = nil)`
2486
+
2487
+ The method `in_groups_of` splits an array into consecutive groups of a certain size. It returns an array with the groups:
2488
+
2489
+ ```ruby
2490
+ [1, 2, 3].in_groups_of(2) # => [[1, 2], [3, nil]]
2491
+ ```
2492
+
2493
+ or yields them in turn if a block is passed:
2494
+
2495
+ ```html+erb
2496
+ <% sample.in_groups_of(3) do |a, b, c| %>
2497
+ <tr>
2498
+ <td><%= a %></td>
2499
+ <td><%= b %></td>
2500
+ <td><%= c %></td>
2501
+ </tr>
2502
+ <% end %>
2503
+ ```
2504
+
2505
+ The first example shows `in_groups_of` fills the last group with as many `nil` elements as needed to have the requested size. You can change this padding value using the second optional argument:
2506
+
2507
+ ```ruby
2508
+ [1, 2, 3].in_groups_of(2, 0) # => [[1, 2], [3, 0]]
2509
+ ```
2510
+
2511
+ And you can tell the method not to fill the last group passing `false`:
2512
+
2513
+ ```ruby
2514
+ [1, 2, 3].in_groups_of(2, false) # => [[1, 2], [3]]
2515
+ ```
2516
+
2517
+ As a consequence `false` can't be a used as a padding value.
2518
+
2519
+ NOTE: Defined in `active_support/core_ext/array/grouping.rb`.
2520
+
2521
+ #### `in_groups(number, fill_with = nil)`
2522
+
2523
+ The method `in_groups` splits an array into a certain number of groups. The method returns an array with the groups:
2524
+
2525
+ ```ruby
2526
+ %w(1 2 3 4 5 6 7).in_groups(3)
2527
+ # => [["1", "2", "3"], ["4", "5", nil], ["6", "7", nil]]
2528
+ ```
2529
+
2530
+ or yields them in turn if a block is passed:
2531
+
2532
+ ```ruby
2533
+ %w(1 2 3 4 5 6 7).in_groups(3) {|group| p group}
2534
+ ["1", "2", "3"]
2535
+ ["4", "5", nil]
2536
+ ["6", "7", nil]
2537
+ ```
2538
+
2539
+ The examples above show that `in_groups` fills some groups with a trailing `nil` element as needed. A group can get at most one of these extra elements, the rightmost one if any. And the groups that have them are always the last ones.
2540
+
2541
+ You can change this padding value using the second optional argument:
2542
+
2543
+ ```ruby
2544
+ %w(1 2 3 4 5 6 7).in_groups(3, "0")
2545
+ # => [["1", "2", "3"], ["4", "5", "0"], ["6", "7", "0"]]
2546
+ ```
2547
+
2548
+ And you can tell the method not to fill the smaller groups passing `false`:
2549
+
2550
+ ```ruby
2551
+ %w(1 2 3 4 5 6 7).in_groups(3, false)
2552
+ # => [["1", "2", "3"], ["4", "5"], ["6", "7"]]
2553
+ ```
2554
+
2555
+ As a consequence `false` can't be a used as a padding value.
2556
+
2557
+ NOTE: Defined in `active_support/core_ext/array/grouping.rb`.
2558
+
2559
+ #### `split(value = nil)`
2560
+
2561
+ The method `split` divides an array by a separator and returns the resulting chunks.
2562
+
2563
+ If a block is passed the separators are those elements of the array for which the block returns true:
2564
+
2565
+ ```ruby
2566
+ (-5..5).to_a.split { |i| i.multiple_of?(4) }
2567
+ # => [[-5], [-3, -2, -1], [1, 2, 3], [5]]
2568
+ ```
2569
+
2570
+ Otherwise, the value received as argument, which defaults to `nil`, is the separator:
2571
+
2572
+ ```ruby
2573
+ [0, 1, -5, 1, 1, "foo", "bar"].split(1)
2574
+ # => [[0], [-5], [], ["foo", "bar"]]
2575
+ ```
2576
+
2577
+ TIP: Observe in the previous example that consecutive separators result in empty arrays.
2578
+
2579
+ NOTE: Defined in `active_support/core_ext/array/grouping.rb`.
2580
+
2581
+ Extensions to `Hash`
2582
+ --------------------
2583
+
2584
+ ### Conversions
2585
+
2586
+ #### `to_xml`
2587
+
2588
+ The method `to_xml` returns a string containing an XML representation of its receiver:
2589
+
2590
+ ```ruby
2591
+ {"foo" => 1, "bar" => 2}.to_xml
2592
+ # =>
2593
+ # <?xml version="1.0" encoding="UTF-8"?>
2594
+ # <hash>
2595
+ # <foo type="integer">1</foo>
2596
+ # <bar type="integer">2</bar>
2597
+ # </hash>
2598
+ ```
2599
+
2600
+ To do so, the method loops over the pairs and builds nodes that depend on the _values_. Given a pair `key`, `value`:
2601
+
2602
+ * If `value` is a hash there's a recursive call with `key` as `:root`.
2603
+
2604
+ * If `value` is an array there's a recursive call with `key` as `:root`, and `key` singularized as `:children`.
2605
+
2606
+ * If `value` is a callable object it must expect one or two arguments. Depending on the arity, the callable is invoked with the `options` hash as first argument with `key` as `:root`, and `key` singularized as second argument. Its return value becomes a new node.
2607
+
2608
+ * If `value` responds to `to_xml` the method is invoked with `key` as `:root`.
2609
+
2610
+ * Otherwise, a node with `key` as tag is created with a string representation of `value` as text node. If `value` is `nil` an attribute "nil" set to "true" is added. Unless the option `:skip_types` exists and is true, an attribute "type" is added as well according to the following mapping:
2611
+
2612
+ ```ruby
2613
+ XML_TYPE_NAMES = {
2614
+ "Symbol" => "symbol",
2615
+ "Fixnum" => "integer",
2616
+ "Bignum" => "integer",
2617
+ "BigDecimal" => "decimal",
2618
+ "Float" => "float",
2619
+ "TrueClass" => "boolean",
2620
+ "FalseClass" => "boolean",
2621
+ "Date" => "date",
2622
+ "DateTime" => "datetime",
2623
+ "Time" => "datetime"
2624
+ }
2625
+ ```
2626
+
2627
+ By default the root node is "hash", but that's configurable via the `:root` option.
2628
+
2629
+ The default XML builder is a fresh instance of `Builder::XmlMarkup`. You can configure your own builder with the `:builder` option. The method also accepts options like `:dasherize` and friends, they are forwarded to the builder.
2630
+
2631
+ NOTE: Defined in `active_support/core_ext/hash/conversions.rb`.
2632
+
2633
+ ### Merging
2634
+
2635
+ Ruby has a built-in method `Hash#merge` that merges two hashes:
2636
+
2637
+ ```ruby
2638
+ {a: 1, b: 1}.merge(a: 0, c: 2)
2639
+ # => {:a=>0, :b=>1, :c=>2}
2640
+ ```
2641
+
2642
+ Active Support defines a few more ways of merging hashes that may be convenient.
2643
+
2644
+ #### `reverse_merge` and `reverse_merge!`
2645
+
2646
+ In case of collision the key in the hash of the argument wins in `merge`. You can support option hashes with default values in a compact way with this idiom:
2647
+
2648
+ ```ruby
2649
+ options = {length: 30, omission: "..."}.merge(options)
2650
+ ```
2651
+
2652
+ Active Support defines `reverse_merge` in case you prefer this alternative notation:
2653
+
2654
+ ```ruby
2655
+ options = options.reverse_merge(length: 30, omission: "...")
2656
+ ```
2657
+
2658
+ And a bang version `reverse_merge!` that performs the merge in place:
2659
+
2660
+ ```ruby
2661
+ options.reverse_merge!(length: 30, omission: "...")
2662
+ ```
2663
+
2664
+ WARNING. Take into account that `reverse_merge!` may change the hash in the caller, which may or may not be a good idea.
2665
+
2666
+ NOTE: Defined in `active_support/core_ext/hash/reverse_merge.rb`.
2667
+
2668
+ #### `reverse_update`
2669
+
2670
+ The method `reverse_update` is an alias for `reverse_merge!`, explained above.
2671
+
2672
+ WARNING. Note that `reverse_update` has no bang.
2673
+
2674
+ NOTE: Defined in `active_support/core_ext/hash/reverse_merge.rb`.
2675
+
2676
+ #### `deep_merge` and `deep_merge!`
2677
+
2678
+ As you can see in the previous example if a key is found in both hashes the value in the one in the argument wins.
2679
+
2680
+ Active Support defines `Hash#deep_merge`. In a deep merge, if a key is found in both hashes and their values are hashes in turn, then their _merge_ becomes the value in the resulting hash:
2681
+
2682
+ ```ruby
2683
+ {a: {b: 1}}.deep_merge(a: {c: 2})
2684
+ # => {:a=>{:b=>1, :c=>2}}
2685
+ ```
2686
+
2687
+ The method `deep_merge!` performs a deep merge in place.
2688
+
2689
+ NOTE: Defined in `active_support/core_ext/hash/deep_merge.rb`.
2690
+
2691
+ ### Deep duplicating
2692
+
2693
+ The method `Hash.deep_dup` duplicates itself and all keys and values
2694
+ inside recursively with Active Support method `Object#deep_dup`. It works like `Enumerator#each_with_object` with sending `deep_dup` method to each pair inside.
2695
+
2696
+ ```ruby
2697
+ hash = { a: 1, b: { c: 2, d: [3, 4] } }
2698
+
2699
+ dup = hash.deep_dup
2700
+ dup[:b][:e] = 5
2701
+ dup[:b][:d] << 5
2702
+
2703
+ hash[:b][:e] == nil # => true
2704
+ hash[:b][:d] == [3, 4] # => true
2705
+ ```
2706
+
2707
+ NOTE: Defined in `active_support/core_ext/object/deep_dup.rb`.
2708
+
2709
+ ### Working with Keys
2710
+
2711
+ #### `except` and `except!`
2712
+
2713
+ The method `except` returns a hash with the keys in the argument list removed, if present:
2714
+
2715
+ ```ruby
2716
+ {a: 1, b: 2}.except(:a) # => {:b=>2}
2717
+ ```
2718
+
2719
+ If the receiver responds to `convert_key`, the method is called on each of the arguments. This allows `except` to play nice with hashes with indifferent access for instance:
2720
+
2721
+ ```ruby
2722
+ {a: 1}.with_indifferent_access.except(:a) # => {}
2723
+ {a: 1}.with_indifferent_access.except("a") # => {}
2724
+ ```
2725
+
2726
+ There's also the bang variant `except!` that removes keys in the very receiver.
2727
+
2728
+ NOTE: Defined in `active_support/core_ext/hash/except.rb`.
2729
+
2730
+ #### `transform_keys` and `transform_keys!`
2731
+
2732
+ The method `transform_keys` accepts a block and returns a hash that has applied the block operations to each of the keys in the receiver:
2733
+
2734
+ ```ruby
2735
+ {nil => nil, 1 => 1, a: :a}.transform_keys { |key| key.to_s.upcase }
2736
+ # => {"" => nil, "A" => :a, "1" => 1}
2737
+ ```
2738
+
2739
+ In case of key collision, one of the values will be chosen. The chosen value may not always be the same given the same hash:
2740
+
2741
+ ```ruby
2742
+ {"a" => 1, a: 2}.transform_keys { |key| key.to_s.upcase }
2743
+ # The result could either be
2744
+ # => {"A"=>2}
2745
+ # or
2746
+ # => {"A"=>1}
2747
+ ```
2748
+
2749
+ This method may be useful for example to build specialized conversions. For instance `stringify_keys` and `symbolize_keys` use `transform_keys` to perform their key conversions:
2750
+
2751
+ ```ruby
2752
+ def stringify_keys
2753
+ transform_keys { |key| key.to_s }
2754
+ end
2755
+ ...
2756
+ def symbolize_keys
2757
+ transform_keys { |key| key.to_sym rescue key }
2758
+ end
2759
+ ```
2760
+
2761
+ There's also the bang variant `transform_keys!` that applies the block operations to keys in the very receiver.
2762
+
2763
+ Besides that, one can use `deep_transform_keys` and `deep_transform_keys!` to perform the block operation on all the keys in the given hash and all the hashes nested into it. An example of the result is:
2764
+
2765
+ ```ruby
2766
+ {nil => nil, 1 => 1, nested: {a: 3, 5 => 5}}.deep_transform_keys { |key| key.to_s.upcase }
2767
+ # => {""=>nil, "1"=>1, "NESTED"=>{"A"=>3, "5"=>5}}
2768
+ ```
2769
+
2770
+ NOTE: Defined in `active_support/core_ext/hash/keys.rb`.
2771
+
2772
+ #### `stringify_keys` and `stringify_keys!`
2773
+
2774
+ The method `stringify_keys` returns a hash that has a stringified version of the keys in the receiver. It does so by sending `to_s` to them:
2775
+
2776
+ ```ruby
2777
+ {nil => nil, 1 => 1, a: :a}.stringify_keys
2778
+ # => {"" => nil, "a" => :a, "1" => 1}
2779
+ ```
2780
+
2781
+ In case of key collision, one of the values will be chosen. The chosen value may not always be the same given the same hash:
2782
+
2783
+ ```ruby
2784
+ {"a" => 1, a: 2}.stringify_keys
2785
+ # The result could either be
2786
+ # => {"a"=>2}
2787
+ # or
2788
+ # => {"a"=>1}
2789
+ ```
2790
+
2791
+ This method may be useful for example to easily accept both symbols and strings as options. For instance `ActionView::Helpers::FormHelper` defines:
2792
+
2793
+ ```ruby
2794
+ def to_check_box_tag(options = {}, checked_value = "1", unchecked_value = "0")
2795
+ options = options.stringify_keys
2796
+ options["type"] = "checkbox"
2797
+ ...
2798
+ end
2799
+ ```
2800
+
2801
+ The second line can safely access the "type" key, and let the user to pass either `:type` or "type".
2802
+
2803
+ There's also the bang variant `stringify_keys!` that stringifies keys in the very receiver.
2804
+
2805
+ Besides that, one can use `deep_stringify_keys` and `deep_stringify_keys!` to stringify all the keys in the given hash and all the hashes nested into it. An example of the result is:
2806
+
2807
+ ```ruby
2808
+ {nil => nil, 1 => 1, nested: {a: 3, 5 => 5}}.deep_stringify_keys
2809
+ # => {""=>nil, "1"=>1, "nested"=>{"a"=>3, "5"=>5}}
2810
+ ```
2811
+
2812
+ NOTE: Defined in `active_support/core_ext/hash/keys.rb`.
2813
+
2814
+ #### `symbolize_keys` and `symbolize_keys!`
2815
+
2816
+ The method `symbolize_keys` returns a hash that has a symbolized version of the keys in the receiver, where possible. It does so by sending `to_sym` to them:
2817
+
2818
+ ```ruby
2819
+ {nil => nil, 1 => 1, "a" => "a"}.symbolize_keys
2820
+ # => {1=>1, nil=>nil, :a=>"a"}
2821
+ ```
2822
+
2823
+ WARNING. Note in the previous example only one key was symbolized.
2824
+
2825
+ In case of key collision, one of the values will be chosen. The chosen value may not always be the same given the same hash:
2826
+
2827
+ ```ruby
2828
+ {"a" => 1, a: 2}.symbolize_keys
2829
+ # The result could either be
2830
+ # => {:a=>2}
2831
+ # or
2832
+ # => {:a=>1}
2833
+ ```
2834
+
2835
+ This method may be useful for example to easily accept both symbols and strings as options. For instance `ActionController::UrlRewriter` defines
2836
+
2837
+ ```ruby
2838
+ def rewrite_path(options)
2839
+ options = options.symbolize_keys
2840
+ options.update(options[:params].symbolize_keys) if options[:params]
2841
+ ...
2842
+ end
2843
+ ```
2844
+
2845
+ The second line can safely access the `:params` key, and let the user to pass either `:params` or "params".
2846
+
2847
+ There's also the bang variant `symbolize_keys!` that symbolizes keys in the very receiver.
2848
+
2849
+ Besides that, one can use `deep_symbolize_keys` and `deep_symbolize_keys!` to symbolize all the keys in the given hash and all the hashes nested into it. An example of the result is:
2850
+
2851
+ ```ruby
2852
+ {nil => nil, 1 => 1, "nested" => {"a" => 3, 5 => 5}}.deep_symbolize_keys
2853
+ # => {nil=>nil, 1=>1, nested:{a:3, 5=>5}}
2854
+ ```
2855
+
2856
+ NOTE: Defined in `active_support/core_ext/hash/keys.rb`.
2857
+
2858
+ #### `to_options` and `to_options!`
2859
+
2860
+ The methods `to_options` and `to_options!` are respectively aliases of `symbolize_keys` and `symbolize_keys!`.
2861
+
2862
+ NOTE: Defined in `active_support/core_ext/hash/keys.rb`.
2863
+
2864
+ #### `assert_valid_keys`
2865
+
2866
+ The method `assert_valid_keys` receives an arbitrary number of arguments, and checks whether the receiver has any key outside that white list. If it does `ArgumentError` is raised.
2867
+
2868
+ ```ruby
2869
+ {a: 1}.assert_valid_keys(:a) # passes
2870
+ {a: 1}.assert_valid_keys("a") # ArgumentError
2871
+ ```
2872
+
2873
+ Active Record does not accept unknown options when building associations, for example. It implements that control via `assert_valid_keys`.
2874
+
2875
+ NOTE: Defined in `active_support/core_ext/hash/keys.rb`.
2876
+
2877
+ ### Working with Values
2878
+
2879
+ #### `transform_values` && `transform_values!`
2880
+
2881
+ The method `transform_values` accepts a block and returns a hash that has applied the block operations to each of the values in the receiver.
2882
+
2883
+ ```ruby
2884
+ { nil => nil, 1 => 1, :x => :a }.transform_values { |value| value.to_s.upcase }
2885
+ # => {nil=>"", 1=>"1", :x=>"A"}
2886
+ ```
2887
+ There's also the bang variant `transform_values!` that applies the block operations to values in the very receiver.
2888
+
2889
+ NOTE: Defined in `active_support/core_text/hash/transform_values.rb`.
2890
+
2891
+ ### Slicing
2892
+
2893
+ Ruby has built-in support for taking slices out of strings and arrays. Active Support extends slicing to hashes:
2894
+
2895
+ ```ruby
2896
+ {a: 1, b: 2, c: 3}.slice(:a, :c)
2897
+ # => {:c=>3, :a=>1}
2898
+
2899
+ {a: 1, b: 2, c: 3}.slice(:b, :X)
2900
+ # => {:b=>2} # non-existing keys are ignored
2901
+ ```
2902
+
2903
+ If the receiver responds to `convert_key` keys are normalized:
2904
+
2905
+ ```ruby
2906
+ {a: 1, b: 2}.with_indifferent_access.slice("a")
2907
+ # => {:a=>1}
2908
+ ```
2909
+
2910
+ NOTE. Slicing may come in handy for sanitizing option hashes with a white list of keys.
2911
+
2912
+ There's also `slice!` which in addition to perform a slice in place returns what's removed:
2913
+
2914
+ ```ruby
2915
+ hash = {a: 1, b: 2}
2916
+ rest = hash.slice!(:a) # => {:b=>2}
2917
+ hash # => {:a=>1}
2918
+ ```
2919
+
2920
+ NOTE: Defined in `active_support/core_ext/hash/slice.rb`.
2921
+
2922
+ ### Extracting
2923
+
2924
+ The method `extract!` removes and returns the key/value pairs matching the given keys.
2925
+
2926
+ ```ruby
2927
+ hash = {a: 1, b: 2}
2928
+ rest = hash.extract!(:a) # => {:a=>1}
2929
+ hash # => {:b=>2}
2930
+ ```
2931
+
2932
+ The method `extract!` returns the same subclass of Hash, that the receiver is.
2933
+
2934
+ ```ruby
2935
+ hash = {a: 1, b: 2}.with_indifferent_access
2936
+ rest = hash.extract!(:a).class
2937
+ # => ActiveSupport::HashWithIndifferentAccess
2938
+ ```
2939
+
2940
+ NOTE: Defined in `active_support/core_ext/hash/slice.rb`.
2941
+
2942
+ ### Indifferent Access
2943
+
2944
+ The method `with_indifferent_access` returns an `ActiveSupport::HashWithIndifferentAccess` out of its receiver:
2945
+
2946
+ ```ruby
2947
+ {a: 1}.with_indifferent_access["a"] # => 1
2948
+ ```
2949
+
2950
+ NOTE: Defined in `active_support/core_ext/hash/indifferent_access.rb`.
2951
+
2952
+ ### Compacting
2953
+
2954
+ The methods `compact` and `compact!` return a Hash without items with `nil` value.
2955
+
2956
+ ```ruby
2957
+ {a: 1, b: 2, c: nil}.compact # => {a: 1, b: 2}
2958
+ ```
2959
+
2960
+ NOTE: Defined in `active_support/core_ext/hash/compact.rb`.
2961
+
2962
+ Extensions to `Regexp`
2963
+ ----------------------
2964
+
2965
+ ### `multiline?`
2966
+
2967
+ The method `multiline?` says whether a regexp has the `/m` flag set, that is, whether the dot matches newlines.
2968
+
2969
+ ```ruby
2970
+ %r{.}.multiline? # => false
2971
+ %r{.}m.multiline? # => true
2972
+
2973
+ Regexp.new('.').multiline? # => false
2974
+ Regexp.new('.', Regexp::MULTILINE).multiline? # => true
2975
+ ```
2976
+
2977
+ Rails uses this method in a single place, also in the routing code. Multiline regexps are disallowed for route requirements and this flag eases enforcing that constraint.
2978
+
2979
+ ```ruby
2980
+ def assign_route_options(segments, defaults, requirements)
2981
+ ...
2982
+ if requirement.multiline?
2983
+ raise ArgumentError, "Regexp multiline option not allowed in routing requirements: #{requirement.inspect}"
2984
+ end
2985
+ ...
2986
+ end
2987
+ ```
2988
+
2989
+ NOTE: Defined in `active_support/core_ext/regexp.rb`.
2990
+
2991
+ Extensions to `Range`
2992
+ ---------------------
2993
+
2994
+ ### `to_s`
2995
+
2996
+ Active Support extends the method `Range#to_s` so that it understands an optional format argument. As of this writing the only supported non-default format is `:db`:
2997
+
2998
+ ```ruby
2999
+ (Date.today..Date.tomorrow).to_s
3000
+ # => "2009-10-25..2009-10-26"
3001
+
3002
+ (Date.today..Date.tomorrow).to_s(:db)
3003
+ # => "BETWEEN '2009-10-25' AND '2009-10-26'"
3004
+ ```
3005
+
3006
+ As the example depicts, the `:db` format generates a `BETWEEN` SQL clause. That is used by Active Record in its support for range values in conditions.
3007
+
3008
+ NOTE: Defined in `active_support/core_ext/range/conversions.rb`.
3009
+
3010
+ ### `include?`
3011
+
3012
+ The methods `Range#include?` and `Range#===` say whether some value falls between the ends of a given instance:
3013
+
3014
+ ```ruby
3015
+ (2..3).include?(Math::E) # => true
3016
+ ```
3017
+
3018
+ Active Support extends these methods so that the argument may be another range in turn. In that case we test whether the ends of the argument range belong to the receiver themselves:
3019
+
3020
+ ```ruby
3021
+ (1..10).include?(3..7) # => true
3022
+ (1..10).include?(0..7) # => false
3023
+ (1..10).include?(3..11) # => false
3024
+ (1...9).include?(3..9) # => false
3025
+
3026
+ (1..10) === (3..7) # => true
3027
+ (1..10) === (0..7) # => false
3028
+ (1..10) === (3..11) # => false
3029
+ (1...9) === (3..9) # => false
3030
+ ```
3031
+
3032
+ NOTE: Defined in `active_support/core_ext/range/include_range.rb`.
3033
+
3034
+ ### `overlaps?`
3035
+
3036
+ The method `Range#overlaps?` says whether any two given ranges have non-void intersection:
3037
+
3038
+ ```ruby
3039
+ (1..10).overlaps?(7..11) # => true
3040
+ (1..10).overlaps?(0..7) # => true
3041
+ (1..10).overlaps?(11..27) # => false
3042
+ ```
3043
+
3044
+ NOTE: Defined in `active_support/core_ext/range/overlaps.rb`.
3045
+
3046
+ Extensions to `Date`
3047
+ --------------------
3048
+
3049
+ ### Calculations
3050
+
3051
+ NOTE: All the following methods are defined in `active_support/core_ext/date/calculations.rb`.
3052
+
3053
+ INFO: The following calculation methods have edge cases in October 1582, since days 5..14 just do not exist. This guide does not document their behavior around those days for brevity, but it is enough to say that they do what you would expect. That is, `Date.new(1582, 10, 4).tomorrow` returns `Date.new(1582, 10, 15)` and so on. Please check `test/core_ext/date_ext_test.rb` in the Active Support test suite for expected behavior.
3054
+
3055
+ #### `Date.current`
3056
+
3057
+ Active Support defines `Date.current` to be today in the current time zone. That's like `Date.today`, except that it honors the user time zone, if defined. It also defines `Date.yesterday` and `Date.tomorrow`, and the instance predicates `past?`, `today?`, and `future?`, all of them relative to `Date.current`.
3058
+
3059
+ When making Date comparisons using methods which honor the user time zone, make sure to use `Date.current` and not `Date.today`. There are cases where the user time zone might be in the future compared to the system time zone, which `Date.today` uses by default. This means `Date.today` may equal `Date.yesterday`.
3060
+
3061
+ #### Named dates
3062
+
3063
+ ##### `prev_year`, `next_year`
3064
+
3065
+ In Ruby 1.9 `prev_year` and `next_year` return a date with the same day/month in the last or next year:
3066
+
3067
+ ```ruby
3068
+ d = Date.new(2010, 5, 8) # => Sat, 08 May 2010
3069
+ d.prev_year # => Fri, 08 May 2009
3070
+ d.next_year # => Sun, 08 May 2011
3071
+ ```
3072
+
3073
+ If date is the 29th of February of a leap year, you obtain the 28th:
3074
+
3075
+ ```ruby
3076
+ d = Date.new(2000, 2, 29) # => Tue, 29 Feb 2000
3077
+ d.prev_year # => Sun, 28 Feb 1999
3078
+ d.next_year # => Wed, 28 Feb 2001
3079
+ ```
3080
+
3081
+ `prev_year` is aliased to `last_year`.
3082
+
3083
+ ##### `prev_month`, `next_month`
3084
+
3085
+ In Ruby 1.9 `prev_month` and `next_month` return the date with the same day in the last or next month:
3086
+
3087
+ ```ruby
3088
+ d = Date.new(2010, 5, 8) # => Sat, 08 May 2010
3089
+ d.prev_month # => Thu, 08 Apr 2010
3090
+ d.next_month # => Tue, 08 Jun 2010
3091
+ ```
3092
+
3093
+ If such a day does not exist, the last day of the corresponding month is returned:
3094
+
3095
+ ```ruby
3096
+ Date.new(2000, 5, 31).prev_month # => Sun, 30 Apr 2000
3097
+ Date.new(2000, 3, 31).prev_month # => Tue, 29 Feb 2000
3098
+ Date.new(2000, 5, 31).next_month # => Fri, 30 Jun 2000
3099
+ Date.new(2000, 1, 31).next_month # => Tue, 29 Feb 2000
3100
+ ```
3101
+
3102
+ `prev_month` is aliased to `last_month`.
3103
+
3104
+ ##### `prev_quarter`, `next_quarter`
3105
+
3106
+ Same as `prev_month` and `next_month`. It returns the date with the same day in the previous or next quarter:
3107
+
3108
+ ```ruby
3109
+ t = Time.local(2010, 5, 8) # => Sat, 08 May 2010
3110
+ t.prev_quarter # => Mon, 08 Feb 2010
3111
+ t.next_quarter # => Sun, 08 Aug 2010
3112
+ ```
3113
+
3114
+ If such a day does not exist, the last day of the corresponding month is returned:
3115
+
3116
+ ```ruby
3117
+ Time.local(2000, 7, 31).prev_quarter # => Sun, 30 Apr 2000
3118
+ Time.local(2000, 5, 31).prev_quarter # => Tue, 29 Feb 2000
3119
+ Time.local(2000, 10, 31).prev_quarter # => Mon, 30 Oct 2000
3120
+ Time.local(2000, 11, 31).next_quarter # => Wed, 28 Feb 2001
3121
+ ```
3122
+
3123
+ `prev_quarter` is aliased to `last_quarter`.
3124
+
3125
+ ##### `beginning_of_week`, `end_of_week`
3126
+
3127
+ The methods `beginning_of_week` and `end_of_week` return the dates for the
3128
+ beginning and end of the week, respectively. Weeks are assumed to start on
3129
+ Monday, but that can be changed passing an argument, setting thread local
3130
+ `Date.beginning_of_week` or `config.beginning_of_week`.
3131
+
3132
+ ```ruby
3133
+ d = Date.new(2010, 5, 8) # => Sat, 08 May 2010
3134
+ d.beginning_of_week # => Mon, 03 May 2010
3135
+ d.beginning_of_week(:sunday) # => Sun, 02 May 2010
3136
+ d.end_of_week # => Sun, 09 May 2010
3137
+ d.end_of_week(:sunday) # => Sat, 08 May 2010
3138
+ ```
3139
+
3140
+ `beginning_of_week` is aliased to `at_beginning_of_week` and `end_of_week` is aliased to `at_end_of_week`.
3141
+
3142
+ ##### `monday`, `sunday`
3143
+
3144
+ The methods `monday` and `sunday` return the dates for the previous Monday and
3145
+ next Sunday, respectively.
3146
+
3147
+ ```ruby
3148
+ d = Date.new(2010, 5, 8) # => Sat, 08 May 2010
3149
+ d.monday # => Mon, 03 May 2010
3150
+ d.sunday # => Sun, 09 May 2010
3151
+
3152
+ d = Date.new(2012, 9, 10) # => Mon, 10 Sep 2012
3153
+ d.monday # => Mon, 10 Sep 2012
3154
+
3155
+ d = Date.new(2012, 9, 16) # => Sun, 16 Sep 2012
3156
+ d.sunday # => Sun, 16 Sep 2012
3157
+ ```
3158
+
3159
+ ##### `prev_week`, `next_week`
3160
+
3161
+ The method `next_week` receives a symbol with a day name in English (default is the thread local `Date.beginning_of_week`, or `config.beginning_of_week`, or `:monday`) and it returns the date corresponding to that day.
3162
+
3163
+ ```ruby
3164
+ d = Date.new(2010, 5, 9) # => Sun, 09 May 2010
3165
+ d.next_week # => Mon, 10 May 2010
3166
+ d.next_week(:saturday) # => Sat, 15 May 2010
3167
+ ```
3168
+
3169
+ The method `prev_week` is analogous:
3170
+
3171
+ ```ruby
3172
+ d.prev_week # => Mon, 26 Apr 2010
3173
+ d.prev_week(:saturday) # => Sat, 01 May 2010
3174
+ d.prev_week(:friday) # => Fri, 30 Apr 2010
3175
+ ```
3176
+
3177
+ `prev_week` is aliased to `last_week`.
3178
+
3179
+ Both `next_week` and `prev_week` work as expected when `Date.beginning_of_week` or `config.beginning_of_week` are set.
3180
+
3181
+ ##### `beginning_of_month`, `end_of_month`
3182
+
3183
+ The methods `beginning_of_month` and `end_of_month` return the dates for the beginning and end of the month:
3184
+
3185
+ ```ruby
3186
+ d = Date.new(2010, 5, 9) # => Sun, 09 May 2010
3187
+ d.beginning_of_month # => Sat, 01 May 2010
3188
+ d.end_of_month # => Mon, 31 May 2010
3189
+ ```
3190
+
3191
+ `beginning_of_month` is aliased to `at_beginning_of_month`, and `end_of_month` is aliased to `at_end_of_month`.
3192
+
3193
+ ##### `beginning_of_quarter`, `end_of_quarter`
3194
+
3195
+ The methods `beginning_of_quarter` and `end_of_quarter` return the dates for the beginning and end of the quarter of the receiver's calendar year:
3196
+
3197
+ ```ruby
3198
+ d = Date.new(2010, 5, 9) # => Sun, 09 May 2010
3199
+ d.beginning_of_quarter # => Thu, 01 Apr 2010
3200
+ d.end_of_quarter # => Wed, 30 Jun 2010
3201
+ ```
3202
+
3203
+ `beginning_of_quarter` is aliased to `at_beginning_of_quarter`, and `end_of_quarter` is aliased to `at_end_of_quarter`.
3204
+
3205
+ ##### `beginning_of_year`, `end_of_year`
3206
+
3207
+ The methods `beginning_of_year` and `end_of_year` return the dates for the beginning and end of the year:
3208
+
3209
+ ```ruby
3210
+ d = Date.new(2010, 5, 9) # => Sun, 09 May 2010
3211
+ d.beginning_of_year # => Fri, 01 Jan 2010
3212
+ d.end_of_year # => Fri, 31 Dec 2010
3213
+ ```
3214
+
3215
+ `beginning_of_year` is aliased to `at_beginning_of_year`, and `end_of_year` is aliased to `at_end_of_year`.
3216
+
3217
+ #### Other Date Computations
3218
+
3219
+ ##### `years_ago`, `years_since`
3220
+
3221
+ The method `years_ago` receives a number of years and returns the same date those many years ago:
3222
+
3223
+ ```ruby
3224
+ date = Date.new(2010, 6, 7)
3225
+ date.years_ago(10) # => Wed, 07 Jun 2000
3226
+ ```
3227
+
3228
+ `years_since` moves forward in time:
3229
+
3230
+ ```ruby
3231
+ date = Date.new(2010, 6, 7)
3232
+ date.years_since(10) # => Sun, 07 Jun 2020
3233
+ ```
3234
+
3235
+ If such a day does not exist, the last day of the corresponding month is returned:
3236
+
3237
+ ```ruby
3238
+ Date.new(2012, 2, 29).years_ago(3) # => Sat, 28 Feb 2009
3239
+ Date.new(2012, 2, 29).years_since(3) # => Sat, 28 Feb 2015
3240
+ ```
3241
+
3242
+ ##### `months_ago`, `months_since`
3243
+
3244
+ The methods `months_ago` and `months_since` work analogously for months:
3245
+
3246
+ ```ruby
3247
+ Date.new(2010, 4, 30).months_ago(2) # => Sun, 28 Feb 2010
3248
+ Date.new(2010, 4, 30).months_since(2) # => Wed, 30 Jun 2010
3249
+ ```
3250
+
3251
+ If such a day does not exist, the last day of the corresponding month is returned:
3252
+
3253
+ ```ruby
3254
+ Date.new(2010, 4, 30).months_ago(2) # => Sun, 28 Feb 2010
3255
+ Date.new(2009, 12, 31).months_since(2) # => Sun, 28 Feb 2010
3256
+ ```
3257
+
3258
+ ##### `weeks_ago`
3259
+
3260
+ The method `weeks_ago` works analogously for weeks:
3261
+
3262
+ ```ruby
3263
+ Date.new(2010, 5, 24).weeks_ago(1) # => Mon, 17 May 2010
3264
+ Date.new(2010, 5, 24).weeks_ago(2) # => Mon, 10 May 2010
3265
+ ```
3266
+
3267
+ ##### `advance`
3268
+
3269
+ The most generic way to jump to other days is `advance`. This method receives a hash with keys `:years`, `:months`, `:weeks`, `:days`, and returns a date advanced as much as the present keys indicate:
3270
+
3271
+ ```ruby
3272
+ date = Date.new(2010, 6, 6)
3273
+ date.advance(years: 1, weeks: 2) # => Mon, 20 Jun 2011
3274
+ date.advance(months: 2, days: -2) # => Wed, 04 Aug 2010
3275
+ ```
3276
+
3277
+ Note in the previous example that increments may be negative.
3278
+
3279
+ To perform the computation the method first increments years, then months, then weeks, and finally days. This order is important towards the end of months. Say for example we are at the end of February of 2010, and we want to move one month and one day forward.
3280
+
3281
+ The method `advance` advances first one month, and then one day, the result is:
3282
+
3283
+ ```ruby
3284
+ Date.new(2010, 2, 28).advance(months: 1, days: 1)
3285
+ # => Sun, 29 Mar 2010
3286
+ ```
3287
+
3288
+ While if it did it the other way around the result would be different:
3289
+
3290
+ ```ruby
3291
+ Date.new(2010, 2, 28).advance(days: 1).advance(months: 1)
3292
+ # => Thu, 01 Apr 2010
3293
+ ```
3294
+
3295
+ #### Changing Components
3296
+
3297
+ The method `change` allows you to get a new date which is the same as the receiver except for the given year, month, or day:
3298
+
3299
+ ```ruby
3300
+ Date.new(2010, 12, 23).change(year: 2011, month: 11)
3301
+ # => Wed, 23 Nov 2011
3302
+ ```
3303
+
3304
+ This method is not tolerant to non-existing dates, if the change is invalid `ArgumentError` is raised:
3305
+
3306
+ ```ruby
3307
+ Date.new(2010, 1, 31).change(month: 2)
3308
+ # => ArgumentError: invalid date
3309
+ ```
3310
+
3311
+ #### Durations
3312
+
3313
+ Durations can be added to and subtracted from dates:
3314
+
3315
+ ```ruby
3316
+ d = Date.current
3317
+ # => Mon, 09 Aug 2010
3318
+ d + 1.year
3319
+ # => Tue, 09 Aug 2011
3320
+ d - 3.hours
3321
+ # => Sun, 08 Aug 2010 21:00:00 UTC +00:00
3322
+ ```
3323
+
3324
+ They translate to calls to `since` or `advance`. For example here we get the correct jump in the calendar reform:
3325
+
3326
+ ```ruby
3327
+ Date.new(1582, 10, 4) + 1.day
3328
+ # => Fri, 15 Oct 1582
3329
+ ```
3330
+
3331
+ #### Timestamps
3332
+
3333
+ INFO: The following methods return a `Time` object if possible, otherwise a `DateTime`. If set, they honor the user time zone.
3334
+
3335
+ ##### `beginning_of_day`, `end_of_day`
3336
+
3337
+ The method `beginning_of_day` returns a timestamp at the beginning of the day (00:00:00):
3338
+
3339
+ ```ruby
3340
+ date = Date.new(2010, 6, 7)
3341
+ date.beginning_of_day # => Mon Jun 07 00:00:00 +0200 2010
3342
+ ```
3343
+
3344
+ The method `end_of_day` returns a timestamp at the end of the day (23:59:59):
3345
+
3346
+ ```ruby
3347
+ date = Date.new(2010, 6, 7)
3348
+ date.end_of_day # => Mon Jun 07 23:59:59 +0200 2010
3349
+ ```
3350
+
3351
+ `beginning_of_day` is aliased to `at_beginning_of_day`, `midnight`, `at_midnight`.
3352
+
3353
+ ##### `beginning_of_hour`, `end_of_hour`
3354
+
3355
+ The method `beginning_of_hour` returns a timestamp at the beginning of the hour (hh:00:00):
3356
+
3357
+ ```ruby
3358
+ date = DateTime.new(2010, 6, 7, 19, 55, 25)
3359
+ date.beginning_of_hour # => Mon Jun 07 19:00:00 +0200 2010
3360
+ ```
3361
+
3362
+ The method `end_of_hour` returns a timestamp at the end of the hour (hh:59:59):
3363
+
3364
+ ```ruby
3365
+ date = DateTime.new(2010, 6, 7, 19, 55, 25)
3366
+ date.end_of_hour # => Mon Jun 07 19:59:59 +0200 2010
3367
+ ```
3368
+
3369
+ `beginning_of_hour` is aliased to `at_beginning_of_hour`.
3370
+
3371
+ ##### `beginning_of_minute`, `end_of_minute`
3372
+
3373
+ The method `beginning_of_minute` returns a timestamp at the beginning of the minute (hh:mm:00):
3374
+
3375
+ ```ruby
3376
+ date = DateTime.new(2010, 6, 7, 19, 55, 25)
3377
+ date.beginning_of_minute # => Mon Jun 07 19:55:00 +0200 2010
3378
+ ```
3379
+
3380
+ The method `end_of_minute` returns a timestamp at the end of the minute (hh:mm:59):
3381
+
3382
+ ```ruby
3383
+ date = DateTime.new(2010, 6, 7, 19, 55, 25)
3384
+ date.end_of_minute # => Mon Jun 07 19:55:59 +0200 2010
3385
+ ```
3386
+
3387
+ `beginning_of_minute` is aliased to `at_beginning_of_minute`.
3388
+
3389
+ INFO: `beginning_of_hour`, `end_of_hour`, `beginning_of_minute` and `end_of_minute` are implemented for `Time` and `DateTime` but **not** `Date` as it does not make sense to request the beginning or end of an hour or minute on a `Date` instance.
3390
+
3391
+ ##### `ago`, `since`
3392
+
3393
+ The method `ago` receives a number of seconds as argument and returns a timestamp those many seconds ago from midnight:
3394
+
3395
+ ```ruby
3396
+ date = Date.current # => Fri, 11 Jun 2010
3397
+ date.ago(1) # => Thu, 10 Jun 2010 23:59:59 EDT -04:00
3398
+ ```
3399
+
3400
+ Similarly, `since` moves forward:
3401
+
3402
+ ```ruby
3403
+ date = Date.current # => Fri, 11 Jun 2010
3404
+ date.since(1) # => Fri, 11 Jun 2010 00:00:01 EDT -04:00
3405
+ ```
3406
+
3407
+ #### Other Time Computations
3408
+
3409
+ ### Conversions
3410
+
3411
+ Extensions to `DateTime`
3412
+ ------------------------
3413
+
3414
+ WARNING: `DateTime` is not aware of DST rules and so some of these methods have edge cases when a DST change is going on. For example `seconds_since_midnight` might not return the real amount in such a day.
3415
+
3416
+ ### Calculations
3417
+
3418
+ NOTE: All the following methods are defined in `active_support/core_ext/date_time/calculations.rb`.
3419
+
3420
+ The class `DateTime` is a subclass of `Date` so by loading `active_support/core_ext/date/calculations.rb` you inherit these methods and their aliases, except that they will always return datetimes:
3421
+
3422
+ ```ruby
3423
+ yesterday
3424
+ tomorrow
3425
+ beginning_of_week (at_beginning_of_week)
3426
+ end_of_week (at_end_of_week)
3427
+ monday
3428
+ sunday
3429
+ weeks_ago
3430
+ prev_week (last_week)
3431
+ next_week
3432
+ months_ago
3433
+ months_since
3434
+ beginning_of_month (at_beginning_of_month)
3435
+ end_of_month (at_end_of_month)
3436
+ prev_month (last_month)
3437
+ next_month
3438
+ beginning_of_quarter (at_beginning_of_quarter)
3439
+ end_of_quarter (at_end_of_quarter)
3440
+ beginning_of_year (at_beginning_of_year)
3441
+ end_of_year (at_end_of_year)
3442
+ years_ago
3443
+ years_since
3444
+ prev_year (last_year)
3445
+ next_year
3446
+ ```
3447
+
3448
+ The following methods are reimplemented so you do **not** need to load `active_support/core_ext/date/calculations.rb` for these ones:
3449
+
3450
+ ```ruby
3451
+ beginning_of_day (midnight, at_midnight, at_beginning_of_day)
3452
+ end_of_day
3453
+ ago
3454
+ since (in)
3455
+ ```
3456
+
3457
+ On the other hand, `advance` and `change` are also defined and support more options, they are documented below.
3458
+
3459
+ The following methods are only implemented in `active_support/core_ext/date_time/calculations.rb` as they only make sense when used with a `DateTime` instance:
3460
+
3461
+ ```ruby
3462
+ beginning_of_hour (at_beginning_of_hour)
3463
+ end_of_hour
3464
+ ```
3465
+
3466
+ #### Named Datetimes
3467
+
3468
+ ##### `DateTime.current`
3469
+
3470
+ Active Support defines `DateTime.current` to be like `Time.now.to_datetime`, except that it honors the user time zone, if defined. It also defines `DateTime.yesterday` and `DateTime.tomorrow`, and the instance predicates `past?`, and `future?` relative to `DateTime.current`.
3471
+
3472
+ #### Other Extensions
3473
+
3474
+ ##### `seconds_since_midnight`
3475
+
3476
+ The method `seconds_since_midnight` returns the number of seconds since midnight:
3477
+
3478
+ ```ruby
3479
+ now = DateTime.current # => Mon, 07 Jun 2010 20:26:36 +0000
3480
+ now.seconds_since_midnight # => 73596
3481
+ ```
3482
+
3483
+ ##### `utc`
3484
+
3485
+ The method `utc` gives you the same datetime in the receiver expressed in UTC.
3486
+
3487
+ ```ruby
3488
+ now = DateTime.current # => Mon, 07 Jun 2010 19:27:52 -0400
3489
+ now.utc # => Mon, 07 Jun 2010 23:27:52 +0000
3490
+ ```
3491
+
3492
+ This method is also aliased as `getutc`.
3493
+
3494
+ ##### `utc?`
3495
+
3496
+ The predicate `utc?` says whether the receiver has UTC as its time zone:
3497
+
3498
+ ```ruby
3499
+ now = DateTime.now # => Mon, 07 Jun 2010 19:30:47 -0400
3500
+ now.utc? # => false
3501
+ now.utc.utc? # => true
3502
+ ```
3503
+
3504
+ ##### `advance`
3505
+
3506
+ The most generic way to jump to another datetime is `advance`. This method receives a hash with keys `:years`, `:months`, `:weeks`, `:days`, `:hours`, `:minutes`, and `:seconds`, and returns a datetime advanced as much as the present keys indicate.
3507
+
3508
+ ```ruby
3509
+ d = DateTime.current
3510
+ # => Thu, 05 Aug 2010 11:33:31 +0000
3511
+ d.advance(years: 1, months: 1, days: 1, hours: 1, minutes: 1, seconds: 1)
3512
+ # => Tue, 06 Sep 2011 12:34:32 +0000
3513
+ ```
3514
+
3515
+ This method first computes the destination date passing `:years`, `:months`, `:weeks`, and `:days` to `Date#advance` documented above. After that, it adjusts the time calling `since` with the number of seconds to advance. This order is relevant, a different ordering would give different datetimes in some edge-cases. The example in `Date#advance` applies, and we can extend it to show order relevance related to the time bits.
3516
+
3517
+ If we first move the date bits (that have also a relative order of processing, as documented before), and then the time bits we get for example the following computation:
3518
+
3519
+ ```ruby
3520
+ d = DateTime.new(2010, 2, 28, 23, 59, 59)
3521
+ # => Sun, 28 Feb 2010 23:59:59 +0000
3522
+ d.advance(months: 1, seconds: 1)
3523
+ # => Mon, 29 Mar 2010 00:00:00 +0000
3524
+ ```
3525
+
3526
+ but if we computed them the other way around, the result would be different:
3527
+
3528
+ ```ruby
3529
+ d.advance(seconds: 1).advance(months: 1)
3530
+ # => Thu, 01 Apr 2010 00:00:00 +0000
3531
+ ```
3532
+
3533
+ WARNING: Since `DateTime` is not DST-aware you can end up in a non-existing point in time with no warning or error telling you so.
3534
+
3535
+ #### Changing Components
3536
+
3537
+ The method `change` allows you to get a new datetime which is the same as the receiver except for the given options, which may include `:year`, `:month`, `:day`, `:hour`, `:min`, `:sec`, `:offset`, `:start`:
3538
+
3539
+ ```ruby
3540
+ now = DateTime.current
3541
+ # => Tue, 08 Jun 2010 01:56:22 +0000
3542
+ now.change(year: 2011, offset: Rational(-6, 24))
3543
+ # => Wed, 08 Jun 2011 01:56:22 -0600
3544
+ ```
3545
+
3546
+ If hours are zeroed, then minutes and seconds are too (unless they have given values):
3547
+
3548
+ ```ruby
3549
+ now.change(hour: 0)
3550
+ # => Tue, 08 Jun 2010 00:00:00 +0000
3551
+ ```
3552
+
3553
+ Similarly, if minutes are zeroed, then seconds are too (unless it has given a value):
3554
+
3555
+ ```ruby
3556
+ now.change(min: 0)
3557
+ # => Tue, 08 Jun 2010 01:00:00 +0000
3558
+ ```
3559
+
3560
+ This method is not tolerant to non-existing dates, if the change is invalid `ArgumentError` is raised:
3561
+
3562
+ ```ruby
3563
+ DateTime.current.change(month: 2, day: 30)
3564
+ # => ArgumentError: invalid date
3565
+ ```
3566
+
3567
+ #### Durations
3568
+
3569
+ Durations can be added to and subtracted from datetimes:
3570
+
3571
+ ```ruby
3572
+ now = DateTime.current
3573
+ # => Mon, 09 Aug 2010 23:15:17 +0000
3574
+ now + 1.year
3575
+ # => Tue, 09 Aug 2011 23:15:17 +0000
3576
+ now - 1.week
3577
+ # => Mon, 02 Aug 2010 23:15:17 +0000
3578
+ ```
3579
+
3580
+ They translate to calls to `since` or `advance`. For example here we get the correct jump in the calendar reform:
3581
+
3582
+ ```ruby
3583
+ DateTime.new(1582, 10, 4, 23) + 1.hour
3584
+ # => Fri, 15 Oct 1582 00:00:00 +0000
3585
+ ```
3586
+
3587
+ Extensions to `Time`
3588
+ --------------------
3589
+
3590
+ ### Calculations
3591
+
3592
+ NOTE: All the following methods are defined in `active_support/core_ext/time/calculations.rb`.
3593
+
3594
+ Active Support adds to `Time` many of the methods available for `DateTime`:
3595
+
3596
+ ```ruby
3597
+ past?
3598
+ today?
3599
+ future?
3600
+ yesterday
3601
+ tomorrow
3602
+ seconds_since_midnight
3603
+ change
3604
+ advance
3605
+ ago
3606
+ since (in)
3607
+ beginning_of_day (midnight, at_midnight, at_beginning_of_day)
3608
+ end_of_day
3609
+ beginning_of_hour (at_beginning_of_hour)
3610
+ end_of_hour
3611
+ beginning_of_week (at_beginning_of_week)
3612
+ end_of_week (at_end_of_week)
3613
+ monday
3614
+ sunday
3615
+ weeks_ago
3616
+ prev_week (last_week)
3617
+ next_week
3618
+ months_ago
3619
+ months_since
3620
+ beginning_of_month (at_beginning_of_month)
3621
+ end_of_month (at_end_of_month)
3622
+ prev_month (last_month)
3623
+ next_month
3624
+ beginning_of_quarter (at_beginning_of_quarter)
3625
+ end_of_quarter (at_end_of_quarter)
3626
+ beginning_of_year (at_beginning_of_year)
3627
+ end_of_year (at_end_of_year)
3628
+ years_ago
3629
+ years_since
3630
+ prev_year (last_year)
3631
+ next_year
3632
+ ```
3633
+
3634
+ They are analogous. Please refer to their documentation above and take into account the following differences:
3635
+
3636
+ * `change` accepts an additional `:usec` option.
3637
+ * `Time` understands DST, so you get correct DST calculations as in
3638
+
3639
+ ```ruby
3640
+ Time.zone_default
3641
+ # => #<ActiveSupport::TimeZone:0x7f73654d4f38 @utc_offset=nil, @name="Madrid", ...>
3642
+
3643
+ # In Barcelona, 2010/03/28 02:00 +0100 becomes 2010/03/28 03:00 +0200 due to DST.
3644
+ t = Time.local(2010, 3, 28, 1, 59, 59)
3645
+ # => Sun Mar 28 01:59:59 +0100 2010
3646
+ t.advance(seconds: 1)
3647
+ # => Sun Mar 28 03:00:00 +0200 2010
3648
+ ```
3649
+
3650
+ * If `since` or `ago` jump to a time that can't be expressed with `Time` a `DateTime` object is returned instead.
3651
+
3652
+ #### `Time.current`
3653
+
3654
+ Active Support defines `Time.current` to be today in the current time zone. That's like `Time.now`, except that it honors the user time zone, if defined. It also defines the instance predicates `past?`, `today?`, and `future?`, all of them relative to `Time.current`.
3655
+
3656
+ When making Time comparisons using methods which honor the user time zone, make sure to use `Time.current` instead of `Time.now`. There are cases where the user time zone might be in the future compared to the system time zone, which `Time.now` uses by default. This means `Time.now.to_date` may equal `Date.yesterday`.
3657
+
3658
+ #### `all_day`, `all_week`, `all_month`, `all_quarter` and `all_year`
3659
+
3660
+ The method `all_day` returns a range representing the whole day of the current time.
3661
+
3662
+ ```ruby
3663
+ now = Time.current
3664
+ # => Mon, 09 Aug 2010 23:20:05 UTC +00:00
3665
+ now.all_day
3666
+ # => Mon, 09 Aug 2010 00:00:00 UTC +00:00..Mon, 09 Aug 2010 23:59:59 UTC +00:00
3667
+ ```
3668
+
3669
+ Analogously, `all_week`, `all_month`, `all_quarter` and `all_year` all serve the purpose of generating time ranges.
3670
+
3671
+ ```ruby
3672
+ now = Time.current
3673
+ # => Mon, 09 Aug 2010 23:20:05 UTC +00:00
3674
+ now.all_week
3675
+ # => Mon, 09 Aug 2010 00:00:00 UTC +00:00..Sun, 15 Aug 2010 23:59:59 UTC +00:00
3676
+ now.all_week(:sunday)
3677
+ # => Sun, 16 Sep 2012 00:00:00 UTC +00:00..Sat, 22 Sep 2012 23:59:59 UTC +00:00
3678
+ now.all_month
3679
+ # => Sat, 01 Aug 2010 00:00:00 UTC +00:00..Tue, 31 Aug 2010 23:59:59 UTC +00:00
3680
+ now.all_quarter
3681
+ # => Thu, 01 Jul 2010 00:00:00 UTC +00:00..Thu, 30 Sep 2010 23:59:59 UTC +00:00
3682
+ now.all_year
3683
+ # => Fri, 01 Jan 2010 00:00:00 UTC +00:00..Fri, 31 Dec 2010 23:59:59 UTC +00:00
3684
+ ```
3685
+
3686
+ ### Time Constructors
3687
+
3688
+ Active Support defines `Time.current` to be `Time.zone.now` if there's a user time zone defined, with fallback to `Time.now`:
3689
+
3690
+ ```ruby
3691
+ Time.zone_default
3692
+ # => #<ActiveSupport::TimeZone:0x7f73654d4f38 @utc_offset=nil, @name="Madrid", ...>
3693
+ Time.current
3694
+ # => Fri, 06 Aug 2010 17:11:58 CEST +02:00
3695
+ ```
3696
+
3697
+ Analogously to `DateTime`, the predicates `past?`, and `future?` are relative to `Time.current`.
3698
+
3699
+ If the time to be constructed lies beyond the range supported by `Time` in the runtime platform, usecs are discarded and a `DateTime` object is returned instead.
3700
+
3701
+ #### Durations
3702
+
3703
+ Durations can be added to and subtracted from time objects:
3704
+
3705
+ ```ruby
3706
+ now = Time.current
3707
+ # => Mon, 09 Aug 2010 23:20:05 UTC +00:00
3708
+ now + 1.year
3709
+ # => Tue, 09 Aug 2011 23:21:11 UTC +00:00
3710
+ now - 1.week
3711
+ # => Mon, 02 Aug 2010 23:21:11 UTC +00:00
3712
+ ```
3713
+
3714
+ They translate to calls to `since` or `advance`. For example here we get the correct jump in the calendar reform:
3715
+
3716
+ ```ruby
3717
+ Time.utc(1582, 10, 3) + 5.days
3718
+ # => Mon Oct 18 00:00:00 UTC 1582
3719
+ ```
3720
+
3721
+ Extensions to `File`
3722
+ --------------------
3723
+
3724
+ ### `atomic_write`
3725
+
3726
+ With the class method `File.atomic_write` you can write to a file in a way that will prevent any reader from seeing half-written content.
3727
+
3728
+ The name of the file is passed as an argument, and the method yields a file handle opened for writing. Once the block is done `atomic_write` closes the file handle and completes its job.
3729
+
3730
+ For example, Action Pack uses this method to write asset cache files like `all.css`:
3731
+
3732
+ ```ruby
3733
+ File.atomic_write(joined_asset_path) do |cache|
3734
+ cache.write(join_asset_file_contents(asset_paths))
3735
+ end
3736
+ ```
3737
+
3738
+ To accomplish this `atomic_write` creates a temporary file. That's the file the code in the block actually writes to. On completion, the temporary file is renamed, which is an atomic operation on POSIX systems. If the target file exists `atomic_write` overwrites it and keeps owners and permissions. However there are a few cases where `atomic_write` cannot change the file ownership or permissions, this error is caught and skipped over trusting in the user/filesystem to ensure the file is accessible to the processes that need it.
3739
+
3740
+ NOTE. Due to the chmod operation `atomic_write` performs, if the target file has an ACL set on it this ACL will be recalculated/modified.
3741
+
3742
+ WARNING. Note you can't append with `atomic_write`.
3743
+
3744
+ The auxiliary file is written in a standard directory for temporary files, but you can pass a directory of your choice as second argument.
3745
+
3746
+ NOTE: Defined in `active_support/core_ext/file/atomic.rb`.
3747
+
3748
+ Extensions to `Marshal`
3749
+ -----------------------
3750
+
3751
+ ### `load`
3752
+
3753
+ Active Support adds constant autoloading support to `load`.
3754
+
3755
+ For example, the file cache store deserializes this way:
3756
+
3757
+ ```ruby
3758
+ File.open(file_name) { |f| Marshal.load(f) }
3759
+ ```
3760
+
3761
+ If the cached data refers to a constant that is unknown at that point, the autoloading mechanism is triggered and if it succeeds the deserialization is retried transparently.
3762
+
3763
+ WARNING. If the argument is an `IO` it needs to respond to `rewind` to be able to retry. Regular files respond to `rewind`.
3764
+
3765
+ NOTE: Defined in `active_support/core_ext/marshal.rb`.
3766
+
3767
+ Extensions to `Logger`
3768
+ ----------------------
3769
+
3770
+ ### `around_[level]`
3771
+
3772
+ Takes two arguments, a `before_message` and `after_message` and calls the current level method on the `Logger` instance, passing in the `before_message`, then the specified message, then the `after_message`:
3773
+
3774
+ ```ruby
3775
+ logger = Logger.new("log/development.log")
3776
+ logger.around_info("before", "after") { |logger| logger.info("during") }
3777
+ ```
3778
+
3779
+ ### `silence`
3780
+
3781
+ Silences every log level lesser to the specified one for the duration of the given block. Log level orders are: debug, info, error and fatal.
3782
+
3783
+ ```ruby
3784
+ logger = Logger.new("log/development.log")
3785
+ logger.silence(Logger::INFO) do
3786
+ logger.debug("In space, no one can hear you scream.")
3787
+ logger.info("Scream all you want, small mailman!")
3788
+ end
3789
+ ```
3790
+
3791
+ ### `datetime_format=`
3792
+
3793
+ Modifies the datetime format output by the formatter class associated with this logger. If the formatter class does not have a `datetime_format` method then this is ignored.
3794
+
3795
+ ```ruby
3796
+ class Logger::FormatWithTime < Logger::Formatter
3797
+ cattr_accessor(:datetime_format) { "%Y%m%d%H%m%S" }
3798
+
3799
+ def self.call(severity, timestamp, progname, msg)
3800
+ "#{timestamp.strftime(datetime_format)} -- #{String === msg ? msg : msg.inspect}\n"
3801
+ end
3802
+ end
3803
+
3804
+ logger = Logger.new("log/development.log")
3805
+ logger.formatter = Logger::FormatWithTime
3806
+ logger.info("<- is the current time")
3807
+ ```
3808
+
3809
+ NOTE: Defined in `active_support/core_ext/logger.rb`.
3810
+
3811
+ Extensions to `NameError`
3812
+ -------------------------
3813
+
3814
+ Active Support adds `missing_name?` to `NameError`, which tests whether the exception was raised because of the name passed as argument.
3815
+
3816
+ The name may be given as a symbol or string. A symbol is tested against the bare constant name, a string is against the fully-qualified constant name.
3817
+
3818
+ TIP: A symbol can represent a fully-qualified constant name as in `:"ActiveRecord::Base"`, so the behavior for symbols is defined for convenience, not because it has to be that way technically.
3819
+
3820
+ For example, when an action of `ArticlesController` is called Rails tries optimistically to use `ArticlesHelper`. It is OK that the helper module does not exist, so if an exception for that constant name is raised it should be silenced. But it could be the case that `articles_helper.rb` raises a `NameError` due to an actual unknown constant. That should be reraised. The method `missing_name?` provides a way to distinguish both cases:
3821
+
3822
+ ```ruby
3823
+ def default_helper_module!
3824
+ module_name = name.sub(/Controller$/, '')
3825
+ module_path = module_name.underscore
3826
+ helper module_path
3827
+ rescue MissingSourceFile => e
3828
+ raise e unless e.is_missing? "helpers/#{module_path}_helper"
3829
+ rescue NameError => e
3830
+ raise e unless e.missing_name? "#{module_name}Helper"
3831
+ end
3832
+ ```
3833
+
3834
+ NOTE: Defined in `active_support/core_ext/name_error.rb`.
3835
+
3836
+ Extensions to `LoadError`
3837
+ -------------------------
3838
+
3839
+ Active Support adds `is_missing?` to `LoadError`, and also assigns that class to the constant `MissingSourceFile` for backwards compatibility.
3840
+
3841
+ Given a path name `is_missing?` tests whether the exception was raised due to that particular file (except perhaps for the ".rb" extension).
3842
+
3843
+ For example, when an action of `ArticlesController` is called Rails tries to load `articles_helper.rb`, but that file may not exist. That's fine, the helper module is not mandatory so Rails silences a load error. But it could be the case that the helper module does exist and in turn requires another library that is missing. In that case Rails must reraise the exception. The method `is_missing?` provides a way to distinguish both cases:
3844
+
3845
+ ```ruby
3846
+ def default_helper_module!
3847
+ module_name = name.sub(/Controller$/, '')
3848
+ module_path = module_name.underscore
3849
+ helper module_path
3850
+ rescue MissingSourceFile => e
3851
+ raise e unless e.is_missing? "helpers/#{module_path}_helper"
3852
+ rescue NameError => e
3853
+ raise e unless e.missing_name? "#{module_name}Helper"
3854
+ end
3855
+ ```
3856
+
3857
+ NOTE: Defined in `active_support/core_ext/load_error.rb`.