swipe-rails 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +18 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/LICENSE +22 -0
- data/README.md +1 -0
- data/Rakefile +11 -0
- data/lib/swipe-rails.rb +5 -0
- data/lib/swipe-rails/engine.rb +7 -0
- data/lib/swipe-rails/version.rb +3 -0
- data/swipe-rails.gemspec +23 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +16 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/mailers/.gitkeep +0 -0
- data/test/dummy/app/models/.gitkeep +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +56 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/lib/assets/.gitkeep +0 -0
- data/test/dummy/log/.gitkeep +0 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/integration/swipe-rails_integration_spec.rb +9 -0
- data/test/lib/swipe-rails_spec.rb +11 -0
- data/test/spec_helper.rb +16 -0
- data/vendor/assets/javascripts/swipe.js +564 -0
- data/vendor/bundle/bin/erubis +23 -0
- data/vendor/bundle/bin/nokogiri +23 -0
- data/vendor/bundle/bin/rackup +23 -0
- data/vendor/bundle/bin/rails +23 -0
- data/vendor/bundle/bin/rake +23 -0
- data/vendor/bundle/bin/ri +23 -0
- data/vendor/bundle/bin/sprockets +23 -0
- data/vendor/bundle/bin/thor +23 -0
- data/vendor/bundle/bin/tilt +23 -0
- data/vendor/bundle/bin/tt +23 -0
- data/vendor/bundle/bin/turn +23 -0
- data/vendor/bundle/build_info/actionmailer-3.2.13.info +1 -0
- data/vendor/bundle/build_info/actionpack-3.2.13.info +1 -0
- data/vendor/bundle/build_info/activemodel-3.2.13.info +1 -0
- data/vendor/bundle/build_info/activerecord-3.2.13.info +1 -0
- data/vendor/bundle/build_info/activeresource-3.2.13.info +1 -0
- data/vendor/bundle/build_info/activesupport-3.2.13.info +1 -0
- data/vendor/bundle/build_info/ansi-1.4.3.info +1 -0
- data/vendor/bundle/build_info/arel-3.0.2.info +1 -0
- data/vendor/bundle/build_info/builder-3.0.4.info +1 -0
- data/vendor/bundle/build_info/capybara-2.1.0.info +1 -0
- data/vendor/bundle/build_info/erubis-2.7.0.info +1 -0
- data/vendor/bundle/build_info/hike-1.2.3.info +1 -0
- data/vendor/bundle/build_info/i18n-0.6.1.info +1 -0
- data/vendor/bundle/build_info/journey-1.0.4.info +1 -0
- data/vendor/bundle/build_info/json-1.8.0.info +1 -0
- data/vendor/bundle/build_info/mail-2.5.4.info +1 -0
- data/vendor/bundle/build_info/mime-types-1.23.info +1 -0
- data/vendor/bundle/build_info/mini_portile-0.5.0.info +1 -0
- data/vendor/bundle/build_info/minitest-5.0.4.info +1 -0
- data/vendor/bundle/build_info/multi_json-1.7.7.info +1 -0
- data/vendor/bundle/build_info/nokogiri-1.6.0.info +1 -0
- data/vendor/bundle/build_info/polyglot-0.3.3.info +1 -0
- data/vendor/bundle/build_info/rack-1.4.5.info +1 -0
- data/vendor/bundle/build_info/rack-cache-1.2.info +1 -0
- data/vendor/bundle/build_info/rack-ssl-1.3.3.info +1 -0
- data/vendor/bundle/build_info/rack-test-0.6.2.info +1 -0
- data/vendor/bundle/build_info/rails-3.2.13.info +1 -0
- data/vendor/bundle/build_info/railties-3.2.13.info +1 -0
- data/vendor/bundle/build_info/rake-10.0.4.info +1 -0
- data/vendor/bundle/build_info/rdoc-3.12.2.info +1 -0
- data/vendor/bundle/build_info/sprockets-2.2.2.info +1 -0
- data/vendor/bundle/build_info/sqlite3-1.3.7.info +1 -0
- data/vendor/bundle/build_info/thor-0.18.1.info +1 -0
- data/vendor/bundle/build_info/tilt-1.4.1.info +1 -0
- data/vendor/bundle/build_info/treetop-1.4.14.info +1 -0
- data/vendor/bundle/build_info/turn-0.9.6.info +1 -0
- data/vendor/bundle/build_info/tzinfo-0.3.37.info +1 -0
- data/vendor/bundle/build_info/xpath-2.0.0.info +1 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/CHANGELOG.md +99 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/README.rdoc +163 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer.rb +49 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/base.rb +749 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/collector.rb +30 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/delivery_methods.rb +86 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/log_subscriber.rb +22 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/mail_helper.rb +56 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/railtie.rb +44 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/test_case.rb +82 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/test_helper.rb +61 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/version.rb +10 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/rails/generators/mailer/USAGE +18 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/rails/generators/mailer/mailer_generator.rb +16 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/rails/generators/mailer/templates/mailer.rb +18 -0
- data/vendor/bundle/gems/actionpack-3.2.13/CHANGELOG.md +619 -0
- data/vendor/bundle/gems/actionpack-3.2.13/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionpack-3.2.13/README.rdoc +341 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller.rb +28 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/asset_paths.rb +10 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/base.rb +213 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb +198 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/collector.rb +32 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/helpers.rb +167 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/layouts.rb +423 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/logger.rb +13 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/railties/routes_helpers.rb +18 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb +179 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/translation.rb +13 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/url_for.rb +33 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/view_paths.rb +96 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller.rb +65 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/base.rb +235 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching.rb +86 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/actions.rb +185 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/fragments.rb +127 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/pages.rb +187 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/sweeping.rb +97 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/deprecated.rb +3 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/deprecated/integration_test.rb +2 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/deprecated/performance_test.rb +1 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/log_subscriber.rb +67 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal.rb +250 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/compatibility.rb +65 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/conditional_get.rb +131 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/cookies.rb +16 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/data_streaming.rb +177 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/exceptions.rb +46 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/flash.rb +28 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/force_ssl.rb +39 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/head.rb +35 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/helpers.rb +113 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/hide_actions.rb +41 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/http_authentication.rb +466 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb +19 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb +105 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/mime_responds.rb +317 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb +240 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb +26 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/redirecting.rb +109 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/renderers.rb +109 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb +65 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/request_forgery_protection.rb +113 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb +35 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/responder.rb +286 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/session_management.rb +14 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/streaming.rb +229 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/testing.rb +37 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/url_for.rb +47 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/middleware.rb +39 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/railtie.rb +51 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/railties/paths.rb +25 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/record_identifier.rb +85 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/test_case.rb +560 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner.rb +20 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/document.rb +68 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/node.rb +532 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/sanitizer.rb +177 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/selector.rb +830 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/tokenizer.rb +107 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/version.rb +11 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch.rb +102 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/cache.rb +123 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/filter_parameters.rb +68 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/headers.rb +31 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_negotiation.rb +110 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_type.rb +276 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_types.rb +35 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/parameter_filter.rb +74 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/parameters.rb +83 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb +62 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/request.rb +285 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/response.rb +206 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/upload.rb +47 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/url.rb +178 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb +30 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/body_proxy.rb +30 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb +32 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb +353 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb +82 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/exception_wrapper.rb +82 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb +263 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb +18 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb +75 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/public_exceptions.rb +30 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/reloader.rb +89 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb +81 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb +39 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/rescue.rb +26 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/session/abstract_store.rb +88 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/session/cache_store.rb +49 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/session/cookie_store.rb +68 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/session/mem_cache_store.rb +17 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb +87 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/stack.rb +124 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb +66 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb +31 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb +26 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb +10 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/layout.erb +32 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb +2 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb +15 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb +17 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb +2 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/railtie.rb +34 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing.rb +293 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/mapper.rb +1513 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/polymorphic_routes.rb +209 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/redirection.rb +131 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb +670 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/routes_proxy.rb +39 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/url_for.rb +167 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions.rb +18 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/dom.rb +37 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/response.rb +96 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/routing.rb +217 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/selector.rb +435 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/tag.rb +138 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/integration.rb +498 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/performance_test.rb +10 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/test_process.rb +41 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/test_request.rb +74 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/test_response.rb +29 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_pack.rb +24 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_pack/version.rb +10 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view.rb +84 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/asset_paths.rb +142 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/base.rb +220 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/buffers.rb +43 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/context.rb +36 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/flows.rb +79 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers.rb +60 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/active_model_helper.rb +50 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_paths.rb +7 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helper.rb +457 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb +146 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb +93 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb +193 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb +148 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/atom_feed_helper.rb +200 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/cache_helper.rb +64 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb +203 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/controller_helper.rb +25 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/csrf_helper.rb +32 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/date_helper.rb +1062 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/debug_helper.rb +40 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/form_helper.rb +1487 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/form_options_helper.rb +658 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/form_tag_helper.rb +685 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/javascript_helper.rb +110 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/number_helper.rb +610 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/output_safety_helper.rb +38 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/record_tag_helper.rb +111 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/rendering_helper.rb +90 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/sanitize_helper.rb +259 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/tag_helper.rb +160 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/text_helper.rb +426 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/translation_helper.rb +88 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/url_helper.rb +693 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/locale/en.yml +160 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/log_subscriber.rb +28 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/lookup_context.rb +241 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/path_set.rb +89 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/railtie.rb +55 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb +41 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb +415 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb +54 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/streaming_template_renderer.rb +106 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb +94 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template.rb +337 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/error.rb +128 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/handlers.rb +50 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/handlers/builder.rb +26 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/handlers/erb.rb +125 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/resolver.rb +258 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/text.rb +30 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/test_case.rb +245 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/testing/resolvers.rb +50 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/assets.rake +99 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/bootstrap.rb +37 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/compressors.rb +83 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/helpers.rb +6 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/helpers/isolated_helper.rb +13 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/helpers/rails_helper.rb +182 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/railtie.rb +62 -0
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/static_compiler.rb +56 -0
- data/vendor/bundle/gems/activemodel-3.2.13/CHANGELOG.md +93 -0
- data/vendor/bundle/gems/activemodel-3.2.13/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/activemodel-3.2.13/README.rdoc +211 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model.rb +61 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/attribute_methods.rb +452 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/callbacks.rb +134 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/conversion.rb +73 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/dirty.rb +167 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/errors.rb +370 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/lint.rb +123 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/locale/en.yml +27 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/mass_assignment_security.rb +237 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/mass_assignment_security/permission_set.rb +40 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/mass_assignment_security/sanitizer.rb +59 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/naming.rb +171 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/observer_array.rb +147 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/observing.rb +252 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/railtie.rb +2 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/secure_password.rb +74 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/serialization.rb +139 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/serializers/json.rb +108 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/serializers/xml.rb +204 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/test_case.rb +16 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/translation.rb +70 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations.rb +237 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/acceptance.rb +67 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/callbacks.rb +57 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/confirmation.rb +67 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/exclusion.rb +79 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/format.rb +105 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/inclusion.rb +79 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/length.rb +127 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/numericality.rb +138 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/presence.rb +49 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/validates.rb +137 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/with.rb +142 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validator.rb +184 -0
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/version.rb +10 -0
- data/vendor/bundle/gems/activerecord-3.2.13/CHANGELOG.md +798 -0
- data/vendor/bundle/gems/activerecord-3.2.13/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activerecord-3.2.13/README.rdoc +222 -0
- data/vendor/bundle/gems/activerecord-3.2.13/examples/associations.png +0 -0
- data/vendor/bundle/gems/activerecord-3.2.13/examples/performance.rb +172 -0
- data/vendor/bundle/gems/activerecord-3.2.13/examples/simple.rb +14 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record.rb +156 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/aggregations.rb +255 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations.rb +1607 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/alias_tracker.rb +76 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/association.rb +241 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/association_scope.rb +134 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/belongs_to_association.rb +79 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/belongs_to_polymorphic_association.rb +34 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/association.rb +55 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/belongs_to.rb +85 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/collection_association.rb +75 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/has_and_belongs_to_many.rb +57 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/has_many.rb +71 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/has_one.rb +62 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/singular_association.rb +32 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/collection_association.rb +580 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/collection_proxy.rb +131 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_and_belongs_to_many_association.rb +63 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_many_association.rb +108 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_many_through_association.rb +187 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_one_association.rb +83 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_one_through_association.rb +36 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency.rb +214 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency/join_association.rb +154 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency/join_base.rb +24 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency/join_part.rb +78 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_helper.rb +55 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader.rb +181 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/association.rb +125 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/belongs_to.rb +17 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/collection_association.rb +24 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_and_belongs_to_many.rb +60 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_many.rb +17 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_many_through.rb +15 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_one.rb +23 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_one_through.rb +9 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/singular_association.rb +21 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/through_association.rb +68 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/singular_association.rb +64 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/through_association.rb +87 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_assignment.rb +221 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods.rb +275 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/before_type_cast.rb +31 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/deprecated_underscore_read.rb +32 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb +111 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/primary_key.rb +114 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/query.rb +39 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/read.rb +136 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/serialization.rb +120 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/time_zone_conversion.rb +65 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/write.rb +70 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/autosave_association.rb +428 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/base.rb +720 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/callbacks.rb +275 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/coders/yaml_column.rb +41 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb +488 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb +191 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_limits.rb +58 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb +390 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/query_cache.rb +90 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/quoting.rb +115 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/schema_definitions.rb +492 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/schema_statements.rb +606 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_adapter.rb +296 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +676 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/column.rb +296 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/mysql2_adapter.rb +278 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/mysql_adapter.rb +441 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb +1317 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/schema_cache.rb +69 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/sqlite3_adapter.rb +55 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/sqlite_adapter.rb +583 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/statement_pool.rb +40 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/counter_cache.rb +123 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/dynamic_finder_match.rb +68 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/dynamic_matchers.rb +84 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/dynamic_scope_match.rb +23 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/errors.rb +195 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/explain.rb +86 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/explain_subscriber.rb +25 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/fixtures.rb +922 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/fixtures/file.rb +65 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/identity_map.rb +162 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/inheritance.rb +174 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/integration.rb +60 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/locale/en.yml +40 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/locking/optimistic.rb +185 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/locking/pessimistic.rb +77 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/log_subscriber.rb +72 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/migration.rb +781 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/migration/command_recorder.rb +105 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/model_schema.rb +366 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/nested_attributes.rb +470 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/observer.rb +121 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/persistence.rb +376 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/query_cache.rb +74 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/querying.rb +58 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railtie.rb +132 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/console_sandbox.rb +6 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb +49 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/databases.rake +658 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/jdbcmysql_error.rb +16 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/readonly_attributes.rb +26 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/reflection.rb +534 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation.rb +537 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/batches.rb +90 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/calculations.rb +373 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/delegation.rb +49 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb +401 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/predicate_builder.rb +63 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/query_methods.rb +417 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/spawn_methods.rb +148 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/result.rb +40 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/sanitization.rb +194 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/schema.rb +58 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/schema_dumper.rb +208 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/scoping.rb +152 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/scoping/default.rb +142 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/scoping/named.rb +200 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/serialization.rb +18 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/serializers/xml_serializer.rb +203 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/session_store.rb +360 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/store.rb +52 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/test_case.rb +73 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/timestamp.rb +114 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/transactions.rb +381 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/translation.rb +22 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/validations.rb +83 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/validations/associated.rb +43 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/validations/uniqueness.rb +180 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/version.rb +10 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record.rb +25 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/migration.rb +15 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/migration/migration_generator.rb +25 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/migration/templates/migration.rb +34 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/model_generator.rb +47 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/templates/migration.rb +15 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/templates/model.rb +12 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/templates/module.rb +7 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/observer/observer_generator.rb +15 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/observer/templates/observer.rb +4 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/session_migration/session_migration_generator.rb +25 -0
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/session_migration/templates/migration.rb +12 -0
- data/vendor/bundle/gems/activeresource-3.2.13/CHANGELOG.md +403 -0
- data/vendor/bundle/gems/activeresource-3.2.13/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activeresource-3.2.13/README.rdoc +187 -0
- data/vendor/bundle/gems/activeresource-3.2.13/examples/performance.rb +70 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource.rb +46 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/base.rb +1482 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/connection.rb +287 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/custom_methods.rb +119 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/exceptions.rb +82 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/formats.rb +22 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/formats/json_format.rb +25 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/formats/xml_format.rb +25 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/http_mock.rb +335 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/log_subscriber.rb +15 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/observing.rb +29 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/railtie.rb +14 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/schema.rb +59 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/validations.rb +134 -0
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/version.rb +10 -0
- data/vendor/bundle/gems/activesupport-3.2.13/CHANGELOG.md +204 -0
- data/vendor/bundle/gems/activesupport-3.2.13/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activesupport-3.2.13/README.rdoc +33 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support.rb +82 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/all.rb +3 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/backtrace_cleaner.rb +99 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/base64.rb +54 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/basic_object.rb +21 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/benchmarkable.rb +55 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/buffered_logger.rb +125 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/builder.rb +6 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache.rb +638 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/file_store.rb +178 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/mem_cache_store.rb +206 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/memory_store.rb +159 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/null_store.rb +44 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb +169 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/callbacks.rb +626 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/concern.rb +133 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/configurable.rb +90 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext.rb +3 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array.rb +8 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/access.rb +46 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/conversions.rb +164 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/grouping.rb +100 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/random_access.rb +30 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/uniq_by.rb +16 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/wrap.rb +48 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb +7 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/big_decimal/conversions.rb +45 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class.rb +4 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/attribute.rb +115 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/attribute_accessors.rb +168 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/delegating_attributes.rb +44 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/subclasses.rb +36 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/calculations.rb +276 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/conversions.rb +106 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/freeze.rb +33 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/zones.rb +14 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date_time/acts_like.rb +13 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date_time/calculations.rb +143 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date_time/conversions.rb +103 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date_time/zones.rb +21 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/enumerable.rb +127 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/exception.rb +3 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/file.rb +2 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/file/atomic.rb +47 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/file/path.rb +5 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/float.rb +1 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/float/rounding.rb +19 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash.rb +9 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/conversions.rb +175 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/deep_dup.rb +18 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/deep_merge.rb +21 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/diff.rb +13 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/except.rb +23 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/keys.rb +54 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/reverse_merge.rb +23 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/slice.rb +40 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/integer.rb +3 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/integer/inflections.rb +17 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/integer/time.rb +39 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/io.rb +15 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel.rb +4 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/debugger.rb +10 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/reporting.rb +95 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/singleton_class.rb +13 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/load_error.rb +23 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/logger.rb +83 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module.rb +12 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/aliasing.rb +70 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/anonymous.rb +24 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/attr_internal.rb +39 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/attribute_accessors.rb +64 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/delegation.rb +153 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/deprecation.rb +9 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/introspection.rb +88 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/method_names.rb +14 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/qualified_const.rb +64 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/remove_method.rb +16 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/synchronization.rb +45 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/name_error.rb +18 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/numeric.rb +2 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/numeric/bytes.rb +44 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/numeric/time.rb +79 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object.rb +13 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/blank.rb +121 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/duplicable.rb +119 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/inclusion.rb +25 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/instance_variables.rb +33 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/to_json.rb +19 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/to_param.rb +55 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/to_query.rb +27 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/try.rb +57 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/with_options.rb +43 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/proc.rb +14 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/process.rb +1 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/process/daemon.rb +23 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range.rb +5 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/blockless_step.rb +29 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/conversions.rb +21 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/cover.rb +3 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/include_range.rb +21 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/regexp.rb +5 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/rexml.rb +46 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string.rb +14 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/access.rb +99 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/conversions.rb +66 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/encoding.rb +11 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/filters.rb +49 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/inflections.rb +202 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/interpolation.rb +2 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/multibyte.rb +72 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/output_safety.rb +186 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/strip.rb +26 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/xchar.rb +18 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/calculations.rb +356 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/conversions.rb +87 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/marshal.rb +57 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/publicize_conversion_methods.rb +10 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/zones.rb +86 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/uri.rb +30 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/dependencies.rb +703 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/dependencies/autoload.rb +50 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation.rb +18 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/behaviors.rb +49 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/method_wrappers.rb +29 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/proxy_wrappers.rb +81 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/reporting.rb +65 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/descendants_tracker.rb +45 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/duration.rb +110 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/file_update_checker.rb +121 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/file_watcher.rb +36 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/gzip.rb +30 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/hash_with_indifferent_access.rb +178 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/i18n.rb +9 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/i18n_railtie.rb +102 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflections.rb +63 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflector.rb +7 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflector/inflections.rb +174 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflector/methods.rb +321 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflector/transliterate.rb +98 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/json.rb +2 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/json/decoding.rb +79 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/json/encoding.rb +278 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/json/variable.rb +9 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb +46 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/locale/en.yml +36 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/log_subscriber.rb +122 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/log_subscriber/test_helper.rb +101 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/memoizable.rb +116 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/message_encryptor.rb +103 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/message_verifier.rb +74 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte.rb +44 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/chars.rb +476 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/exceptions.rb +8 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/unicode.rb +393 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/utils.rb +60 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/notifications.rb +154 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/notifications/fanout.rb +61 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb +53 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/option_merger.rb +25 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/ordered_hash.rb +222 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/ordered_options.rb +61 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/railtie.rb +59 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/rescuable.rb +115 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/ruby/shim.rb +22 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/string_inquirer.rb +21 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb +80 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/test_case.rb +34 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/assertions.rb +97 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/declarative.rb +40 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/deprecation.rb +55 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/isolation.rb +165 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/mochaing.rb +7 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/pending.rb +52 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance.rb +317 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/jruby.rb +115 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/rubinius.rb +113 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/ruby.rb +152 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/ruby/mri.rb +57 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/ruby/yarv.rb +57 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb +121 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/time.rb +35 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/time/autoload.rb +5 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/time_with_zone.rb +368 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/values/time_zone.rb +397 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/version.rb +10 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/whiny_nil.rb +24 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini.rb +168 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/jdom.rb +181 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/libxml.rb +80 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/libxmlsax.rb +86 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/nokogiri.rb +84 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/nokogirisax.rb +88 -0
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/rexml.rb +130 -0
- data/vendor/bundle/gems/ansi-1.4.3/.ruby +63 -0
- data/vendor/bundle/gems/ansi-1.4.3/.yardopts +8 -0
- data/vendor/bundle/gems/ansi-1.4.3/COPYING.rdoc +612 -0
- data/vendor/bundle/gems/ansi-1.4.3/Config.rb +13 -0
- data/vendor/bundle/gems/ansi-1.4.3/DEMO.rdoc +455 -0
- data/vendor/bundle/gems/ansi-1.4.3/HISTORY.rdoc +197 -0
- data/vendor/bundle/gems/ansi-1.4.3/README.rdoc +87 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/01_ansicode.rdoc +49 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/02_core.rdoc +11 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/03_logger.rdoc +31 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/04_progressbar.rdoc +63 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/05_mixin.rdoc +37 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/06_string.rdoc +56 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/07_columns.rdoc +90 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/08_table.rdoc +28 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/09_diff.rdoc +47 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/10_bbcode.rdoc +24 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/11_terminal.rdoc +8 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/applique/ae.rb +1 -0
- data/vendor/bundle/gems/ansi-1.4.3/demo/applique/output.rb +5 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi.rb +22 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi.yml +63 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/bbcode.rb +334 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/chain.rb +50 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/chart.rb +98 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/code.rb +353 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/columns.rb +198 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/constants.rb +25 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/core.rb +30 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/diff.rb +215 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/hexdump.rb +122 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/logger.rb +211 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/mixin.rb +121 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/progressbar.rb +292 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/string.rb +254 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/table.rb +179 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/terminal.rb +44 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/terminal/curses.rb +27 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/terminal/stty.rb +62 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/terminal/termios.rb +68 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/terminal/win32.rb +107 -0
- data/vendor/bundle/gems/ansi-1.4.3/lib/ansi/version.rb +15 -0
- data/vendor/bundle/gems/ansi-1.4.3/test/case_ansicode.rb +31 -0
- data/vendor/bundle/gems/ansi-1.4.3/test/case_bbcode.rb +35 -0
- data/vendor/bundle/gems/ansi-1.4.3/test/case_mixin.rb +29 -0
- data/vendor/bundle/gems/ansi-1.4.3/test/case_progressbar.rb +19 -0
- data/vendor/bundle/gems/ansi-1.4.3/test/test_helper.rb +3 -0
- data/vendor/bundle/gems/arel-3.0.2/.autotest +26 -0
- data/vendor/bundle/gems/arel-3.0.2/.gemtest +0 -0
- data/vendor/bundle/gems/arel-3.0.2/.travis.yml +13 -0
- data/vendor/bundle/gems/arel-3.0.2/Gemfile +11 -0
- data/vendor/bundle/gems/arel-3.0.2/History.txt +205 -0
- data/vendor/bundle/gems/arel-3.0.2/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/gems/arel-3.0.2/Manifest.txt +121 -0
- data/vendor/bundle/gems/arel-3.0.2/README.markdown +118 -0
- data/vendor/bundle/gems/arel-3.0.2/Rakefile +19 -0
- data/vendor/bundle/gems/arel-3.0.2/arel.gemspec +39 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel.rb +47 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/alias_predication.rb +7 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/attributes.rb +20 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/attributes/attribute.rb +27 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/compatibility/wheres.rb +33 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/crud.rb +72 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/delete_manager.rb +18 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/deprecated.rb +4 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/expression.rb +5 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/expressions.rb +23 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/factory_methods.rb +43 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/insert_manager.rb +38 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/math.rb +19 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes.rb +46 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/and.rb +23 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/ascending.rb +23 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/binary.rb +40 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/count.rb +10 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/delete_statement.rb +19 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/descending.rb +23 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/equality.rb +9 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/false.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/function.rb +30 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/in.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/infix_operation.rb +44 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/inner_join.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/insert_statement.rb +19 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/join_source.rb +18 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/named_function.rb +12 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/node.rb +46 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/ordering.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/outer_join.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/select_core.rb +40 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/select_statement.rb +24 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/sql_literal.rb +13 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/string_join.rb +9 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/table_alias.rb +17 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/terminal.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/true.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb +29 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unqualified_column.rb +20 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/update_statement.rb +23 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/values.rb +14 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/with.rb +10 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/order_predications.rb +13 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/predications.rb +164 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/relation.rb +6 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/select_manager.rb +309 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/sql/engine.rb +10 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/sql_literal.rb +4 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/table.rb +147 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/tree_manager.rb +39 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/update_manager.rb +57 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors.rb +42 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/bind_visitor.rb +24 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/depth_first.rb +167 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/dot.rb +247 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/ibm_db.rb +12 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/informix.rb +33 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/join_sql.rb +19 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/mssql.rb +73 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/mysql.rb +56 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/oracle.rb +127 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/order_clauses.rb +11 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb +19 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/sqlite.rb +16 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/to_sql.rb +429 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/visitor.rb +31 -0
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/where_sql.rb +9 -0
- data/vendor/bundle/gems/arel-3.0.2/test/attributes/test_attribute.rb +664 -0
- data/vendor/bundle/gems/arel-3.0.2/test/helper.rb +13 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_as.rb +22 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_ascending.rb +34 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb +23 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_count.rb +27 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_delete_statement.rb +14 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_descending.rb +34 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_equality.rb +74 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_infix_operation.rb +30 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_insert_statement.rb +18 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_named_function.rb +30 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_node.rb +39 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_not.rb +17 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb +22 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_select_core.rb +31 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_select_statement.rb +13 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_sql_literal.rb +51 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_sum.rb +12 -0
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_update_statement.rb +18 -0
- data/vendor/bundle/gems/arel-3.0.2/test/support/fake_record.rb +119 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_activerecord_compat.rb +18 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_attributes.rb +54 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_crud.rb +63 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_delete_manager.rb +42 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_factory_methods.rb +44 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_insert_manager.rb +144 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_select_manager.rb +998 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_table.rb +184 -0
- data/vendor/bundle/gems/arel-3.0.2/test/test_update_manager.rb +115 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_bind_visitor.rb +39 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_depth_first.rb +230 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_dot.rb +76 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_ibm_db.rb +27 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_informix.rb +42 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_join_sql.rb +42 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_mssql.rb +66 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_mysql.rb +55 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_oracle.rb +154 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_postgres.rb +48 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_sqlite.rb +23 -0
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_to_sql.rb +353 -0
- data/vendor/bundle/gems/builder-3.0.4/CHANGES +101 -0
- data/vendor/bundle/gems/builder-3.0.4/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/builder-3.0.4/README.rdoc +225 -0
- data/vendor/bundle/gems/builder-3.0.4/Rakefile +189 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/blankslate.rb +137 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/builder.rb +13 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/builder/blankslate.rb +23 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/builder/version.rb +8 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/builder/xchar.rb +197 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/builder/xmlbase.rb +192 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/builder/xmlevents.rb +63 -0
- data/vendor/bundle/gems/builder-3.0.4/lib/builder/xmlmarkup.rb +334 -0
- data/vendor/bundle/gems/builder-3.0.4/test/performance.rb +40 -0
- data/vendor/bundle/gems/builder-3.0.4/test/preload.rb +39 -0
- data/vendor/bundle/gems/builder-3.0.4/test/test_blankslate.rb +217 -0
- data/vendor/bundle/gems/builder-3.0.4/test/test_eventbuilder.rb +150 -0
- data/vendor/bundle/gems/builder-3.0.4/test/test_markupbuilder.rb +578 -0
- data/vendor/bundle/gems/builder-3.0.4/test/test_method_caching.rb +62 -0
- data/vendor/bundle/gems/builder-3.0.4/test/test_namecollision.rb +39 -0
- data/vendor/bundle/gems/builder-3.0.4/test/test_xchar.rb +77 -0
- data/vendor/bundle/gems/capybara-2.1.0/History.md +561 -0
- data/vendor/bundle/gems/capybara-2.1.0/License.txt +22 -0
- data/vendor/bundle/gems/capybara-2.1.0/README.md +855 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara.rb +344 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/cucumber.rb +28 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/driver/base.rb +64 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/driver/node.rb +91 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/dsl.rb +57 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/helpers.rb +121 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/node/actions.rb +153 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/node/base.rb +109 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/node/document.rb +29 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/node/element.rb +232 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/node/finders.rb +163 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/node/matchers.rb +472 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/node/simple.rb +164 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/query.rb +124 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rack_test/browser.rb +113 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rack_test/css_handlers.rb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rack_test/driver.rb +94 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rack_test/form.rb +87 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rack_test/node.rb +194 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rails.rb +20 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/result.rb +56 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rspec.rb +24 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rspec/features.rb +25 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/rspec/matchers.rb +153 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/selector.rb +186 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/selenium/driver.rb +149 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/selenium/node.rb +107 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/server.rb +95 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/session.rb +394 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/fixtures/another_test_file.txt +1 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/fixtures/capybara.jpg +3 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/fixtures/test_file.txt +1 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/public/jquery-ui.js +791 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/public/jquery.js +9046 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/public/test.js +63 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/all_spec.rb +81 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/assert_selector.rb +123 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/attach_file_spec.rb +104 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/body_spec.rb +21 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/check_spec.rb +99 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/choose_spec.rb +54 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/click_button_spec.rb +411 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/click_link_or_button_spec.rb +112 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/click_link_spec.rb +143 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/current_scope_spec.rb +29 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/current_url_spec.rb +93 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/evaluate_script_spec.rb +6 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/execute_script_spec.rb +7 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/fill_in_spec.rb +167 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/find_button_spec.rb +32 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/find_by_id_spec.rb +31 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/find_field_spec.rb +58 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/find_link_spec.rb +32 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/find_spec.rb +375 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/first_spec.rb +88 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_button_spec.rb +30 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_css_spec.rb +228 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_field_spec.rb +226 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_link_spec.rb +34 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_select_spec.rb +181 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_selector_spec.rb +132 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_table_spec.rb +30 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_text_spec.rb +291 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_title_spec.rb +47 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/has_xpath_spec.rb +127 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/headers.rb +6 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/html_spec.rb +38 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/node_spec.rb +263 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/reset_session_spec.rb +50 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/response_code.rb +6 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/save_page_spec.rb +76 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/screenshot.rb +14 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/select_spec.rb +189 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/source_spec.rb +0 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/text_spec.rb +53 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/title_spec.rb +16 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/uncheck_spec.rb +40 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/unselect_spec.rb +114 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/visit_spec.rb +89 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/within_frame_spec.rb +45 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/within_spec.rb +165 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/session/within_window_spec.rb +38 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/spec_helper.rb +86 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/test_app.rb +168 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/buttons.erb +4 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/fieldsets.erb +29 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/form.erb +404 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/frame_child.erb +9 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/frame_one.erb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/frame_parent.erb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/frame_two.erb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/header_links.erb +7 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/host_links.erb +12 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/popup_one.erb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/popup_two.erb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/postback.erb +13 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/tables.erb +62 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_base_tag.erb +10 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_count.erb +7 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_hover.erb +17 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_html.erb +104 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_html_entities.erb +1 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_js.erb +71 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_scope.erb +41 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_simple_html.erb +1 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/with_title.erb +1 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/within_frames.erb +11 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/spec/views/within_popups.erb +25 -0
- data/vendor/bundle/gems/capybara-2.1.0/lib/capybara/version.rb +3 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/basic_node_spec.rb +140 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/capybara_spec.rb +55 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/dsl_spec.rb +254 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/fixtures/selenium_driver_rspec_failure.rb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/fixtures/selenium_driver_rspec_success.rb +8 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/rack_test_spec.rb +159 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/result_spec.rb +51 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/rspec/features_spec.rb +62 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/rspec/matchers_spec.rb +664 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/rspec_spec.rb +51 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/selenium_spec.rb +52 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/server_spec.rb +108 -0
- data/vendor/bundle/gems/capybara-2.1.0/spec/spec_helper.rb +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/CHANGES.txt +828 -0
- data/vendor/bundle/gems/erubis-2.7.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/README.txt +102 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/Makefile +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/bench.rb +313 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/bench_context.yaml +141 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/_footer.html +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/_header.html +52 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/bin/erubis +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/erubis +3468 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/inline-require +179 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ActionView.html +105 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +209 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ERB.html +101 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis.html +362 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +175 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +174 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +112 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +327 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +130 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +215 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +386 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +113 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +344 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +283 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +382 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +150 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +305 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +175 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +132 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +165 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +127 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +131 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +416 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +267 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +116 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +787 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +349 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +213 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +305 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +359 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +386 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +341 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +249 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +159 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +119 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +439 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +125 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +266 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +122 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +155 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +293 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +344 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +350 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +210 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +183 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +244 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +121 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +227 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +328 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +382 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +191 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +173 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +121 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +174 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +298 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +130 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +255 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Kernel.html +155 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/created.rid +1 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/README_txt.html +247 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +116 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +129 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +118 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_class_index.html +129 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_file_index.html +53 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_method_index.html +265 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/index.html +24 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/rdoc-style.css +208 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/Makefile +58 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ec +42 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ecpp +33 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ejava +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ejs +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.eperl +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ephp +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.eruby +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.escheme +26 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/Makefile +54 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ec +42 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ejava +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ejs +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.eperl +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ephp +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.eruby +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.escheme +26 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis.rb +73 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/setup.rb +1331 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/assert-text-equal.rb +44 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +55 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/array_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/context.rb +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/context.yaml +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/def_method.result +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ec +27 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ejs +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.eperl +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ephp +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.escheme +28 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.rb +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.rb +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.php +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.result +23 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +21 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.result +27 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example31.result +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example32.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.rb +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +5 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.rb +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example6.rb +12 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example6.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example71.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example72.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example91.result +5 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example92.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_c.result +32 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_java.result +56 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_js.result +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_php.result +19 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +38 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +19 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stderr.log +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-engines.rb +425 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-enhancers.rb +646 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-erubis.rb +887 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-index-cgi.rb +191 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-main.rb +752 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-users-guide.rb +73 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test.rb +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/testutil.rb +111 -0
- data/vendor/bundle/gems/hike-1.2.3/LICENSE +20 -0
- data/vendor/bundle/gems/hike-1.2.3/README.md +52 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike.rb +9 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike/extensions.rb +23 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike/index.rb +206 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike/normalized_array.rb +59 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike/paths.rb +27 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike/trail.rb +188 -0
- data/vendor/bundle/gems/i18n-0.6.1/CHANGELOG.textile +152 -0
- data/vendor/bundle/gems/i18n-0.6.1/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/i18n-0.6.1/README.textile +105 -0
- data/vendor/bundle/gems/i18n-0.6.1/ci/Gemfile.no-rails +5 -0
- data/vendor/bundle/gems/i18n-0.6.1/ci/Gemfile.no-rails.lock +14 -0
- data/vendor/bundle/gems/i18n-0.6.1/ci/Gemfile.rails-2.3.x +9 -0
- data/vendor/bundle/gems/i18n-0.6.1/ci/Gemfile.rails-2.3.x.lock +23 -0
- data/vendor/bundle/gems/i18n-0.6.1/ci/Gemfile.rails-3.x +9 -0
- data/vendor/bundle/gems/i18n-0.6.1/ci/Gemfile.rails-3.x.lock +23 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n.rb +332 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/base.rb +181 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/cache.rb +96 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/chain.rb +78 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/fallbacks.rb +65 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/gettext.rb +72 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/key_value.rb +101 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/metadata.rb +65 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/simple.rb +87 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/transliterator.rb +98 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/config.rb +86 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/core_ext/kernel/surpress_warnings.rb +9 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/core_ext/string/interpolate.rb +105 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/exceptions.rb +106 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/gettext.rb +25 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/gettext/helpers.rb +64 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/interpolate/ruby.rb +31 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/basics.rb +54 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/defaults.rb +40 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/interpolation.rb +133 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/localization/date.rb +84 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/localization/date_time.rb +77 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/localization/time.rb +76 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/lookup.rb +74 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/version.rb +3 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/all.rb +8 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/chain_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/key_value_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/memoize_test.rb +60 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/override_test.rb +48 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/api/simple_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/cache_test.rb +85 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/cascade_test.rb +85 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/chain_test.rb +72 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/exceptions_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/fallbacks_test.rb +125 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/interpolation_compiler_test.rb +102 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/key_value_test.rb +46 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/memoize_test.rb +47 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/metadata_test.rb +47 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/pluralization_test.rb +44 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/simple_test.rb +83 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/transliterator_test.rb +81 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/core_ext/hash_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/core_ext/string/interpolate_test.rb +99 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/gettext/api_test.rb +206 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/gettext/backend_test.rb +101 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/i18n/exceptions_test.rb +116 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/i18n/interpolate_test.rb +61 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/i18n/load_path_test.rb +26 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/i18n_test.rb +254 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/locale/fallbacks_test.rb +136 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/locale/tag/rfc4646_test.rb +142 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/run_all.rb +21 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/gems/i18n-0.6.1/test/test_helper.rb +56 -0
- data/vendor/bundle/gems/journey-1.0.4/.autotest +8 -0
- data/vendor/bundle/gems/journey-1.0.4/.gemtest +0 -0
- data/vendor/bundle/gems/journey-1.0.4/.travis.yml +7 -0
- data/vendor/bundle/gems/journey-1.0.4/CHANGELOG.rdoc +20 -0
- data/vendor/bundle/gems/journey-1.0.4/Gemfile +14 -0
- data/vendor/bundle/gems/journey-1.0.4/Manifest.txt +49 -0
- data/vendor/bundle/gems/journey-1.0.4/README.rdoc +48 -0
- data/vendor/bundle/gems/journey-1.0.4/Rakefile +32 -0
- data/vendor/bundle/gems/journey-1.0.4/journey.gemspec +48 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey.rb +5 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/backwards.rb +5 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/core-ext/hash.rb +11 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/formatter.rb +131 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/gtg/builder.rb +159 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/gtg/simulator.rb +43 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/gtg/transition_table.rb +153 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/builder.rb +74 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/dot.rb +34 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/simulator.rb +45 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/transition_table.rb +164 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nodes/node.rb +122 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/parser.rb +204 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/parser.y +47 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/parser_extras.rb +21 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/path/pattern.rb +193 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/route.rb +95 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/router.rb +145 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/router/strexp.rb +22 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/router/utils.rb +57 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/routes.rb +75 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/scanner.rb +58 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/visitors.rb +190 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/visualizer/fsm.css +34 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/visualizer/fsm.js +134 -0
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/visualizer/index.html.erb +52 -0
- data/vendor/bundle/gems/journey-1.0.4/test/gtg/test_builder.rb +77 -0
- data/vendor/bundle/gems/journey-1.0.4/test/gtg/test_transition_table.rb +113 -0
- data/vendor/bundle/gems/journey-1.0.4/test/helper.rb +4 -0
- data/vendor/bundle/gems/journey-1.0.4/test/nfa/test_simulator.rb +96 -0
- data/vendor/bundle/gems/journey-1.0.4/test/nfa/test_transition_table.rb +70 -0
- data/vendor/bundle/gems/journey-1.0.4/test/nodes/test_symbol.rb +15 -0
- data/vendor/bundle/gems/journey-1.0.4/test/path/test_pattern.rb +282 -0
- data/vendor/bundle/gems/journey-1.0.4/test/route/definition/test_parser.rb +108 -0
- data/vendor/bundle/gems/journey-1.0.4/test/route/definition/test_scanner.rb +54 -0
- data/vendor/bundle/gems/journey-1.0.4/test/router/test_strexp.rb +30 -0
- data/vendor/bundle/gems/journey-1.0.4/test/router/test_utils.rb +19 -0
- data/vendor/bundle/gems/journey-1.0.4/test/test_route.rb +109 -0
- data/vendor/bundle/gems/journey-1.0.4/test/test_router.rb +544 -0
- data/vendor/bundle/gems/journey-1.0.4/test/test_routes.rb +51 -0
- data/vendor/bundle/gems/json-1.7.7/.gitignore +12 -0
- data/vendor/bundle/gems/json-1.7.7/.travis.yml +19 -0
- data/vendor/bundle/gems/json-1.7.7/CHANGES +272 -0
- data/vendor/bundle/gems/json-1.7.7/COPYING +58 -0
- data/vendor/bundle/gems/json-1.7.7/COPYING-json-jruby +57 -0
- data/vendor/bundle/gems/json-1.7.7/GPL +340 -0
- data/vendor/bundle/gems/json-1.7.7/Gemfile +11 -0
- data/vendor/bundle/gems/json-1.7.7/README-json-jruby.markdown +33 -0
- data/vendor/bundle/gems/json-1.7.7/README.rdoc +358 -0
- data/vendor/bundle/gems/json-1.7.7/Rakefile +412 -0
- data/vendor/bundle/gems/json-1.7.7/TODO +1 -0
- data/vendor/bundle/gems/json-1.7.7/VERSION +1 -0
- data/vendor/bundle/gems/json-1.7.7/data/example.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/data/index.html +38 -0
- data/vendor/bundle/gems/json-1.7.7/data/prototype.js +4184 -0
- data/vendor/bundle/gems/json-1.7.7/diagrams/.keep +0 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/fbuffer/fbuffer.h +181 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/generator/Makefile +221 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/generator/extconf.rb +14 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/generator/generator.bundle +0 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/generator/generator.c +1427 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/generator/generator.h +148 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/Makefile +221 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/extconf.rb +13 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/parser.bundle +0 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/parser.c +2204 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/parser.h +77 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/gems/json-1.7.7/ext/json/ext/parser/parser.rl +927 -0
- data/vendor/bundle/gems/json-1.7.7/install.rb +23 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/ByteListTranscoder.java +167 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/Generator.java +444 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/GeneratorMethods.java +232 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/GeneratorService.java +43 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/GeneratorState.java +543 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/OptionsReader.java +113 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/Parser.java +2644 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/Parser.rl +968 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/ParserService.java +35 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/RuntimeInfo.java +121 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/StringDecoder.java +167 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/StringEncoder.java +106 -0
- data/vendor/bundle/gems/json-1.7.7/java/src/json/ext/Utils.java +89 -0
- data/vendor/bundle/gems/json-1.7.7/json-java.gemspec +23 -0
- data/vendor/bundle/gems/json-1.7.7/json.gemspec +37 -0
- data/vendor/bundle/gems/json-1.7.7/json_pure.gemspec +39 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json.rb +62 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/bigdecimal.rb +28 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/complex.rb +22 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/core.rb +11 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/date.rb +34 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/range.rb +29 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/rational.rb +22 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/add/time.rb +38 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/common.rb +487 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/ext.rb +21 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/ext/.keep +0 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/ext/generator.bundle +0 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/ext/parser.bundle +0 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/generic_object.rb +61 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/pure.rb +21 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/pure/generator.rb +492 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/pure/parser.rb +359 -0
- data/vendor/bundle/gems/json-1.7.7/lib/json/version.rb +8 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail1.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/gems/json-1.7.7/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/gems/json-1.7.7/tests/setup_variant.rb +11 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json.rb +545 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json_addition.rb +196 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json_encoding.rb +65 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json_fixtures.rb +35 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json_generate.rb +300 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json_generic_object.rb +60 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json_string_matching.rb +39 -0
- data/vendor/bundle/gems/json-1.7.7/tests/test_json_unicode.rb +72 -0
- data/vendor/bundle/gems/json-1.7.7/tools/fuzz.rb +139 -0
- data/vendor/bundle/gems/json-1.7.7/tools/server.rb +62 -0
- data/vendor/bundle/gems/json-1.8.0/.gitignore +12 -0
- data/vendor/bundle/gems/json-1.8.0/.travis.yml +20 -0
- data/vendor/bundle/gems/json-1.8.0/CHANGES +282 -0
- data/vendor/bundle/gems/json-1.8.0/COPYING +58 -0
- data/vendor/bundle/gems/json-1.8.0/COPYING-json-jruby +57 -0
- data/vendor/bundle/gems/json-1.8.0/GPL +340 -0
- data/vendor/bundle/gems/json-1.8.0/Gemfile +11 -0
- data/vendor/bundle/gems/json-1.8.0/README-json-jruby.markdown +33 -0
- data/vendor/bundle/gems/json-1.8.0/README.rdoc +358 -0
- data/vendor/bundle/gems/json-1.8.0/Rakefile +412 -0
- data/vendor/bundle/gems/json-1.8.0/TODO +1 -0
- data/vendor/bundle/gems/json-1.8.0/VERSION +1 -0
- data/vendor/bundle/gems/json-1.8.0/data/example.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/data/index.html +38 -0
- data/vendor/bundle/gems/json-1.8.0/data/prototype.js +4184 -0
- data/vendor/bundle/gems/json-1.8.0/diagrams/.keep +0 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/fbuffer/fbuffer.h +181 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/.RUBYARCHDIR.time +0 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/Makefile +239 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/extconf.rb +14 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/generator.bundle +0 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/generator.c +1435 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/generator.h +148 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/generator/siteconf20130619-26424-1jdg03n.rb +6 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/.RUBYARCHDIR.time +0 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/Makefile +239 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/extconf.rb +13 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/parser.bundle +0 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/parser.c +2204 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/parser.h +77 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/parser.rl +927 -0
- data/vendor/bundle/gems/json-1.8.0/ext/json/ext/parser/siteconf20130619-26424-11oshn.rb +6 -0
- data/vendor/bundle/gems/json-1.8.0/install.rb +23 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/ByteListTranscoder.java +167 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/Generator.java +444 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/GeneratorMethods.java +232 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/GeneratorService.java +43 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/GeneratorState.java +543 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/OptionsReader.java +114 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/Parser.java +2644 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/Parser.rl +968 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/ParserService.java +35 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/RuntimeInfo.java +121 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/StringDecoder.java +167 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/StringEncoder.java +106 -0
- data/vendor/bundle/gems/json-1.8.0/java/src/json/ext/Utils.java +89 -0
- data/vendor/bundle/gems/json-1.8.0/json-java.gemspec +23 -0
- data/vendor/bundle/gems/json-1.8.0/json.gemspec +37 -0
- data/vendor/bundle/gems/json-1.8.0/json_pure.gemspec +39 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json.rb +62 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/bigdecimal.rb +28 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/complex.rb +22 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/core.rb +11 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/date.rb +34 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/range.rb +29 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/rational.rb +22 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/add/time.rb +38 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/common.rb +487 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/ext.rb +21 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/ext/.keep +0 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/ext/generator.bundle +0 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/ext/parser.bundle +0 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/generic_object.rb +70 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/pure.rb +21 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/pure/generator.rb +522 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/pure/parser.rb +359 -0
- data/vendor/bundle/gems/json-1.8.0/lib/json/version.rb +8 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail1.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/gems/json-1.8.0/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/gems/json-1.8.0/tests/setup_variant.rb +11 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json.rb +545 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json_addition.rb +196 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json_encoding.rb +65 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json_fixtures.rb +35 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json_generate.rb +322 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json_generic_object.rb +75 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json_string_matching.rb +39 -0
- data/vendor/bundle/gems/json-1.8.0/tests/test_json_unicode.rb +72 -0
- data/vendor/bundle/gems/json-1.8.0/tools/fuzz.rb +139 -0
- data/vendor/bundle/gems/json-1.8.0/tools/server.rb +62 -0
- data/vendor/bundle/gems/mail-2.5.4/CHANGELOG.rdoc +736 -0
- data/vendor/bundle/gems/mail-2.5.4/CONTRIBUTING.md +45 -0
- data/vendor/bundle/gems/mail-2.5.4/Dependencies.txt +3 -0
- data/vendor/bundle/gems/mail-2.5.4/Gemfile +13 -0
- data/vendor/bundle/gems/mail-2.5.4/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/mail-2.5.4/README.md +665 -0
- data/vendor/bundle/gems/mail-2.5.4/Rakefile +21 -0
- data/vendor/bundle/gems/mail-2.5.4/TODO.rdoc +9 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/VERSION +4 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/load_parsers.rb +35 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail.rb +91 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/attachments_list.rb +104 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/body.rb +291 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/check_delivery_params.rb +20 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/configuration.rb +75 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/core_extensions/nil.rb +19 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/core_extensions/object.rb +13 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/core_extensions/smtp.rb +24 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/core_extensions/string.rb +33 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/core_extensions/string/access.rb +145 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/core_extensions/string/multibyte.rb +78 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements.rb +14 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/address.rb +314 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/address_list.rb +74 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/content_disposition_element.rb +30 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/content_location_element.rb +25 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/content_transfer_encoding_element.rb +24 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/content_type_element.rb +35 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/date_time_element.rb +26 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/envelope_from_element.rb +47 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/message_ids_element.rb +29 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/mime_version_element.rb +26 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/phrase_list.rb +21 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/received_element.rb +30 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings.rb +305 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings/7bit.rb +31 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings/8bit.rb +31 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings/base64.rb +33 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings/binary.rb +31 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings/quoted_printable.rb +39 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings/transfer_encoding.rb +58 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/envelope.rb +35 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/field.rb +211 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/field_list.rb +33 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields.rb +35 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/bcc_field.rb +56 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/cc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/comments_field.rb +41 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/common/address_container.rb +16 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/common/common_address.rb +140 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/common/common_date.rb +42 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/common/common_field.rb +57 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/common/common_message_id.rb +48 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/common/parameter_hash.rb +58 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/content_description_field.rb +19 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/content_disposition_field.rb +70 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/content_id_field.rb +62 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/content_location_field.rb +42 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/content_transfer_encoding_field.rb +50 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/content_type_field.rb +201 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/date_field.rb +57 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/from_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/in_reply_to_field.rb +56 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/keywords_field.rb +44 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/message_id_field.rb +82 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/mime_version_field.rb +53 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/optional_field.rb +13 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/received_field.rb +75 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/references_field.rb +56 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/reply_to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/resent_bcc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/resent_cc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/resent_date_field.rb +35 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/resent_from_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/resent_message_id_field.rb +34 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/resent_sender_field.rb +62 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/resent_to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/return_path_field.rb +65 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/sender_field.rb +67 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/structured_field.rb +51 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/subject_field.rb +16 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/unstructured_field.rb +198 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/header.rb +288 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/indifferent_hash.rb +146 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/mail.rb +255 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/matchers/has_sent_mail.rb +124 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/message.rb +2153 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/multibyte.rb +42 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/multibyte/chars.rb +474 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/multibyte/exceptions.rb +8 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/multibyte/unicode.rb +400 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/multibyte/utils.rb +60 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network.rb +14 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/delivery_methods/exim.rb +52 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/delivery_methods/file_delivery.rb +45 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb +89 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/delivery_methods/smtp.rb +146 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/delivery_methods/smtp_connection.rb +61 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/delivery_methods/test_mailer.rb +44 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/retriever_methods/base.rb +63 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/retriever_methods/imap.rb +168 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/retriever_methods/pop3.rb +140 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/network/retriever_methods/test_retriever.rb +43 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/address_lists.rb +64 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/address_lists.treetop +19 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_disposition.rb +535 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_disposition.treetop +46 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_location.rb +139 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_location.treetop +20 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_transfer_encoding.rb +201 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_transfer_encoding.treetop +18 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_type.rb +971 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/content_type.treetop +68 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/date_time.rb +114 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/date_time.treetop +11 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/envelope_from.rb +194 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/envelope_from.treetop +32 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/message_ids.rb +45 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/message_ids.treetop +15 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/mime_version.rb +144 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/mime_version.treetop +19 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/phrase_lists.rb +45 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/phrase_lists.treetop +15 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/received.rb +71 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/received.treetop +11 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/rfc2045.rb +421 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/rfc2045.treetop +35 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/rfc2822.rb +5397 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/rfc2822.treetop +408 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/rfc2822_obsolete.rb +3768 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parsers/rfc2822_obsolete.treetop +241 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/part.rb +120 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/parts_list.rb +55 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/patterns.rb +35 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/utilities.rb +223 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/version.rb +24 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/version_specific/ruby_1_8.rb +119 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/version_specific/ruby_1_9.rb +144 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/tasks/corpus.rake +125 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/tasks/treetop.rake +10 -0
- data/vendor/bundle/gems/mime-types-1.23/.gemtest +0 -0
- data/vendor/bundle/gems/mime-types-1.23/.hoerc +2 -0
- data/vendor/bundle/gems/mime-types-1.23/.travis.yml +22 -0
- data/vendor/bundle/gems/mime-types-1.23/Contributing.rdoc +68 -0
- data/vendor/bundle/gems/mime-types-1.23/Gemfile +21 -0
- data/vendor/bundle/gems/mime-types-1.23/History.rdoc +215 -0
- data/vendor/bundle/gems/mime-types-1.23/Licence.rdoc +37 -0
- data/vendor/bundle/gems/mime-types-1.23/Manifest.txt +40 -0
- data/vendor/bundle/gems/mime-types-1.23/README.rdoc +63 -0
- data/vendor/bundle/gems/mime-types-1.23/Rakefile +206 -0
- data/vendor/bundle/gems/mime-types-1.23/docs/COPYING.txt +339 -0
- data/vendor/bundle/gems/mime-types-1.23/docs/artistic.txt +127 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime-types.rb +3 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types.rb +881 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/application +1002 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/application.mac +3 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/application.nonstandard +131 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/application.obsolete +41 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/audio +138 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/audio.nonstandard +11 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/audio.obsolete +1 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/image +46 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/image.nonstandard +20 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/image.obsolete +5 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/message +18 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/message.obsolete +2 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/model +15 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/multipart +14 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/multipart.nonstandard +1 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/multipart.obsolete +7 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/other.nonstandard +8 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/text +61 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/text.nonstandard +7 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/text.obsolete +8 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/text.vms +1 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/video +73 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/video.nonstandard +16 -0
- data/vendor/bundle/gems/mime-types-1.23/lib/mime/types/video.obsolete +3 -0
- data/vendor/bundle/gems/mime-types-1.23/test/test_mime_type.rb +319 -0
- data/vendor/bundle/gems/mime-types-1.23/test/test_mime_types.rb +119 -0
- data/vendor/bundle/gems/mini_portile-0.5.0/History.txt +51 -0
- data/vendor/bundle/gems/mini_portile-0.5.0/LICENSE.txt +20 -0
- data/vendor/bundle/gems/mini_portile-0.5.0/README.rdoc +169 -0
- data/vendor/bundle/gems/mini_portile-0.5.0/Rakefile +44 -0
- data/vendor/bundle/gems/mini_portile-0.5.0/examples/Rakefile +55 -0
- data/vendor/bundle/gems/mini_portile-0.5.0/lib/mini_portile.rb +365 -0
- data/vendor/bundle/gems/minitest-4.7.4/.autotest +21 -0
- data/vendor/bundle/gems/minitest-4.7.4/.gemtest +0 -0
- data/vendor/bundle/gems/minitest-4.7.4/History.txt +796 -0
- data/vendor/bundle/gems/minitest-4.7.4/Manifest.txt +20 -0
- data/vendor/bundle/gems/minitest-4.7.4/README.txt +457 -0
- data/vendor/bundle/gems/minitest-4.7.4/Rakefile +94 -0
- data/vendor/bundle/gems/minitest-4.7.4/design_rationale.rb +52 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/hoe/minitest.rb +22 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/autorun.rb +12 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/benchmark.rb +416 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/hell.rb +13 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/mock.rb +193 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/parallel_each.rb +73 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/pride.rb +112 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/spec.rb +545 -0
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/unit.rb +1415 -0
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/metametameta.rb +67 -0
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/test_minitest_benchmark.rb +128 -0
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/test_minitest_mock.rb +403 -0
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/test_minitest_spec.rb +804 -0
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/test_minitest_unit.rb +1860 -0
- data/vendor/bundle/gems/minitest-5.0.4/.autotest +20 -0
- data/vendor/bundle/gems/minitest-5.0.4/.gemtest +0 -0
- data/vendor/bundle/gems/minitest-5.0.4/History.txt +888 -0
- data/vendor/bundle/gems/minitest-5.0.4/Manifest.txt +26 -0
- data/vendor/bundle/gems/minitest-5.0.4/README.txt +496 -0
- data/vendor/bundle/gems/minitest-5.0.4/Rakefile +94 -0
- data/vendor/bundle/gems/minitest-5.0.4/design_rationale.rb +52 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/hoe/minitest.rb +26 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest.rb +726 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/assertions.rb +649 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/autorun.rb +12 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/benchmark.rb +423 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/expectations.rb +268 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/hell.rb +11 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/mock.rb +192 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/parallel_each.rb +120 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/pride_plugin.rb +143 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/spec.rb +276 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/test.rb +285 -0
- data/vendor/bundle/gems/minitest-5.0.4/lib/minitest/unit.rb +41 -0
- data/vendor/bundle/gems/minitest-5.0.4/test/minitest/metametameta.rb +78 -0
- data/vendor/bundle/gems/minitest-5.0.4/test/minitest/test_minitest_benchmark.rb +130 -0
- data/vendor/bundle/gems/minitest-5.0.4/test/minitest/test_minitest_mock.rb +403 -0
- data/vendor/bundle/gems/minitest-5.0.4/test/minitest/test_minitest_reporter.rb +269 -0
- data/vendor/bundle/gems/minitest-5.0.4/test/minitest/test_minitest_spec.rb +787 -0
- data/vendor/bundle/gems/minitest-5.0.4/test/minitest/test_minitest_unit.rb +1841 -0
- data/vendor/bundle/gems/multi_json-1.7.7/.document +5 -0
- data/vendor/bundle/gems/multi_json-1.7.7/.rspec +3 -0
- data/vendor/bundle/gems/multi_json-1.7.7/.travis.yml +11 -0
- data/vendor/bundle/gems/multi_json-1.7.7/.yardopts +6 -0
- data/vendor/bundle/gems/multi_json-1.7.7/CHANGELOG.md +164 -0
- data/vendor/bundle/gems/multi_json-1.7.7/CONTRIBUTING.md +46 -0
- data/vendor/bundle/gems/multi_json-1.7.7/Gemfile +31 -0
- data/vendor/bundle/gems/multi_json-1.7.7/LICENSE.md +20 -0
- data/vendor/bundle/gems/multi_json-1.7.7/README.md +109 -0
- data/vendor/bundle/gems/multi_json-1.7.7/Rakefile +12 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json.rb +160 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapter.rb +48 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/gson.rb +19 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/jr_jackson.rb +19 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/json_common.rb +25 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/json_gem.rb +11 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/json_pure.rb +11 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/nsjsonserialization.rb +34 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/oj.rb +24 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/ok_json.rb +22 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/adapters/yajl.rb +19 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/convertible_hash_keys.rb +43 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/options.rb +48 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/vendor/okjson.rb +600 -0
- data/vendor/bundle/gems/multi_json-1.7.7/lib/multi_json/version.rb +20 -0
- data/vendor/bundle/gems/multi_json-1.7.7/multi_json.gemspec +22 -0
- data/vendor/bundle/gems/multi_json-1.7.7/spec/adapter_shared_example.rb +235 -0
- data/vendor/bundle/gems/multi_json-1.7.7/spec/has_options.rb +74 -0
- data/vendor/bundle/gems/multi_json-1.7.7/spec/helper.rb +35 -0
- data/vendor/bundle/gems/multi_json-1.7.7/spec/json_common_shared_example.rb +30 -0
- data/vendor/bundle/gems/multi_json-1.7.7/spec/multi_json_spec.rb +226 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/.autotest +26 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/.gemtest +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/.travis.yml +27 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/CHANGELOG.ja.rdoc +819 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/CHANGELOG.rdoc +819 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/C_CODING_STYLE.rdoc +33 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/Gemfile +21 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/Manifest.txt +315 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/README.ja.rdoc +106 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/README.rdoc +175 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ROADMAP.md +90 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/Rakefile +246 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/STANDARD_RESPONSES.md +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/Y_U_NO_GEMSPEC.md +155 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/bin/nokogiri +78 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/build_all +105 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/dependencies.yml +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/.RUBYARCHDIR.time +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/Makefile +596 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/depend +358 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/extconf.rb +195 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_document.c +170 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_document.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_document.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_element_description.c +279 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_element_description.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_entity_lookup.c +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_entity_lookup.h +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_sax_parser_context.c +116 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_sax_parser_context.h +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_sax_push_parser.c +87 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_sax_push_parser.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/mkmf.log +610 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/nokogiri.c +143 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/nokogiri.h +164 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/siteconf20130619-26424-1kn2x64.rb +6 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_attr.c +94 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_attr.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_attribute_decl.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_cdata.c +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_cdata.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_comment.c +54 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_comment.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_document.c +576 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_document.h +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_document.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_document_fragment.c +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_document_fragment.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_dtd.c +202 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_dtd.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_element_content.c +123 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_element_content.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_element_decl.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_encoding_handler.c +79 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_encoding_handler.h +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_entity_decl.c +110 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_entity_decl.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_entity_reference.c +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_entity_reference.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_io.c +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_io.h +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_io.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_libxml2_hacks.c +112 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_libxml2_hacks.h +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_namespace.c +78 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_namespace.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_node.c +1534 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_node.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_node.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_node_set.c +467 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_node_set.h +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_processing_instruction.c +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_processing_instruction.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_reader.c +681 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_reader.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_relax_ng.c +161 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_relax_ng.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_parser.c +312 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_parser.h +39 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_parser_context.c +222 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_parser_context.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_push_parser.c +115 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_push_parser.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_schema.c +205 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_schema.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_syntax_error.c +58 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_syntax_error.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_text.c +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_text.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_text.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_xpath_context.c +319 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_xpath_context.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xslt_stylesheet.c +270 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xslt_stylesheet.h +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri.rb +128 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css.rb +27 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/node.rb +102 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/parser.rb +720 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/parser.y +258 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/parser_extras.rb +91 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/syntax_error.rb +7 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/tokenizer.rb +152 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/tokenizer.rex +55 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/css/xpath_visitor.rb +171 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/decorators/slop.rb +35 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html.rb +37 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/builder.rb +35 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/document.rb +254 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/document_fragment.rb +41 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/element_description.rb +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/element_description_defaults.rb +671 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/entity_lookup.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/sax/parser.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/sax/parser_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/html/sax/push_parser.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/syntax_error.rb +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/version.rb +106 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml.rb +73 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/attr.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/attribute_decl.rb +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/builder.rb +443 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/cdata.rb +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/character_data.rb +7 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/document.rb +279 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/document_fragment.rb +112 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/dtd.rb +22 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/element_content.rb +36 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/element_decl.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/entity_decl.rb +19 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/namespace.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/node.rb +957 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/node/save_options.rb +61 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/node_set.rb +355 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/notation.rb +6 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/parse_options.rb +98 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/pp.rb +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/pp/character_data.rb +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/pp/node.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/processing_instruction.rb +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/reader.rb +112 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/relax_ng.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/sax.rb +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/sax/document.rb +171 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/sax/parser.rb +123 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/sax/parser_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/sax/push_parser.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/schema.rb +63 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/syntax_error.rb +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/text.rb +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/xpath.rb +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xml/xpath_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xslt.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/nokogiri/xslt/stylesheet.rb +25 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/lib/xsd/xmlparser/nokogiri.rb +102 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/archives/libxml2-2.8.0.tar.gz +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/archives/libxslt-1.1.26.tar.gz +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/bin/xml2-config +106 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/bin/xmlcatalog +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/bin/xmllint +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/DOCBparser.h +96 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/HTMLparser.h +306 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/SAX.h +173 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/SAX2.h +176 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/c14n.h +126 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/dict.h +74 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/encoding.h +240 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/entities.h +150 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/globals.h +502 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/hash.h +233 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/list.h +137 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/nanoftp.h +162 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/parser.h +1239 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/parserInternals.h +611 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/relaxng.h +213 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/threads.h +84 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/tree.h +1255 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/uri.h +94 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/valid.h +458 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlIO.h +360 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlerror.h +944 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlexports.h +162 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlmemory.h +224 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlreader.h +429 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlsave.h +88 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlschemas.h +218 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlschemastypes.h +151 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlversion.h +476 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xmlwriter.h +485 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xpath.h +549 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xpathInternals.h +630 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/include/libxml2/libxml/xpointer.h +114 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/lib/libxml2.2.dylib +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/lib/libxml2.dylib +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/lib/libxml2.la +41 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/lib/pkgconfig/libxml-2.0.pc +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/lib/xml2Conf.sh +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/aclocal/libxml.m4 +188 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/general.html +38 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/index.html +67 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +373 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-dict.html +124 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-encoding.html +218 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +187 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-parser.html +765 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +673 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-tree.html +1549 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +337 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +950 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +565 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +133 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +299 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +287 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +474 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xpath.html +531 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/libxml2.devhelp +3545 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/style.css +66 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/man/man1/xml2-config.1 +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/man/man1/xmlcatalog.1 +340 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/man/man1/xmllint.1 +427 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxml2/2.8.0/share/man/man3/libxml.3 +71 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/bin/xslt-config +137 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/bin/xsltproc +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libexslt/exslt.h +102 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libexslt/exsltconfig.h +73 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libexslt/exsltexports.h +140 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/attributes.h +38 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/documents.h +93 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/extensions.h +262 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/extra.h +80 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/functions.h +78 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/imports.h +75 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/keys.h +53 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/namespaces.h +68 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/numbersInternals.h +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/pattern.h +81 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/preproc.h +43 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/security.h +104 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/templates.h +77 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/transform.h +207 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/variables.h +91 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/xslt.h +103 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/xsltInternals.h +1967 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/xsltconfig.h +172 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/xsltexports.h +142 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/xsltlocale.h +57 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/include/libxslt/xsltutils.h +309 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/libexslt.0.dylib +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/libexslt.dylib +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/libexslt.la +41 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/libxslt.1.dylib +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/libxslt.dylib +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/libxslt.la +41 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/pkgconfig/libexslt.pc +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/pkgconfig/libxslt.pc +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/lib/xsltConf.sh +7 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/share/aclocal/libxslt.m4 +191 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/share/man/man1/xsltproc.1 +361 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/share/man/man3/libexslt.3 +270 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/i686-apple-darwin11/libxslt/1.1.26/share/man/man3/libxslt.3 +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/libxml2-2.8.0-i686-apple-darwin11.installed +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/ports/libxslt-1.1.26-i686-apple-darwin11.installed +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/tasks/cross_compile.rb +132 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/tasks/nokogiri.org.rb +24 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/tasks/test.rb +95 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/css/test_nthiness.rb +159 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/css/test_parser.rb +341 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/css/test_tokenizer.rb +198 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/css/test_xpath_visitor.rb +91 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/decorators/test_slop.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/2ch.html +108 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/address_book.rlx +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/address_book.xml +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/bar/bar.xsd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/bogus.xml +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/dont_hurt_em_why.xml +422 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/encoding.html +82 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/encoding.xhtml +84 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/exslt.xml +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/exslt.xslt +35 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/foo/foo.xsd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/metacharset.html +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/noencoding.html +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/po.xml +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/po.xsd +66 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/saml/saml20assertion_schema.xsd +283 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/saml/saml20protocol_schema.xsd +302 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/saml/xenc_schema.xsd +146 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/saml/xmldsig_schema.xsd +318 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/shift_jis.html +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/shift_jis.xml +5 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/snuggles.xml +3 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/staff.dtd +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/staff.xml +59 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/staff.xslt +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/test_document_url/bar.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/test_document_url/document.dtd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/test_document_url/document.xml +6 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/tlm.html +850 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/to_be_xincluded.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/valid_bar.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/files/xinclude.xml +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/helper.rb +154 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/sax/test_parser.rb +141 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/sax/test_parser_context.rb +46 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_builder.rb +164 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_document.rb +552 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_document_encoding.rb +138 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_document_fragment.rb +261 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_element_description.rb +105 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_named_characters.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_node.rb +196 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/html/test_node_encoding.rb +27 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/namespaces/test_additional_namespaces_in_builder_doc.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/namespaces/test_namespaces_in_builder_doc.rb +75 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/namespaces/test_namespaces_in_created_doc.rb +75 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/namespaces/test_namespaces_in_parsed_doc.rb +66 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_convert_xpath.rb +135 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_css_cache.rb +45 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_encoding_handler.rb +46 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_memory_leak.rb +156 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_nokogiri.rb +132 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_reader.rb +555 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_soap4r_sax.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/test_xslt_transforms.rb +254 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/node/test_save_options.rb +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/node/test_subclass.rb +44 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/sax/test_parser.rb +366 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/sax/test_parser_context.rb +106 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/sax/test_push_parser.rb +157 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_attr.rb +64 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_attribute_decl.rb +86 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_builder.rb +306 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_c14n.rb +151 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_cdata.rb +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_comment.rb +29 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_document.rb +828 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_document_encoding.rb +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_document_fragment.rb +223 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_dtd.rb +103 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_dtd_encoding.rb +33 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_element_content.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_element_decl.rb +73 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_entity_decl.rb +122 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_entity_reference.rb +245 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_namespace.rb +95 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_node.rb +1137 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_node_attributes.rb +96 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_node_encoding.rb +107 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_node_inheritance.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_node_reparenting.rb +374 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_node_set.rb +755 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_parse_options.rb +64 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_processing_instruction.rb +30 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_reader_encoding.rb +142 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_relax_ng.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_schema.rb +103 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_syntax_error.rb +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_text.rb +45 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_unparented_node.rb +422 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_xinclude.rb +83 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xml/test_xpath.rb +295 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xslt/test_custom_functions.rb +133 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test/xslt/test_exception_handling.rb +37 -0
- data/vendor/bundle/gems/nokogiri-1.6.0/test_all +81 -0
- data/vendor/bundle/gems/polyglot-0.3.3/History.txt +72 -0
- data/vendor/bundle/gems/polyglot-0.3.3/License.txt +20 -0
- data/vendor/bundle/gems/polyglot-0.3.3/README.txt +87 -0
- data/vendor/bundle/gems/polyglot-0.3.3/Rakefile +42 -0
- data/vendor/bundle/gems/polyglot-0.3.3/lib/polyglot.rb +74 -0
- data/vendor/bundle/gems/polyglot-0.3.3/lib/polyglot/version.rb +9 -0
- data/vendor/bundle/gems/rack-1.4.5/COPYING +18 -0
- data/vendor/bundle/gems/rack-1.4.5/KNOWN-ISSUES +30 -0
- data/vendor/bundle/gems/rack-1.4.5/README.rdoc +596 -0
- data/vendor/bundle/gems/rack-1.4.5/Rakefile +122 -0
- data/vendor/bundle/gems/rack-1.4.5/SPEC +173 -0
- data/vendor/bundle/gems/rack-1.4.5/bin/rackup +4 -0
- data/vendor/bundle/gems/rack-1.4.5/contrib/rack.png +0 -0
- data/vendor/bundle/gems/rack-1.4.5/contrib/rack.svg +150 -0
- data/vendor/bundle/gems/rack-1.4.5/contrib/rack_logo.svg +111 -0
- data/vendor/bundle/gems/rack-1.4.5/contrib/rdoc.css +412 -0
- data/vendor/bundle/gems/rack-1.4.5/example/lobster.ru +4 -0
- data/vendor/bundle/gems/rack-1.4.5/example/protectedlobster.rb +14 -0
- data/vendor/bundle/gems/rack-1.4.5/example/protectedlobster.ru +8 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack.rb +95 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/abstract/handler.rb +37 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/abstract/request.rb +47 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/basic.rb +58 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/digest/md5.rb +129 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/digest/params.rb +53 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/digest/request.rb +41 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/backports/uri/common_18.rb +56 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/backports/uri/common_192.rb +52 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/backports/uri/common_193.rb +29 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/body_proxy.rb +39 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/builder.rb +145 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/cascade.rb +52 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/chunked.rb +58 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/commonlogger.rb +64 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/conditionalget.rb +67 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/config.rb +15 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/content_length.rb +33 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/content_type.rb +29 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/deflater.rb +103 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/directory.rb +161 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/etag.rb +64 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/file.rb +146 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler.rb +94 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/cgi.rb +61 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/evented_mongrel.rb +8 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/fastcgi.rb +98 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/lsws.rb +61 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/mongrel.rb +100 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/scgi.rb +67 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/thin.rb +24 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/webrick.rb +80 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/head.rb +20 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/lint.rb +569 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/lobster.rb +65 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/lock.rb +24 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/logger.rb +18 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/methodoverride.rb +33 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/mime.rb +648 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/mock.rb +190 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/multipart.rb +34 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/multipart/generator.rb +93 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/multipart/parser.rb +176 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/multipart/uploaded_file.rb +34 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/nulllogger.rb +18 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/recursive.rb +61 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/reloader.rb +109 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/request.rb +339 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/response.rb +156 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/rewindable_input.rb +104 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/runtime.rb +27 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/sendfile.rb +141 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/server.rb +349 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/session/abstract/id.rb +377 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/session/cookie.rb +170 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/session/memcache.rb +93 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/session/pool.rb +79 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/showexceptions.rb +378 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/showstatus.rb +113 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/static.rb +153 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/urlmap.rb +75 -0
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/utils.rb +565 -0
- data/vendor/bundle/gems/rack-1.4.5/rack.gemspec +37 -0
- data/vendor/bundle/gems/rack-1.4.5/test/builder/anything.rb +5 -0
- data/vendor/bundle/gems/rack-1.4.5/test/builder/comment.ru +4 -0
- data/vendor/bundle/gems/rack-1.4.5/test/builder/end.ru +5 -0
- data/vendor/bundle/gems/rack-1.4.5/test/builder/line.ru +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/builder/options.ru +2 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/assets/folder/test.js +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/assets/fonts/font.eot +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/assets/images/image.png +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/assets/index.html +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/assets/javascripts/app.js +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/assets/stylesheets/app.css +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/lighttpd.conf +26 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/rackup_stub.rb +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/sample_rackup.ru +5 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/test +9 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/test+directory/test+file +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/test.fcgi +8 -0
- data/vendor/bundle/gems/rack-1.4.5/test/cgi/test.ru +5 -0
- data/vendor/bundle/gems/rack-1.4.5/test/gemloader.rb +10 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/bad_robots +259 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/binary +0 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/content_type_and_no_filename +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/empty +10 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/fail_16384_nofile +814 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/file1.txt +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_and_modification_param +7 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_with_escaped_quotes +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_with_percent_escaped_quotes +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_with_unescaped_percentages +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_with_unescaped_percentages2 +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_with_unescaped_percentages3 +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/filename_with_unescaped_quotes +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/ie +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/mixed_files +21 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/nested +10 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/none +9 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/semicolon +6 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/text +15 -0
- data/vendor/bundle/gems/rack-1.4.5/test/multipart/webkit +32 -0
- data/vendor/bundle/gems/rack-1.4.5/test/rackup/config.ru +31 -0
- data/vendor/bundle/gems/rack-1.4.5/test/registering_handler/rack/handler/registering_myself.rb +8 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_auth.rb +57 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_auth_basic.rb +81 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_auth_digest.rb +259 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_body_proxy.rb +69 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_builder.rb +207 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_cascade.rb +61 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_cgi.rb +102 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_chunked.rb +87 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_commonlogger.rb +57 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_conditionalget.rb +102 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_config.rb +22 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_content_length.rb +86 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_content_type.rb +45 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_deflater.rb +187 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_directory.rb +88 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_etag.rb +98 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_fastcgi.rb +107 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_file.rb +200 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_handler.rb +59 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_head.rb +48 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_lint.rb +515 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_lobster.rb +58 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_lock.rb +167 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_logger.rb +23 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_methodoverride.rb +72 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_mock.rb +269 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_mongrel.rb +182 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_multipart.rb +445 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_nulllogger.rb +23 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_recursive.rb +72 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_request.rb +938 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_response.rb +313 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_rewindable_input.rb +118 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_runtime.rb +49 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_sendfile.rb +90 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_server.rb +121 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_session_abstract_id.rb +43 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_session_cookie.rb +361 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_session_memcache.rb +321 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_session_pool.rb +209 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_showexceptions.rb +92 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_showstatus.rb +84 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_static.rb +145 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_thin.rb +86 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_urlmap.rb +213 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_utils.rb +542 -0
- data/vendor/bundle/gems/rack-1.4.5/test/spec_webrick.rb +143 -0
- data/vendor/bundle/gems/rack-1.4.5/test/static/another/index.html +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/static/index.html +1 -0
- data/vendor/bundle/gems/rack-1.4.5/test/testrequest.rb +78 -0
- data/vendor/bundle/gems/rack-1.4.5/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
- data/vendor/bundle/gems/rack-1.4.5/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
- data/vendor/bundle/gems/rack-cache-1.2/CHANGES +241 -0
- data/vendor/bundle/gems/rack-cache-1.2/COPYING +18 -0
- data/vendor/bundle/gems/rack-cache-1.2/Gemfile +2 -0
- data/vendor/bundle/gems/rack-cache-1.2/README +126 -0
- data/vendor/bundle/gems/rack-cache-1.2/Rakefile +139 -0
- data/vendor/bundle/gems/rack-cache-1.2/TODO +27 -0
- data/vendor/bundle/gems/rack-cache-1.2/example/sinatra/app.rb +21 -0
- data/vendor/bundle/gems/rack-cache-1.2/example/sinatra/views/index.erb +44 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack-cache.rb +1 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache.rb +45 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/appengine.rb +52 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/cachecontrol.rb +194 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/context.rb +286 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/entitystore.rb +341 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/key.rb +52 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/metastore.rb +418 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/options.rb +166 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/request.rb +33 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/response.rb +255 -0
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/storage.rb +62 -0
- data/vendor/bundle/gems/rack-cache-1.2/rack-cache.gemspec +75 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/cache_test.rb +38 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/cachecontrol_test.rb +145 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/context_test.rb +916 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/entitystore_test.rb +268 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/key_test.rb +50 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/metastore_test.rb +338 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/options_test.rb +77 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/pony.jpg +0 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/request_test.rb +19 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/response_test.rb +184 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/spec_setup.rb +232 -0
- data/vendor/bundle/gems/rack-cache-1.2/test/storage_test.rb +94 -0
- data/vendor/bundle/gems/rack-ssl-1.3.3/LICENSE +22 -0
- data/vendor/bundle/gems/rack-ssl-1.3.3/README.md +13 -0
- data/vendor/bundle/gems/rack-ssl-1.3.3/lib/rack/ssl.rb +89 -0
- data/vendor/bundle/gems/rack-test-0.6.2/.document +4 -0
- data/vendor/bundle/gems/rack-test-0.6.2/.gitignore +6 -0
- data/vendor/bundle/gems/rack-test-0.6.2/Gemfile +6 -0
- data/vendor/bundle/gems/rack-test-0.6.2/History.txt +166 -0
- data/vendor/bundle/gems/rack-test-0.6.2/MIT-LICENSE.txt +19 -0
- data/vendor/bundle/gems/rack-test-0.6.2/README.rdoc +85 -0
- data/vendor/bundle/gems/rack-test-0.6.2/Rakefile +33 -0
- data/vendor/bundle/gems/rack-test-0.6.2/Thorfile +114 -0
- data/vendor/bundle/gems/rack-test-0.6.2/lib/rack/mock_session.rb +66 -0
- data/vendor/bundle/gems/rack-test-0.6.2/lib/rack/test.rb +304 -0
- data/vendor/bundle/gems/rack-test-0.6.2/lib/rack/test/cookie_jar.rb +182 -0
- data/vendor/bundle/gems/rack-test-0.6.2/lib/rack/test/methods.rb +82 -0
- data/vendor/bundle/gems/rack-test-0.6.2/lib/rack/test/mock_digest_request.rb +29 -0
- data/vendor/bundle/gems/rack-test-0.6.2/lib/rack/test/uploaded_file.rb +50 -0
- data/vendor/bundle/gems/rack-test-0.6.2/lib/rack/test/utils.rb +136 -0
- data/vendor/bundle/gems/rack-test-0.6.2/rack-test.gemspec +77 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/fixtures/bar.txt +1 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/fixtures/config.ru +3 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/fixtures/fake_app.rb +143 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/fixtures/foo.txt +1 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/rack/test/cookie_spec.rb +219 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/rack/test/digest_auth_spec.rb +46 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/rack/test/multipart_spec.rb +145 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/rack/test/uploaded_file_spec.rb +22 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/rack/test/utils_spec.rb +122 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/rack/test_spec.rb +510 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/spec_helper.rb +66 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/support/matchers/body.rb +9 -0
- data/vendor/bundle/gems/rack-test-0.6.2/spec/support/matchers/challenge.rb +11 -0
- data/vendor/bundle/gems/railties-3.2.13/CHANGELOG.md +128 -0
- data/vendor/bundle/gems/railties-3.2.13/README.rdoc +35 -0
- data/vendor/bundle/gems/railties-3.2.13/bin/rails +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/belongs_to.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/book_icon.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/bullet.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/challenge.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/chapters_icon.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/check_bullet.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/credits_pic_blank.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/csrf.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/customized_error_messages.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/edge_badge.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/error_messages.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/feature_tile.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/footer_tile.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/fxn.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/grey_bullet.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/habtm.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/has_many.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/has_many_through.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/has_one.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/has_one_through.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/header_backdrop.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/header_tile.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/i18n/demo_html_safe.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/i18n/demo_translated_en.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/i18n/demo_translation_missing.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/i18n/demo_untranslated.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/README +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/1.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/10.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/11.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/12.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/13.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/14.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/15.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/2.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/3.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/4.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/5.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/6.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/7.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/8.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/callouts/9.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/caution.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/example.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/home.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/important.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/next.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/note.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/prev.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/tip.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/up.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/icons/warning.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/jaimeiniesta.jpg +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/nav_arrow.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/polymorphic.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/posts_index.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/radar.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/rails_guides_logo.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/rails_logo_remix.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/rails_welcome.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/session_fixation.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/tab_grey.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/tab_info.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/tab_note.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/tab_red.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/tab_yellow.gif +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/tab_yellow.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/validation_error_messages.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/images/vijaydev.jpg +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/guides.js +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/javascripts/syntaxhighlighter/shCore.js +17 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/fixes.css +16 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/kindle.css +11 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/main.css +453 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/print.css +52 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/reset.css +43 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/style.css +13 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCore.css +226 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/Gemfile +38 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/README.rdoc +261 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/Rakefile +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/images/rails.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/javascripts/application.js +15 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/javascripts/comments.js.coffee +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/javascripts/home.js.coffee +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/javascripts/posts.js.coffee +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/application.css +13 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/comments.css.scss +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/home.css.scss +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/posts.css.scss +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/scaffolds.css.scss +56 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/application_controller.rb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/comments_controller.rb +16 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/home_controller.rb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/posts_controller.rb +84 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/helpers/application_helper.rb +2 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/helpers/comments_helper.rb +2 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/helpers/home_helper.rb +2 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/helpers/posts_helper.rb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/models/comment.rb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/models/post.rb +11 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/models/tag.rb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/comments/_comment.html.erb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/comments/_form.html.erb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/home/index.html.erb +2 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/layouts/application.html.erb +14 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/_form.html.erb +32 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/edit.html.erb +6 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/index.html.erb +27 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/new.html.erb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/show.html.erb +31 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/tags/_form.html.erb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config.ru +4 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/application.rb +59 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/boot.rb +6 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/database.yml +25 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environment.rb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environments/development.rb +37 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environments/production.rb +67 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environments/test.rb +37 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/backtrace_silencers.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/inflections.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/mime_types.rb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/secret_token.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/session_store.rb +8 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/wrap_parameters.rb +14 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/locales/en.yml +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/routes.rb +64 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/migrate/20110901012504_create_posts.rb +11 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/migrate/20110901012815_create_comments.rb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/migrate/20110901013701_create_tags.rb +11 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/schema.rb +43 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/seeds.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/404.html +26 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/422.html +26 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/500.html +25 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/favicon.ico +0 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/robots.txt +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/script/rails +6 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/fixtures/comments.yml +11 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/fixtures/posts.yml +11 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/fixtures/tags.yml +9 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/functional/comments_controller_test.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/functional/home_controller_test.rb +9 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/functional/posts_controller_test.rb +49 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/performance/browsing_test.rb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/test_helper.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/comment_test.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/helpers/comments_helper_test.rb +4 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/helpers/home_helper_test.rb +4 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/helpers/posts_helper_test.rb +4 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/post_test.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/tag_test.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides.rb +50 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/generator.rb +310 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/helpers.rb +45 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/indexer.rb +69 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/levenshtein.rb +31 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/textile_extensions.rb +63 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/2_2_release_notes.textile +422 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/2_3_release_notes.textile +610 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/3_0_release_notes.textile +595 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/3_1_release_notes.textile +553 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/3_2_release_notes.textile +540 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/_license.html.erb +2 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/_welcome.html.erb +19 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/action_controller_overview.textile +820 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/action_mailer_basics.textile +516 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/action_view_overview.textile +1497 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_model_basics.textile +205 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_record_basics.textile +218 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_record_querying.textile +1433 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_record_validations_callbacks.textile +1287 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_resource_basics.textile +120 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_support_core_extensions.textile +3715 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/api_documentation_guidelines.textile +185 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/asset_pipeline.textile +707 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/association_basics.textile +1959 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/caching_with_rails.textile +437 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/command_line.textile +574 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/configuring.textile +643 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/contributing_to_ruby_on_rails.textile +448 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/credits.html.erb +72 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/debugging_rails_applications.textile +714 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/documents.yaml +157 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/engines.textile +618 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/form_helpers.textile +798 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/generators.textile +621 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/getting_started.textile +1929 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/i18n.textile +931 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/index.html.erb +30 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/initialization.textile +1116 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/KINDLE.md +26 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/copyright.html.erb +1 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/layout.html.erb +27 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/rails_guides.opf.erb +52 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/toc.html.erb +24 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/toc.ncx.erb +64 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/welcome.html.erb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/layout.html.erb +124 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/layouts_and_rendering.textile +1237 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/migrations.textile +900 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/nested_model_forms.textile +222 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/performance_testing.textile +597 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/plugins.textile +464 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/rails_application_templates.textile +240 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/rails_on_rack.textile +236 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/routing.textile +885 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/ruby_on_rails_guides_guidelines.textile +79 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/security.textile +1004 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/source/testing.textile +947 -0
- data/vendor/bundle/gems/railties-3.2.13/guides/w3c_validator.rb +91 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails.rb +126 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/all.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application.rb +320 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/bootstrap.rb +73 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/configuration.rb +151 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/finisher.rb +98 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/railties.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/route_inspector.rb +84 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/routes_reloader.rb +56 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/backtrace_cleaner.rb +42 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/cli.rb +16 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/code_statistics.rb +118 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands.rb +104 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/application.rb +38 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/benchmarker.rb +34 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/console.rb +55 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/dbconsole.rb +123 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/destroy.rb +10 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/generate.rb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/plugin.rb +544 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/plugin_new.rb +11 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/profiler.rb +32 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/runner.rb +54 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/server.rb +100 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/update.rb +9 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/configuration.rb +89 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/console/app.rb +36 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/console/helpers.rb +11 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine.rb +657 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine/commands.rb +43 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine/configuration.rb +84 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine/railties.rb +33 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators.rb +339 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/actions.rb +325 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/active_model.rb +78 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/app_base.rb +281 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/base.rb +390 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/css/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb.rb +21 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/controller/controller_generator.rb +20 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/mailer/mailer_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/scaffold_generator.rb +29 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/_form.html.erb +23 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/index.html.erb +27 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/show.html.erb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/generated_attribute.rb +107 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/js/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/js/assets/templates/javascript.js +2 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/migration.rb +68 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/named_base.rb +202 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/USAGE +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/app_generator.rb +303 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/Gemfile +26 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/README +261 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/Rakefile +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/assets/images/rails.png +0 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +17 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +14 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config.ru +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/application.rb +74 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/boot.rb +6 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +31 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +86 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +62 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +33 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +43 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +20 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +54 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +39 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +55 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +41 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +73 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +39 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +5 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/locales/en.yml +5 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/routes.rb +58 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/gitignore +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/404.html +26 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/422.html +26 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/500.html +25 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/index.html +241 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/script/rails +5 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/test/performance/browsing_test.rb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/test/test_helper.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/assets/USAGE +20 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/controller/USAGE +18 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/controller/controller_generator.rb +20 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/generator/USAGE +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/generator/generator_generator.rb +25 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/helper/USAGE +17 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/integration_test/USAGE +10 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/migration/USAGE +29 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/model/USAGE +45 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/model/model_generator.rb +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/observer/USAGE +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/observer/observer_generator.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/performance_test/USAGE +10 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/performance_test/performance_test_generator.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/USAGE +10 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb +322 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/%name%.gemspec +29 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/Gemfile +23 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/README.rdoc +3 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/Rakefile +31 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/app/controllers/%name%/application_controller.rb.tt +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/app/helpers/%name%/application_helper.rb.tt +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/config/routes.rb +6 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/gitignore +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/lib/%name%.rb +6 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/lib/%name%/engine.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/lib/%name%/version.rb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/lib/tasks/%name%_tasks.rake +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/rails/application.rb +18 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/rails/boot.rb +10 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/rails/routes.rb +4 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/script/rails.tt +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/test/%name%_test.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/test/integration/navigation_test.rb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/test/test_helper.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/resource/USAGE +23 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/resource_route/resource_route_generator.rb +50 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold/USAGE +35 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold/scaffold_generator.rb +23 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold/templates/scaffold.css +56 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +25 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +89 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/session_migration/USAGE +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/session_migration/session_migration_generator.rb +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/task/USAGE +9 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/task/task_generator.rb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/task/templates/task.rb +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/resource_helpers.rb +80 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_case.rb +247 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit.rb +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/controller/templates/functional_test.rb +19 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/helper/helper_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/helper/templates/helper_test.rb +6 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/mailer/mailer_generator.rb +14 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/model/templates/fixtures.yml +23 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/observer/observer_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/observer/templates/unit_test.rb +9 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/performance/performance_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/performance/templates/performance_test.rb +12 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +38 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +51 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/info.rb +116 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/info_controller.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/initializable.rb +89 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/paths.rb +211 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/performance_test_help.rb +3 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/plugin.rb +92 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rack.rb +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rack/debugger.rb +24 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rack/log_tailer.rb +34 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rack/logger.rb +60 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/railtie.rb +202 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/railtie/configurable.rb +35 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/railtie/configuration.rb +90 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/ruby_version_check.rb +23 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rubyprof_ext.rb +35 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/script_rails_loader.rb +29 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/source_annotation_extractor.rb +104 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks.rb +16 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/annotations.rake +20 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/documentation.rake +155 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/engine.rake +72 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/framework.rake +76 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/log.rake +9 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/middleware.rake +7 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/misc.rake +67 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/routes.rake +9 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/statistics.rake +16 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/tmp.rake +37 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_help.rb +56 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_unit/railtie.rb +15 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_unit/sub_test_task.rb +8 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_unit/testing.rake +146 -0
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/version.rb +10 -0
- data/vendor/bundle/gems/rake-10.0.4/.gemtest +0 -0
- data/vendor/bundle/gems/rake-10.0.4/CHANGES +530 -0
- data/vendor/bundle/gems/rake-10.0.4/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/rake-10.0.4/README.rdoc +187 -0
- data/vendor/bundle/gems/rake-10.0.4/Rakefile +375 -0
- data/vendor/bundle/gems/rake-10.0.4/TODO +21 -0
- data/vendor/bundle/gems/rake-10.0.4/bin/rake +33 -0
- data/vendor/bundle/gems/rake-10.0.4/install.rb +90 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake.rb +71 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/alt_system.rb +109 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/application.rb +681 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/backtrace.rb +19 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/clean.rb +32 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/cloneable.rb +16 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/compositepublisher.rb +21 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/ftptools.rb +151 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/publisher.rb +73 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/rubyforgepublisher.rb +16 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/sshpublisher.rb +50 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/sys.rb +1 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/default_loader.rb +10 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/dsl_definition.rb +156 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/early_time.rb +18 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/core.rb +27 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/module.rb +0 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/string.rb +168 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/time.rb +15 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_creation_task.rb +24 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_list.rb +410 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_task.rb +47 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_utils.rb +114 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_utils_ext.rb +143 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/gempackagetask.rb +1 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/invocation_chain.rb +51 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/invocation_exception_mixin.rb +16 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/loaders/makefile.rb +40 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/multi_task.rb +13 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/name_space.rb +25 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/packagetask.rb +185 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/pathmap.rb +1 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/phony.rb +15 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/private_reader.rb +20 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/promise.rb +99 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/pseudo_status.rb +24 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/rake_module.rb +37 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/rake_test_loader.rb +22 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/rdoctask.rb +1 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ruby182_test_unit_fix.rb +25 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/runtest.rb +22 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/task.rb +368 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_argument_error.rb +7 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_arguments.rb +78 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_manager.rb +296 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/tasklib.rb +22 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/testtask.rb +198 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/thread_history_display.rb +48 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/thread_pool.rb +155 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/trace_output.rb +22 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/version.rb +13 -0
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/win32.rb +55 -0
- data/vendor/bundle/gems/rake-10.0.4/test/file_creation.rb +34 -0
- data/vendor/bundle/gems/rake-10.0.4/test/helper.rb +562 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_private_reader.rb +42 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake.rb +40 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_application.rb +515 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_application_options.rb +455 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_backtrace.rb +89 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_clean.rb +14 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_definitions.rb +80 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_directory_task.rb +57 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_dsl.rb +40 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_early_time.rb +31 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_extension.rb +59 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_creation_task.rb +56 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_list.rb +628 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_list_path_map.rb +8 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_task.rb +122 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_utils.rb +305 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_ftp_file.rb +59 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_functional.rb +496 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_invocation_chain.rb +52 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_makefile_loader.rb +44 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_multi_task.rb +59 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_name_space.rb +43 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_package_task.rb +79 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_path_map.rb +157 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_path_map_explode.rb +34 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_path_map_partial.rb +18 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_pseudo_status.rb +21 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_rake_test_loader.rb +21 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_reduce_compat.rb +30 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_require.rb +40 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_rules.rb +327 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task.rb +340 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_argument_parsing.rb +103 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_arguments.rb +88 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_lib.rb +9 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_manager.rb +157 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_manager_argument_resolution.rb +19 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_with_arguments.rb +171 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_test_task.rb +120 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_thread_pool.rb +122 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_top_level_functions.rb +71 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_win32.rb +72 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_thread_history_display.rb +91 -0
- data/vendor/bundle/gems/rake-10.0.4/test/test_trace_output.rb +50 -0
- data/vendor/bundle/gems/rdoc-3.12.2/.autotest +20 -0
- data/vendor/bundle/gems/rdoc-3.12.2/.document +5 -0
- data/vendor/bundle/gems/rdoc-3.12.2/.gemtest +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/CVE-2013-0256.rdoc +49 -0
- data/vendor/bundle/gems/rdoc-3.12.2/DEVELOPERS.rdoc +141 -0
- data/vendor/bundle/gems/rdoc-3.12.2/History.rdoc +984 -0
- data/vendor/bundle/gems/rdoc-3.12.2/LEGAL.rdoc +27 -0
- data/vendor/bundle/gems/rdoc-3.12.2/LICENSE.rdoc +57 -0
- data/vendor/bundle/gems/rdoc-3.12.2/Manifest.txt +231 -0
- data/vendor/bundle/gems/rdoc-3.12.2/README.rdoc +61 -0
- data/vendor/bundle/gems/rdoc-3.12.2/RI.rdoc +57 -0
- data/vendor/bundle/gems/rdoc-3.12.2/Rakefile +137 -0
- data/vendor/bundle/gems/rdoc-3.12.2/TODO.rdoc +40 -0
- data/vendor/bundle/gems/rdoc-3.12.2/bin/ri +12 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/gauntlet_rdoc.rb +84 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc.rb +221 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/README +1 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/binary.dat +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/hidden.zip.txt +1 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.ja.large.rdoc +3 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.ja.rdoc +10 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.ja.txt +8 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.txt +1 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_attribute_manager.rb +117 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_alias.rb +13 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_any_method.rb +248 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_attr.rb +136 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_class_module.rb +814 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_code_object.rb +297 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_comment.rb +504 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_constant.rb +15 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_context.rb +791 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_context_section.rb +53 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_cross_reference.rb +176 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_encoding.rb +188 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_darkfish.rb +151 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_json_index.rb +255 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_markup.rb +56 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_ri.rb +84 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_include.rb +96 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup.rb +95 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_attribute_manager.rb +237 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_document.rb +180 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_formatter.rb +55 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_heading.rb +20 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_include.rb +19 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_indented_paragraph.rb +39 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_paragraph.rb +18 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_parser.rb +1624 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_pre_process.rb +461 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_raw.rb +29 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_ansi.rb +348 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_bs.rb +342 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_html.rb +515 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_html_crossref.rb +200 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_html_snippet.rb +669 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_label.rb +50 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_rdoc.rb +357 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_table_of_contents.rb +90 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_tt_only.rb +226 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_verbatim.rb +16 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_method_attr.rb +150 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_normal_class.rb +23 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_normal_module.rb +37 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_options.rb +579 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser.rb +162 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_c.rb +1438 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_rd.rb +52 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_ruby.rb +2490 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_simple.rb +115 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd.rb +30 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd_block_parser.rb +527 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd_inline.rb +63 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd_inline_parser.rb +173 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rdoc.rb +280 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_require.rb +25 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ri_driver.rb +1059 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ri_paths.rb +46 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ri_store.rb +466 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ruby_lex.rb +291 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rubygems_hook.rb +202 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_single_class.rb +12 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_stats.rb +588 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_task.rb +120 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_text.rb +542 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_token_stream.rb +42 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_tom_doc.rb +458 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_top_level.rb +313 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/xref_data.rb +76 -0
- data/vendor/bundle/gems/rdoc-3.12.2/test/xref_test_case.rb +67 -0
- data/vendor/bundle/gems/sprockets-2.2.2/LICENSE +21 -0
- data/vendor/bundle/gems/sprockets-2.2.2/README.md +405 -0
- data/vendor/bundle/gems/sprockets-2.2.2/bin/sprockets +80 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/rake/sprocketstask.rb +140 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets.rb +64 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/asset.rb +260 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/asset_attributes.rb +126 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/base.rb +307 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/bundled_asset.rb +79 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/cache/file_store.rb +32 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/caching.rb +96 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/charset_normalizer.rb +41 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/context.rb +235 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/directive_processor.rb +406 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/eco_template.rb +38 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/ejs_template.rb +37 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/engines.rb +74 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/environment.rb +91 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/errors.rb +19 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/index.rb +99 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/jst_processor.rb +33 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/manifest.rb +203 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/mime.rb +48 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/processed_asset.rb +152 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/processing.rb +280 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/processor.rb +32 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/safety_colons.rb +28 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/server.rb +247 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/static_asset.rb +57 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/trail.rb +90 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/utils.rb +69 -0
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/version.rb +3 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/.gemtest +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/API_CHANGES.rdoc +50 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/CHANGELOG.rdoc +248 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ChangeLog.cvs +88 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/LICENSE +27 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/Manifest.txt +50 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/README.rdoc +95 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/Rakefile +10 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/.RUBYARCHDIR.time +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/Makefile +238 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/backup.c +168 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/backup.h +15 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/backup.o +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/database.c +815 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/database.h +15 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/database.o +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/exception.c +94 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/exception.h +8 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/exception.o +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/extconf.rb +51 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/mkmf.log +476 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/siteconf20130619-26424-rea5ux.rb +6 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/sqlite3.c +40 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/sqlite3.o +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/sqlite3_native.bundle +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/sqlite3_ruby.h +53 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/statement.c +438 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/statement.h +16 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/statement.o +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/faq/faq.rb +145 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/faq/faq.yml +426 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3.rb +10 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/constants.rb +49 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/database.rb +579 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/errors.rb +44 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/pragmas.rb +280 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/resultset.rb +195 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/sqlite3_native.bundle +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/statement.rb +144 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/translator.rb +118 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/value.rb +57 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/version.rb +25 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/setup.rb +1333 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/tasks/faq.rake +9 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/tasks/gem.rake +32 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/tasks/native.rake +37 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/tasks/vendor_sqlite3.rake +51 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/helper.rb +14 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_backup.rb +33 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_collation.rb +82 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_database.rb +339 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_database_readonly.rb +29 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_deprecated.rb +44 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_encoding.rb +121 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_integration.rb +555 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_integration_open_close.rb +30 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_integration_pending.rb +115 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_integration_resultset.rb +159 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_integration_statement.rb +194 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_result_set.rb +37 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_sqlite3.rb +9 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_statement.rb +249 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/test/test_statement_execute.rb +35 -0
- data/vendor/bundle/gems/thor-0.18.1/.document +5 -0
- data/vendor/bundle/gems/thor-0.18.1/CHANGELOG.md +139 -0
- data/vendor/bundle/gems/thor-0.18.1/LICENSE.md +20 -0
- data/vendor/bundle/gems/thor-0.18.1/README.md +35 -0
- data/vendor/bundle/gems/thor-0.18.1/Thorfile +30 -0
- data/vendor/bundle/gems/thor-0.18.1/bin/thor +6 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor.rb +473 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/actions.rb +318 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/actions/create_file.rb +105 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/actions/create_link.rb +60 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/actions/directory.rb +119 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/actions/empty_directory.rb +137 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb +314 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/actions/inject_into_file.rb +109 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/base.rb +652 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/command.rb +136 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/core_ext/hash_with_indifferent_access.rb +80 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/core_ext/io_binary_read.rb +12 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/core_ext/ordered_hash.rb +100 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/error.rb +28 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/group.rb +282 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/invocation.rb +172 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/parser.rb +4 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/parser/argument.rb +74 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/parser/arguments.rb +171 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/parser/option.rb +121 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/parser/options.rb +218 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/rake_compat.rb +72 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/runner.rb +322 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/shell.rb +88 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/shell/basic.rb +393 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/shell/color.rb +148 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/shell/html.rb +127 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/util.rb +270 -0
- data/vendor/bundle/gems/thor-0.18.1/lib/thor/version.rb +3 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/actions/create_file_spec.rb +170 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/actions/create_link_spec.rb +95 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/actions/directory_spec.rb +169 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/actions/empty_directory_spec.rb +129 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/actions/file_manipulation_spec.rb +382 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/actions/inject_into_file_spec.rb +135 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/actions_spec.rb +331 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/base_spec.rb +291 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/command_spec.rb +80 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/core_ext/hash_with_indifferent_access_spec.rb +48 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/core_ext/ordered_hash_spec.rb +115 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/exit_condition_spec.rb +19 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/application.rb +2 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/app{1}/README +3 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/bundle/execute.rb +6 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/bundle/main.thor +1 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/command.thor +10 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/enum.thor +10 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/group.thor +128 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/invoke.thor +112 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/path with spaces b/data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/path with → spaces +0 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/preserve/script.sh +3 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/script.thor +220 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/fixtures/subcommand.thor +17 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/group_spec.rb +216 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/helper.rb +67 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/invocation_spec.rb +100 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/parser/argument_spec.rb +53 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/parser/arguments_spec.rb +66 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/parser/option_spec.rb +202 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/parser/options_spec.rb +400 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/rake_compat_spec.rb +72 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/register_spec.rb +197 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/runner_spec.rb +241 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/shell/basic_spec.rb +311 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/shell/color_spec.rb +95 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/shell/html_spec.rb +32 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/shell_spec.rb +47 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/subcommand_spec.rb +30 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/thor_spec.rb +491 -0
- data/vendor/bundle/gems/thor-0.18.1/spec/util_spec.rb +196 -0
- data/vendor/bundle/gems/thor-0.18.1/thor.gemspec +24 -0
- data/vendor/bundle/gems/tilt-1.4.1/CHANGELOG.md +44 -0
- data/vendor/bundle/gems/tilt-1.4.1/COPYING +18 -0
- data/vendor/bundle/gems/tilt-1.4.1/Gemfile +32 -0
- data/vendor/bundle/gems/tilt-1.4.1/HACKING +16 -0
- data/vendor/bundle/gems/tilt-1.4.1/README.md +232 -0
- data/vendor/bundle/gems/tilt-1.4.1/Rakefile +104 -0
- data/vendor/bundle/gems/tilt-1.4.1/TEMPLATES.md +516 -0
- data/vendor/bundle/gems/tilt-1.4.1/bin/tilt +112 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt.rb +204 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/asciidoc.rb +34 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/builder.rb +40 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/coffee.rb +54 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/css.rb +80 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/csv.rb +71 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/erb.rb +110 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/etanni.rb +27 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/haml.rb +64 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/liquid.rb +45 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/markaby.rb +52 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/markdown.rb +214 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/nokogiri.rb +43 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/plain.rb +20 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/radius.rb +55 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/rdoc.rb +47 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/string.rb +21 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/template.rb +292 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/textile.rb +30 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/wiki.rb +58 -0
- data/vendor/bundle/gems/tilt-1.4.1/lib/tilt/yajl.rb +94 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/contest.rb +68 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/markaby/locals.mab +1 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/markaby/markaby.mab +1 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/markaby/markaby_other_static.mab +1 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/markaby/render_twice.mab +1 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/markaby/scope.mab +1 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/markaby/yielding.mab +2 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_asciidoctor_test.rb +44 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_blueclothtemplate_test.rb +45 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_buildertemplate_test.rb +59 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_cache_test.rb +32 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_coffeescripttemplate_test.rb +114 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_compilesite_test.rb +51 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_creoletemplate_test.rb +28 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_csv_test.rb +69 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_erbtemplate_test.rb +239 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_erubistemplate_test.rb +151 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_etannitemplate_test.rb +173 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_fallback_test.rb +122 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_hamltemplate_test.rb +144 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_kramdown_test.rb +42 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_lesstemplate_test.less +1 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_lesstemplate_test.rb +42 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_liquidtemplate_test.rb +78 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_markaby_test.rb +88 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_markdown_test.rb +172 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_marukutemplate_test.rb +48 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_nokogiritemplate_test.rb +87 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_radiustemplate_test.rb +75 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_rdiscounttemplate_test.rb +55 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_rdoctemplate_test.rb +31 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_redcarpettemplate_test.rb +71 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_redclothtemplate_test.rb +36 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_sasstemplate_test.rb +41 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_stringtemplate_test.rb +170 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_template_test.rb +323 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_test.rb +65 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_wikiclothtemplate_test.rb +32 -0
- data/vendor/bundle/gems/tilt-1.4.1/test/tilt_yajltemplate_test.rb +101 -0
- data/vendor/bundle/gems/tilt-1.4.1/tilt.gemspec +120 -0
- data/vendor/bundle/gems/treetop-1.4.14/LICENSE +19 -0
- data/vendor/bundle/gems/treetop-1.4.14/README.md +188 -0
- data/vendor/bundle/gems/treetop-1.4.14/Rakefile +60 -0
- data/vendor/bundle/gems/treetop-1.4.14/bin/tt +112 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/arithmetic.rb +551 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/arithmetic.treetop +98 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/arithmetic_node_classes.rb +9 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/arithmetic_test.rb +58 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/lambda_calculus +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/lambda_calculus.rb +718 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/lambda_calculus.treetop +132 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/lambda_calculus_node_classes.rb +5 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/lambda_calculus_test.rb +89 -0
- data/vendor/bundle/gems/treetop-1.4.14/examples/lambda_calculus/test_helper.rb +18 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop.rb +3 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/bootstrap_gen_1_metagrammar.rb +42 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler.rb +7 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/grammar_compiler.rb +49 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/lexical_address_space.rb +17 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/metagrammar.rb +3984 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/metagrammar.treetop +503 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes.rb +19 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/anything_symbol.rb +18 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/atomic_expression.rb +14 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/character_class.rb +28 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/choice.rb +31 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/declaration_sequence.rb +24 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/grammar.rb +28 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/inline_module.rb +27 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/nonterminal.rb +13 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/optional.rb +19 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/parenthesized_expression.rb +9 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/parsing_expression.rb +146 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/parsing_rule.rb +58 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/predicate.rb +45 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/predicate_block.rb +16 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/repetition.rb +89 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/sequence.rb +71 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/terminal.rb +20 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/transient_prefix.rb +9 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/node_classes/treetop_file.rb +9 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/ruby_builder.rb +115 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/polyglot.rb +9 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/ruby_extensions.rb +1 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/ruby_extensions/string.rb +44 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime.rb +6 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/compiled_parser.rb +115 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/interval_skip_list.rb +3 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/interval_skip_list/head_node.rb +15 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb +200 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/interval_skip_list/node.rb +164 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/syntax_node.rb +114 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/terminal_parse_failure.rb +16 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/runtime/terminal_syntax_node.rb +17 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/version.rb +9 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/and_predicate_spec.rb +36 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/anything_symbol_spec.rb +44 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/character_class_spec.rb +301 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/choice_spec.rb +80 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/circular_compilation_spec.rb +30 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/failure_propagation_functional_spec.rb +21 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/grammar_compiler_spec.rb +91 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/grammar_spec.rb +41 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/multibyte_chars_spec.rb +38 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/namespace_spec.rb +42 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/nonterminal_symbol_spec.rb +40 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/not_predicate_spec.rb +38 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/occurrence_range_spec.rb +189 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/one_or_more_spec.rb +35 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/optional_spec.rb +37 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/parenthesized_expression_spec.rb +19 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/parsing_rule_spec.rb +61 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/repeated_subrule_spec.rb +29 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/semantic_predicate_spec.rb +175 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/sequence_spec.rb +129 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/terminal_spec.rb +81 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/terminal_symbol_spec.rb +37 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/test_grammar.treetop +7 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/test_grammar.tt +7 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/test_grammar_do.treetop +7 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/tt_compiler_spec.rb +224 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/zero_or_more_spec.rb +56 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/composition/a.treetop +11 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/composition/b.treetop +11 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/composition/c.treetop +10 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/composition/d.treetop +10 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/composition/f.treetop +17 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/composition/grammar_composition_spec.rb +40 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/composition/subfolder/e_includes_c.treetop +15 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/ruby_extensions/string_spec.rb +32 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/compiled_parser_spec.rb +123 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/delete_spec.rb +147 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/expire_range_spec.rb +349 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/insert_and_delete_node_spec.rb +385 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/insert_spec.rb +660 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle +6175 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/interval_skip_list_spec.rb +58 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/palindromic_fixture.rb +35 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb +163 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/interval_skip_list/spec_helper.rb +91 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/runtime/syntax_node_spec.rb +77 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/spec_helper.rb +115 -0
- data/vendor/bundle/gems/treetop-1.4.14/treetop.gemspec +186 -0
- data/vendor/bundle/gems/turn-0.9.6/History.txt +135 -0
- data/vendor/bundle/gems/turn-0.9.6/LICENSE-GPL2.txt +340 -0
- data/vendor/bundle/gems/turn-0.9.6/LICENSE-MIT.txt +21 -0
- data/vendor/bundle/gems/turn-0.9.6/LICENSE-RUBY.txt +56 -0
- data/vendor/bundle/gems/turn-0.9.6/LICENSE.txt +35 -0
- data/vendor/bundle/gems/turn-0.9.6/README.md +158 -0
- data/vendor/bundle/gems/turn-0.9.6/Release.txt +53 -0
- data/vendor/bundle/gems/turn-0.9.6/Version.txt +1 -0
- data/vendor/bundle/gems/turn-0.9.6/bin/turn +10 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn.rb +14 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/autoload.rb +6 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/autorun.rb +4 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/bin.rb +10 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/colorize.rb +96 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/command.rb +283 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/components.rb +4 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/components/case.rb +109 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/components/method.rb +53 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/components/suite.rb +94 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/configuration.rb +239 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/controller.rb +57 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/core_ext.rb +31 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/minitest.rb +26 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/reporter.rb +131 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/cue_reporter.rb +183 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/dot_reporter.rb +89 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/marshal_reporter.rb +17 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/outline_reporter.rb +181 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/pretty_reporter.rb +165 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/reporters/progress_reporter.rb +153 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/runners/crossrunner.rb +42 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/runners/isorunner.rb +169 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/runners/loadrunner.rb +48 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/runners/minirunner.rb +127 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/runners/solorunner.rb +7 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/runners/testrunner.rb +168 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/testunit.rb +24 -0
- data/vendor/bundle/gems/turn-0.9.6/lib/turn/version.rb +3 -0
- data/vendor/bundle/gems/turn-0.9.6/test/helper.rb +155 -0
- data/vendor/bundle/gems/turn-0.9.6/test/reporter_test.rb +35 -0
- data/vendor/bundle/gems/turn-0.9.6/test/runner +2 -0
- data/vendor/bundle/gems/turn-0.9.6/test/test_framework.rb +174 -0
- data/vendor/bundle/gems/turn-0.9.6/test/test_reporters.rb +44 -0
- data/vendor/bundle/gems/turn-0.9.6/test/test_runners.rb +56 -0
- data/vendor/bundle/gems/turn-0.9.6/try/test_autorun_minitest.rb +29 -0
- data/vendor/bundle/gems/turn-0.9.6/try/test_autorun_testunit.rb +25 -0
- data/vendor/bundle/gems/turn-0.9.6/try/test_counts.rb +17 -0
- data/vendor/bundle/gems/turn-0.9.6/try/test_sample.rb +35 -0
- data/vendor/bundle/gems/turn-0.9.6/try/test_sample2.rb +33 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/CHANGES +493 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/LICENSE +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/README +101 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/Rakefile +241 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo.rb +55 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/country.rb +176 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/country_index_definition.rb +48 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/country_info.rb +80 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/country_timezone.rb +100 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/data_timezone.rb +45 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/data_timezone_info.rb +222 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Abidjan.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Accra.rb +31 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Addis_Ababa.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Algiers.rb +53 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Asmara.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Asmera.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Bamako.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Bangui.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Banjul.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Bissau.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Blantyre.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Brazzaville.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Bujumbura.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Cairo.rb +139 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Casablanca.rb +138 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Ceuta.rb +170 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Conakry.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Dakar.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Dar_es_Salaam.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Djibouti.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Douala.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/El_Aaiun.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Freetown.rb +51 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Gaborone.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Harare.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Johannesburg.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Juba.rb +51 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Kampala.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Khartoum.rb +51 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Kigali.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Kinshasa.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Lagos.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Libreville.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Lome.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Luanda.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Lubumbashi.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Lusaka.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Malabo.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Maputo.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Maseru.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Mbabane.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Mogadishu.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Monrovia.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Nairobi.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Ndjamena.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Niamey.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Nouakchott.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Ouagadougou.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Porto__m__Novo.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Sao_Tome.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Timbuktu.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Tripoli.rb +123 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Tunis.rb +51 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Africa/Windhoek.rb +138 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Adak.rb +194 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Anchorage.rb +194 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Anguilla.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Antigua.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Araguaina.rb +141 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Buenos_Aires.rb +82 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Catamarca.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/ComodRivadavia.rb +13 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Cordoba.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Jujuy.rb +82 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/La_Rioja.rb +84 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Mendoza.rb +84 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Rio_Gallegos.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Salta.rb +81 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/San_Juan.rb +84 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/San_Luis.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Tucuman.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Argentina/Ushuaia.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Aruba.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Asuncion.rb +172 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Atikokan.rb +26 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Atka.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Bahia.rb +77 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Bahia_Banderas.rb +138 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Barbados.rb +27 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Belem.rb +45 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Belize.rb +72 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Blanc__m__Sablon.rb +24 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Boa_Vista.rb +49 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Bogota.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Boise.rb +197 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Buenos_Aires.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Cambridge_Bay.rb +171 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Campo_Grande.rb +169 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Cancun.rb +131 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Caracas.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Catamarca.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Cayenne.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Cayman.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Chicago.rb +281 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Chihuahua.rb +134 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Coral_Harbour.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Cordoba.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Costa_Rica.rb +27 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Creston.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Cuiaba.rb +167 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Curacao.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Danmarkshavn.rb +51 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Dawson.rb +174 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Dawson_Creek.rb +77 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Denver.rb +202 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Detroit.rb +184 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Dominica.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Edmonton.rb +198 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Eirunepe.rb +49 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/El_Salvador.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Ensenada.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Fort_Wayne.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Fortaleza.rb +55 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Glace_Bay.rb +184 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Godthab.rb +159 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Goose_Bay.rb +253 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Grand_Turk.rb +163 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Grenada.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Guadeloupe.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Guatemala.rb +25 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Guayaquil.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Guyana.rb +22 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Halifax.rb +272 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Havana.rb +199 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Hermosillo.rb +33 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Indianapolis.rb +147 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Knox.rb +201 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Marengo.rb +151 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Petersburg.rb +164 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Tell_City.rb +149 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Vevay.rb +129 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Vincennes.rb +149 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indiana/Winamac.rb +155 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Indianapolis.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Inuvik.rb +164 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Iqaluit.rb +168 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Jamaica.rb +39 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Jujuy.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Juneau.rb +193 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Kentucky/Louisville.rb +226 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Kentucky/Monticello.rb +196 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Knox_IN.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Kralendijk.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/La_Paz.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Lima.rb +33 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Los_Angeles.rb +230 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Louisville.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Lower_Princes.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Maceio.rb +57 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Managua.rb +34 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Manaus.rb +47 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Marigot.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Martinique.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Matamoros.rb +129 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Mazatlan.rb +137 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Mendoza.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Menominee.rb +188 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Merida.rb +130 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Metlakatla.rb +55 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Mexico_City.rb +142 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Miquelon.rb +147 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Moncton.rb +252 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Monterrey.rb +129 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Montevideo.rb +177 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Montreal.rb +277 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Montserrat.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Nassau.rb +191 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/New_York.rb +280 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Nipigon.rb +179 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Nome.rb +194 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Noronha.rb +55 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/North_Dakota/Beulah.rb +198 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/North_Dakota/Center.rb +198 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/North_Dakota/New_Salem.rb +198 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Ojinaga.rb +134 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Panama.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Pangnirtung.rb +171 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Paramaribo.rb +24 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Phoenix.rb +28 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Port__m__au__m__Prince.rb +131 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Port_of_Spain.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Porto_Acre.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Porto_Velho.rb +45 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Puerto_Rico.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Rainy_River.rb +179 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Rankin_Inlet.rb +163 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Recife.rb +55 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Regina.rb +72 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Resolute.rb +163 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Rio_Branco.rb +47 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Rosario.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Santa_Isabel.rb +194 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Santarem.rb +47 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Santiago.rb +203 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Santo_Domingo.rb +36 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Sao_Paulo.rb +169 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Scoresbysund.rb +161 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Shiprock.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Sitka.rb +192 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/St_Barthelemy.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/St_Johns.rb +286 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/St_Kitts.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/St_Lucia.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/St_Thomas.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/St_Vincent.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Swift_Current.rb +42 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Tegucigalpa.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Thule.rb +137 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Thunder_Bay.rb +184 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Tijuana.rb +194 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Toronto.rb +277 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Tortola.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Vancouver.rb +234 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Virgin.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Whitehorse.rb +174 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Winnipeg.rb +230 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Yakutat.rb +191 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/America/Yellowknife.rb +167 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Casey.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Davis.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/DumontDUrville.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Macquarie.rb +112 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Mawson.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/McMurdo.rb +169 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Palmer.rb +170 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Rothera.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/South_Pole.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Syowa.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Antarctica/Vostok.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Arctic/Longyearbyen.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Aden.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Almaty.rb +65 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Amman.rb +159 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Anadyr.rb +84 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Aqtau.rb +73 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Aqtobe.rb +69 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Ashgabat.rb +46 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Ashkhabad.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Baghdad.rb +71 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Bahrain.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Baku.rb +159 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Bangkok.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Beirut.rb +183 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Bishkek.rb +73 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Brunei.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Calcutta.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Choibalsan.rb +66 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Chongqing.rb +31 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Chungking.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Colombo.rb +28 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Dacca.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Damascus.rb +193 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Dhaka.rb +28 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Dili.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Dubai.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Dushanbe.rb +43 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Gaza.rb +113 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Harbin.rb +35 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Hebron.rb +115 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Ho_Chi_Minh.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Hong_Kong.rb +86 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Hovd.rb +63 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Irkutsk.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Istanbul.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Jakarta.rb +28 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Jayapura.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Jerusalem.rb +187 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kabul.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kamchatka.rb +82 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Karachi.rb +30 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kashgar.rb +33 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kathmandu.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Katmandu.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Khandyga.rb +88 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kolkata.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Krasnoyarsk.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kuala_Lumpur.rb +29 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kuching.rb +38 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Kuwait.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Macao.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Macau.rb +59 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Magadan.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Makassar.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Manila.rb +28 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Muscat.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Nicosia.rb +169 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Novokuznetsk.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Novosibirsk.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Omsk.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Oral.rb +72 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Phnom_Penh.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Pontianak.rb +28 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Pyongyang.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Qatar.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Qyzylorda.rb +71 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Rangoon.rb +22 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Riyadh.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Riyadh87.rb +590 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Riyadh88.rb +580 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Riyadh89.rb +580 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Saigon.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Sakhalin.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Samarkand.rb +45 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Seoul.rb +32 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Shanghai.rb +33 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Singapore.rb +31 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Taipei.rb +57 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Tashkent.rb +45 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Tbilisi.rb +76 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Tehran.rb +119 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Tel_Aviv.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Thimbu.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Thimphu.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Tokyo.rb +28 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Ujung_Pandang.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Ulaanbaatar.rb +63 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Ulan_Bator.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Urumqi.rb +31 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Ust__m__Nera.rb +87 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Vientiane.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Vladivostok.rb +84 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Yakutsk.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Yekaterinburg.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Asia/Yerevan.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Azores.rb +268 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Bermuda.rb +171 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Canary.rb +161 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Cape_Verde.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Faeroe.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Faroe.rb +157 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Jan_Mayen.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Madeira.rb +267 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Reykjavik.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/South_Georgia.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/St_Helena.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Atlantic/Stanley.rb +90 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/ACT.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Adelaide.rb +185 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Brisbane.rb +33 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Broken_Hill.rb +187 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Canberra.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Currie.rb +183 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Darwin.rb +27 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Eucla.rb +35 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Hobart.rb +191 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/LHI.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Lindeman.rb +37 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Lord_Howe.rb +158 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Melbourne.rb +183 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/NSW.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/North.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Perth.rb +35 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Queensland.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/South.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Sydney.rb +183 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Tasmania.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Victoria.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/West.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Australia/Yancowinna.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Brazil/Acre.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Brazil/DeNoronha.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Brazil/East.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Brazil/West.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/CET.rb +175 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/CST6CDT.rb +190 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Atlantic.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Central.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/East__m__Saskatchewan.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Eastern.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Mountain.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Newfoundland.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Pacific.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Saskatchewan.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Canada/Yukon.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Chile/Continental.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Chile/EasterIsland.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Cuba.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/EET.rb +161 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/EST.rb +12 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/EST5EDT.rb +190 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Egypt.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Eire.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT0.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__0.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__1.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__10.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__11.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__12.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__13.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__14.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__2.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__3.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__4.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__5.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__6.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__7.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__8.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__m__9.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__0.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__1.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__10.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__11.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__12.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__2.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__3.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__4.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__5.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__6.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__7.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__8.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/GMT__p__9.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/Greenwich.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/UCT.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/UTC.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/Universal.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Etc/Zulu.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Amsterdam.rb +226 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Andorra.rb +151 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Athens.rb +183 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Belfast.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Belgrade.rb +161 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Berlin.rb +186 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Bratislava.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Brussels.rb +230 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Bucharest.rb +179 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Budapest.rb +195 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Busingen.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Chisinau.rb +187 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Copenhagen.rb +177 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Dublin.rb +274 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Gibraltar.rb +243 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Guernsey.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Helsinki.rb +161 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Isle_of_Man.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Istanbul.rb +216 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Jersey.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Kaliningrad.rb +101 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Kiev.rb +166 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Lisbon.rb +266 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Ljubljana.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/London.rb +286 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Luxembourg.rb +229 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Madrid.rb +209 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Malta.rb +211 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Mariehamn.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Minsk.rb +90 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Monaco.rb +231 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Moscow.rb +101 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Nicosia.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Oslo.rb +183 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Paris.rb +230 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Podgorica.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Prague.rb +185 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Riga.rb +174 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Rome.rb +213 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Samara.rb +88 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/San_Marino.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Sarajevo.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Simferopol.rb +168 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Skopje.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Sofia.rb +171 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Stockholm.rb +163 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Tallinn.rb +170 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Tirane.rb +175 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Tiraspol.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Uzhgorod.rb +166 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Vaduz.rb +157 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Vatican.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Vienna.rb +181 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Vilnius.rb +168 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Volgograd.rb +85 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Warsaw.rb +210 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Zagreb.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Zaporozhye.rb +169 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Europe/Zurich.rb +163 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/GB.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/GB__m__Eire.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/GMT.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/GMT0.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/GMT__m__0.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/GMT__p__0.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Greenwich.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/HST.rb +12 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Hongkong.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Iceland.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Antananarivo.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Chagos.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Christmas.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Cocos.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Comoro.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Kerguelen.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Mahe.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Maldives.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Mauritius.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Mayotte.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Indian/Reunion.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Iran.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Israel.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Jamaica.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Japan.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Kwajalein.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Libya.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/MET.rb +175 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/MST.rb +12 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/MST7MDT.rb +190 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Mexico/BajaNorte.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Mexico/BajaSur.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Mexico/General.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Mideast/Riyadh87.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Mideast/Riyadh88.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Mideast/Riyadh89.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/NZ.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/NZ__m__CHAT.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Navajo.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/PRC.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/PST8PDT.rb +190 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Apia.rb +104 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Auckland.rb +200 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Chatham.rb +169 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Chuuk.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Easter.rb +188 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Efate.rb +37 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Enderbury.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Fakaofo.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Fiji.rb +103 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Funafuti.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Galapagos.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Gambier.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Guadalcanal.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Guam.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Honolulu.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Johnston.rb +14 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Kiritimati.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Kosrae.rb +19 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Kwajalein.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Majuro.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Marquesas.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Midway.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Nauru.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Niue.rb +20 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Norfolk.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Noumea.rb +23 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Pago_Pago.rb +24 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Palau.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Pitcairn.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Pohnpei.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Ponape.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Port_Moresby.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Rarotonga.rb +44 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Saipan.rb +22 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Samoa.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Tahiti.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Tarawa.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Tongatapu.rb +25 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Truk.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Wake.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Wallis.rb +16 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Pacific/Yap.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Poland.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Portugal.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/ROC.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/ROK.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Singapore.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Turkey.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/UCT.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Alaska.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Aleutian.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Arizona.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Central.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/East__m__Indiana.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Eastern.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Hawaii.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Indiana__m__Starke.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Michigan.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Mountain.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Pacific.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Pacific__m__New.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/US/Samoa.rb +11 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/UTC.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Universal.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/WET.rb +161 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/W__m__SU.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/definitions/Zulu.rb +9 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/indexes/countries.rb +922 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/indexes/timezones.rb +592 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/info_timezone.rb +50 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/linked_timezone.rb +49 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/linked_timezone_info.rb +42 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/offset_rationals.rb +97 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/ruby_core_support.rb +80 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/time_or_datetime.rb +291 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone.rb +535 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone_definition.rb +53 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone_index_definition.rb +70 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone_info.rb +40 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone_offset_info.rb +94 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone_period.rb +197 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone_proxy.rb +83 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/timezone_transition_info.rb +127 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/lib/tzinfo/tzdataparser.rb +1168 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_country.rb +156 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_country_index_definition.rb +70 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_country_info.rb +72 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_country_timezone.rb +121 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_data_timezone.rb +68 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_data_timezone_info.rb +282 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_info_timezone.rb +36 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_linked_timezone.rb +102 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_linked_timezone_info.rb +18 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_offset_rationals.rb +25 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_ruby_core_support.rb +31 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_time_or_datetime.rb +422 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone.rb +964 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_definition.rb +115 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_index_definition.rb +75 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_info.rb +13 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_london.rb +114 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_melbourne.rb +114 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_new_york.rb +114 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_offset_info.rb +116 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_period.rb +509 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_proxy.rb +87 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_transition_info.rb +194 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/tc_timezone_utc.rb +29 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/test_utils.rb +21 -0
- data/vendor/bundle/gems/tzinfo-0.3.37/test/ts_all.rb +9 -0
- data/vendor/bundle/gems/xpath-2.0.0/README.md +136 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath.rb +18 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath/dsl.rb +112 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath/expression.rb +20 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath/html.rb +175 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath/literal.rb +8 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath/renderer.rb +174 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath/union.rb +29 -0
- data/vendor/bundle/gems/xpath-2.0.0/lib/xpath/version.rb +3 -0
- data/vendor/bundle/gems/xpath-2.0.0/spec/fixtures/form.html +201 -0
- data/vendor/bundle/gems/xpath-2.0.0/spec/fixtures/simple.html +45 -0
- data/vendor/bundle/gems/xpath-2.0.0/spec/fixtures/stuff.html +54 -0
- data/vendor/bundle/gems/xpath-2.0.0/spec/html_spec.rb +308 -0
- data/vendor/bundle/gems/xpath-2.0.0/spec/spec_helper.rb +1 -0
- data/vendor/bundle/gems/xpath-2.0.0/spec/union_spec.rb +64 -0
- data/vendor/bundle/gems/xpath-2.0.0/spec/xpath_spec.rb +349 -0
- data/vendor/bundle/specifications/actionmailer-3.2.13.gemspec +33 -0
- data/vendor/bundle/specifications/actionpack-3.2.13.gemspec +57 -0
- data/vendor/bundle/specifications/activemodel-3.2.13.gemspec +32 -0
- data/vendor/bundle/specifications/activerecord-3.2.13.gemspec +41 -0
- data/vendor/bundle/specifications/activeresource-3.2.13.gemspec +35 -0
- data/vendor/bundle/specifications/activesupport-3.2.13.gemspec +33 -0
- data/vendor/bundle/specifications/ansi-1.4.3.gemspec +36 -0
- data/vendor/bundle/specifications/arel-3.0.2.gemspec +38 -0
- data/vendor/bundle/specifications/builder-3.0.4.gemspec +20 -0
- data/vendor/bundle/specifications/capybara-2.1.0.gemspec +71 -0
- data/vendor/bundle/specifications/erubis-2.7.0.gemspec +19 -0
- data/vendor/bundle/specifications/hike-1.2.3.gemspec +29 -0
- data/vendor/bundle/specifications/i18n-0.6.1.gemspec +38 -0
- data/vendor/bundle/specifications/journey-1.0.4.gemspec +47 -0
- data/vendor/bundle/specifications/json-1.7.7.gemspec +36 -0
- data/vendor/bundle/specifications/json-1.8.0.gemspec +36 -0
- data/vendor/bundle/specifications/mail-2.5.4.gemspec +46 -0
- data/vendor/bundle/specifications/mime-types-1.23.gemspec +67 -0
- data/vendor/bundle/specifications/mini_portile-0.5.0.gemspec +21 -0
- data/vendor/bundle/specifications/minitest-4.7.4.gemspec +36 -0
- data/vendor/bundle/specifications/minitest-5.0.4.gemspec +36 -0
- data/vendor/bundle/specifications/multi_json-1.7.7.gemspec +30 -0
- data/vendor/bundle/specifications/nokogiri-1.6.0.gemspec +68 -0
- data/vendor/bundle/specifications/polyglot-0.3.3.gemspec +19 -0
- data/vendor/bundle/specifications/rack-1.4.5.gemspec +47 -0
- data/vendor/bundle/specifications/rack-cache-1.2.gemspec +40 -0
- data/vendor/bundle/specifications/rack-ssl-1.3.3.gemspec +29 -0
- data/vendor/bundle/specifications/rack-test-0.6.2.gemspec +31 -0
- data/vendor/bundle/specifications/rails-3.2.13.gemspec +47 -0
- data/vendor/bundle/specifications/railties-3.2.13.gemspec +47 -0
- data/vendor/bundle/specifications/rake-10.0.4.gemspec +35 -0
- data/vendor/bundle/specifications/rdoc-3.12.2.gemspec +51 -0
- data/vendor/bundle/specifications/sprockets-2.2.2.gemspec +64 -0
- data/vendor/bundle/specifications/sqlite3-1.3.7.gemspec +43 -0
- data/vendor/bundle/specifications/thor-0.18.1.gemspec +31 -0
- data/vendor/bundle/specifications/tilt-1.4.1.gemspec +98 -0
- data/vendor/bundle/specifications/treetop-1.4.14.gemspec +53 -0
- data/vendor/bundle/specifications/turn-0.9.6.gemspec +38 -0
- data/vendor/bundle/specifications/tzinfo-0.3.37.gemspec +20 -0
- data/vendor/bundle/specifications/xpath-2.0.0.gemspec +42 -0
- metadata +4499 -4
@@ -0,0 +1,293 @@
|
|
1
|
+
require 'active_support/core_ext/object/to_param'
|
2
|
+
require 'active_support/core_ext/regexp'
|
3
|
+
|
4
|
+
module ActionDispatch
|
5
|
+
# The routing module provides URL rewriting in native Ruby. It's a way to
|
6
|
+
# redirect incoming requests to controllers and actions. This replaces
|
7
|
+
# mod_rewrite rules. Best of all, Rails' \Routing works with any web server.
|
8
|
+
# Routes are defined in <tt>config/routes.rb</tt>.
|
9
|
+
#
|
10
|
+
# Think of creating routes as drawing a map for your requests. The map tells
|
11
|
+
# them where to go based on some predefined pattern:
|
12
|
+
#
|
13
|
+
# AppName::Application.routes.draw do
|
14
|
+
# Pattern 1 tells some request to go to one place
|
15
|
+
# Pattern 2 tell them to go to another
|
16
|
+
# ...
|
17
|
+
# end
|
18
|
+
#
|
19
|
+
# The following symbols are special:
|
20
|
+
#
|
21
|
+
# :controller maps to your controller name
|
22
|
+
# :action maps to an action with your controllers
|
23
|
+
#
|
24
|
+
# Other names simply map to a parameter as in the case of <tt>:id</tt>.
|
25
|
+
#
|
26
|
+
# == Resources
|
27
|
+
#
|
28
|
+
# Resource routing allows you to quickly declare all of the common routes
|
29
|
+
# for a given resourceful controller. Instead of declaring separate routes
|
30
|
+
# for your +index+, +show+, +new+, +edit+, +create+, +update+ and +destroy+
|
31
|
+
# actions, a resourceful route declares them in a single line of code:
|
32
|
+
#
|
33
|
+
# resources :photos
|
34
|
+
#
|
35
|
+
# Sometimes, you have a resource that clients always look up without
|
36
|
+
# referencing an ID. A common example, /profile always shows the profile of
|
37
|
+
# the currently logged in user. In this case, you can use a singular resource
|
38
|
+
# to map /profile (rather than /profile/:id) to the show action.
|
39
|
+
#
|
40
|
+
# resource :profile
|
41
|
+
#
|
42
|
+
# It's common to have resources that are logically children of other
|
43
|
+
# resources:
|
44
|
+
#
|
45
|
+
# resources :magazines do
|
46
|
+
# resources :ads
|
47
|
+
# end
|
48
|
+
#
|
49
|
+
# You may wish to organize groups of controllers under a namespace. Most
|
50
|
+
# commonly, you might group a number of administrative controllers under
|
51
|
+
# an +admin+ namespace. You would place these controllers under the
|
52
|
+
# <tt>app/controllers/admin</tt> directory, and you can group them together
|
53
|
+
# in your router:
|
54
|
+
#
|
55
|
+
# namespace "admin" do
|
56
|
+
# resources :posts, :comments
|
57
|
+
# end
|
58
|
+
#
|
59
|
+
# Alternately, you can add prefixes to your path without using a separate
|
60
|
+
# directory by using +scope+. +scope+ takes additional options which
|
61
|
+
# apply to all enclosed routes.
|
62
|
+
#
|
63
|
+
# scope :path => "/cpanel", :as => 'admin' do
|
64
|
+
# resources :posts, :comments
|
65
|
+
# end
|
66
|
+
#
|
67
|
+
# For more, see <tt>Routing::Mapper::Resources#resources</tt>,
|
68
|
+
# <tt>Routing::Mapper::Scoping#namespace</tt>, and
|
69
|
+
# <tt>Routing::Mapper::Scoping#scope</tt>.
|
70
|
+
#
|
71
|
+
# == Named routes
|
72
|
+
#
|
73
|
+
# Routes can be named by passing an <tt>:as</tt> option,
|
74
|
+
# allowing for easy reference within your source as +name_of_route_url+
|
75
|
+
# for the full URL and +name_of_route_path+ for the URI path.
|
76
|
+
#
|
77
|
+
# Example:
|
78
|
+
#
|
79
|
+
# # In routes.rb
|
80
|
+
# match '/login' => 'accounts#login', :as => 'login'
|
81
|
+
#
|
82
|
+
# # With render, redirect_to, tests, etc.
|
83
|
+
# redirect_to login_url
|
84
|
+
#
|
85
|
+
# Arguments can be passed as well.
|
86
|
+
#
|
87
|
+
# redirect_to show_item_path(:id => 25)
|
88
|
+
#
|
89
|
+
# Use <tt>root</tt> as a shorthand to name a route for the root path "/".
|
90
|
+
#
|
91
|
+
# # In routes.rb
|
92
|
+
# root :to => 'blogs#index'
|
93
|
+
#
|
94
|
+
# # would recognize http://www.example.com/ as
|
95
|
+
# params = { :controller => 'blogs', :action => 'index' }
|
96
|
+
#
|
97
|
+
# # and provide these named routes
|
98
|
+
# root_url # => 'http://www.example.com/'
|
99
|
+
# root_path # => '/'
|
100
|
+
#
|
101
|
+
# Note: when using +controller+, the route is simply named after the
|
102
|
+
# method you call on the block parameter rather than map.
|
103
|
+
#
|
104
|
+
# # In routes.rb
|
105
|
+
# controller :blog do
|
106
|
+
# match 'blog/show' => :list
|
107
|
+
# match 'blog/delete' => :delete
|
108
|
+
# match 'blog/edit/:id' => :edit
|
109
|
+
# end
|
110
|
+
#
|
111
|
+
# # provides named routes for show, delete, and edit
|
112
|
+
# link_to @article.title, show_path(:id => @article.id)
|
113
|
+
#
|
114
|
+
# == Pretty URLs
|
115
|
+
#
|
116
|
+
# Routes can generate pretty URLs. For example:
|
117
|
+
#
|
118
|
+
# match '/articles/:year/:month/:day' => 'articles#find_by_id', :constraints => {
|
119
|
+
# :year => /\d{4}/,
|
120
|
+
# :month => /\d{1,2}/,
|
121
|
+
# :day => /\d{1,2}/
|
122
|
+
# }
|
123
|
+
#
|
124
|
+
# Using the route above, the URL "http://localhost:3000/articles/2005/11/06"
|
125
|
+
# maps to
|
126
|
+
#
|
127
|
+
# params = {:year => '2005', :month => '11', :day => '06'}
|
128
|
+
#
|
129
|
+
# == Regular Expressions and parameters
|
130
|
+
# You can specify a regular expression to define a format for a parameter.
|
131
|
+
#
|
132
|
+
# controller 'geocode' do
|
133
|
+
# match 'geocode/:postalcode' => :show, :constraints => {
|
134
|
+
# :postalcode => /\d{5}(-\d{4})?/
|
135
|
+
# }
|
136
|
+
#
|
137
|
+
# Constraints can include the 'ignorecase' and 'extended syntax' regular
|
138
|
+
# expression modifiers:
|
139
|
+
#
|
140
|
+
# controller 'geocode' do
|
141
|
+
# match 'geocode/:postalcode' => :show, :constraints => {
|
142
|
+
# :postalcode => /hx\d\d\s\d[a-z]{2}/i
|
143
|
+
# }
|
144
|
+
# end
|
145
|
+
#
|
146
|
+
# controller 'geocode' do
|
147
|
+
# match 'geocode/:postalcode' => :show, :constraints => {
|
148
|
+
# :postalcode => /# Postcode format
|
149
|
+
# \d{5} #Prefix
|
150
|
+
# (-\d{4})? #Suffix
|
151
|
+
# /x
|
152
|
+
# }
|
153
|
+
# end
|
154
|
+
#
|
155
|
+
# Using the multiline match modifier will raise an +ArgumentError+.
|
156
|
+
# Encoding regular expression modifiers are silently ignored. The
|
157
|
+
# match will always use the default encoding or ASCII.
|
158
|
+
#
|
159
|
+
# == Default route
|
160
|
+
#
|
161
|
+
# Consider the following route, which you will find commented out at the
|
162
|
+
# bottom of your generated <tt>config/routes.rb</tt>:
|
163
|
+
#
|
164
|
+
# match ':controller(/:action(/:id))(.:format)'
|
165
|
+
#
|
166
|
+
# This route states that it expects requests to consist of a
|
167
|
+
# <tt>:controller</tt> followed optionally by an <tt>:action</tt> that in
|
168
|
+
# turn is followed optionally by an <tt>:id</tt>, which in turn is followed
|
169
|
+
# optionally by a <tt>:format</tt>.
|
170
|
+
#
|
171
|
+
# Suppose you get an incoming request for <tt>/blog/edit/22</tt>, you'll end
|
172
|
+
# up with:
|
173
|
+
#
|
174
|
+
# params = { :controller => 'blog',
|
175
|
+
# :action => 'edit',
|
176
|
+
# :id => '22'
|
177
|
+
# }
|
178
|
+
#
|
179
|
+
# By not relying on default routes, you improve the security of your
|
180
|
+
# application since not all controller actions, which includes actions you
|
181
|
+
# might add at a later time, are exposed by default.
|
182
|
+
#
|
183
|
+
# == HTTP Methods
|
184
|
+
#
|
185
|
+
# Using the <tt>:via</tt> option when specifying a route allows you to restrict it to a specific HTTP method.
|
186
|
+
# Possible values are <tt>:post</tt>, <tt>:get</tt>, <tt>:put</tt>, <tt>:delete</tt> and <tt>:any</tt>.
|
187
|
+
# If your route needs to respond to more than one method you can use an array, e.g. <tt>[ :get, :post ]</tt>.
|
188
|
+
# The default value is <tt>:any</tt> which means that the route will respond to any of the HTTP methods.
|
189
|
+
#
|
190
|
+
# Examples:
|
191
|
+
#
|
192
|
+
# match 'post/:id' => 'posts#show', :via => :get
|
193
|
+
# match 'post/:id' => "posts#create_comment', :via => :post
|
194
|
+
#
|
195
|
+
# Now, if you POST to <tt>/posts/:id</tt>, it will route to the <tt>create_comment</tt> action. A GET on the same
|
196
|
+
# URL will route to the <tt>show</tt> action.
|
197
|
+
#
|
198
|
+
# === HTTP helper methods
|
199
|
+
#
|
200
|
+
# An alternative method of specifying which HTTP method a route should respond to is to use the helper
|
201
|
+
# methods <tt>get</tt>, <tt>post</tt>, <tt>put</tt> and <tt>delete</tt>.
|
202
|
+
#
|
203
|
+
# Examples:
|
204
|
+
#
|
205
|
+
# get 'post/:id' => 'posts#show'
|
206
|
+
# post 'post/:id' => "posts#create_comment'
|
207
|
+
#
|
208
|
+
# This syntax is less verbose and the intention is more apparent to someone else reading your code,
|
209
|
+
# however if your route needs to respond to more than one HTTP method (or all methods) then using the
|
210
|
+
# <tt>:via</tt> option on <tt>match</tt> is preferable.
|
211
|
+
#
|
212
|
+
# == External redirects
|
213
|
+
#
|
214
|
+
# You can redirect any path to another path using the redirect helper in your router:
|
215
|
+
#
|
216
|
+
# match "/stories" => redirect("/posts")
|
217
|
+
#
|
218
|
+
# == Routing to Rack Applications
|
219
|
+
#
|
220
|
+
# Instead of a String, like <tt>posts#index</tt>, which corresponds to the
|
221
|
+
# index action in the PostsController, you can specify any Rack application
|
222
|
+
# as the endpoint for a matcher:
|
223
|
+
#
|
224
|
+
# match "/application.js" => Sprockets
|
225
|
+
#
|
226
|
+
# == Reloading routes
|
227
|
+
#
|
228
|
+
# You can reload routes if you feel you must:
|
229
|
+
#
|
230
|
+
# Rails.application.reload_routes!
|
231
|
+
#
|
232
|
+
# This will clear all named routes and reload routes.rb if the file has been modified from
|
233
|
+
# last load. To absolutely force reloading, use <tt>reload!</tt>.
|
234
|
+
#
|
235
|
+
# == Testing Routes
|
236
|
+
#
|
237
|
+
# The two main methods for testing your routes:
|
238
|
+
#
|
239
|
+
# === +assert_routing+
|
240
|
+
#
|
241
|
+
# def test_movie_route_properly_splits
|
242
|
+
# opts = {:controller => "plugin", :action => "checkout", :id => "2"}
|
243
|
+
# assert_routing "plugin/checkout/2", opts
|
244
|
+
# end
|
245
|
+
#
|
246
|
+
# +assert_routing+ lets you test whether or not the route properly resolves into options.
|
247
|
+
#
|
248
|
+
# === +assert_recognizes+
|
249
|
+
#
|
250
|
+
# def test_route_has_options
|
251
|
+
# opts = {:controller => "plugin", :action => "show", :id => "12"}
|
252
|
+
# assert_recognizes opts, "/plugins/show/12"
|
253
|
+
# end
|
254
|
+
#
|
255
|
+
# Note the subtle difference between the two: +assert_routing+ tests that
|
256
|
+
# a URL fits options while +assert_recognizes+ tests that a URL
|
257
|
+
# breaks into parameters properly.
|
258
|
+
#
|
259
|
+
# In tests you can simply pass the URL or named route to +get+ or +post+.
|
260
|
+
#
|
261
|
+
# def send_to_jail
|
262
|
+
# get '/jail'
|
263
|
+
# assert_response :success
|
264
|
+
# assert_template "jail/front"
|
265
|
+
# end
|
266
|
+
#
|
267
|
+
# def goes_to_login
|
268
|
+
# get login_url
|
269
|
+
# #...
|
270
|
+
# end
|
271
|
+
#
|
272
|
+
# == View a list of all your routes
|
273
|
+
#
|
274
|
+
# rake routes
|
275
|
+
#
|
276
|
+
# Target specific controllers by prefixing the command with <tt>CONTROLLER=x</tt>.
|
277
|
+
#
|
278
|
+
module Routing
|
279
|
+
autoload :Mapper, 'action_dispatch/routing/mapper'
|
280
|
+
autoload :RouteSet, 'action_dispatch/routing/route_set'
|
281
|
+
autoload :RoutesProxy, 'action_dispatch/routing/routes_proxy'
|
282
|
+
autoload :UrlFor, 'action_dispatch/routing/url_for'
|
283
|
+
autoload :PolymorphicRoutes, 'action_dispatch/routing/polymorphic_routes'
|
284
|
+
|
285
|
+
SEPARATORS = %w( / . ? ) #:nodoc:
|
286
|
+
HTTP_METHODS = [:get, :head, :post, :put, :delete, :options] #:nodoc:
|
287
|
+
|
288
|
+
# A helper module to hold URL related helpers.
|
289
|
+
module Helpers #:nodoc:
|
290
|
+
include PolymorphicRoutes
|
291
|
+
end
|
292
|
+
end
|
293
|
+
end
|
@@ -0,0 +1,1513 @@
|
|
1
|
+
require 'active_support/core_ext/hash/except'
|
2
|
+
require 'active_support/core_ext/object/blank'
|
3
|
+
require 'active_support/core_ext/object/inclusion'
|
4
|
+
require 'active_support/inflector'
|
5
|
+
require 'action_dispatch/routing/redirection'
|
6
|
+
|
7
|
+
module ActionDispatch
|
8
|
+
module Routing
|
9
|
+
class Mapper
|
10
|
+
class Constraints #:nodoc:
|
11
|
+
def self.new(app, constraints, request = Rack::Request)
|
12
|
+
if constraints.any?
|
13
|
+
super(app, constraints, request)
|
14
|
+
else
|
15
|
+
app
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
attr_reader :app, :constraints
|
20
|
+
|
21
|
+
def initialize(app, constraints, request)
|
22
|
+
@app, @constraints, @request = app, constraints, request
|
23
|
+
end
|
24
|
+
|
25
|
+
def matches?(env)
|
26
|
+
req = @request.new(env)
|
27
|
+
|
28
|
+
@constraints.each { |constraint|
|
29
|
+
if constraint.respond_to?(:matches?) && !constraint.matches?(req)
|
30
|
+
return false
|
31
|
+
elsif constraint.respond_to?(:call) && !constraint.call(*constraint_args(constraint, req))
|
32
|
+
return false
|
33
|
+
end
|
34
|
+
}
|
35
|
+
|
36
|
+
return true
|
37
|
+
ensure
|
38
|
+
req.reset_parameters
|
39
|
+
end
|
40
|
+
|
41
|
+
def call(env)
|
42
|
+
matches?(env) ? @app.call(env) : [ 404, {'X-Cascade' => 'pass'}, [] ]
|
43
|
+
end
|
44
|
+
|
45
|
+
private
|
46
|
+
def constraint_args(constraint, request)
|
47
|
+
constraint.arity == 1 ? [request] : [request.symbolized_path_parameters, request]
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
class Mapping #:nodoc:
|
52
|
+
IGNORE_OPTIONS = [:to, :as, :via, :on, :constraints, :defaults, :only, :except, :anchor, :shallow, :shallow_path, :shallow_prefix]
|
53
|
+
ANCHOR_CHARACTERS_REGEX = %r{\A(\\A|\^)|(\\Z|\\z|\$)\Z}
|
54
|
+
WILDCARD_PATH = %r{\*([^/\)]+)\)?$}
|
55
|
+
|
56
|
+
def initialize(set, scope, path, options)
|
57
|
+
@set, @scope = set, scope
|
58
|
+
@options = (@scope[:options] || {}).merge(options)
|
59
|
+
@path = normalize_path(path)
|
60
|
+
normalize_options!
|
61
|
+
end
|
62
|
+
|
63
|
+
def to_route
|
64
|
+
[ app, conditions, requirements, defaults, @options[:as], @options[:anchor] ]
|
65
|
+
end
|
66
|
+
|
67
|
+
private
|
68
|
+
|
69
|
+
def normalize_options!
|
70
|
+
path_without_format = @path.sub(/\(\.:format\)$/, '')
|
71
|
+
|
72
|
+
@options.merge!(default_controller_and_action)
|
73
|
+
|
74
|
+
requirements.each do |name, requirement|
|
75
|
+
# segment_keys.include?(k.to_s) || k == :controller
|
76
|
+
next unless Regexp === requirement && !constraints[name]
|
77
|
+
|
78
|
+
if requirement.source =~ ANCHOR_CHARACTERS_REGEX
|
79
|
+
raise ArgumentError, "Regexp anchor characters are not allowed in routing requirements: #{requirement.inspect}"
|
80
|
+
end
|
81
|
+
if requirement.multiline?
|
82
|
+
raise ArgumentError, "Regexp multiline option not allowed in routing requirements: #{requirement.inspect}"
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
87
|
+
# match "account/overview"
|
88
|
+
def using_match_shorthand?(path, options)
|
89
|
+
path && (options[:to] || options[:action]).nil? && path =~ SHORTHAND_REGEX
|
90
|
+
end
|
91
|
+
|
92
|
+
def normalize_path(path)
|
93
|
+
raise ArgumentError, "path is required" if path.blank?
|
94
|
+
path = Mapper.normalize_path(path)
|
95
|
+
|
96
|
+
if path.match(':controller')
|
97
|
+
raise ArgumentError, ":controller segment is not allowed within a namespace block" if @scope[:module]
|
98
|
+
|
99
|
+
# Add a default constraint for :controller path segments that matches namespaced
|
100
|
+
# controllers with default routes like :controller/:action/:id(.:format), e.g:
|
101
|
+
# GET /admin/products/show/1
|
102
|
+
# => { :controller => 'admin/products', :action => 'show', :id => '1' }
|
103
|
+
@options[:controller] ||= /.+?/
|
104
|
+
end
|
105
|
+
|
106
|
+
# Add a constraint for wildcard route to make it non-greedy and match the
|
107
|
+
# optional format part of the route by default
|
108
|
+
if path.match(WILDCARD_PATH) && @options[:format] != false
|
109
|
+
@options[$1.to_sym] ||= /.+?/
|
110
|
+
end
|
111
|
+
|
112
|
+
if @options[:format] == false
|
113
|
+
@options.delete(:format)
|
114
|
+
path
|
115
|
+
elsif path.include?(":format") || path.end_with?('/')
|
116
|
+
path
|
117
|
+
elsif @options[:format] == true
|
118
|
+
"#{path}.:format"
|
119
|
+
else
|
120
|
+
"#{path}(.:format)"
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
def app
|
125
|
+
Constraints.new(
|
126
|
+
to.respond_to?(:call) ? to : Routing::RouteSet::Dispatcher.new(:defaults => defaults),
|
127
|
+
blocks,
|
128
|
+
@set.request_class
|
129
|
+
)
|
130
|
+
end
|
131
|
+
|
132
|
+
def conditions
|
133
|
+
{ :path_info => @path }.merge(constraints).merge(request_method_condition)
|
134
|
+
end
|
135
|
+
|
136
|
+
def requirements
|
137
|
+
@requirements ||= (@options[:constraints].is_a?(Hash) ? @options[:constraints] : {}).tap do |requirements|
|
138
|
+
requirements.reverse_merge!(@scope[:constraints]) if @scope[:constraints]
|
139
|
+
@options.each { |k, v| requirements[k] = v if v.is_a?(Regexp) }
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
def defaults
|
144
|
+
@defaults ||= (@options[:defaults] || {}).tap do |defaults|
|
145
|
+
defaults.reverse_merge!(@scope[:defaults]) if @scope[:defaults]
|
146
|
+
@options.each { |k, v| defaults[k] = v unless v.is_a?(Regexp) || IGNORE_OPTIONS.include?(k.to_sym) }
|
147
|
+
end
|
148
|
+
end
|
149
|
+
|
150
|
+
def default_controller_and_action
|
151
|
+
if to.respond_to?(:call)
|
152
|
+
{ }
|
153
|
+
else
|
154
|
+
if to.is_a?(String)
|
155
|
+
controller, action = to.split('#')
|
156
|
+
elsif to.is_a?(Symbol)
|
157
|
+
action = to.to_s
|
158
|
+
end
|
159
|
+
|
160
|
+
controller ||= default_controller
|
161
|
+
action ||= default_action
|
162
|
+
|
163
|
+
unless controller.is_a?(Regexp)
|
164
|
+
controller = [@scope[:module], controller].compact.join("/").presence
|
165
|
+
end
|
166
|
+
|
167
|
+
if controller.is_a?(String) && controller =~ %r{\A/}
|
168
|
+
raise ArgumentError, "controller name should not start with a slash"
|
169
|
+
end
|
170
|
+
|
171
|
+
controller = controller.to_s unless controller.is_a?(Regexp)
|
172
|
+
action = action.to_s unless action.is_a?(Regexp)
|
173
|
+
|
174
|
+
if controller.blank? && segment_keys.exclude?("controller")
|
175
|
+
raise ArgumentError, "missing :controller"
|
176
|
+
end
|
177
|
+
|
178
|
+
if action.blank? && segment_keys.exclude?("action")
|
179
|
+
raise ArgumentError, "missing :action"
|
180
|
+
end
|
181
|
+
|
182
|
+
hash = {}
|
183
|
+
hash[:controller] = controller unless controller.blank?
|
184
|
+
hash[:action] = action unless action.blank?
|
185
|
+
hash
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
def blocks
|
190
|
+
constraints = @options[:constraints]
|
191
|
+
if constraints.present? && !constraints.is_a?(Hash)
|
192
|
+
[constraints]
|
193
|
+
else
|
194
|
+
@scope[:blocks] || []
|
195
|
+
end
|
196
|
+
end
|
197
|
+
|
198
|
+
def constraints
|
199
|
+
@constraints ||= requirements.reject { |k, v| segment_keys.include?(k.to_s) || k == :controller }
|
200
|
+
end
|
201
|
+
|
202
|
+
def request_method_condition
|
203
|
+
if via = @options[:via]
|
204
|
+
list = Array(via).map { |m| m.to_s.dasherize.upcase }
|
205
|
+
{ :request_method => list }
|
206
|
+
else
|
207
|
+
{ }
|
208
|
+
end
|
209
|
+
end
|
210
|
+
|
211
|
+
def segment_keys
|
212
|
+
@segment_keys ||= Journey::Path::Pattern.new(
|
213
|
+
Journey::Router::Strexp.compile(@path, requirements, SEPARATORS)
|
214
|
+
).names
|
215
|
+
end
|
216
|
+
|
217
|
+
def to
|
218
|
+
@options[:to]
|
219
|
+
end
|
220
|
+
|
221
|
+
def default_controller
|
222
|
+
@options[:controller] || @scope[:controller]
|
223
|
+
end
|
224
|
+
|
225
|
+
def default_action
|
226
|
+
@options[:action] || @scope[:action]
|
227
|
+
end
|
228
|
+
end
|
229
|
+
|
230
|
+
# Invokes Rack::Mount::Utils.normalize path and ensure that
|
231
|
+
# (:locale) becomes (/:locale) instead of /(:locale). Except
|
232
|
+
# for root cases, where the latter is the correct one.
|
233
|
+
def self.normalize_path(path)
|
234
|
+
path = Journey::Router::Utils.normalize_path(path)
|
235
|
+
path.gsub!(%r{/(\(+)/?}, '\1/') unless path =~ %r{^/\(+[^)]+\)$}
|
236
|
+
path
|
237
|
+
end
|
238
|
+
|
239
|
+
def self.normalize_name(name)
|
240
|
+
normalize_path(name)[1..-1].gsub("/", "_")
|
241
|
+
end
|
242
|
+
|
243
|
+
module Base
|
244
|
+
# You can specify what Rails should route "/" to with the root method:
|
245
|
+
#
|
246
|
+
# root :to => 'pages#main'
|
247
|
+
#
|
248
|
+
# For options, see +match+, as +root+ uses it internally.
|
249
|
+
#
|
250
|
+
# You should put the root route at the top of <tt>config/routes.rb</tt>,
|
251
|
+
# because this means it will be matched first. As this is the most popular route
|
252
|
+
# of most Rails applications, this is beneficial.
|
253
|
+
def root(options = {})
|
254
|
+
match '/', { :as => :root }.merge(options)
|
255
|
+
end
|
256
|
+
|
257
|
+
# Matches a url pattern to one or more routes. Any symbols in a pattern
|
258
|
+
# are interpreted as url query parameters and thus available as +params+
|
259
|
+
# in an action:
|
260
|
+
#
|
261
|
+
# # sets :controller, :action and :id in params
|
262
|
+
# match ':controller/:action/:id'
|
263
|
+
#
|
264
|
+
# Two of these symbols are special, +:controller+ maps to the controller
|
265
|
+
# and +:action+ to the controller's action. A pattern can also map
|
266
|
+
# wildcard segments (globs) to params:
|
267
|
+
#
|
268
|
+
# match 'songs/*category/:title' => 'songs#show'
|
269
|
+
#
|
270
|
+
# # 'songs/rock/classic/stairway-to-heaven' sets
|
271
|
+
# # params[:category] = 'rock/classic'
|
272
|
+
# # params[:title] = 'stairway-to-heaven'
|
273
|
+
#
|
274
|
+
# When a pattern points to an internal route, the route's +:action+ and
|
275
|
+
# +:controller+ should be set in options or hash shorthand. Examples:
|
276
|
+
#
|
277
|
+
# match 'photos/:id' => 'photos#show'
|
278
|
+
# match 'photos/:id', :to => 'photos#show'
|
279
|
+
# match 'photos/:id', :controller => 'photos', :action => 'show'
|
280
|
+
#
|
281
|
+
# A pattern can also point to a +Rack+ endpoint i.e. anything that
|
282
|
+
# responds to +call+:
|
283
|
+
#
|
284
|
+
# match 'photos/:id' => lambda {|hash| [200, {}, "Coming soon"] }
|
285
|
+
# match 'photos/:id' => PhotoRackApp
|
286
|
+
# # Yes, controller actions are just rack endpoints
|
287
|
+
# match 'photos/:id' => PhotosController.action(:show)
|
288
|
+
#
|
289
|
+
# === Options
|
290
|
+
#
|
291
|
+
# Any options not seen here are passed on as params with the url.
|
292
|
+
#
|
293
|
+
# [:controller]
|
294
|
+
# The route's controller.
|
295
|
+
#
|
296
|
+
# [:action]
|
297
|
+
# The route's action.
|
298
|
+
#
|
299
|
+
# [:path]
|
300
|
+
# The path prefix for the routes.
|
301
|
+
#
|
302
|
+
# [:module]
|
303
|
+
# The namespace for :controller.
|
304
|
+
#
|
305
|
+
# match 'path' => 'c#a', :module => 'sekret', :controller => 'posts'
|
306
|
+
# #=> Sekret::PostsController
|
307
|
+
#
|
308
|
+
# See <tt>Scoping#namespace</tt> for its scope equivalent.
|
309
|
+
#
|
310
|
+
# [:as]
|
311
|
+
# The name used to generate routing helpers.
|
312
|
+
#
|
313
|
+
# [:via]
|
314
|
+
# Allowed HTTP verb(s) for route.
|
315
|
+
#
|
316
|
+
# match 'path' => 'c#a', :via => :get
|
317
|
+
# match 'path' => 'c#a', :via => [:get, :post]
|
318
|
+
#
|
319
|
+
# [:to]
|
320
|
+
# Points to a +Rack+ endpoint. Can be an object that responds to
|
321
|
+
# +call+ or a string representing a controller's action.
|
322
|
+
#
|
323
|
+
# match 'path', :to => 'controller#action'
|
324
|
+
# match 'path', :to => lambda { |env| [200, {}, "Success!"] }
|
325
|
+
# match 'path', :to => RackApp
|
326
|
+
#
|
327
|
+
# [:on]
|
328
|
+
# Shorthand for wrapping routes in a specific RESTful context. Valid
|
329
|
+
# values are +:member+, +:collection+, and +:new+. Only use within
|
330
|
+
# <tt>resource(s)</tt> block. For example:
|
331
|
+
#
|
332
|
+
# resource :bar do
|
333
|
+
# match 'foo' => 'c#a', :on => :member, :via => [:get, :post]
|
334
|
+
# end
|
335
|
+
#
|
336
|
+
# Is equivalent to:
|
337
|
+
#
|
338
|
+
# resource :bar do
|
339
|
+
# member do
|
340
|
+
# match 'foo' => 'c#a', :via => [:get, :post]
|
341
|
+
# end
|
342
|
+
# end
|
343
|
+
#
|
344
|
+
# [:constraints]
|
345
|
+
# Constrains parameters with a hash of regular expressions or an
|
346
|
+
# object that responds to <tt>matches?</tt>
|
347
|
+
#
|
348
|
+
# match 'path/:id', :constraints => { :id => /[A-Z]\d{5}/ }
|
349
|
+
#
|
350
|
+
# class Blacklist
|
351
|
+
# def matches?(request) request.remote_ip == '1.2.3.4' end
|
352
|
+
# end
|
353
|
+
# match 'path' => 'c#a', :constraints => Blacklist.new
|
354
|
+
#
|
355
|
+
# See <tt>Scoping#constraints</tt> for more examples with its scope
|
356
|
+
# equivalent.
|
357
|
+
#
|
358
|
+
# [:defaults]
|
359
|
+
# Sets defaults for parameters
|
360
|
+
#
|
361
|
+
# # Sets params[:format] to 'jpg' by default
|
362
|
+
# match 'path' => 'c#a', :defaults => { :format => 'jpg' }
|
363
|
+
#
|
364
|
+
# See <tt>Scoping#defaults</tt> for its scope equivalent.
|
365
|
+
#
|
366
|
+
# [:anchor]
|
367
|
+
# Boolean to anchor a <tt>match</tt> pattern. Default is true. When set to
|
368
|
+
# false, the pattern matches any request prefixed with the given path.
|
369
|
+
#
|
370
|
+
# # Matches any request starting with 'path'
|
371
|
+
# match 'path' => 'c#a', :anchor => false
|
372
|
+
def match(path, options=nil)
|
373
|
+
end
|
374
|
+
|
375
|
+
# Mount a Rack-based application to be used within the application.
|
376
|
+
#
|
377
|
+
# mount SomeRackApp, :at => "some_route"
|
378
|
+
#
|
379
|
+
# Alternatively:
|
380
|
+
#
|
381
|
+
# mount(SomeRackApp => "some_route")
|
382
|
+
#
|
383
|
+
# For options, see +match+, as +mount+ uses it internally.
|
384
|
+
#
|
385
|
+
# All mounted applications come with routing helpers to access them.
|
386
|
+
# These are named after the class specified, so for the above example
|
387
|
+
# the helper is either +some_rack_app_path+ or +some_rack_app_url+.
|
388
|
+
# To customize this helper's name, use the +:as+ option:
|
389
|
+
#
|
390
|
+
# mount(SomeRackApp => "some_route", :as => "exciting")
|
391
|
+
#
|
392
|
+
# This will generate the +exciting_path+ and +exciting_url+ helpers
|
393
|
+
# which can be used to navigate to this mounted app.
|
394
|
+
def mount(app, options = nil)
|
395
|
+
if options
|
396
|
+
path = options.delete(:at)
|
397
|
+
else
|
398
|
+
options = app
|
399
|
+
app, path = options.find { |k, v| k.respond_to?(:call) }
|
400
|
+
options.delete(app) if app
|
401
|
+
end
|
402
|
+
|
403
|
+
raise "A rack application must be specified" unless path
|
404
|
+
|
405
|
+
options[:as] ||= app_name(app)
|
406
|
+
|
407
|
+
match(path, options.merge(:to => app, :anchor => false, :format => false))
|
408
|
+
|
409
|
+
define_generate_prefix(app, options[:as])
|
410
|
+
self
|
411
|
+
end
|
412
|
+
|
413
|
+
def default_url_options=(options)
|
414
|
+
@set.default_url_options = options
|
415
|
+
end
|
416
|
+
alias_method :default_url_options, :default_url_options=
|
417
|
+
|
418
|
+
def with_default_scope(scope, &block)
|
419
|
+
scope(scope) do
|
420
|
+
instance_exec(&block)
|
421
|
+
end
|
422
|
+
end
|
423
|
+
|
424
|
+
private
|
425
|
+
def app_name(app)
|
426
|
+
return unless app.respond_to?(:routes)
|
427
|
+
|
428
|
+
if app.respond_to?(:railtie_name)
|
429
|
+
app.railtie_name
|
430
|
+
else
|
431
|
+
class_name = app.class.is_a?(Class) ? app.name : app.class.name
|
432
|
+
ActiveSupport::Inflector.underscore(class_name).gsub("/", "_")
|
433
|
+
end
|
434
|
+
end
|
435
|
+
|
436
|
+
def define_generate_prefix(app, name)
|
437
|
+
return unless app.respond_to?(:routes) && app.routes.respond_to?(:define_mounted_helper)
|
438
|
+
|
439
|
+
_route = @set.named_routes.routes[name.to_sym]
|
440
|
+
_routes = @set
|
441
|
+
app.routes.define_mounted_helper(name)
|
442
|
+
app.routes.class_eval do
|
443
|
+
define_method :_generate_prefix do |options|
|
444
|
+
prefix_options = options.slice(*_route.segment_keys)
|
445
|
+
# we must actually delete prefix segment keys to avoid passing them to next url_for
|
446
|
+
_route.segment_keys.each { |k| options.delete(k) }
|
447
|
+
prefix = _routes.url_helpers.send("#{name}_path", prefix_options)
|
448
|
+
prefix = prefix.gsub(%r{/\z}, '')
|
449
|
+
prefix
|
450
|
+
end
|
451
|
+
end
|
452
|
+
end
|
453
|
+
end
|
454
|
+
|
455
|
+
module HttpHelpers
|
456
|
+
# Define a route that only recognizes HTTP GET.
|
457
|
+
# For supported arguments, see <tt>Base#match</tt>.
|
458
|
+
#
|
459
|
+
# Example:
|
460
|
+
#
|
461
|
+
# get 'bacon', :to => 'food#bacon'
|
462
|
+
def get(*args, &block)
|
463
|
+
map_method(:get, *args, &block)
|
464
|
+
end
|
465
|
+
|
466
|
+
# Define a route that only recognizes HTTP POST.
|
467
|
+
# For supported arguments, see <tt>Base#match</tt>.
|
468
|
+
#
|
469
|
+
# Example:
|
470
|
+
#
|
471
|
+
# post 'bacon', :to => 'food#bacon'
|
472
|
+
def post(*args, &block)
|
473
|
+
map_method(:post, *args, &block)
|
474
|
+
end
|
475
|
+
|
476
|
+
# Define a route that only recognizes HTTP PUT.
|
477
|
+
# For supported arguments, see <tt>Base#match</tt>.
|
478
|
+
#
|
479
|
+
# Example:
|
480
|
+
#
|
481
|
+
# put 'bacon', :to => 'food#bacon'
|
482
|
+
def put(*args, &block)
|
483
|
+
map_method(:put, *args, &block)
|
484
|
+
end
|
485
|
+
|
486
|
+
# Define a route that only recognizes HTTP PUT.
|
487
|
+
# For supported arguments, see <tt>Base#match</tt>.
|
488
|
+
#
|
489
|
+
# Example:
|
490
|
+
#
|
491
|
+
# delete 'broccoli', :to => 'food#broccoli'
|
492
|
+
def delete(*args, &block)
|
493
|
+
map_method(:delete, *args, &block)
|
494
|
+
end
|
495
|
+
|
496
|
+
private
|
497
|
+
def map_method(method, *args, &block)
|
498
|
+
options = args.extract_options!
|
499
|
+
options[:via] = method
|
500
|
+
args.push(options)
|
501
|
+
match(*args, &block)
|
502
|
+
self
|
503
|
+
end
|
504
|
+
end
|
505
|
+
|
506
|
+
# You may wish to organize groups of controllers under a namespace.
|
507
|
+
# Most commonly, you might group a number of administrative controllers
|
508
|
+
# under an +admin+ namespace. You would place these controllers under
|
509
|
+
# the <tt>app/controllers/admin</tt> directory, and you can group them
|
510
|
+
# together in your router:
|
511
|
+
#
|
512
|
+
# namespace "admin" do
|
513
|
+
# resources :posts, :comments
|
514
|
+
# end
|
515
|
+
#
|
516
|
+
# This will create a number of routes for each of the posts and comments
|
517
|
+
# controller. For <tt>Admin::PostsController</tt>, Rails will create:
|
518
|
+
#
|
519
|
+
# GET /admin/posts
|
520
|
+
# GET /admin/posts/new
|
521
|
+
# POST /admin/posts
|
522
|
+
# GET /admin/posts/1
|
523
|
+
# GET /admin/posts/1/edit
|
524
|
+
# PUT /admin/posts/1
|
525
|
+
# DELETE /admin/posts/1
|
526
|
+
#
|
527
|
+
# If you want to route /posts (without the prefix /admin) to
|
528
|
+
# <tt>Admin::PostsController</tt>, you could use
|
529
|
+
#
|
530
|
+
# scope :module => "admin" do
|
531
|
+
# resources :posts
|
532
|
+
# end
|
533
|
+
#
|
534
|
+
# or, for a single case
|
535
|
+
#
|
536
|
+
# resources :posts, :module => "admin"
|
537
|
+
#
|
538
|
+
# If you want to route /admin/posts to +PostsController+
|
539
|
+
# (without the Admin:: module prefix), you could use
|
540
|
+
#
|
541
|
+
# scope "/admin" do
|
542
|
+
# resources :posts
|
543
|
+
# end
|
544
|
+
#
|
545
|
+
# or, for a single case
|
546
|
+
#
|
547
|
+
# resources :posts, :path => "/admin/posts"
|
548
|
+
#
|
549
|
+
# In each of these cases, the named routes remain the same as if you did
|
550
|
+
# not use scope. In the last case, the following paths map to
|
551
|
+
# +PostsController+:
|
552
|
+
#
|
553
|
+
# GET /admin/posts
|
554
|
+
# GET /admin/posts/new
|
555
|
+
# POST /admin/posts
|
556
|
+
# GET /admin/posts/1
|
557
|
+
# GET /admin/posts/1/edit
|
558
|
+
# PUT /admin/posts/1
|
559
|
+
# DELETE /admin/posts/1
|
560
|
+
module Scoping
|
561
|
+
# Scopes a set of routes to the given default options.
|
562
|
+
#
|
563
|
+
# Take the following route definition as an example:
|
564
|
+
#
|
565
|
+
# scope :path => ":account_id", :as => "account" do
|
566
|
+
# resources :projects
|
567
|
+
# end
|
568
|
+
#
|
569
|
+
# This generates helpers such as +account_projects_path+, just like +resources+ does.
|
570
|
+
# The difference here being that the routes generated are like /:account_id/projects,
|
571
|
+
# rather than /accounts/:account_id/projects.
|
572
|
+
#
|
573
|
+
# === Options
|
574
|
+
#
|
575
|
+
# Takes same options as <tt>Base#match</tt> and <tt>Resources#resources</tt>.
|
576
|
+
#
|
577
|
+
# === Examples
|
578
|
+
#
|
579
|
+
# # route /posts (without the prefix /admin) to <tt>Admin::PostsController</tt>
|
580
|
+
# scope :module => "admin" do
|
581
|
+
# resources :posts
|
582
|
+
# end
|
583
|
+
#
|
584
|
+
# # prefix the posts resource's requests with '/admin'
|
585
|
+
# scope :path => "/admin" do
|
586
|
+
# resources :posts
|
587
|
+
# end
|
588
|
+
#
|
589
|
+
# # prefix the routing helper name: +sekret_posts_path+ instead of +posts_path+
|
590
|
+
# scope :as => "sekret" do
|
591
|
+
# resources :posts
|
592
|
+
# end
|
593
|
+
def scope(*args)
|
594
|
+
options = args.extract_options!
|
595
|
+
options = options.dup
|
596
|
+
|
597
|
+
options[:path] = args.first if args.first.is_a?(String)
|
598
|
+
recover = {}
|
599
|
+
|
600
|
+
options[:constraints] ||= {}
|
601
|
+
unless options[:constraints].is_a?(Hash)
|
602
|
+
block, options[:constraints] = options[:constraints], {}
|
603
|
+
end
|
604
|
+
|
605
|
+
scope_options.each do |option|
|
606
|
+
if value = options.delete(option)
|
607
|
+
recover[option] = @scope[option]
|
608
|
+
@scope[option] = send("merge_#{option}_scope", @scope[option], value)
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
612
|
+
recover[:block] = @scope[:blocks]
|
613
|
+
@scope[:blocks] = merge_blocks_scope(@scope[:blocks], block)
|
614
|
+
|
615
|
+
recover[:options] = @scope[:options]
|
616
|
+
@scope[:options] = merge_options_scope(@scope[:options], options)
|
617
|
+
|
618
|
+
yield
|
619
|
+
self
|
620
|
+
ensure
|
621
|
+
scope_options.each do |option|
|
622
|
+
@scope[option] = recover[option] if recover.has_key?(option)
|
623
|
+
end
|
624
|
+
|
625
|
+
@scope[:options] = recover[:options]
|
626
|
+
@scope[:blocks] = recover[:block]
|
627
|
+
end
|
628
|
+
|
629
|
+
# Scopes routes to a specific controller
|
630
|
+
#
|
631
|
+
# Example:
|
632
|
+
# controller "food" do
|
633
|
+
# match "bacon", :action => "bacon"
|
634
|
+
# end
|
635
|
+
def controller(controller, options={})
|
636
|
+
options[:controller] = controller
|
637
|
+
scope(options) { yield }
|
638
|
+
end
|
639
|
+
|
640
|
+
# Scopes routes to a specific namespace. For example:
|
641
|
+
#
|
642
|
+
# namespace :admin do
|
643
|
+
# resources :posts
|
644
|
+
# end
|
645
|
+
#
|
646
|
+
# This generates the following routes:
|
647
|
+
#
|
648
|
+
# admin_posts GET /admin/posts(.:format) admin/posts#index
|
649
|
+
# admin_posts POST /admin/posts(.:format) admin/posts#create
|
650
|
+
# new_admin_post GET /admin/posts/new(.:format) admin/posts#new
|
651
|
+
# edit_admin_post GET /admin/posts/:id/edit(.:format) admin/posts#edit
|
652
|
+
# admin_post GET /admin/posts/:id(.:format) admin/posts#show
|
653
|
+
# admin_post PUT /admin/posts/:id(.:format) admin/posts#update
|
654
|
+
# admin_post DELETE /admin/posts/:id(.:format) admin/posts#destroy
|
655
|
+
#
|
656
|
+
# === Options
|
657
|
+
#
|
658
|
+
# The +:path+, +:as+, +:module+, +:shallow_path+ and +:shallow_prefix+
|
659
|
+
# options all default to the name of the namespace.
|
660
|
+
#
|
661
|
+
# For options, see <tt>Base#match</tt>. For +:shallow_path+ option, see
|
662
|
+
# <tt>Resources#resources</tt>.
|
663
|
+
#
|
664
|
+
# === Examples
|
665
|
+
#
|
666
|
+
# # accessible through /sekret/posts rather than /admin/posts
|
667
|
+
# namespace :admin, :path => "sekret" do
|
668
|
+
# resources :posts
|
669
|
+
# end
|
670
|
+
#
|
671
|
+
# # maps to <tt>Sekret::PostsController</tt> rather than <tt>Admin::PostsController</tt>
|
672
|
+
# namespace :admin, :module => "sekret" do
|
673
|
+
# resources :posts
|
674
|
+
# end
|
675
|
+
#
|
676
|
+
# # generates +sekret_posts_path+ rather than +admin_posts_path+
|
677
|
+
# namespace :admin, :as => "sekret" do
|
678
|
+
# resources :posts
|
679
|
+
# end
|
680
|
+
def namespace(path, options = {})
|
681
|
+
path = path.to_s
|
682
|
+
options = { :path => path, :as => path, :module => path,
|
683
|
+
:shallow_path => path, :shallow_prefix => path }.merge!(options)
|
684
|
+
scope(options) { yield }
|
685
|
+
end
|
686
|
+
|
687
|
+
# === Parameter Restriction
|
688
|
+
# Allows you to constrain the nested routes based on a set of rules.
|
689
|
+
# For instance, in order to change the routes to allow for a dot character in the +id+ parameter:
|
690
|
+
#
|
691
|
+
# constraints(:id => /\d+\.\d+/) do
|
692
|
+
# resources :posts
|
693
|
+
# end
|
694
|
+
#
|
695
|
+
# Now routes such as +/posts/1+ will no longer be valid, but +/posts/1.1+ will be.
|
696
|
+
# The +id+ parameter must match the constraint passed in for this example.
|
697
|
+
#
|
698
|
+
# You may use this to also restrict other parameters:
|
699
|
+
#
|
700
|
+
# resources :posts do
|
701
|
+
# constraints(:post_id => /\d+\.\d+/) do
|
702
|
+
# resources :comments
|
703
|
+
# end
|
704
|
+
# end
|
705
|
+
#
|
706
|
+
# === Restricting based on IP
|
707
|
+
#
|
708
|
+
# Routes can also be constrained to an IP or a certain range of IP addresses:
|
709
|
+
#
|
710
|
+
# constraints(:ip => /192.168.\d+.\d+/) do
|
711
|
+
# resources :posts
|
712
|
+
# end
|
713
|
+
#
|
714
|
+
# Any user connecting from the 192.168.* range will be able to see this resource,
|
715
|
+
# where as any user connecting outside of this range will be told there is no such route.
|
716
|
+
#
|
717
|
+
# === Dynamic request matching
|
718
|
+
#
|
719
|
+
# Requests to routes can be constrained based on specific criteria:
|
720
|
+
#
|
721
|
+
# constraints(lambda { |req| req.env["HTTP_USER_AGENT"] =~ /iPhone/ }) do
|
722
|
+
# resources :iphones
|
723
|
+
# end
|
724
|
+
#
|
725
|
+
# You are able to move this logic out into a class if it is too complex for routes.
|
726
|
+
# This class must have a +matches?+ method defined on it which either returns +true+
|
727
|
+
# if the user should be given access to that route, or +false+ if the user should not.
|
728
|
+
#
|
729
|
+
# class Iphone
|
730
|
+
# def self.matches?(request)
|
731
|
+
# request.env["HTTP_USER_AGENT"] =~ /iPhone/
|
732
|
+
# end
|
733
|
+
# end
|
734
|
+
#
|
735
|
+
# An expected place for this code would be +lib/constraints+.
|
736
|
+
#
|
737
|
+
# This class is then used like this:
|
738
|
+
#
|
739
|
+
# constraints(Iphone) do
|
740
|
+
# resources :iphones
|
741
|
+
# end
|
742
|
+
def constraints(constraints = {})
|
743
|
+
scope(:constraints => constraints) { yield }
|
744
|
+
end
|
745
|
+
|
746
|
+
# Allows you to set default parameters for a route, such as this:
|
747
|
+
# defaults :id => 'home' do
|
748
|
+
# match 'scoped_pages/(:id)', :to => 'pages#show'
|
749
|
+
# end
|
750
|
+
# Using this, the +:id+ parameter here will default to 'home'.
|
751
|
+
def defaults(defaults = {})
|
752
|
+
scope(:defaults => defaults) { yield }
|
753
|
+
end
|
754
|
+
|
755
|
+
private
|
756
|
+
def scope_options #:nodoc:
|
757
|
+
@scope_options ||= private_methods.grep(/^merge_(.+)_scope$/) { $1.to_sym }
|
758
|
+
end
|
759
|
+
|
760
|
+
def merge_path_scope(parent, child) #:nodoc:
|
761
|
+
Mapper.normalize_path("#{parent}/#{child}")
|
762
|
+
end
|
763
|
+
|
764
|
+
def merge_shallow_path_scope(parent, child) #:nodoc:
|
765
|
+
Mapper.normalize_path("#{parent}/#{child}")
|
766
|
+
end
|
767
|
+
|
768
|
+
def merge_as_scope(parent, child) #:nodoc:
|
769
|
+
parent ? "#{parent}_#{child}" : child
|
770
|
+
end
|
771
|
+
|
772
|
+
def merge_shallow_prefix_scope(parent, child) #:nodoc:
|
773
|
+
parent ? "#{parent}_#{child}" : child
|
774
|
+
end
|
775
|
+
|
776
|
+
def merge_module_scope(parent, child) #:nodoc:
|
777
|
+
parent ? "#{parent}/#{child}" : child
|
778
|
+
end
|
779
|
+
|
780
|
+
def merge_controller_scope(parent, child) #:nodoc:
|
781
|
+
child
|
782
|
+
end
|
783
|
+
|
784
|
+
def merge_path_names_scope(parent, child) #:nodoc:
|
785
|
+
merge_options_scope(parent, child)
|
786
|
+
end
|
787
|
+
|
788
|
+
def merge_constraints_scope(parent, child) #:nodoc:
|
789
|
+
merge_options_scope(parent, child)
|
790
|
+
end
|
791
|
+
|
792
|
+
def merge_defaults_scope(parent, child) #:nodoc:
|
793
|
+
merge_options_scope(parent, child)
|
794
|
+
end
|
795
|
+
|
796
|
+
def merge_blocks_scope(parent, child) #:nodoc:
|
797
|
+
merged = parent ? parent.dup : []
|
798
|
+
merged << child if child
|
799
|
+
merged
|
800
|
+
end
|
801
|
+
|
802
|
+
def merge_options_scope(parent, child) #:nodoc:
|
803
|
+
(parent || {}).except(*override_keys(child)).merge(child)
|
804
|
+
end
|
805
|
+
|
806
|
+
def merge_shallow_scope(parent, child) #:nodoc:
|
807
|
+
child ? true : false
|
808
|
+
end
|
809
|
+
|
810
|
+
def override_keys(child) #:nodoc:
|
811
|
+
child.key?(:only) || child.key?(:except) ? [:only, :except] : []
|
812
|
+
end
|
813
|
+
end
|
814
|
+
|
815
|
+
# Resource routing allows you to quickly declare all of the common routes
|
816
|
+
# for a given resourceful controller. Instead of declaring separate routes
|
817
|
+
# for your +index+, +show+, +new+, +edit+, +create+, +update+ and +destroy+
|
818
|
+
# actions, a resourceful route declares them in a single line of code:
|
819
|
+
#
|
820
|
+
# resources :photos
|
821
|
+
#
|
822
|
+
# Sometimes, you have a resource that clients always look up without
|
823
|
+
# referencing an ID. A common example, /profile always shows the profile of
|
824
|
+
# the currently logged in user. In this case, you can use a singular resource
|
825
|
+
# to map /profile (rather than /profile/:id) to the show action.
|
826
|
+
#
|
827
|
+
# resource :profile
|
828
|
+
#
|
829
|
+
# It's common to have resources that are logically children of other
|
830
|
+
# resources:
|
831
|
+
#
|
832
|
+
# resources :magazines do
|
833
|
+
# resources :ads
|
834
|
+
# end
|
835
|
+
#
|
836
|
+
# You may wish to organize groups of controllers under a namespace. Most
|
837
|
+
# commonly, you might group a number of administrative controllers under
|
838
|
+
# an +admin+ namespace. You would place these controllers under the
|
839
|
+
# <tt>app/controllers/admin</tt> directory, and you can group them together
|
840
|
+
# in your router:
|
841
|
+
#
|
842
|
+
# namespace "admin" do
|
843
|
+
# resources :posts, :comments
|
844
|
+
# end
|
845
|
+
#
|
846
|
+
# By default the +:id+ parameter doesn't accept dots. If you need to
|
847
|
+
# use dots as part of the +:id+ parameter add a constraint which
|
848
|
+
# overrides this restriction, e.g:
|
849
|
+
#
|
850
|
+
# resources :articles, :id => /[^\/]+/
|
851
|
+
#
|
852
|
+
# This allows any character other than a slash as part of your +:id+.
|
853
|
+
#
|
854
|
+
module Resources
|
855
|
+
# CANONICAL_ACTIONS holds all actions that does not need a prefix or
|
856
|
+
# a path appended since they fit properly in their scope level.
|
857
|
+
VALID_ON_OPTIONS = [:new, :collection, :member]
|
858
|
+
RESOURCE_OPTIONS = [:as, :controller, :path, :only, :except]
|
859
|
+
CANONICAL_ACTIONS = %w(index create new show update destroy)
|
860
|
+
|
861
|
+
class Resource #:nodoc:
|
862
|
+
attr_reader :controller, :path, :options
|
863
|
+
|
864
|
+
def initialize(entities, options = {})
|
865
|
+
@name = entities.to_s
|
866
|
+
@path = (options[:path] || @name).to_s
|
867
|
+
@controller = (options[:controller] || @name).to_s
|
868
|
+
@as = options[:as]
|
869
|
+
@options = options
|
870
|
+
end
|
871
|
+
|
872
|
+
def default_actions
|
873
|
+
[:index, :create, :new, :show, :update, :destroy, :edit]
|
874
|
+
end
|
875
|
+
|
876
|
+
def actions
|
877
|
+
if only = @options[:only]
|
878
|
+
Array(only).map(&:to_sym)
|
879
|
+
elsif except = @options[:except]
|
880
|
+
default_actions - Array(except).map(&:to_sym)
|
881
|
+
else
|
882
|
+
default_actions
|
883
|
+
end
|
884
|
+
end
|
885
|
+
|
886
|
+
def name
|
887
|
+
@as || @name
|
888
|
+
end
|
889
|
+
|
890
|
+
def plural
|
891
|
+
@plural ||= name.to_s
|
892
|
+
end
|
893
|
+
|
894
|
+
def singular
|
895
|
+
@singular ||= name.to_s.singularize
|
896
|
+
end
|
897
|
+
|
898
|
+
alias :member_name :singular
|
899
|
+
|
900
|
+
# Checks for uncountable plurals, and appends "_index" if the plural
|
901
|
+
# and singular form are the same.
|
902
|
+
def collection_name
|
903
|
+
singular == plural ? "#{plural}_index" : plural
|
904
|
+
end
|
905
|
+
|
906
|
+
def resource_scope
|
907
|
+
{ :controller => controller }
|
908
|
+
end
|
909
|
+
|
910
|
+
alias :collection_scope :path
|
911
|
+
|
912
|
+
def member_scope
|
913
|
+
"#{path}/:id"
|
914
|
+
end
|
915
|
+
|
916
|
+
def new_scope(new_path)
|
917
|
+
"#{path}/#{new_path}"
|
918
|
+
end
|
919
|
+
|
920
|
+
def nested_scope
|
921
|
+
"#{path}/:#{singular}_id"
|
922
|
+
end
|
923
|
+
|
924
|
+
end
|
925
|
+
|
926
|
+
class SingletonResource < Resource #:nodoc:
|
927
|
+
def initialize(entities, options)
|
928
|
+
super
|
929
|
+
@as = nil
|
930
|
+
@controller = (options[:controller] || plural).to_s
|
931
|
+
@as = options[:as]
|
932
|
+
end
|
933
|
+
|
934
|
+
def default_actions
|
935
|
+
[:show, :create, :update, :destroy, :new, :edit]
|
936
|
+
end
|
937
|
+
|
938
|
+
def plural
|
939
|
+
@plural ||= name.to_s.pluralize
|
940
|
+
end
|
941
|
+
|
942
|
+
def singular
|
943
|
+
@singular ||= name.to_s
|
944
|
+
end
|
945
|
+
|
946
|
+
alias :member_name :singular
|
947
|
+
alias :collection_name :singular
|
948
|
+
|
949
|
+
alias :member_scope :path
|
950
|
+
alias :nested_scope :path
|
951
|
+
end
|
952
|
+
|
953
|
+
def resources_path_names(options)
|
954
|
+
@scope[:path_names].merge!(options)
|
955
|
+
end
|
956
|
+
|
957
|
+
# Sometimes, you have a resource that clients always look up without
|
958
|
+
# referencing an ID. A common example, /profile always shows the
|
959
|
+
# profile of the currently logged in user. In this case, you can use
|
960
|
+
# a singular resource to map /profile (rather than /profile/:id) to
|
961
|
+
# the show action:
|
962
|
+
#
|
963
|
+
# resource :geocoder
|
964
|
+
#
|
965
|
+
# creates six different routes in your application, all mapping to
|
966
|
+
# the +GeoCoders+ controller (note that the controller is named after
|
967
|
+
# the plural):
|
968
|
+
#
|
969
|
+
# GET /geocoder/new
|
970
|
+
# POST /geocoder
|
971
|
+
# GET /geocoder
|
972
|
+
# GET /geocoder/edit
|
973
|
+
# PUT /geocoder
|
974
|
+
# DELETE /geocoder
|
975
|
+
#
|
976
|
+
# === Options
|
977
|
+
# Takes same options as +resources+.
|
978
|
+
def resource(*resources, &block)
|
979
|
+
options = resources.extract_options!.dup
|
980
|
+
|
981
|
+
if apply_common_behavior_for(:resource, resources, options, &block)
|
982
|
+
return self
|
983
|
+
end
|
984
|
+
|
985
|
+
resource_scope(:resource, SingletonResource.new(resources.pop, options)) do
|
986
|
+
yield if block_given?
|
987
|
+
|
988
|
+
collection do
|
989
|
+
post :create
|
990
|
+
end if parent_resource.actions.include?(:create)
|
991
|
+
|
992
|
+
new do
|
993
|
+
get :new
|
994
|
+
end if parent_resource.actions.include?(:new)
|
995
|
+
|
996
|
+
member do
|
997
|
+
get :edit if parent_resource.actions.include?(:edit)
|
998
|
+
get :show if parent_resource.actions.include?(:show)
|
999
|
+
put :update if parent_resource.actions.include?(:update)
|
1000
|
+
delete :destroy if parent_resource.actions.include?(:destroy)
|
1001
|
+
end
|
1002
|
+
end
|
1003
|
+
|
1004
|
+
self
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
# In Rails, a resourceful route provides a mapping between HTTP verbs
|
1008
|
+
# and URLs and controller actions. By convention, each action also maps
|
1009
|
+
# to particular CRUD operations in a database. A single entry in the
|
1010
|
+
# routing file, such as
|
1011
|
+
#
|
1012
|
+
# resources :photos
|
1013
|
+
#
|
1014
|
+
# creates seven different routes in your application, all mapping to
|
1015
|
+
# the +Photos+ controller:
|
1016
|
+
#
|
1017
|
+
# GET /photos
|
1018
|
+
# GET /photos/new
|
1019
|
+
# POST /photos
|
1020
|
+
# GET /photos/:id
|
1021
|
+
# GET /photos/:id/edit
|
1022
|
+
# PUT /photos/:id
|
1023
|
+
# DELETE /photos/:id
|
1024
|
+
#
|
1025
|
+
# Resources can also be nested infinitely by using this block syntax:
|
1026
|
+
#
|
1027
|
+
# resources :photos do
|
1028
|
+
# resources :comments
|
1029
|
+
# end
|
1030
|
+
#
|
1031
|
+
# This generates the following comments routes:
|
1032
|
+
#
|
1033
|
+
# GET /photos/:photo_id/comments
|
1034
|
+
# GET /photos/:photo_id/comments/new
|
1035
|
+
# POST /photos/:photo_id/comments
|
1036
|
+
# GET /photos/:photo_id/comments/:id
|
1037
|
+
# GET /photos/:photo_id/comments/:id/edit
|
1038
|
+
# PUT /photos/:photo_id/comments/:id
|
1039
|
+
# DELETE /photos/:photo_id/comments/:id
|
1040
|
+
#
|
1041
|
+
# === Options
|
1042
|
+
# Takes same options as <tt>Base#match</tt> as well as:
|
1043
|
+
#
|
1044
|
+
# [:path_names]
|
1045
|
+
# Allows you to change the segment component of the +edit+ and +new+ actions.
|
1046
|
+
# Actions not specified are not changed.
|
1047
|
+
#
|
1048
|
+
# resources :posts, :path_names => { :new => "brand_new" }
|
1049
|
+
#
|
1050
|
+
# The above example will now change /posts/new to /posts/brand_new
|
1051
|
+
#
|
1052
|
+
# [:path]
|
1053
|
+
# Allows you to change the path prefix for the resource.
|
1054
|
+
#
|
1055
|
+
# resources :posts, :path => 'postings'
|
1056
|
+
#
|
1057
|
+
# The resource and all segments will now route to /postings instead of /posts
|
1058
|
+
#
|
1059
|
+
# [:only]
|
1060
|
+
# Only generate routes for the given actions.
|
1061
|
+
#
|
1062
|
+
# resources :cows, :only => :show
|
1063
|
+
# resources :cows, :only => [:show, :index]
|
1064
|
+
#
|
1065
|
+
# [:except]
|
1066
|
+
# Generate all routes except for the given actions.
|
1067
|
+
#
|
1068
|
+
# resources :cows, :except => :show
|
1069
|
+
# resources :cows, :except => [:show, :index]
|
1070
|
+
#
|
1071
|
+
# [:shallow]
|
1072
|
+
# Generates shallow routes for nested resource(s). When placed on a parent resource,
|
1073
|
+
# generates shallow routes for all nested resources.
|
1074
|
+
#
|
1075
|
+
# resources :posts, :shallow => true do
|
1076
|
+
# resources :comments
|
1077
|
+
# end
|
1078
|
+
#
|
1079
|
+
# Is the same as:
|
1080
|
+
#
|
1081
|
+
# resources :posts do
|
1082
|
+
# resources :comments, :except => [:show, :edit, :update, :destroy]
|
1083
|
+
# end
|
1084
|
+
# resources :comments, :only => [:show, :edit, :update, :destroy]
|
1085
|
+
#
|
1086
|
+
# This allows URLs for resources that otherwise would be deeply nested such
|
1087
|
+
# as a comment on a blog post like <tt>/posts/a-long-permalink/comments/1234</tt>
|
1088
|
+
# to be shortened to just <tt>/comments/1234</tt>.
|
1089
|
+
#
|
1090
|
+
# [:shallow_path]
|
1091
|
+
# Prefixes nested shallow routes with the specified path.
|
1092
|
+
#
|
1093
|
+
# scope :shallow_path => "sekret" do
|
1094
|
+
# resources :posts do
|
1095
|
+
# resources :comments, :shallow => true
|
1096
|
+
# end
|
1097
|
+
# end
|
1098
|
+
#
|
1099
|
+
# The +comments+ resource here will have the following routes generated for it:
|
1100
|
+
#
|
1101
|
+
# post_comments GET /posts/:post_id/comments(.:format)
|
1102
|
+
# post_comments POST /posts/:post_id/comments(.:format)
|
1103
|
+
# new_post_comment GET /posts/:post_id/comments/new(.:format)
|
1104
|
+
# edit_comment GET /sekret/comments/:id/edit(.:format)
|
1105
|
+
# comment GET /sekret/comments/:id(.:format)
|
1106
|
+
# comment PUT /sekret/comments/:id(.:format)
|
1107
|
+
# comment DELETE /sekret/comments/:id(.:format)
|
1108
|
+
#
|
1109
|
+
# === Examples
|
1110
|
+
#
|
1111
|
+
# # routes call <tt>Admin::PostsController</tt>
|
1112
|
+
# resources :posts, :module => "admin"
|
1113
|
+
#
|
1114
|
+
# # resource actions are at /admin/posts.
|
1115
|
+
# resources :posts, :path => "admin/posts"
|
1116
|
+
def resources(*resources, &block)
|
1117
|
+
options = resources.extract_options!.dup
|
1118
|
+
|
1119
|
+
if apply_common_behavior_for(:resources, resources, options, &block)
|
1120
|
+
return self
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
resource_scope(:resources, Resource.new(resources.pop, options)) do
|
1124
|
+
yield if block_given?
|
1125
|
+
|
1126
|
+
collection do
|
1127
|
+
get :index if parent_resource.actions.include?(:index)
|
1128
|
+
post :create if parent_resource.actions.include?(:create)
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
new do
|
1132
|
+
get :new
|
1133
|
+
end if parent_resource.actions.include?(:new)
|
1134
|
+
|
1135
|
+
member do
|
1136
|
+
get :edit if parent_resource.actions.include?(:edit)
|
1137
|
+
get :show if parent_resource.actions.include?(:show)
|
1138
|
+
put :update if parent_resource.actions.include?(:update)
|
1139
|
+
delete :destroy if parent_resource.actions.include?(:destroy)
|
1140
|
+
end
|
1141
|
+
end
|
1142
|
+
|
1143
|
+
self
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
# To add a route to the collection:
|
1147
|
+
#
|
1148
|
+
# resources :photos do
|
1149
|
+
# collection do
|
1150
|
+
# get 'search'
|
1151
|
+
# end
|
1152
|
+
# end
|
1153
|
+
#
|
1154
|
+
# This will enable Rails to recognize paths such as <tt>/photos/search</tt>
|
1155
|
+
# with GET, and route to the search action of +PhotosController+. It will also
|
1156
|
+
# create the <tt>search_photos_url</tt> and <tt>search_photos_path</tt>
|
1157
|
+
# route helpers.
|
1158
|
+
def collection
|
1159
|
+
unless resource_scope?
|
1160
|
+
raise ArgumentError, "can't use collection outside resource(s) scope"
|
1161
|
+
end
|
1162
|
+
|
1163
|
+
with_scope_level(:collection) do
|
1164
|
+
scope(parent_resource.collection_scope) do
|
1165
|
+
yield
|
1166
|
+
end
|
1167
|
+
end
|
1168
|
+
end
|
1169
|
+
|
1170
|
+
# To add a member route, add a member block into the resource block:
|
1171
|
+
#
|
1172
|
+
# resources :photos do
|
1173
|
+
# member do
|
1174
|
+
# get 'preview'
|
1175
|
+
# end
|
1176
|
+
# end
|
1177
|
+
#
|
1178
|
+
# This will recognize <tt>/photos/1/preview</tt> with GET, and route to the
|
1179
|
+
# preview action of +PhotosController+. It will also create the
|
1180
|
+
# <tt>preview_photo_url</tt> and <tt>preview_photo_path</tt> helpers.
|
1181
|
+
def member
|
1182
|
+
unless resource_scope?
|
1183
|
+
raise ArgumentError, "can't use member outside resource(s) scope"
|
1184
|
+
end
|
1185
|
+
|
1186
|
+
with_scope_level(:member) do
|
1187
|
+
scope(parent_resource.member_scope) do
|
1188
|
+
yield
|
1189
|
+
end
|
1190
|
+
end
|
1191
|
+
end
|
1192
|
+
|
1193
|
+
def new
|
1194
|
+
unless resource_scope?
|
1195
|
+
raise ArgumentError, "can't use new outside resource(s) scope"
|
1196
|
+
end
|
1197
|
+
|
1198
|
+
with_scope_level(:new) do
|
1199
|
+
scope(parent_resource.new_scope(action_path(:new))) do
|
1200
|
+
yield
|
1201
|
+
end
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
def nested
|
1206
|
+
unless resource_scope?
|
1207
|
+
raise ArgumentError, "can't use nested outside resource(s) scope"
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
with_scope_level(:nested) do
|
1211
|
+
if shallow?
|
1212
|
+
with_exclusive_scope do
|
1213
|
+
if @scope[:shallow_path].blank?
|
1214
|
+
scope(parent_resource.nested_scope, nested_options) { yield }
|
1215
|
+
else
|
1216
|
+
scope(@scope[:shallow_path], :as => @scope[:shallow_prefix]) do
|
1217
|
+
scope(parent_resource.nested_scope, nested_options) { yield }
|
1218
|
+
end
|
1219
|
+
end
|
1220
|
+
end
|
1221
|
+
else
|
1222
|
+
scope(parent_resource.nested_scope, nested_options) { yield }
|
1223
|
+
end
|
1224
|
+
end
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
# See ActionDispatch::Routing::Mapper::Scoping#namespace
|
1228
|
+
def namespace(path, options = {})
|
1229
|
+
if resource_scope?
|
1230
|
+
nested { super }
|
1231
|
+
else
|
1232
|
+
super
|
1233
|
+
end
|
1234
|
+
end
|
1235
|
+
|
1236
|
+
def shallow
|
1237
|
+
scope(:shallow => true, :shallow_path => @scope[:path]) do
|
1238
|
+
yield
|
1239
|
+
end
|
1240
|
+
end
|
1241
|
+
|
1242
|
+
def shallow?
|
1243
|
+
parent_resource.instance_of?(Resource) && @scope[:shallow]
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
def match(path, *rest)
|
1247
|
+
if rest.empty? && Hash === path
|
1248
|
+
options = path
|
1249
|
+
path, to = options.find { |name, value| name.is_a?(String) }
|
1250
|
+
options[:to] = to
|
1251
|
+
options.delete(path)
|
1252
|
+
paths = [path]
|
1253
|
+
else
|
1254
|
+
options = rest.pop || {}
|
1255
|
+
paths = [path] + rest
|
1256
|
+
end
|
1257
|
+
|
1258
|
+
path_without_format = path.to_s.sub(/\(\.:format\)$/, '')
|
1259
|
+
if using_match_shorthand?(path_without_format, options)
|
1260
|
+
options[:to] ||= path_without_format.gsub(%r{^/}, "").sub(%r{/([^/]*)$}, '#\1')
|
1261
|
+
end
|
1262
|
+
|
1263
|
+
options[:anchor] = true unless options.key?(:anchor)
|
1264
|
+
|
1265
|
+
if options[:on] && !VALID_ON_OPTIONS.include?(options[:on])
|
1266
|
+
raise ArgumentError, "Unknown scope #{on.inspect} given to :on"
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
paths.each { |_path| decomposed_match(_path, options.dup) }
|
1270
|
+
self
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
def using_match_shorthand?(path, options)
|
1274
|
+
path && (options[:to] || options[:action]).nil? && path =~ %r{/[\w/]+$}
|
1275
|
+
end
|
1276
|
+
|
1277
|
+
def decomposed_match(path, options) # :nodoc:
|
1278
|
+
if on = options.delete(:on)
|
1279
|
+
send(on) { decomposed_match(path, options) }
|
1280
|
+
else
|
1281
|
+
case @scope[:scope_level]
|
1282
|
+
when :resources
|
1283
|
+
nested { decomposed_match(path, options) }
|
1284
|
+
when :resource
|
1285
|
+
member { decomposed_match(path, options) }
|
1286
|
+
else
|
1287
|
+
add_route(path, options)
|
1288
|
+
end
|
1289
|
+
end
|
1290
|
+
end
|
1291
|
+
|
1292
|
+
def add_route(action, options) # :nodoc:
|
1293
|
+
path = path_for_action(action, options.delete(:path))
|
1294
|
+
action = action.to_s.dup
|
1295
|
+
|
1296
|
+
if action =~ /^[\w\/]+$/
|
1297
|
+
options[:action] ||= action unless action.include?("/")
|
1298
|
+
else
|
1299
|
+
action = nil
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
if !options.fetch(:as, true)
|
1303
|
+
options.delete(:as)
|
1304
|
+
else
|
1305
|
+
options[:as] = name_for_action(options[:as], action)
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
mapping = Mapping.new(@set, @scope, path, options)
|
1309
|
+
app, conditions, requirements, defaults, as, anchor = mapping.to_route
|
1310
|
+
@set.add_route(app, conditions, requirements, defaults, as, anchor)
|
1311
|
+
end
|
1312
|
+
|
1313
|
+
def root(options={})
|
1314
|
+
if @scope[:scope_level] == :resources
|
1315
|
+
with_scope_level(:root) do
|
1316
|
+
scope(parent_resource.path) do
|
1317
|
+
super(options)
|
1318
|
+
end
|
1319
|
+
end
|
1320
|
+
else
|
1321
|
+
super(options)
|
1322
|
+
end
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
protected
|
1326
|
+
|
1327
|
+
def parent_resource #:nodoc:
|
1328
|
+
@scope[:scope_level_resource]
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
def apply_common_behavior_for(method, resources, options, &block) #:nodoc:
|
1332
|
+
if resources.length > 1
|
1333
|
+
resources.each { |r| send(method, r, options, &block) }
|
1334
|
+
return true
|
1335
|
+
end
|
1336
|
+
|
1337
|
+
if resource_scope?
|
1338
|
+
nested { send(method, resources.pop, options, &block) }
|
1339
|
+
return true
|
1340
|
+
end
|
1341
|
+
|
1342
|
+
options.keys.each do |k|
|
1343
|
+
(options[:constraints] ||= {})[k] = options.delete(k) if options[k].is_a?(Regexp)
|
1344
|
+
end
|
1345
|
+
|
1346
|
+
scope_options = options.slice!(*RESOURCE_OPTIONS)
|
1347
|
+
unless scope_options.empty?
|
1348
|
+
scope(scope_options) do
|
1349
|
+
send(method, resources.pop, options, &block)
|
1350
|
+
end
|
1351
|
+
return true
|
1352
|
+
end
|
1353
|
+
|
1354
|
+
unless action_options?(options)
|
1355
|
+
options.merge!(scope_action_options) if scope_action_options?
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
false
|
1359
|
+
end
|
1360
|
+
|
1361
|
+
def action_options?(options) #:nodoc:
|
1362
|
+
options[:only] || options[:except]
|
1363
|
+
end
|
1364
|
+
|
1365
|
+
def scope_action_options? #:nodoc:
|
1366
|
+
@scope[:options] && (@scope[:options][:only] || @scope[:options][:except])
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
def scope_action_options #:nodoc:
|
1370
|
+
@scope[:options].slice(:only, :except)
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
def resource_scope? #:nodoc:
|
1374
|
+
[:resource, :resources].include? @scope[:scope_level]
|
1375
|
+
end
|
1376
|
+
|
1377
|
+
def resource_method_scope? #:nodoc:
|
1378
|
+
[:collection, :member, :new].include? @scope[:scope_level]
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
def with_exclusive_scope
|
1382
|
+
begin
|
1383
|
+
old_name_prefix, old_path = @scope[:as], @scope[:path]
|
1384
|
+
@scope[:as], @scope[:path] = nil, nil
|
1385
|
+
|
1386
|
+
with_scope_level(:exclusive) do
|
1387
|
+
yield
|
1388
|
+
end
|
1389
|
+
ensure
|
1390
|
+
@scope[:as], @scope[:path] = old_name_prefix, old_path
|
1391
|
+
end
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
def with_scope_level(kind, resource = parent_resource)
|
1395
|
+
old, @scope[:scope_level] = @scope[:scope_level], kind
|
1396
|
+
old_resource, @scope[:scope_level_resource] = @scope[:scope_level_resource], resource
|
1397
|
+
yield
|
1398
|
+
ensure
|
1399
|
+
@scope[:scope_level] = old
|
1400
|
+
@scope[:scope_level_resource] = old_resource
|
1401
|
+
end
|
1402
|
+
|
1403
|
+
def resource_scope(kind, resource) #:nodoc:
|
1404
|
+
with_scope_level(kind, resource) do
|
1405
|
+
scope(parent_resource.resource_scope) do
|
1406
|
+
yield
|
1407
|
+
end
|
1408
|
+
end
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
def nested_options #:nodoc:
|
1412
|
+
options = { :as => parent_resource.member_name }
|
1413
|
+
options[:constraints] = {
|
1414
|
+
:"#{parent_resource.singular}_id" => id_constraint
|
1415
|
+
} if id_constraint?
|
1416
|
+
|
1417
|
+
options
|
1418
|
+
end
|
1419
|
+
|
1420
|
+
def id_constraint? #:nodoc:
|
1421
|
+
@scope[:constraints] && @scope[:constraints][:id].is_a?(Regexp)
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
def id_constraint #:nodoc:
|
1425
|
+
@scope[:constraints][:id]
|
1426
|
+
end
|
1427
|
+
|
1428
|
+
def canonical_action?(action, flag) #:nodoc:
|
1429
|
+
flag && resource_method_scope? && CANONICAL_ACTIONS.include?(action.to_s)
|
1430
|
+
end
|
1431
|
+
|
1432
|
+
def shallow_scoping? #:nodoc:
|
1433
|
+
shallow? && @scope[:scope_level] == :member
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
def path_for_action(action, path) #:nodoc:
|
1437
|
+
prefix = shallow_scoping? ?
|
1438
|
+
"#{@scope[:shallow_path]}/#{parent_resource.path}/:id" : @scope[:path]
|
1439
|
+
|
1440
|
+
path = if canonical_action?(action, path.blank?)
|
1441
|
+
prefix.to_s
|
1442
|
+
else
|
1443
|
+
"#{prefix}/#{action_path(action, path)}"
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
def action_path(name, path = nil) #:nodoc:
|
1448
|
+
# Ruby 1.8 can't transform empty strings to symbols
|
1449
|
+
name = name.to_sym if name.is_a?(String) && !name.empty?
|
1450
|
+
path || @scope[:path_names][name] || name.to_s
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
def prefix_name_for_action(as, action) #:nodoc:
|
1454
|
+
if as
|
1455
|
+
as.to_s
|
1456
|
+
elsif !canonical_action?(action, @scope[:scope_level])
|
1457
|
+
action.to_s
|
1458
|
+
end
|
1459
|
+
end
|
1460
|
+
|
1461
|
+
def name_for_action(as, action) #:nodoc:
|
1462
|
+
prefix = prefix_name_for_action(as, action)
|
1463
|
+
prefix = Mapper.normalize_name(prefix) if prefix
|
1464
|
+
name_prefix = @scope[:as]
|
1465
|
+
|
1466
|
+
if parent_resource
|
1467
|
+
return nil unless as || action
|
1468
|
+
|
1469
|
+
collection_name = parent_resource.collection_name
|
1470
|
+
member_name = parent_resource.member_name
|
1471
|
+
end
|
1472
|
+
|
1473
|
+
name = case @scope[:scope_level]
|
1474
|
+
when :nested
|
1475
|
+
[name_prefix, prefix]
|
1476
|
+
when :collection
|
1477
|
+
[prefix, name_prefix, collection_name]
|
1478
|
+
when :new
|
1479
|
+
[prefix, :new, name_prefix, member_name]
|
1480
|
+
when :member
|
1481
|
+
[prefix, shallow_scoping? ? @scope[:shallow_prefix] : name_prefix, member_name]
|
1482
|
+
when :root
|
1483
|
+
[name_prefix, collection_name, prefix]
|
1484
|
+
else
|
1485
|
+
[name_prefix, member_name, prefix]
|
1486
|
+
end
|
1487
|
+
|
1488
|
+
if candidate = name.select(&:present?).join("_").presence
|
1489
|
+
# If a name was not explicitly given, we check if it is valid
|
1490
|
+
# and return nil in case it isn't. Otherwise, we pass the invalid name
|
1491
|
+
# forward so the underlying router engine treats it and raises an exception.
|
1492
|
+
if as.nil?
|
1493
|
+
candidate unless @set.routes.find { |r| r.name == candidate } || candidate !~ /\A[_a-z]/i
|
1494
|
+
else
|
1495
|
+
candidate
|
1496
|
+
end
|
1497
|
+
end
|
1498
|
+
end
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
def initialize(set) #:nodoc:
|
1502
|
+
@set = set
|
1503
|
+
@scope = { :path_names => @set.resources_path_names }
|
1504
|
+
end
|
1505
|
+
|
1506
|
+
include Base
|
1507
|
+
include HttpHelpers
|
1508
|
+
include Redirection
|
1509
|
+
include Scoping
|
1510
|
+
include Resources
|
1511
|
+
end
|
1512
|
+
end
|
1513
|
+
end
|