challah 1.0.0.beta3 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- data/lib/challah/user.rb +0 -5
- data/lib/challah/version.rb +1 -1
- data/test/helper.rb +1 -1
- data/vendor/bundle/build_info/{actionmailer-3.2.13.info → actionmailer-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{actionpack-3.2.13.info → actionpack-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{activemodel-3.2.13.info → activemodel-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{activerecord-3.2.13.info → activerecord-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{activeresource-3.2.13.info → activerecord-deprecated_finders-1.0.3.info} +0 -0
- data/vendor/bundle/build_info/{activesupport-3.2.13.info → activesupport-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{arel-3.0.2.info → arel-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{bourne-1.4.0.info → atomic-1.1.9.info} +0 -0
- data/vendor/bundle/build_info/{builder-3.0.4.info → builder-3.1.4.info} +0 -0
- data/vendor/bundle/build_info/{highline-1.6.16.info → highline-1.6.19.info} +0 -0
- data/vendor/bundle/build_info/{highline-1.6.18.info → hike-1.2.3.info} +0 -0
- data/vendor/bundle/build_info/{hike-1.2.2.info → i18n-0.6.4.info} +0 -0
- data/vendor/bundle/build_info/{i18n-0.6.1.info → mail-2.5.4.info} +0 -0
- data/vendor/bundle/build_info/{journey-1.0.4.info → minitest-4.7.5.info} +0 -0
- data/vendor/bundle/build_info/{mail-2.5.3.info → mocha-0.14.0.info} +0 -0
- data/vendor/bundle/build_info/{mime-types-1.22.info → multi_json-1.7.7.info} +0 -0
- data/vendor/bundle/build_info/{minitest-4.7.0.info → rack-1.5.2.info} +0 -0
- data/vendor/bundle/build_info/{minitest-4.7.1.info → rails-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{minitest-4.7.4.info → railties-4.0.0.info} +0 -0
- data/vendor/bundle/build_info/{mocha-0.13.3.info → rake-10.1.0.info} +0 -0
- data/vendor/bundle/build_info/{multi_json-1.7.2.info → rdiscount-2.1.6.info} +0 -0
- data/vendor/bundle/build_info/{multi_json-1.7.3.info → shoulda-context-1.1.3.info} +0 -0
- data/vendor/bundle/build_info/{rack-1.4.5.info → shoulda-matchers-2.2.0.info} +0 -0
- data/vendor/bundle/build_info/{rack-cache-1.2.info → sprockets-2.10.0.info} +0 -0
- data/vendor/bundle/build_info/{rack-ssl-1.3.3.info → sprockets-rails-2.0.0.info} +0 -0
- data/vendor/bundle/build_info/{rails-3.2.13.info → thread_safe-0.1.0.info} +0 -0
- data/vendor/bundle/build_info/{railties-3.2.13.info → treetop-1.4.14.info} +0 -0
- data/vendor/bundle/cache/actionmailer-4.0.0.gem +0 -0
- data/vendor/bundle/cache/actionpack-4.0.0.gem +0 -0
- data/vendor/bundle/cache/activemodel-4.0.0.gem +0 -0
- data/vendor/bundle/cache/activerecord-4.0.0.gem +0 -0
- data/vendor/bundle/cache/activerecord-deprecated_finders-1.0.3.gem +0 -0
- data/vendor/bundle/cache/activesupport-4.0.0.gem +0 -0
- data/vendor/bundle/cache/arel-4.0.0.gem +0 -0
- data/vendor/bundle/cache/atomic-1.1.9.gem +0 -0
- data/vendor/bundle/cache/builder-3.1.4.gem +0 -0
- data/vendor/bundle/cache/highline-1.6.19.gem +0 -0
- data/vendor/bundle/cache/hike-1.2.3.gem +0 -0
- data/vendor/bundle/cache/i18n-0.6.4.gem +0 -0
- data/vendor/bundle/cache/mail-2.5.4.gem +0 -0
- data/vendor/bundle/cache/minitest-4.7.5.gem +0 -0
- data/vendor/bundle/cache/mocha-0.14.0.gem +0 -0
- data/vendor/bundle/cache/multi_json-1.7.7.gem +0 -0
- data/vendor/bundle/cache/rack-1.5.2.gem +0 -0
- data/vendor/bundle/cache/rails-4.0.0.gem +0 -0
- data/vendor/bundle/cache/railties-4.0.0.gem +0 -0
- data/vendor/bundle/cache/rake-10.1.0.gem +0 -0
- data/vendor/bundle/cache/rdiscount-2.1.6.gem +0 -0
- data/vendor/bundle/cache/shoulda-context-1.1.3.gem +0 -0
- data/vendor/bundle/cache/shoulda-matchers-2.2.0.gem +0 -0
- data/vendor/bundle/cache/sprockets-2.10.0.gem +0 -0
- data/vendor/bundle/cache/sprockets-rails-2.0.0.gem +0 -0
- data/vendor/bundle/cache/thread_safe-0.1.0.gem +0 -0
- data/vendor/bundle/cache/treetop-1.4.14.gem +0 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/CHANGELOG.md +59 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/README.rdoc +164 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer.rb +47 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/base.rb +794 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/collector.rb +30 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/delivery_methods.rb +83 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/log_subscriber.rb +22 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/mail_helper.rb +54 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/railtie.rb +44 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/test_case.rb +85 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/test_helper.rb +60 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/action_mailer/version.rb +11 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/rails/generators/mailer/USAGE +17 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/rails/generators/mailer/mailer_generator.rb +16 -0
- data/vendor/bundle/gems/actionmailer-4.0.0/lib/rails/generators/mailer/templates/mailer.rb +18 -0
- data/vendor/bundle/gems/actionpack-4.0.0/CHANGELOG.md +1230 -0
- data/vendor/bundle/gems/actionpack-4.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionpack-4.0.0/README.rdoc +58 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller.rb +21 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/asset_paths.rb +10 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/base.rb +237 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb +217 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/collector.rb +36 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/helpers.rb +179 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/layouts.rb +423 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/logger.rb +12 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/abstract_controller/railties/routes_helpers.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb +196 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/translation.rb +28 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/url_for.rb +33 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/abstract_controller/view_paths.rb +96 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller.rb +74 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/base.rb +259 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/caching.rb +99 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/caching/fragments.rb +97 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/deprecated.rb +7 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/deprecated/integration_test.rb +5 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/log_subscriber.rb +74 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal.rb +235 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/conditional_get.rb +175 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_controller/metal/cookies.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/data_streaming.rb +171 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/exceptions.rb +59 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/flash.rb +43 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/force_ssl.rb +97 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/head.rb +56 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/helpers.rb +109 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/hide_actions.rb +40 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/http_authentication.rb +490 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb +19 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb +106 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/live.rb +175 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/mime_responds.rb +431 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb +278 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb +32 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/redirecting.rb +104 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb +111 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb +73 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/request_forgery_protection.rb +206 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_controller/metal/rescue.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/responder.rb +287 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb +223 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/strong_parameters.rb +520 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/testing.rb +32 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/metal/url_for.rb +50 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_controller/middleware.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/model_naming.rb +12 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/railtie.rb +67 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/railties/helpers.rb +22 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/record_identifier.rb +31 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/test_case.rb +695 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_controller/vendor/html-scanner.rb +5 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch.rb +108 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/cache.rb +175 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/filter_parameters.rb +78 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/filter_redirect.rb +37 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/headers.rb +63 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/mime_negotiation.rb +133 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/mime_type.rb +330 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/mime_types.rb +35 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/parameter_filter.rb +72 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/parameters.rb +83 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/rack_cache.rb +61 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/request.rb +331 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/response.rb +301 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/upload.rb +90 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/http/url.rb +241 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey.rb +5 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/backwards.rb +5 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/formatter.rb +146 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/gtg/builder.rb +162 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/gtg/simulator.rb +44 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/gtg/transition_table.rb +156 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/nfa/builder.rb +76 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/nfa/dot.rb +36 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/nfa/simulator.rb +47 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/nfa/transition_table.rb +163 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/nodes/node.rb +124 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/parser.rb +206 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/parser.y +47 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/parser_extras.rb +23 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/path/pattern.rb +196 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/route.rb +124 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb +166 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/router/strexp.rb +24 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/router/utils.rb +54 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/routes.rb +75 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/scanner.rb +61 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/visitors.rb +197 -0
- data/vendor/bundle/gems/{journey-1.0.4/lib → actionpack-4.0.0/lib/action_dispatch}/journey/visualizer/fsm.css +0 -0
- data/vendor/bundle/gems/{journey-1.0.4/lib → actionpack-4.0.0/lib/action_dispatch}/journey/visualizer/fsm.js +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/journey/visualizer/index.html.erb +52 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb +37 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb +498 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb +91 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/exception_wrapper.rb +108 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb +263 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb +60 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/public_exceptions.rb +46 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb +89 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb +187 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb +35 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/session/abstract_store.rb +90 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_dispatch/middleware/session/cache_store.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/session/cookie_store.rb +122 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/session/mem_cache_store.rb +22 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb +54 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/ssl.rb +70 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/stack.rb +129 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb +67 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb +34 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb +25 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb +24 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb +16 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/layout.erb +154 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb +7 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb +30 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb +43 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb +6 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb +16 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb +144 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/railtie.rb +44 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/request/session.rb +181 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing.rb +258 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing/inspector.rb +240 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing/mapper.rb +1769 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing/polymorphic_routes.rb +205 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing/redirection.rb +148 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb +710 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing/routes_proxy.rb +41 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/routing/url_for.rb +182 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_dispatch/testing/assertions.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/assertions/dom.rb +27 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/assertions/response.rb +88 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/assertions/routing.rb +218 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/assertions/selector.rb +430 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/assertions/tag.rb +135 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/integration.rb +512 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/test_process.rb +44 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_dispatch/testing/test_request.rb +78 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_dispatch/testing/test_response.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_pack.rb +24 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_pack/version.rb +11 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view.rb +93 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/base.rb +201 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/buffers.rb +49 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/context.rb +36 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/dependency_tracker.rb +93 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/digestor.rb +85 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/flows.rb +76 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers.rb +58 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/active_model_helper.rb +49 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/asset_tag_helper.rb +320 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/asset_url_helper.rb +355 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/atom_feed_helper.rb +203 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/cache_helper.rb +196 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/capture_helper.rb +216 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_view/helpers/controller_helper.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/csrf_helper.rb +30 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/date_helper.rb +1083 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/debug_helper.rb +39 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/form_helper.rb +1880 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/form_options_helper.rb +833 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/form_tag_helper.rb +785 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/javascript_helper.rb +117 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/number_helper.rb +441 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/output_safety_helper.rb +38 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/record_tag_helper.rb +106 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/rendering_helper.rb +90 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/sanitize_helper.rb +256 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tag_helper.rb +173 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags.rb +39 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/base.rb +147 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/check_box.rb +64 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/checkable.rb +16 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/collection_check_boxes.rb +43 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/collection_helpers.rb +83 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/collection_radio_buttons.rb +36 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/collection_select.rb +28 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/color_field.rb +25 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/date_field.rb +13 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/date_select.rb +72 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/datetime_field.rb +22 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/datetime_local_field.rb +19 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/datetime_select.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/email_field.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/file_field.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/grouped_collection_select.rb +29 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/hidden_field.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/label.rb +65 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/month_field.rb +13 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/number_field.rb +18 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/password_field.rb +12 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/radio_button.rb +31 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/range_field.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/search_field.rb +24 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/select.rb +40 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/tel_field.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/text_area.rb +18 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/text_field.rb +29 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/time_field.rb +13 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/time_select.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/time_zone_select.rb +20 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/url_field.rb +8 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/tags/week_field.rb +13 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/text_helper.rb +442 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/translation_helper.rb +107 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/helpers/url_helper.rb +634 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/locale/en.yml +56 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/log_subscriber.rb +30 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/lookup_context.rb +241 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/model_naming.rb +12 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/path_set.rb +77 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/railtie.rb +39 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/record_identifier.rb +84 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb +47 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/renderer/partial_renderer.rb +492 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb +50 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/renderer/streaming_template_renderer.rb +103 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb +96 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/routing_url_for.rb +107 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template.rb +339 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/error.rb +138 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/handlers.rb +53 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/handlers/builder.rb +26 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/handlers/erb.rb +146 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/handlers/raw.rb +11 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/resolver.rb +326 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/text.rb +34 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/template/types.rb +57 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/test_case.rb +270 -0
- data/vendor/bundle/gems/{actionpack-3.2.13 → actionpack-4.0.0}/lib/action_view/testing/resolvers.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/vendor/html-scanner.rb +20 -0
- data/vendor/bundle/gems/{actionpack-3.2.13/lib/action_controller → actionpack-4.0.0/lib/action_view}/vendor/html-scanner/html/document.rb +0 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/vendor/html-scanner/html/node.rb +532 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/vendor/html-scanner/html/sanitizer.rb +188 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/vendor/html-scanner/html/selector.rb +830 -0
- data/vendor/bundle/gems/actionpack-4.0.0/lib/action_view/vendor/html-scanner/html/tokenizer.rb +107 -0
- data/vendor/bundle/gems/{actionpack-3.2.13/lib/action_controller → actionpack-4.0.0/lib/action_view}/vendor/html-scanner/html/version.rb +0 -0
- data/vendor/bundle/gems/activemodel-4.0.0/CHANGELOG.md +216 -0
- data/vendor/bundle/gems/activemodel-4.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/activemodel-4.0.0/README.rdoc +248 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model.rb +71 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/attribute_methods.rb +481 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/callbacks.rb +149 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/conversion.rb +93 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/deprecated_mass_assignment_security.rb +21 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/dirty.rb +183 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/errors.rb +470 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/forbidden_attributes_protection.rb +27 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/lint.rb +110 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/locale/en.yml +29 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/model.rb +99 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/naming.rb +311 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/railtie.rb +12 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/secure_password.rb +114 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/serialization.rb +163 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/serializers/json.rb +145 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/serializers/xml.rb +238 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/test_case.rb +4 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/translation.rb +69 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations.rb +379 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/absence.rb +31 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/acceptance.rb +55 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/callbacks.rb +110 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/clusivity.rb +41 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/confirmation.rb +61 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/exclusion.rb +50 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/format.rb +115 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/inclusion.rb +49 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/length.rb +126 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/numericality.rb +136 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/presence.rb +39 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/validates.rb +169 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validations/with.rb +147 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/validator.rb +184 -0
- data/vendor/bundle/gems/activemodel-4.0.0/lib/active_model/version.rb +11 -0
- data/vendor/bundle/gems/activerecord-4.0.0/CHANGELOG.md +2102 -0
- data/vendor/bundle/gems/activerecord-4.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activerecord-4.0.0/README.rdoc +213 -0
- data/vendor/bundle/gems/activerecord-4.0.0/examples/performance.rb +172 -0
- data/vendor/bundle/gems/{activerecord-3.2.13 → activerecord-4.0.0}/examples/simple.rb +0 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record.rb +173 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/aggregations.rb +261 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations.rb +1542 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/alias_tracker.rb +76 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/association.rb +248 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/association_scope.rb +135 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/belongs_to_association.rb +92 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/belongs_to_polymorphic_association.rb +35 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/builder/association.rb +108 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/builder/belongs_to.rb +98 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/builder/collection_association.rb +89 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/builder/has_and_belongs_to_many.rb +39 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/builder/has_many.rb +15 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/builder/has_one.rb +25 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/builder/singular_association.rb +32 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/collection_association.rb +608 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/collection_proxy.rb +986 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/has_and_belongs_to_many_association.rb +65 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/has_many_association.rb +135 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/has_many_through_association.rb +197 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/has_one_association.rb +102 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/has_one_through_association.rb +36 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/join_dependency.rb +235 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/join_dependency/join_association.rb +174 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/join_dependency/join_base.rb +24 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/join_dependency/join_part.rb +78 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/join_helper.rb +45 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/preloader.rb +178 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/preloader/association.rb +121 -0
- data/vendor/bundle/gems/{activerecord-3.2.13 → activerecord-4.0.0}/lib/active_record/associations/preloader/belongs_to.rb +0 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/preloader/collection_association.rb +24 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/preloader/has_and_belongs_to_many.rb +60 -0
- data/vendor/bundle/gems/{activerecord-3.2.13 → activerecord-4.0.0}/lib/active_record/associations/preloader/has_many.rb +0 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/preloader/has_many_through.rb +19 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/preloader/has_one.rb +23 -0
- data/vendor/bundle/gems/{activerecord-3.2.13 → activerecord-4.0.0}/lib/active_record/associations/preloader/has_one_through.rb +0 -0
- data/vendor/bundle/gems/{activerecord-3.2.13 → activerecord-4.0.0}/lib/active_record/associations/preloader/singular_association.rb +0 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/preloader/through_association.rb +63 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/singular_association.rb +64 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/associations/through_association.rb +87 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_assignment.rb +201 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods.rb +393 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/before_type_cast.rb +70 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/dirty.rb +118 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/primary_key.rb +122 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/query.rb +40 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/read.rb +107 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/serialization.rb +162 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/time_zone_conversion.rb +59 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/attribute_methods/write.rb +63 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/autosave_association.rb +426 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/base.rb +323 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/callbacks.rb +310 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/coders/yaml_column.rb +38 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb +638 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/database_limits.rb +67 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/database_statements.rb +390 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/query_cache.rb +95 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/quoting.rb +129 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/schema_definitions.rb +501 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/schema_dumper.rb +70 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/schema_statements.rb +873 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/transaction.rb +203 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract_adapter.rb +440 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +782 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/column.rb +318 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/connection_specification.rb +96 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/mysql2_adapter.rb +273 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/mysql_adapter.rb +558 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/array_parser.rb +97 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/cast.rb +152 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/database_statements.rb +242 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/oid.rb +366 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/quoting.rb +171 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +30 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/schema_statements.rb +489 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb +950 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/schema_cache.rb +129 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_adapters/sqlite3_adapter.rb +624 -0
- data/vendor/bundle/gems/{activerecord-3.2.13 → activerecord-4.0.0}/lib/active_record/connection_adapters/statement_pool.rb +0 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb +98 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/core.rb +463 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/counter_cache.rb +122 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/dynamic_matchers.rb +131 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/errors.rb +213 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/explain.rb +38 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/explain_registry.rb +30 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/explain_subscriber.rb +29 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/fixture_set/file.rb +55 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/fixtures.rb +926 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/inheritance.rb +200 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/integration.rb +60 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/locale/en.yml +47 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/locking/optimistic.rb +181 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/locking/pessimistic.rb +77 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/log_subscriber.rb +82 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/migration.rb +1015 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/migration/command_recorder.rb +164 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/migration/join_table.rb +15 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/model_schema.rb +345 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/nested_attributes.rb +546 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/null_relation.rb +65 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/persistence.rb +509 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/query_cache.rb +56 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/querying.rb +62 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/railtie.rb +205 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/railties/console_sandbox.rb +5 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb +50 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/railties/databases.rake +402 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/railties/jdbcmysql_error.rb +16 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/readonly_attributes.rb +30 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/reflection.rb +583 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation.rb +655 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/batches.rb +93 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/calculations.rb +399 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/delegation.rb +125 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/finder_methods.rb +349 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/merger.rb +161 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/predicate_builder.rb +106 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/query_methods.rb +1044 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/relation/spawn_methods.rb +73 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/result.rb +67 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/runtime_registry.rb +17 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/sanitization.rb +168 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/schema.rb +65 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/schema_dumper.rb +204 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/schema_migration.rb +39 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/scoping.rb +82 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/scoping/default.rb +146 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/scoping/named.rb +175 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/serialization.rb +22 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/serializers/xml_serializer.rb +197 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/statement_cache.rb +26 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/store.rb +156 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb +203 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/tasks/firebird_database_tasks.rb +56 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/tasks/mysql_database_tasks.rb +143 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/tasks/oracle_database_tasks.rb +45 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/tasks/postgresql_database_tasks.rb +90 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/tasks/sqlite_database_tasks.rb +51 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/tasks/sqlserver_database_tasks.rb +48 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/test_case.rb +96 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/timestamp.rb +119 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/transactions.rb +399 -0
- data/vendor/bundle/gems/{activerecord-3.2.13 → activerecord-4.0.0}/lib/active_record/translation.rb +0 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/validations.rb +84 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/validations/associated.rb +49 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/validations/presence.rb +65 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/validations/uniqueness.rb +225 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/active_record/version.rb +11 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/rails/generators/active_record.rb +23 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/rails/generators/active_record/migration/migration_generator.rb +62 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +19 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/rails/generators/active_record/migration/templates/migration.rb +39 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/rails/generators/active_record/model/model_generator.rb +48 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/rails/generators/active_record/model/templates/model.rb +10 -0
- data/vendor/bundle/gems/activerecord-4.0.0/lib/rails/generators/active_record/model/templates/module.rb +7 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/Gemfile +5 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/LICENSE +22 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/README.md +15 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/Rakefile +28 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/activerecord-deprecated_finders.gemspec +21 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/activerecord-deprecated_finders.gemspec.erb +21 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/lib/active_record/deprecated_finders.rb +10 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/lib/active_record/deprecated_finders/association_builder.rb +83 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/lib/active_record/deprecated_finders/base.rb +151 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/lib/active_record/deprecated_finders/collection_proxy.rb +38 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/lib/active_record/deprecated_finders/dynamic_matchers.rb +204 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/lib/active_record/deprecated_finders/relation.rb +175 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/lib/active_record/deprecated_finders/version.rb +5 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/associations_test.rb +91 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/calculate_test.rb +15 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/default_scope_test.rb +35 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/dynamic_methods_test.rb +133 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/find_in_batches_test.rb +18 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/finder_options_test.rb +80 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/finder_test.rb +69 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/helper.rb +68 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/scope_test.rb +17 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/scoped_test.rb +15 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/update_all_test.rb +24 -0
- data/vendor/bundle/gems/activerecord-deprecated_finders-1.0.3/test/with_scope_test.rb +36 -0
- data/vendor/bundle/gems/activesupport-4.0.0/CHANGELOG.md +503 -0
- data/vendor/bundle/gems/activesupport-4.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activesupport-4.0.0/README.rdoc +35 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support.rb +69 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/all.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/backtrace_cleaner.rb +107 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/basic_object.rb +11 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/benchmarkable.rb +59 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/buffered_logger.rb +21 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/builder.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/cache.rb +683 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/cache/file_store.rb +179 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/cache/mem_cache_store.rb +200 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/cache/memory_store.rb +161 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/cache/null_store.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb +180 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/callbacks.rb +574 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/concern.rb +126 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/concurrency/latch.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/configurable.rb +147 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext.rb +4 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/array.rb +7 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/array/access.rb +54 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/array/conversions.rb +224 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/array/grouping.rb +99 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/array/prepend_and_append.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/array/uniq_by.rb +19 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/array/wrap.rb +45 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb +14 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/big_decimal.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/big_decimal/conversions.rb +31 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/class.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/class/attribute.rb +125 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/class/attribute_accessors.rb +170 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/class/delegating_attributes.rb +40 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/class/subclasses.rb +42 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date.rb +5 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/date/acts_like.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date/calculations.rb +133 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date/conversions.rb +84 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date/zones.rb +37 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb +232 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time.rb +4 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/date_time/acts_like.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/calculations.rb +164 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/conversions.rb +91 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/date_time/zones.rb +24 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/enumerable.rb +80 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/file.rb +1 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/file/atomic.rb +63 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash.rb +8 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/conversions.rb +241 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/deep_merge.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/diff.rb +14 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/except.rb +15 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/indifferent_access.rb +22 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/keys.rb +138 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/hash/slice.rb +40 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/integer.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/integer/inflections.rb +29 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/integer/multiple.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/integer/time.rb +44 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/kernel.rb +0 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/kernel/agnostics.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/debugger.rb +10 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/reporting.rb +109 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/load_error.rb +25 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/logger.rb +67 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/marshal.rb +21 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module.rb +10 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/aliasing.rb +69 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/anonymous.rb +19 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/attr_internal.rb +38 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/attribute_accessors.rb +66 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/delegation.rb +196 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/deprecation.rb +25 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/introspection.rb +78 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/qualified_const.rb +52 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/module/reachable.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/module/remove_method.rb +12 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/name_error.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric.rb +3 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/numeric/bytes.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric/conversions.rb +135 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/numeric/time.rb +79 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object.rb +14 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/blank.rb +105 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/object/conversions.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/deep_dup.rb +46 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/duplicable.rb +90 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/inclusion.rb +26 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/instance_variables.rb +28 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_json.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/to_param.rb +58 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/object/to_query.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/try.rb +78 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/object/with_options.rb +42 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/proc.rb +17 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/range.rb +3 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/range/conversions.rb +19 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/range/include_range.rb +23 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/regexp.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/access.rb +104 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/string/behavior.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/conversions.rb +55 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/encoding.rb +8 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/string/exclude.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/filters.rb +55 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/indent.rb +43 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/inflections.rb +212 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/multibyte.rb +49 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/output_safety.rb +194 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/string/starts_ends_with.rb +0 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/string/strip.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/string/zones.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/struct.rb +6 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/thread.rb +74 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/time.rb +5 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/core_ext/time/acts_like.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/time/calculations.rb +297 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/time/conversions.rb +63 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/time/marshal.rb +30 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/time/zones.rb +96 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/core_ext/uri.rb +26 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/dependencies.rb +722 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/dependencies/autoload.rb +77 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/deprecation.rb +43 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/deprecation/behaviors.rb +63 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/deprecation/instance_delegator.rb +24 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/deprecation/method_wrappers.rb +44 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/deprecation/proxy_wrappers.rb +126 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/deprecation/reporting.rb +94 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/descendants_tracker.rb +60 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/duration.rb +108 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/file_update_checker.rb +137 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/file_watcher.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/gzip.rb +36 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/hash_with_indifferent_access.rb +263 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/i18n.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/i18n_railtie.rb +85 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/inflections.rb +65 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/inflector.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/inflector/inflections.rb +211 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/inflector/methods.rb +342 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/inflector/transliterate.rb +97 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/json.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/json/decoding.rb +80 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/json/encoding.rb +338 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/json/variable.rb +18 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/key_generator.rb +75 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/lazy_load_hooks.rb +48 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/locale/en.yml +133 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/log_subscriber.rb +109 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/log_subscriber/test_helper.rb +104 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/logger.rb +57 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/logger_silence.rb +24 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/message_encryptor.rb +106 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/message_verifier.rb +68 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/multibyte.rb +21 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/multibyte/chars.rb +223 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/multibyte/unicode.rb +403 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/notifications.rb +207 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/notifications/fanout.rb +155 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb +72 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/number_helper.rb +637 -0
- data/vendor/bundle/gems/{activesupport-3.2.13 → activesupport-4.0.0}/lib/active_support/option_merger.rb +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/ordered_hash.rb +40 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/ordered_options.rb +59 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/per_thread_registry.rb +52 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/proxy_object.rb +13 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/rails.rb +27 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/railtie.rb +46 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/rescuable.rb +120 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/string_inquirer.rb +26 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/subscriber.rb +93 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb +75 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/test_case.rb +67 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/assertions.rb +127 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/autorun.rb +5 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/constant_lookup.rb +54 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/declarative.rb +40 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/deprecation.rb +36 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/isolation.rb +141 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/pending.rb +14 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/setup_and_teardown.rb +35 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/testing/tagged_logging.rb +25 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/time.rb +20 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/time_with_zone.rb +405 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb +429 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/version.rb +11 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/xml_mini.rb +189 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/xml_mini/jdom.rb +180 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/xml_mini/libxml.rb +79 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/xml_mini/libxmlsax.rb +85 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/xml_mini/nokogirisax.rb +87 -0
- data/vendor/bundle/gems/activesupport-4.0.0/lib/active_support/xml_mini/rexml.rb +129 -0
- data/vendor/bundle/gems/arel-4.0.0/Gemfile +12 -0
- data/vendor/bundle/gems/arel-4.0.0/History.txt +205 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/MIT-LICENSE.txt +0 -0
- data/vendor/bundle/gems/arel-4.0.0/Manifest.txt +133 -0
- data/vendor/bundle/gems/arel-4.0.0/README.markdown +122 -0
- data/vendor/bundle/gems/arel-4.0.0/Rakefile +19 -0
- data/vendor/bundle/gems/arel-4.0.0/arel.gemspec +39 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel.rb +46 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/alias_predication.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/attributes.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/attributes/attribute.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/compatibility/wheres.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/crud.rb +72 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/delete_manager.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/deprecated.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/expression.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/expressions.rb +27 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/factory_methods.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/insert_manager.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/math.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes.rb +52 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/and.rb +33 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/ascending.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/binary.rb +51 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/count.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/delete_statement.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/descending.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/equality.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/extract.rb +34 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/false.rb +13 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/function.rb +42 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/grouping.rb +7 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/in.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/infix_operation.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/inner_join.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/insert_statement.rb +31 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/join_source.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/named_function.rb +21 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/node.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/outer_join.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/over.rb +15 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/select_core.rb +62 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/select_statement.rb +38 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/sql_literal.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/string_join.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/table_alias.rb +21 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/terminal.rb +13 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/true.rb +13 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/unary.rb +38 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/unqualified_column.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/update_statement.rb +38 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/values.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/nodes/window.rb +105 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/nodes/with.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/order_predications.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/predications.rb +180 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/select_manager.rb +319 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/sql/engine.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/sql_literal.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/table.rb +160 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/tree_manager.rb +37 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/update_manager.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/visitors/bind_visitor.rb +34 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/visitors/depth_first.rb +170 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/visitors/dot.rb +272 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/ibm_db.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/visitors/informix.rb +33 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/join_sql.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/mssql.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/mysql.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/visitors/oracle.rb +128 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/order_clauses.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/postgresql.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/sqlite.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/visitors/to_sql.rb +606 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/visitor.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/lib/arel/visitors/where_sql.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/lib/arel/window_predications.rb +9 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/attributes/test_attribute.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/helper.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_and.rb +20 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_as.rb +34 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_ascending.rb +44 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_bin.rb +33 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_count.rb +39 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_delete_statement.rb +34 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_descending.rb +44 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_distinct.rb +20 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_equality.rb +84 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_extract.rb +33 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_false.rb +20 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_grouping.rb +25 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_infix_operation.rb +40 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_insert_statement.rb +42 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_named_function.rb +46 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/nodes/test_node.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_not.rb +29 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_or.rb +34 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_over.rb +67 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_select_core.rb +69 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_select_statement.rb +49 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_sql_literal.rb +61 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_sum.rb +24 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_table_alias.rb +36 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_true.rb +21 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_update_statement.rb +58 -0
- data/vendor/bundle/gems/arel-4.0.0/test/nodes/test_window.rb +73 -0
- data/vendor/bundle/gems/arel-4.0.0/test/support/fake_record.rb +123 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/test_activerecord_compat.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/test/test_attributes.rb +66 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/test_crud.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/test_delete_manager.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/test_factory_methods.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/test/test_insert_manager.rb +142 -0
- data/vendor/bundle/gems/arel-4.0.0/test/test_select_manager.rb +1159 -0
- data/vendor/bundle/gems/arel-4.0.0/test/test_table.rb +208 -0
- data/vendor/bundle/gems/arel-4.0.0/test/test_update_manager.rb +123 -0
- data/vendor/bundle/gems/arel-4.0.0/test/visitors/test_bind_visitor.rb +58 -0
- data/vendor/bundle/gems/arel-4.0.0/test/visitors/test_depth_first.rb +238 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/visitors/test_dot.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/visitors/test_ibm_db.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/test/visitors/test_informix.rb +52 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/visitors/test_join_sql.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/visitors/test_mssql.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/visitors/test_mysql.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/test/visitors/test_oracle.rb +155 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/visitors/test_postgres.rb +0 -0
- data/vendor/bundle/gems/{arel-3.0.2 → arel-4.0.0}/test/visitors/test_sqlite.rb +0 -0
- data/vendor/bundle/gems/arel-4.0.0/test/visitors/test_to_sql.rb +427 -0
- data/vendor/bundle/gems/atomic-1.1.9/LICENSE +144 -0
- data/vendor/bundle/gems/atomic-1.1.9/README.md +46 -0
- data/vendor/bundle/gems/atomic-1.1.9/Rakefile +65 -0
- data/vendor/bundle/gems/atomic-1.1.9/atomic.gemspec +24 -0
- data/vendor/bundle/gems/atomic-1.1.9/examples/atomic_example.rb +24 -0
- data/vendor/bundle/gems/atomic-1.1.9/examples/bench_atomic.rb +121 -0
- data/vendor/bundle/gems/atomic-1.1.9/examples/bench_atomic_1.rb +149 -0
- data/vendor/bundle/gems/atomic-1.1.9/examples/graph_atomic_bench.rb +81 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/AtomicReferenceService.java +24 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/Makefile +238 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/atomic_reference.bundle +0 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/atomic_reference.c +79 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/atomic_reference.o +0 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/extconf.rb +30 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/mkmf.log +24 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/org/jruby/ext/atomic/AtomicReferenceLibrary.java +170 -0
- data/vendor/bundle/gems/atomic-1.1.9/ext/siteconf20130716-9574-1clce53.rb +6 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic.rb +25 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/concurrent_update_error.rb +18 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/delegated_update.rb +37 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/direct_update.rb +37 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/fallback.rb +54 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/jruby.rb +14 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/numeric_cas_wrapper.rb +32 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/rbx.rb +21 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic/ruby.rb +15 -0
- data/vendor/bundle/gems/atomic-1.1.9/lib/atomic_reference.bundle +0 -0
- data/vendor/bundle/gems/atomic-1.1.9/test/test_atomic.rb +139 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/Makefile +19 -18
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/bcrypt_ext.bundle +0 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/bcrypt_ext.o +0 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt.o +0 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt_blowfish.o +0 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt_gensalt.o +0 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/siteconf20130716-9574-1c4003z.rb +6 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/wrapper.o +0 -0
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/lib/bcrypt_ext.bundle +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/CHANGES +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/MIT-LICENSE +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/README.rdoc +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/Rakefile +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/doc/releases/builder-1.2.4.rdoc +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/doc/releases/builder-2.0.0.rdoc +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/doc/releases/builder-2.1.1.rdoc +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/lib/blankslate.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/lib/builder.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/lib/builder/blankslate.rb +0 -0
- data/vendor/bundle/gems/builder-3.1.4/lib/builder/version.rb +8 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/lib/builder/xchar.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/lib/builder/xmlbase.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/lib/builder/xmlevents.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/lib/builder/xmlmarkup.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/performance.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/preload.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/test_blankslate.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/test_eventbuilder.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/test_markupbuilder.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/test_method_caching.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/test_namecollision.rb +0 -0
- data/vendor/bundle/gems/{builder-3.0.4 → builder-3.1.4}/test/test_xchar.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/AUTHORS +0 -0
- data/vendor/bundle/gems/highline-1.6.19/CHANGELOG +346 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/COPYING +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/INSTALL +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/LICENSE +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/README.rdoc +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/Rakefile +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/TODO +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/ansi_colors.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/asking_for_arrays.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/basic_usage.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/color_scheme.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/get_character.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/limit.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/menus.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/overwrite.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/page_and_wrap.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/password.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/repeat_entry.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/trapping_eof.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/examples/using_readline.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/highline.gemspec +0 -0
- data/vendor/bundle/gems/highline-1.6.19/lib/highline.rb +1012 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/color_scheme.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/compatibility.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/import.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/menu.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/question.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/simulate.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/string_extensions.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/lib/highline/style.rb +0 -0
- data/vendor/bundle/gems/highline-1.6.19/lib/highline/system_extensions.rb +222 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/setup.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/site/highline.css +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/site/images/logo.png +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/site/index.html +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/test/string_methods.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/test/tc_color_scheme.rb +0 -0
- data/vendor/bundle/gems/highline-1.6.19/test/tc_highline.rb +1128 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/test/tc_import.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.18 → highline-1.6.19}/test/tc_menu.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/test/tc_string_extension.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/test/tc_string_highline.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/test/tc_style.rb +0 -0
- data/vendor/bundle/gems/{highline-1.6.16 → highline-1.6.19}/test/ts_all.rb +0 -0
- data/vendor/bundle/gems/{hike-1.2.2 → hike-1.2.3}/LICENSE +0 -0
- data/vendor/bundle/gems/{hike-1.2.2 → hike-1.2.3}/README.md +0 -0
- data/vendor/bundle/gems/{hike-1.2.2 → hike-1.2.3}/lib/hike.rb +0 -0
- data/vendor/bundle/gems/{hike-1.2.2 → hike-1.2.3}/lib/hike/extensions.rb +0 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike/index.rb +206 -0
- data/vendor/bundle/gems/{hike-1.2.2 → hike-1.2.3}/lib/hike/normalized_array.rb +0 -0
- data/vendor/bundle/gems/{hike-1.2.2 → hike-1.2.3}/lib/hike/paths.rb +0 -0
- data/vendor/bundle/gems/hike-1.2.3/lib/hike/trail.rb +188 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/CHANGELOG.textile +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/MIT-LICENSE +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/README.textile +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/ci/Gemfile.no-rails +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/ci/Gemfile.no-rails.lock +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/ci/Gemfile.rails-2.3.x +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/ci/Gemfile.rails-2.3.x.lock +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/ci/Gemfile.rails-3.x +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/ci/Gemfile.rails-3.x.lock +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n.rb +333 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/backend/base.rb +185 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/cache.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/cascade.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/backend/chain.rb +77 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/fallbacks.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/flatten.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/gettext.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/backend/key_value.rb +101 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/memoize.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/metadata.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/pluralization.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/backend/simple.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/backend/transliterator.rb +99 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/config.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/core_ext/hash.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/core_ext/kernel/surpress_warnings.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/core_ext/string/interpolate.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/exceptions.rb +106 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/gettext.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/gettext/helpers.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/gettext/po_parser.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/interpolate/ruby.rb +31 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/locale.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/locale/fallbacks.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/locale/tag.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/locale/tag/parents.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/locale/tag/rfc4646.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/locale/tag/simple.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/basics.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/defaults.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/tests/interpolation.rb +133 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/link.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/localization.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/tests/localization/date.rb +91 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/localization/date_time.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/localization/time.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/pluralization.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/lib/i18n/tests/procs.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/lib/i18n/version.rb +3 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/all.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/all_features_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/cascade_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/chain_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/fallbacks_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/key_value_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/memoize_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/override_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/pluralization_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/api/simple_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/cache_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/cascade_test.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/test/backend/chain_test.rb +76 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/exceptions_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/fallbacks_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/interpolation_compiler_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/key_value_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/memoize_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/metadata_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/pluralization_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/backend/simple_test.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/test/backend/transliterator_test.rb +85 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/core_ext/hash_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/core_ext/string/interpolate_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/gettext/api_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/gettext/backend_test.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/test/i18n/exceptions_test.rb +116 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/i18n/interpolate_test.rb +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/test/i18n/load_path_test.rb +33 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/i18n_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/locale/fallbacks_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/locale/tag/rfc4646_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/locale/tag/simple_test.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/run_all.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/test_data/locales/de.po +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/test_data/locales/en.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/test_data/locales/en.yml +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/gems/i18n-0.6.4/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/test_data/locales/plurals.rb +0 -0
- data/vendor/bundle/gems/{i18n-0.6.1 → i18n-0.6.4}/test/test_helper.rb +0 -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.3 → mail-2.5.4}/Dependencies.txt +0 -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.3 → mail-2.5.4}/TODO.rdoc +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/VERSION +4 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/load_parsers.rb +0 -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.3 → mail-2.5.4}/lib/mail/configuration.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/core_extensions/nil.rb +0 -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.3 → mail-2.5.4}/lib/mail/core_extensions/string/access.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/core_extensions/string/multibyte.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/elements/address.rb +314 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/address_list.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/content_disposition_element.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/content_location_element.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/content_transfer_encoding_element.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/content_type_element.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/date_time_element.rb +0 -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.3 → mail-2.5.4}/lib/mail/elements/message_ids_element.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/mime_version_element.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/phrase_list.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/elements/received_element.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings.rb +305 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/encodings/7bit.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/encodings/8bit.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/encodings/base64.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/encodings/binary.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/encodings/quoted_printable.rb +39 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/encodings/transfer_encoding.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/envelope.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/field.rb +211 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/field_list.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/common/address_container.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/common/common_date.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/common/common_message_id.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields/common/parameter_hash.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields/content_description_field.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields/content_disposition_field.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/content_location_field.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/keywords_field.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/mime_version_field.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields/optional_field.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields/received_field.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/resent_date_field.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/resent_message_id_field.rb +0 -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.3 → mail-2.5.4}/lib/mail/fields/return_path_field.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/fields/sender_field.rb +67 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields/structured_field.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/fields/subject_field.rb +0 -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.3 → mail-2.5.4}/lib/mail/indifferent_hash.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/mail.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/matchers/has_sent_mail.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/message.rb +2153 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/multibyte.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/multibyte/chars.rb +474 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/multibyte/exceptions.rb +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/multibyte/unicode.rb +400 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/multibyte/utils.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/network.rb +0 -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.3 → mail-2.5.4}/lib/mail/network/retriever_methods/base.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/network/retriever_methods/imap.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/network/retriever_methods/pop3.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/network/retriever_methods/test_retriever.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/address_lists.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/address_lists.treetop +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/content_disposition.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/content_disposition.treetop +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/content_location.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/content_location.treetop +0 -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.3 → mail-2.5.4}/lib/mail/parsers/date_time.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/date_time.treetop +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/envelope_from.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/envelope_from.treetop +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/message_ids.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/message_ids.treetop +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/mime_version.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/mime_version.treetop +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/phrase_lists.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/phrase_lists.treetop +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/received.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/received.treetop +0 -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.3 → mail-2.5.4}/lib/mail/parsers/rfc2822_obsolete.rb +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parsers/rfc2822_obsolete.treetop +0 -0
- data/vendor/bundle/gems/mail-2.5.4/lib/mail/part.rb +120 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/parts_list.rb +0 -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.3 → mail-2.5.4}/lib/mail/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/mail/version.rb +0 -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.3 → mail-2.5.4}/lib/tasks/corpus.rake +0 -0
- data/vendor/bundle/gems/{mail-2.5.3 → mail-2.5.4}/lib/tasks/treetop.rake +0 -0
- data/vendor/bundle/gems/minitest-4.7.5/History.txt +803 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/Manifest.txt +0 -0
- data/vendor/bundle/gems/{minitest-4.7.4 → minitest-4.7.5}/README.txt +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/Rakefile +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/design_rationale.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/lib/hoe/minitest.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/lib/minitest/autorun.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/lib/minitest/benchmark.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.4 → minitest-4.7.5}/lib/minitest/hell.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/lib/minitest/mock.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.4 → minitest-4.7.5}/lib/minitest/parallel_each.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/lib/minitest/pride.rb +0 -0
- data/vendor/bundle/gems/minitest-4.7.5/lib/minitest/spec.rb +544 -0
- data/vendor/bundle/gems/minitest-4.7.5/lib/minitest/unit.rb +1415 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/test/minitest/metametameta.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.0 → minitest-4.7.5}/test/minitest/test_minitest_benchmark.rb +0 -0
- data/vendor/bundle/gems/minitest-4.7.5/test/minitest/test_minitest_mock.rb +405 -0
- data/vendor/bundle/gems/{minitest-4.7.4 → minitest-4.7.5}/test/minitest/test_minitest_spec.rb +0 -0
- data/vendor/bundle/gems/{minitest-4.7.4 → minitest-4.7.5}/test/minitest/test_minitest_unit.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/COPYING.md +0 -0
- data/vendor/bundle/gems/{bourne-1.4.0 → mocha-0.14.0}/Gemfile +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/MIT-LICENSE.md +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/README.md +231 -0
- data/vendor/bundle/gems/mocha-0.14.0/RELEASE.md +485 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/Rakefile +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/build-matrix.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.1.3.0 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.1.4.0 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.1.4.1 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.1.4.2 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.2.0.0 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.2.0.1 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.2.11.0 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.2.11.2 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.2.3.0 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.minitest.latest +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.test-unit.2.0.0 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.test-unit.2.0.1 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.test-unit.2.0.3 +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/gemfiles/Gemfile.test-unit.latest +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/init.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/any_instance_method.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/api.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/argument_iterator.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/backtrace_filter.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/cardinality.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/central.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/change_state_side_effect.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/class_method.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/class_methods.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/configuration.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/debug.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/deprecation.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/exception_raiser.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/expectation.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/expectation_error.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/expectation_error_factory.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/expectation_list.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/hooks.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/in_state_ordering_constraint.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/inspect.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/instance_method.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/assertion_counter.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/lib/mocha/integration/mini_test.rb +54 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/adapter.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/exception_translation.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/nothing.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_13.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_140.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_141.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_142_to_172.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_200.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_201_to_222.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_2110_to_2111.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_2112_to_320.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/mini_test/version_230_to_2101.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/monkey_patcher.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/adapter.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/gem_version_200.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/gem_version_201_to_202.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/gem_version_203_to_220.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/gem_version_230_to_250.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/nothing.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/ruby_version_185_and_below.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/is_a.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/logger.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/method_matcher.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/mock.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/mockery.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/module_method.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/module_methods.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/multiple_yields.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/names.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/no_yields.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/object_methods.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/all_of.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/any_of.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/any_parameters.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/anything.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/base.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/equals.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/has_entries.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/has_entry.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/has_key.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/has_value.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/includes.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/instance_of.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/is_a.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/kind_of.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/not.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/object.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/optionally.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/query_string.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/regexp_matches.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/responds_with.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameter_matchers/yaml_equivalent.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/parameters_matcher.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/pretty_parameters.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/return_values.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/sequence.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/setup.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/single_return_value.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/single_yield.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/standalone.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/state_machine.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/stubbing_error.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/thrower.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/unexpected_invocation.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/lib/mocha/version.rb +3 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha/yield_parameters.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/lib/mocha_standalone.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/mocha.gemspec +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/test/acceptance/acceptance_test_helper.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/bug_18914_test.rb +43 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/bug_21465_test.rb +34 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/bug_21563_test.rb +25 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/exception_rescue_test.rb +55 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/expectations_on_multiple_methods_test.rb +55 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/expected_invocation_count_test.rb +232 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/failure_messages_test.rb +64 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/issue_65_test.rb +63 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/issue_70_test.rb +55 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/mocha_example_test.rb +98 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/mocha_test_result_test.rb +84 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/mock_test.rb +100 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/mock_with_initializer_block_test.rb +51 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/mocked_methods_dispatch_test.rb +78 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/multiple_expectations_failure_message_test.rb +68 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/optional_parameters_test.rb +70 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/parameter_matcher_test.rb +337 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/partial_mocks_test.rb +47 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/raise_exception_test.rb +39 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/return_value_test.rb +52 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/sequence_test.rb +192 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/states_test.rb +70 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_any_instance_method_test.rb +202 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_class_method_defined_on_active_record_association_proxy_test.rb +106 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_class_method_defined_on_class_test.rb +75 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_class_method_defined_on_module_test.rb +75 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_class_method_defined_on_superclass_test.rb +75 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_everything_test.rb +56 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_active_record_association_proxy_test.rb +93 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_class_and_aliased_test.rb +69 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_class_test.rb +66 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_kernel_module_test.rb +75 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_module_test.rb +75 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_object_class_test.rb +75 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_singleton_class_test.rb +70 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_instance_method_defined_on_superclass_test.rb +72 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_module_method_test.rb +163 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stub_test.rb +52 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubba_example_test.rb +102 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubba_test_result_test.rb +66 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_error_backtrace_test.rb +64 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_frozen_object_test.rb +88 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_method_accepting_block_parameter_test.rb +48 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_method_unnecessarily_test.rb +65 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_nil_test.rb +59 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_non_existent_any_instance_method_test.rb +130 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_non_existent_class_method_test.rb +157 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_non_existent_instance_method_test.rb +147 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_non_public_any_instance_method_test.rb +130 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_non_public_class_method_test.rb +163 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_non_public_instance_method_test.rb +143 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_on_non_mock_object_test.rb +64 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/stubbing_same_class_method_on_parent_and_child_classes_test.rb +35 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/throw_test.rb +45 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/acceptance/unstubbing_test.rb +168 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/test/deprecation_disabler.rb +0 -0
- data/vendor/bundle/gems/{bourne-1.4.0 → mocha-0.14.0}/test/execution_point.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/integration/mini_test_test.rb +22 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/test/integration/shared_tests.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/test/integration/test_unit_test.rb +0 -0
- data/vendor/bundle/gems/{bourne-1.4.0 → mocha-0.14.0}/test/method_definer.rb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/test/mini_test_result.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/minitest_result.rb +49 -0
- data/vendor/bundle/gems/{bourne-1.4.0 → mocha-0.14.0}/test/simple_counter.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/test_helper.rb +46 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/test_runner.rb +54 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/test/test_unit_result.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/any_instance_method_test.rb +132 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/array_inspect_test.rb +16 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/backtrace_filter_test.rb +19 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/cardinality_test.rb +56 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/central_test.rb +100 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/change_state_side_effect_test.rb +41 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/class_method_test.rb +223 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/class_methods_test.rb +40 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/configuration_test.rb +38 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/date_time_inspect_test.rb +21 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/exception_raiser_test.rb +42 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/expectation_list_test.rb +71 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/expectation_test.rb +497 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/hash_inspect_test.rb +16 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/hooks_test.rb +29 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/in_state_ordering_constraint_test.rb +43 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/method_matcher_test.rb +28 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/mock_test.rb +341 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/mockery_test.rb +151 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/module_methods_test.rb +19 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/multiple_yields_test.rb +18 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/no_yields_test.rb +18 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/object_inspect_test.rb +38 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/object_methods_test.rb +46 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/all_of_test.rb +26 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/any_of_test.rb +26 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/anything_test.rb +21 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/equals_test.rb +25 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/has_entries_test.rb +51 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/has_entry_test.rb +129 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/has_key_test.rb +55 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/has_value_test.rb +57 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/includes_test.rb +59 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/instance_of_test.rb +25 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/is_a_test.rb +25 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/kind_of_test.rb +25 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/not_test.rb +26 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/regexp_matches_test.rb +46 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/responds_with_test.rb +25 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/test/unit/parameter_matchers/stub_matcher.rb +0 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameter_matchers/yaml_equivalent_test.rb +25 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/parameters_matcher_test.rb +121 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/return_values_test.rb +63 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/sequence_test.rb +104 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/single_return_value_test.rb +14 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/single_yield_test.rb +18 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/state_machine_test.rb +98 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/string_inspect_test.rb +11 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/thrower_test.rb +20 -0
- data/vendor/bundle/gems/mocha-0.14.0/test/unit/yield_parameters_test.rb +93 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/yard-templates/default/layout/html/google_analytics.erb +0 -0
- data/vendor/bundle/gems/{mocha-0.13.3 → mocha-0.14.0}/yard-templates/default/layout/html/setup.rb +0 -0
- data/vendor/bundle/gems/multi_json-1.7.7/CHANGELOG.md +164 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/CONTRIBUTING.md +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.3 → multi_json-1.7.7}/Gemfile +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/LICENSE.md +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/README.md +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/Rakefile +0 -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.2 → multi_json-1.7.7}/lib/multi_json/adapters/gson.rb +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.3 → multi_json-1.7.7}/lib/multi_json/adapters/jr_jackson.rb +0 -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.2 → multi_json-1.7.7}/lib/multi_json/adapters/json_gem.rb +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/lib/multi_json/adapters/json_pure.rb +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/lib/multi_json/adapters/nsjsonserialization.rb +0 -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.2 → multi_json-1.7.7}/lib/multi_json/adapters/ok_json.rb +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/lib/multi_json/adapters/yajl.rb +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/lib/multi_json/convertible_hash_keys.rb +0 -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.2 → multi_json-1.7.7}/lib/multi_json/vendor/okjson.rb +0 -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.3 → multi_json-1.7.7}/spec/adapter_shared_example.rb +0 -0
- data/vendor/bundle/gems/{multi_json-1.7.3 → multi_json-1.7.7}/spec/has_options.rb +0 -0
- data/vendor/bundle/gems/multi_json-1.7.7/spec/helper.rb +35 -0
- data/vendor/bundle/gems/{multi_json-1.7.2 → multi_json-1.7.7}/spec/json_common_shared_example.rb +0 -0
- data/vendor/bundle/gems/multi_json-1.7.7/spec/multi_json_spec.rb +226 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/COPYING +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/KNOWN-ISSUES +0 -0
- data/vendor/bundle/gems/rack-1.5.2/README.rdoc +624 -0
- data/vendor/bundle/gems/rack-1.5.2/Rakefile +125 -0
- data/vendor/bundle/gems/rack-1.5.2/SPEC +237 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/bin/rackup +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/contrib/rack.png +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/contrib/rack.svg +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/contrib/rack_logo.svg +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/contrib/rdoc.css +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/example/lobster.ru +0 -0
- data/vendor/bundle/gems/rack-1.5.2/example/protectedlobster.rb +14 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/example/protectedlobster.ru +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack.rb +87 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/auth/abstract/handler.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/auth/abstract/request.rb +43 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/auth/basic.rb +58 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/auth/digest/md5.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/auth/digest/nonce.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/auth/digest/params.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/auth/digest/request.rb +41 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/backports/uri/common_18.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/backports/uri/common_192.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/backports/uri/common_193.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/body_proxy.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/builder.rb +149 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/cascade.rb +52 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/chunked.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/commonlogger.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/conditionalget.rb +67 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/config.rb +20 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/content_length.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/content_type.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/deflater.rb +116 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/directory.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/etag.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/file.rb +138 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/handler.rb +107 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/handler/cgi.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/handler/evented_mongrel.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/handler/fastcgi.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/handler/lsws.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/handler/mongrel.rb +100 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/handler/scgi.rb +67 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/handler/swiftiplied_mongrel.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/handler/thin.rb +27 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/handler/webrick.rb +81 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/head.rb +22 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/lint.rb +699 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/lobster.rb +65 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/lock.rb +26 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/logger.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/methodoverride.rb +31 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/mime.rb +677 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/mock.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/multipart.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/multipart/generator.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/multipart/parser.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/multipart/uploaded_file.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/nulllogger.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/recursive.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/reloader.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/request.rb +380 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/response.rb +155 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/rewindable_input.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/runtime.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/sendfile.rb +155 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/server.rb +362 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/session/abstract/id.rb +398 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/session/cookie.rb +178 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/session/memcache.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/session/pool.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/showexceptions.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/showstatus.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/lib/rack/static.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/urlmap.rb +76 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/utils.rb +628 -0
- data/vendor/bundle/gems/rack-1.5.2/lib/rack/utils/okjson.rb +599 -0
- data/vendor/bundle/gems/rack-1.5.2/rack.gemspec +33 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/builder/anything.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/builder/comment.ru +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/builder/end.ru +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/builder/line.ru +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/builder/options.ru +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/assets/folder/test.js +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/assets/fonts/font.eot +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/assets/images/image.png +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/assets/index.html +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/assets/javascripts/app.js +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/assets/stylesheets/app.css +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/lighttpd.conf +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/rackup_stub.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/sample_rackup.ru +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/test +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/test+directory/test+file +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/test.fcgi +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/cgi/test.ru +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/gemloader.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/bad_robots +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/binary +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/content_type_and_no_filename +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/empty +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/fail_16384_nofile +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/file1.txt +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_and_modification_param +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_with_escaped_quotes +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_with_escaped_quotes_and_modification_param +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_with_percent_escaped_quotes +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_with_unescaped_percentages +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_with_unescaped_percentages2 +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_with_unescaped_percentages3 +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/filename_with_unescaped_quotes +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/ie +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/mixed_files +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/nested +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/none +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/semicolon +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/text +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/multipart/webkit +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/rackup/config.ru +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/registering_handler/rack/handler/registering_myself.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_auth_basic.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_auth_digest.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_body_proxy.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_builder.rb +214 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_cascade.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_cgi.rb +102 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_chunked.rb +85 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_commonlogger.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_conditionalget.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_config.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_content_length.rb +83 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_content_type.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_deflater.rb +204 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_directory.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_etag.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_fastcgi.rb +107 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_file.rb +213 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_handler.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_head.rb +43 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_lint.rb +522 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_lobster.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_lock.rb +164 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_logger.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_methodoverride.rb +75 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_mime.rb +51 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_mock.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_mongrel.rb +182 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_multipart.rb +445 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_nulllogger.rb +20 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_recursive.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_request.rb +1078 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_response.rb +313 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_rewindable_input.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_runtime.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_sendfile.rb +130 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_server.rb +143 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_session_abstract_id.rb +53 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_session_cookie.rb +367 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_session_memcache.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_session_pool.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_showexceptions.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_showstatus.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/spec_static.rb +0 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_thin.rb +91 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_urlmap.rb +213 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_utils.rb +573 -0
- data/vendor/bundle/gems/rack-1.5.2/test/spec_webrick.rb +143 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/static/another/index.html +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/static/index.html +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/testrequest.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/unregistered_handler/rack/handler/unregistered.rb +0 -0
- data/vendor/bundle/gems/{rack-1.4.5 → rack-1.5.2}/test/unregistered_handler/rack/handler/unregistered_long_one.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/README.md +78 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/CHANGELOG.md +11 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/Rakefile +77 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/belongs_to.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/book_icon.gif +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/bullet.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/chapters_icon.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/check_bullet.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/credits_pic_blank.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/csrf.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/edge_badge.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/favicon.ico +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/feature_tile.gif +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/footer_tile.gif +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/fxn.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/challenge.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/confirm_dialog.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/forbidden_attributes_for_new_post.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/form_with_errors.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/index_action_with_edit_link.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/new_post.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/post_with_comments.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/rails_welcome.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/routing_error_no_controller.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/routing_error_no_route_matches.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/show_action_for_posts.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/template_is_missing_posts_new.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/undefined_method_post_path.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/unknown_action_create_for_posts.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/getting_started/unknown_action_new_for_posts.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/grey_bullet.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/habtm.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/has_many.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/has_many_through.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/has_one.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/has_one_through.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/header_backdrop.png +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/header_tile.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/i18n/demo_html_safe.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/i18n/demo_translated_en.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/i18n/demo_translation_missing.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/i18n/demo_untranslated.png +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/icons/README +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/1.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/10.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/11.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/12.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/13.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/14.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/15.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/2.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/3.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/4.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/5.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/6.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/7.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/8.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/callouts/9.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/caution.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/example.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/home.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/important.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/next.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/note.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/prev.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/tip.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/up.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/icons/warning.png +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/jaimeiniesta.jpg +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/nav_arrow.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/oscardelben.jpg +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/polymorphic.png +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/radar.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/rails4_features.png +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/rails_guides_logo.gif +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/rails_logo_remix.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/session_fixation.png +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/tab_grey.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/tab_info.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/tab_note.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/tab_red.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/tab_yellow.gif +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/images/tab_yellow.png +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/images/vijaydev.jpg +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/javascripts/guides.js +57 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/javascripts/jquery.min.js +4 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/javascripts/responsive-tables.js +43 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/javascripts/syntaxhighlighter/shCore.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/fixes.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/kindle.css +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/stylesheets/main.css +709 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/print.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/reset.css +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/assets/stylesheets/responsive-tables.css +50 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/style.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCore.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/bug_report_templates/active_record_gem.rb +37 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/bug_report_templates/active_record_master.rb +48 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/Gemfile +43 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/Gemfile.lock +150 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/README.rdoc +28 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/Rakefile +6 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/assets/javascripts/application.js +16 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/assets/javascripts/comments.js.coffee +3 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/assets/javascripts/posts.js.coffee +3 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/assets/javascripts/welcome.js.coffee +3 -0
- data/vendor/bundle/gems/{railties-3.2.13/lib/rails/generators/rails/app/templates → rails-4.0.0/guides/code/getting_started}/app/assets/stylesheets/application.css +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/app/assets/stylesheets/comments.css.scss +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/assets/stylesheets/posts.css.scss +3 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/assets/stylesheets/welcome.css.scss +3 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/controllers/application_controller.rb +5 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/controllers/comments_controller.rb +17 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/controllers/posts_controller.rb +47 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/controllers/welcome_controller.rb +4 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/app/helpers/application_helper.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/app/helpers/comments_helper.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/helpers/posts_helper.rb +2 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/helpers/welcome_helper.rb +2 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/app/models/comment.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/models/post.rb +7 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/comments/_comment.html.erb +15 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/comments/_form.html.erb +13 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/layouts/application.html.erb +14 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/posts/_form.html.erb +27 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/posts/edit.html.erb +5 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/posts/index.html.erb +21 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/posts/new.html.erb +5 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/posts/show.html.erb +18 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/app/views/welcome/index.html.erb +3 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/bin/bundle +4 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/bin/rails +4 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/bin/rake +4 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/config.ru +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/application.rb +18 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/boot.rb +4 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/config/database.yml +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/environment.rb +5 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/environments/development.rb +30 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/environments/production.rb +80 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/environments/test.rb +36 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/config/initializers/backtrace_silencers.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/initializers/filter_parameter_logging.rb +4 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/initializers/inflections.rb +16 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/initializers/locale.rb +9 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/config/initializers/mime_types.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/initializers/secret_token.rb +12 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/initializers/session_store.rb +3 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/initializers/wrap_parameters.rb +14 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/locales/en.yml +23 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/config/routes.rb +7 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/db/migrate/20130122042648_create_posts.rb +10 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/db/migrate/20130122045842_create_comments.rb +11 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/db/schema.rb +33 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/db/seeds.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/public/404.html +58 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/public/422.html +58 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/public/500.html +57 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/code/getting_started/public/favicon.ico +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/public/robots.txt +5 -0
- data/vendor/bundle/gems/{railties-3.2.13/guides/code/getting_started/test/functional → rails-4.0.0/guides/code/getting_started/test/controllers}/comments_controller_test.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/test/controllers/posts_controller_test.rb +7 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/test/controllers/welcome_controller_test.rb +9 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/test/fixtures/comments.yml +11 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/test/fixtures/posts.yml +9 -0
- data/vendor/bundle/gems/{railties-3.2.13/guides/code/getting_started/test/unit → rails-4.0.0/guides/code/getting_started/test}/helpers/comments_helper_test.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13/guides/code/getting_started/test/unit → rails-4.0.0/guides/code/getting_started/test}/helpers/posts_helper_test.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/test/helpers/welcome_helper_test.rb +4 -0
- data/vendor/bundle/gems/{railties-3.2.13/guides/code/getting_started/test/unit → rails-4.0.0/guides/code/getting_started/test/models}/comment_test.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13/guides/code/getting_started/test/unit → rails-4.0.0/guides/code/getting_started/test/models}/post_test.rb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/code/getting_started/test/test_helper.rb +15 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides.rb +44 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides/generator.rb +248 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides/helpers.rb +51 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides/indexer.rb +68 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides/kindle.rb +119 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides/levenshtein.rb +31 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides/markdown.rb +163 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/rails_guides/markdown/renderer.rb +82 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/2_2_release_notes.md +435 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/2_3_release_notes.md +621 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/3_0_release_notes.md +614 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/3_1_release_notes.md +556 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/3_2_release_notes.md +565 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/4_0_release_notes.md +223 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/source/_license.html.erb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/_welcome.html.erb +19 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/action_controller_overview.md +1026 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/action_mailer_basics.md +704 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/action_view_overview.md +1560 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/active_model_basics.md +200 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/active_record_basics.md +373 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/active_record_callbacks.md +358 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/active_record_querying.md +1699 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/active_record_validations.md +1170 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/active_support_core_extensions.md +3814 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/active_support_instrumentation.md +487 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/api_documentation_guidelines.md +209 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/asset_pipeline.md +830 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/association_basics.md +2153 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/caching_with_rails.md +345 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/command_line.md +594 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/configuring.md +736 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/contributing_to_ruby_on_rails.md +488 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/credits.html.erb +76 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/debugging_rails_applications.md +674 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/development_dependencies_install.md +195 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/documents.yaml +183 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/engines.md +966 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/form_helpers.md +976 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/generators.md +644 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/getting_started.md +1675 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/i18n.md +1005 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/index.html.erb +27 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/initialization.md +560 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/kindle/KINDLE.md +26 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/source/kindle/copyright.html.erb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/source/kindle/layout.html.erb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/kindle/rails_guides.opf.erb +52 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/source/kindle/toc.html.erb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → rails-4.0.0}/guides/source/kindle/toc.ncx.erb +0 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/kindle/welcome.html.erb +5 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/layout.html.erb +148 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/layouts_and_rendering.md +1194 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/migrations.md +1102 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/nested_model_forms.md +225 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/plugins.md +435 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/rails_application_templates.md +229 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/rails_on_rack.md +345 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/routing.md +1104 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/ruby_on_rails_guides_guidelines.md +128 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/security.md +973 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/testing.md +1010 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/upgrading_ruby_on_rails.md +389 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/source/working_with_javascript_in_rails.md +397 -0
- data/vendor/bundle/gems/rails-4.0.0/guides/w3c_validator.rb +95 -0
- data/vendor/bundle/gems/railties-4.0.0/CHANGELOG.md +376 -0
- data/vendor/bundle/gems/railties-4.0.0/RDOC_MAIN.rdoc +73 -0
- data/vendor/bundle/gems/railties-4.0.0/README.rdoc +37 -0
- data/vendor/bundle/gems/railties-4.0.0/bin/rails +9 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails.rb +93 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/all.rb +14 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/api/task.rb +158 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/app_rails_loader.rb +61 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/application.rb +407 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/application/bootstrap.rb +79 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/application/configuration.rb +159 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/application/finisher.rb +113 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/application/routes_reloader.rb +56 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/backtrace_cleaner.rb +27 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/cli.rb +16 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/code_statistics.rb +103 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/code_statistics_calculator.rb +79 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands.rb +111 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/application.rb +43 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/console.rb +101 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/dbconsole.rb +174 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/destroy.rb +9 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/generate.rb +11 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/plugin_new.rb +9 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/runner.rb +54 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/server.rb +123 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/commands/update.rb +9 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/configuration.rb +116 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/console/app.rb +32 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/console/helpers.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/deprecation.rb +19 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/engine.rb +682 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/engine/commands.rb +41 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/engine/configuration.rb +91 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/engine/railties.rb +29 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators.rb +319 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/actions.rb +260 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/active_model.rb +86 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/app_base.rb +290 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/base.rb +378 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/css/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/css/assets/templates/stylesheet.css +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/erb.rb +21 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/erb/controller/controller_generator.rb +20 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/erb/controller/templates/view.html.erb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/erb/mailer/mailer_generator.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/erb/mailer/templates/view.text.erb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/erb/scaffold/scaffold_generator.rb +29 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/erb/scaffold/templates/_form.html.erb +32 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/erb/scaffold/templates/edit.html.erb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/erb/scaffold/templates/index.html.erb +31 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/erb/scaffold/templates/new.html.erb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/erb/scaffold/templates/show.html.erb +11 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/generated_attribute.rb +146 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/js/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/js/assets/templates/javascript.js +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/migration.rb +64 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/named_base.rb +198 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/app_generator.rb +296 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/Gemfile +30 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/README.rdoc +28 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/Rakefile +6 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +18 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +13 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +5 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +14 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/bin/bundle +2 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/bin/rails +3 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/bin/rake +3 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config.ru +4 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/application.rb +37 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/boot.rb +4 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +43 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +51 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +60 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +57 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +33 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +84 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +36 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +4 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +16 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt +12 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +3 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/locales/en.yml +23 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/config/routes.rb +56 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/gitignore +16 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/public/404.html +58 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/public/422.html +58 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/public/500.html +57 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/app/templates/test/test_helper.rb +17 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/assets/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/assets/templates/javascript.js +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/assets/templates/stylesheet.css +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/controller/USAGE +18 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/controller/controller_generator.rb +20 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/generator/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/generator/generator_generator.rb +25 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/generator/templates/USAGE.tt +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/helper/USAGE +17 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/helper/templates/helper.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/integration_test/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/migration/USAGE +35 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/model/USAGE +100 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/model/model_generator.rb +8 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb +368 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/%name%.gemspec +26 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/Gemfile +30 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/MIT-LICENSE +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/README.rdoc +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/Rakefile +25 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/app/controllers/%name%/application_controller.rb.tt +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/app/helpers/%name%/application_helper.rb.tt +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/bin/rails.tt +7 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/config/routes.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/gitignore +10 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/lib/%name%.rb +6 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/lib/%name%/engine.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/lib/%name%/version.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/lib/tasks/%name%_tasks.rake +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/rails/application.rb +17 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/rails/boot.rb +5 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/rails/javascripts.js +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/rails/routes.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/plugin_new/templates/rails/stylesheets.css +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/test/%name%_test.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/test/integration/navigation_test.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/plugin_new/templates/test/test_helper.rb +0 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/resource/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/resource_route/resource_route_generator.rb +50 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/scaffold/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/scaffold/scaffold_generator.rb +30 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/scaffold/templates/scaffold.css +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +27 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +68 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/rails/task/USAGE +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/task/task_generator.rb +12 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/rails/task/templates/task.rb +8 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/resource_helpers.rb +78 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_case.rb +36 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit.rb +8 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/test_unit/controller/templates/functional_test.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/helper/helper_generator.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/test_unit/helper/templates/helper_test.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/test_unit/integration/templates/integration_test.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/mailer/mailer_generator.rb +14 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/model/templates/fixtures.yml +27 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/test_unit/model/templates/unit_test.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +2 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +33 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +51 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/testing/assertions.rb +121 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/testing/behaviour.rb +106 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/generators/testing/setup_and_teardown.rb +18 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/info.rb +116 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/info_controller.rb +33 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/initializable.rb +89 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/paths.rb +216 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/rack.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/rack/debugger.rb +24 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/rack/log_tailer.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/rack/logger.rb +85 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/railtie.rb +212 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/railtie/configurable.rb +35 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/railtie/configuration.rb +100 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/ruby_version_check.rb +13 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/rubyprof_ext.rb +35 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/source_annotation_extractor.rb +127 -0
- data/vendor/bundle/gems/{railties-3.2.13 → railties-4.0.0}/lib/rails/tasks.rb +0 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/annotations.rake +20 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/documentation.rake +75 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/engine.rake +72 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/framework.rake +76 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/log.rake +23 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/middleware.rake +7 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/misc.rake +60 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/routes.rake +7 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/statistics.rake +22 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/tasks/tmp.rake +45 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/templates/layouts/application.html.erb +36 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/templates/rails/info/properties.html.erb +1 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/templates/rails/info/routes.html.erb +9 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb +245 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/test_help.rb +37 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/test_unit/railtie.rb +18 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/test_unit/sub_test_task.rb +85 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/test_unit/testing.rake +151 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/version.rb +10 -0
- data/vendor/bundle/gems/railties-4.0.0/lib/rails/welcome_controller.rb +7 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/CHANGES +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/MIT-LICENSE +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/README.rdoc +0 -0
- data/vendor/bundle/gems/rake-10.1.0/Rakefile +375 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/TODO +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/bin/rake +0 -0
- data/vendor/bundle/gems/rake-10.1.0/doc/command_line_usage.rdoc +152 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/example/Rakefile1 +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/example/Rakefile2 +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/example/a.c +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/example/b.c +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/example/main.c +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/glossary.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/jamis.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/proto_rake.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/rake.1.gz +0 -0
- data/vendor/bundle/gems/rake-10.1.0/doc/rakefile.rdoc +617 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/rational.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.4.14.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.4.15.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.5.0.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.5.3.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.5.4.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.6.0.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.7.0.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.7.1.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.7.2.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.7.3.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.8.0.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.8.2.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.8.3.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.8.4.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.8.5.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.8.6.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.8.7.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.0.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.1.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.2.2.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.2.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.3.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.4.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.5.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-0.9.6.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-10.0.0.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-10.0.1.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-10.0.2.rdoc +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/doc/release_notes/rake-10.0.3.rdoc +0 -0
- data/vendor/bundle/gems/rake-10.1.0/doc/release_notes/rake-10.1.0.rdoc +61 -0
- data/vendor/bundle/gems/rake-10.1.0/install.rb +80 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake.rb +73 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/alt_system.rb +108 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/application.rb +728 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/backtrace.rb +20 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/clean.rb +55 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/cloneable.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/contrib/compositepublisher.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/contrib/ftptools.rb +139 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/contrib/publisher.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/contrib/rubyforgepublisher.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/contrib/sshpublisher.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/contrib/sys.rb +2 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/default_loader.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/dsl_definition.rb +157 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/early_time.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/ext/core.rb +28 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/ext/module.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/ext/string.rb +166 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/ext/time.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/file_creation_task.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/file_list.rb +416 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/file_task.rb +46 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/file_utils.rb +116 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/file_utils_ext.rb +144 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/gempackagetask.rb +2 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/invocation_exception_mixin.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/linked_list.rb +103 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/loaders/makefile.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/multi_task.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/name_space.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/packagetask.rb +190 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/pathmap.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/phony.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/private_reader.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/promise.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/pseudo_status.rb +29 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/rake_module.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/rake_test_loader.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/rdoctask.rb +2 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/ruby182_test_unit_fix.rb +27 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/rule_recursion_overflow_error.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/runtest.rb +22 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/scope.rb +42 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/task.rb +378 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/task_argument_error.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/task_arguments.rb +89 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/task_manager.rb +297 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/tasklib.rb +22 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/testtask.rb +201 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/thread_history_display.rb +48 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/thread_pool.rb +161 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/lib/rake/trace_output.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/version.rb +9 -0
- data/vendor/bundle/gems/rake-10.1.0/lib/rake/win32.rb +56 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/file_creation.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/helper.rb +128 -0
- data/vendor/bundle/gems/rake-10.1.0/test/support/rakefile_definitions.rb +444 -0
- data/vendor/bundle/gems/rake-10.1.0/test/support/ruby_runner.rb +33 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_private_reader.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_application.rb +517 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_application_options.rb +457 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_backtrace.rb +113 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_clean.rb +46 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_definitions.rb +79 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_directory_task.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_dsl.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_early_time.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_extension.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_file_creation_task.rb +56 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_file_list.rb +627 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_file_list_path_map.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_file_task.rb +122 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_file_utils.rb +309 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_ftp_file.rb +74 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_functional.rb +466 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_invocation_chain.rb +64 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_linked_list.rb +84 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_makefile_loader.rb +46 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_multi_task.rb +58 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_name_space.rb +43 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_package_task.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_path_map.rb +168 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_path_map_explode.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_path_map_partial.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_pseudo_status.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_rake_test_loader.rb +20 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_reduce_compat.rb +26 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_require.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_rules.rb +362 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_scope.rb +44 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_task.rb +376 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_task_argument_parsing.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_task_arguments.rb +121 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_task_lib.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_task_manager.rb +158 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_task_manager_argument_resolution.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_task_with_arguments.rb +171 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_test_task.rb +119 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_rake_thread_pool.rb +142 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_top_level_functions.rb +0 -0
- data/vendor/bundle/gems/{rake-10.0.4 → rake-10.1.0}/test/test_rake_win32.rb +0 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_thread_history_display.rb +101 -0
- data/vendor/bundle/gems/rake-10.1.0/test/test_trace_output.rb +52 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/BUILDING +143 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/COPYING +33 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.3 → rdiscount-2.1.6}/README.markdown +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/Rakefile +222 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/bin/rdiscount +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/Csio.c +61 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/Csio.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/Makefile +238 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/VERSION +1 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/amalloc.c +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/amalloc.h +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/amalloc.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/basename.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/basename.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/blocktags +33 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/config.h +31 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/css.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/css.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/cstring.h +77 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/docheader.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/docheader.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/dumptree.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/dumptree.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/emmatch.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/emmatch.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/extconf.rb +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/flags.c +85 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/flags.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/generate.c +1799 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/generate.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/github_flavoured.c +100 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/github_flavoured.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/html5.c +22 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/html5.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/markdown.c +1320 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/markdown.h +218 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/markdown.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/mkdio.c +351 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/mkdio.h +115 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/mkdio.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/mkmf.log +222 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/mktags.c +89 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/mktags.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/pgm_options.c +138 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/pgm_options.h +9 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/pgm_options.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/rdiscount.bundle +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/rdiscount.c +147 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/rdiscount.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/resource.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/resource.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/ruby-config.h +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/setup.c +39 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/setup.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/siteconf20130716-9574-pa4vee.rb +6 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/tags.c +91 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/tags.h +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/tags.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/toc.c +114 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/toc.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/version.c +30 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/version.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/xml.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/xml.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/ext/xmlpage.c +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/ext/xmlpage.o +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/lib/markdown.rb +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/lib/rdiscount.bundle +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/lib/rdiscount.rb +106 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/man/markdown.7 +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/man/rdiscount.1 +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/man/rdiscount.1.ronn +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/rdiscount.gemspec +70 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/test/benchmark.rb +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.2 → rdiscount-2.1.6}/test/benchmark.txt +0 -0
- data/vendor/bundle/gems/{rdiscount-2.0.7.3 → rdiscount-2.1.6}/test/markdown_test.rb +0 -0
- data/vendor/bundle/gems/rdiscount-2.1.6/test/rdiscount_test.rb +217 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/Appraisals +21 -0
- data/vendor/bundle/gems/{shoulda-3.4.0 → shoulda-context-1.1.3}/CONTRIBUTING.md +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/Gemfile +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/MIT-LICENSE +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/README.md +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/Rakefile +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/bin/convert_to_should_syntax +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/gemfiles/3.0.gemfile +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/gemfiles/3.0.gemfile.lock +91 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/gemfiles/3.1.gemfile +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/gemfiles/3.1.gemfile.lock +112 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/gemfiles/3.2.gemfile +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/gemfiles/3.2.gemfile.lock +111 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/gemfiles/4.0.gemfile +9 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/gemfiles/4.0.gemfile.lock +107 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/init.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/lib/shoulda-context.rb +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/lib/shoulda/context.rb +33 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/lib/shoulda/context/assertions.rb +96 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/lib/shoulda/context/autoload_macros.rb +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/lib/shoulda/context/context.rb +454 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/lib/shoulda/context/proc_extensions.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/lib/shoulda/context/tasks.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/lib/shoulda/context/tasks/list_tests.rake +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/lib/shoulda/context/tasks/yaml_to_shoulda.rake +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/lib/shoulda/context/version.rb +5 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/rails/init.rb +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/shoulda-context.gemspec +27 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/tasks/shoulda.rake +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/fake_rails_root/test/shoulda_macros/custom_macro.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/fake_rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/fake_rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/shoulda/autoload_macro_test.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/shoulda/context_test.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/shoulda/convert_to_should_syntax_test.rb +0 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/shoulda/helpers_test.rb +0 -0
- data/vendor/bundle/gems/shoulda-context-1.1.3/test/shoulda/should_test.rb +294 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.0 → shoulda-context-1.1.3}/test/test_helper.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/Appraisals +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/CONTRIBUTING.md +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/Gemfile +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/Gemfile.lock +148 -0
- data/vendor/bundle/gems/{shoulda-context-1.1.1 → shoulda-matchers-2.2.0}/MIT-LICENSE +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/NEWS.md +191 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/README.md +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/Rakefile +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/features/rails_integration.feature +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/features/step_definitions/rails_steps.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/features/support/env.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/gemfiles/3.0.gemfile +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/gemfiles/3.0.gemfile.lock +139 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/gemfiles/3.1.gemfile +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/gemfiles/3.1.gemfile.lock +160 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/gemfiles/3.2.gemfile +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/gemfiles/3.2.gemfile.lock +158 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda-matchers.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/filter_param_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/render_template_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/render_with_layout_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/respond_with_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/route_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/set_session_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/lib/shoulda/matchers/active_model.rb +51 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/allow_mass_assignment_of_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/allow_value_matcher.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/lib/shoulda/matchers/active_model/comparison_matcher.rb +52 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/disallow_value_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/ensure_exclusion_of_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/ensure_inclusion_of_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/ensure_length_of_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/errors.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/exception_message_finder.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/helpers.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/odd_even_number_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/only_integer_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/validate_acceptance_of_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/validate_confirmation_of_matcher.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb +139 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/validate_presence_of_matcher.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/lib/shoulda/matchers/active_model/validate_uniqueness_of_matcher.rb +219 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/lib/shoulda/matchers/active_model/validation_matcher.rb +89 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_model/validation_message_finder.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_record.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_record/accept_nested_attributes_for_matcher.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/lib/shoulda/matchers/active_record/association_matcher.rb +372 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_record/have_db_column_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_record/have_db_index_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_record/have_readonly_attribute_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/active_record/serialize_matcher.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/assertion_error.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/integrations/rspec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/lib/shoulda/matchers/integrations/test_unit.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/lib/shoulda/matchers/version.rb +5 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/shoulda-matchers.gemspec +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/active_model/validate_uniqueness_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/filter_param_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/redirect_to_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/render_template_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/render_with_layout_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/respond_with_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/route_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/set_session_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/action_controller/set_the_flash_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/allow_mass_assignment_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/allow_value_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/spec/shoulda/matchers/active_model/comparison_matcher_spec.rb +40 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/disallow_value_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/ensure_exclusion_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/ensure_inclusion_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/ensure_length_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/exception_message_finder_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/helpers_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/odd_even_number_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/only_integer_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/validate_acceptance_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/validate_confirmation_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/validate_numericality_of_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/spec/shoulda/matchers/active_model/validate_presence_of_matcher_spec.rb +150 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/spec/shoulda/matchers/active_model/validate_uniqueness_of_matcher_spec.rb +247 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_model/validation_message_finder_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_record/accept_nested_attributes_for_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_record/association_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_record/have_db_column_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_record/have_db_index_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_record/have_readonly_attributes_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/shoulda/matchers/active_record/serialize_matcher_spec.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/spec_helper.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/support/active_model_versions.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/support/activemodel_helpers.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/support/class_builder.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/support/controller_builder.rb +0 -0
- data/vendor/bundle/gems/shoulda-matchers-2.2.0/spec/support/fail_with_message_matcher.rb +32 -0
- data/vendor/bundle/gems/{shoulda-matchers-2.1.0 → shoulda-matchers-2.2.0}/spec/support/i18n_faker.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/support/mailer_builder.rb +0 -0
- data/vendor/bundle/gems/{shoulda-matchers-1.5.6 → shoulda-matchers-2.2.0}/spec/support/model_builder.rb +0 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/LICENSE +0 -0
- data/vendor/bundle/gems/sprockets-2.10.0/README.md +507 -0
- data/vendor/bundle/gems/sprockets-2.10.0/bin/sprockets +88 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/rake/sprocketstask.rb +151 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets.rb +108 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/asset.rb +267 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/asset_attributes.rb +133 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/base.rb +447 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/bundled_asset.rb +78 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/cache/file_store.rb +0 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/caching.rb +96 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/charset_normalizer.rb +0 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/closure_compressor.rb +22 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/compressing.rb +73 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/context.rb +289 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/directive_processor.rb +408 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/eco_template.rb +0 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/ejs_template.rb +0 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/engines.rb +74 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/environment.rb +88 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/errors.rb +20 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/index.rb +100 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/jst_processor.rb +29 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/manifest.rb +261 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/mime.rb +49 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/paths.rb +58 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/processed_asset.rb +152 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/processing.rb +206 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/processor.rb +0 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/safety_colons.rb +0 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/sass_cache_store.rb +29 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/sass_compressor.rb +27 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/sass_functions.rb +70 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/sass_importer.rb +29 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/sass_template.rb +60 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/scss_template.rb +13 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/server.rb +0 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/static_asset.rb +58 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/uglifier_compressor.rb +29 -0
- data/vendor/bundle/gems/{sprockets-2.2.2 → sprockets-2.10.0}/lib/sprockets/utils.rb +0 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/version.rb +3 -0
- data/vendor/bundle/gems/sprockets-2.10.0/lib/sprockets/yui_compressor.rb +27 -0
- data/vendor/bundle/gems/sprockets-rails-2.0.0/README.md +155 -0
- data/vendor/bundle/gems/sprockets-rails-2.0.0/lib/sprockets/rails.rb +3 -0
- data/vendor/bundle/gems/sprockets-rails-2.0.0/lib/sprockets/rails/helper.rb +145 -0
- data/vendor/bundle/gems/sprockets-rails-2.0.0/lib/sprockets/rails/legacy_asset_tag_helper.rb +32 -0
- data/vendor/bundle/gems/sprockets-rails-2.0.0/lib/sprockets/rails/legacy_asset_url_helper.rb +130 -0
- data/vendor/bundle/gems/sprockets-rails-2.0.0/lib/sprockets/rails/task.rb +82 -0
- data/vendor/bundle/gems/sprockets-rails-2.0.0/lib/sprockets/railtie.rb +125 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/Makefile +19 -18
- 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.o +0 -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/mkmf.log +274 -152
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/siteconf20130716-9574-evq5c7.rb +6 -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/statement.o +0 -0
- data/vendor/bundle/gems/sqlite3-1.3.7/lib/sqlite3/sqlite3_native.bundle +0 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/Gemfile +4 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/LICENSE +144 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/README.md +34 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/Rakefile +36 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/examples/bench_cache.rb +35 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +200 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3842 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +204 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe.rb +64 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/atomic_reference_cache_backend.rb +922 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/cache.rb +137 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/jruby_cache_backend.jar +0 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/mri_cache_backend.rb +62 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/non_concurrent_cache_backend.rb +133 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/synchronized_cache_backend.rb +76 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/adder.rb +59 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/atomic_reference.rb +12 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/cheap_lockable.rb +105 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/striped64.rb +226 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/volatile.rb +62 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/util/xor_shift_random.rb +39 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/lib/thread_safe/version.rb +3 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/test/test_array.rb +20 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/test/test_cache.rb +792 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/test/test_cache_loops.rb +453 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/test/test_hash.rb +20 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/test/test_helper.rb +73 -0
- data/vendor/bundle/gems/thread_safe-0.1.0/thread_safe.gemspec +20 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/LICENSE +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/README.md +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/Rakefile +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/bin/tt +112 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/contributing_and_planned_features.markdown +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/grammar_composition.markdown +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/index.markdown +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/pitfalls_and_advanced_techniques.markdown +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/semantic_interpretation.markdown +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/contribute.html +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/images/bottom_background.png +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/images/middle_background.png +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/images/paren_language_output.png +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/images/pivotal.gif +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/images/top_background.png +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/index.html +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/pitfalls_and_advanced_techniques.html +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/robots.txt +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/screen.css +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/semantic_interpretation.html +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/syntactic_recognition.html +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/site/using_in_ruby.html +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/sitegen.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/syntactic_recognition.markdown +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/doc/using_in_ruby.markdown +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/arithmetic.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/arithmetic.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/arithmetic_node_classes.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/arithmetic_test.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/lambda_calculus +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/lambda_calculus.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/lambda_calculus.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/lambda_calculus_node_classes.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/lambda_calculus_test.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/examples/lambda_calculus/test_helper.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/bootstrap_gen_1_metagrammar.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler.rb +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/compiler/grammar_compiler.rb +49 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/lexical_address_space.rb +0 -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.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/anything_symbol.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/atomic_expression.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/character_class.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/choice.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/declaration_sequence.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/grammar.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/inline_module.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/nonterminal.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/optional.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/parenthesized_expression.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/parsing_expression.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/parsing_rule.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/predicate.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/predicate_block.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/repetition.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/sequence.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/terminal.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/transient_prefix.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/node_classes/treetop_file.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/compiler/ruby_builder.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/polyglot.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/ruby_extensions.rb +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/ruby_extensions/string.rb +44 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/compiled_parser.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/interval_skip_list.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/interval_skip_list/head_node.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/interval_skip_list/node.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/syntax_node.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/terminal_parse_failure.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/lib/treetop/runtime/terminal_syntax_node.rb +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/lib/treetop/version.rb +9 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/and_predicate_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/anything_symbol_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/character_class_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/choice_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/circular_compilation_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/failure_propagation_functional_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/grammar_compiler_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/grammar_spec.rb +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/multibyte_chars_spec.rb +38 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/namespace_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/nonterminal_symbol_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/not_predicate_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/occurrence_range_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/one_or_more_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/optional_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/parenthesized_expression_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/parsing_rule_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/repeated_subrule_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/semantic_predicate_spec.rb +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/sequence_spec.rb +129 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/terminal_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/terminal_symbol_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/test_grammar.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/test_grammar.tt +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/test_grammar_do.treetop +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/spec/compiler/tt_compiler_spec.rb +224 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/compiler/zero_or_more_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/composition/a.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/composition/b.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/composition/c.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/composition/d.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/composition/f.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/composition/grammar_composition_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/composition/subfolder/e_includes_c.treetop +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/ruby_extensions/string_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/compiled_parser_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/delete_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/expire_range_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/insert_and_delete_node_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/insert_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/interval_skip_list_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/palindromic_fixture.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/interval_skip_list/spec_helper.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/runtime/syntax_node_spec.rb +0 -0
- data/vendor/bundle/gems/{treetop-1.4.12 → treetop-1.4.14}/spec/spec_helper.rb +0 -0
- data/vendor/bundle/gems/treetop-1.4.14/treetop.gemspec +186 -0
- data/vendor/bundle/specifications/actionmailer-4.0.0.gemspec +34 -0
- data/vendor/bundle/specifications/actionpack-4.0.0.gemspec +49 -0
- data/vendor/bundle/specifications/activemodel-4.0.0.gemspec +33 -0
- data/vendor/bundle/specifications/activerecord-4.0.0.gemspec +42 -0
- data/vendor/bundle/specifications/activerecord-deprecated_finders-1.0.3.gemspec +34 -0
- data/vendor/bundle/specifications/activesupport-4.0.0.gemspec +43 -0
- data/vendor/bundle/specifications/arel-4.0.0.gemspec +38 -0
- data/vendor/bundle/specifications/atomic-1.1.9.gemspec +19 -0
- data/vendor/bundle/specifications/builder-3.1.4.gemspec +20 -0
- data/vendor/bundle/specifications/highline-1.6.19.gemspec +21 -0
- data/vendor/bundle/specifications/hike-1.2.3.gemspec +29 -0
- data/vendor/bundle/specifications/i18n-0.6.4.gemspec +39 -0
- data/vendor/bundle/specifications/mail-2.5.4.gemspec +46 -0
- data/vendor/bundle/specifications/minitest-4.7.5.gemspec +36 -0
- data/vendor/bundle/specifications/mocha-0.14.0.gemspec +41 -0
- data/vendor/bundle/specifications/multi_json-1.7.7.gemspec +30 -0
- data/vendor/bundle/specifications/rack-1.5.2.gemspec +36 -0
- data/vendor/bundle/specifications/rails-4.0.0.gemspec +48 -0
- data/vendor/bundle/specifications/railties-4.0.0.gemspec +42 -0
- data/vendor/bundle/specifications/rake-10.1.0.gemspec +35 -0
- data/vendor/bundle/specifications/rdiscount-2.1.6.gemspec +21 -0
- data/vendor/bundle/specifications/shoulda-context-1.1.3.gemspec +43 -0
- data/vendor/bundle/specifications/shoulda-matchers-2.2.0.gemspec +57 -0
- data/vendor/bundle/specifications/sprockets-2.10.0.gemspec +77 -0
- data/vendor/bundle/specifications/sprockets-rails-2.0.0.gemspec +36 -0
- data/vendor/bundle/specifications/thread_safe-0.1.0.gemspec +28 -0
- data/vendor/bundle/specifications/treetop-1.4.14.gemspec +53 -0
- metadata +2786 -4525
- data/vendor/bundle/bin/rdoc +0 -23
- data/vendor/bundle/bin/ri +0 -23
- data/vendor/bundle/build_info/rake-10.0.4.info +0 -1
- data/vendor/bundle/build_info/rdiscount-2.0.7.2.info +0 -1
- data/vendor/bundle/build_info/rdiscount-2.0.7.3.info +0 -1
- data/vendor/bundle/build_info/rdoc-3.12.2.info +0 -1
- data/vendor/bundle/build_info/shoulda-3.4.0.info +0 -1
- data/vendor/bundle/build_info/shoulda-context-1.1.0.info +0 -1
- data/vendor/bundle/build_info/shoulda-context-1.1.1.info +0 -1
- data/vendor/bundle/build_info/shoulda-matchers-1.5.6.info +0 -1
- data/vendor/bundle/build_info/shoulda-matchers-2.1.0.info +0 -1
- data/vendor/bundle/build_info/sprockets-2.2.2.info +0 -1
- data/vendor/bundle/build_info/tilt-1.3.7.info +0 -1
- data/vendor/bundle/build_info/treetop-1.4.12.info +0 -1
- data/vendor/bundle/build_info/yard-0.8.5.2.info +0 -1
- data/vendor/bundle/build_info/yard-0.8.6.info +0 -1
- data/vendor/bundle/cache/actionmailer-3.2.13.gem +0 -0
- data/vendor/bundle/cache/actionpack-3.2.13.gem +0 -0
- data/vendor/bundle/cache/activemodel-3.2.13.gem +0 -0
- data/vendor/bundle/cache/activerecord-3.2.13.gem +0 -0
- data/vendor/bundle/cache/activeresource-3.2.13.gem +0 -0
- data/vendor/bundle/cache/activesupport-3.2.13.gem +0 -0
- data/vendor/bundle/cache/arel-3.0.2.gem +0 -0
- data/vendor/bundle/cache/bourne-1.4.0.gem +0 -0
- data/vendor/bundle/cache/builder-3.0.4.gem +0 -0
- data/vendor/bundle/cache/highline-1.6.16.gem +0 -0
- data/vendor/bundle/cache/highline-1.6.18.gem +0 -0
- data/vendor/bundle/cache/hike-1.2.2.gem +0 -0
- data/vendor/bundle/cache/i18n-0.6.1.gem +0 -0
- data/vendor/bundle/cache/journey-1.0.4.gem +0 -0
- data/vendor/bundle/cache/json-1.7.7.gem +0 -0
- data/vendor/bundle/cache/mail-2.5.3.gem +0 -0
- data/vendor/bundle/cache/mime-types-1.22.gem +0 -0
- data/vendor/bundle/cache/minitest-4.7.0.gem +0 -0
- data/vendor/bundle/cache/minitest-4.7.1.gem +0 -0
- data/vendor/bundle/cache/minitest-4.7.4.gem +0 -0
- data/vendor/bundle/cache/mocha-0.13.3.gem +0 -0
- data/vendor/bundle/cache/multi_json-1.7.2.gem +0 -0
- data/vendor/bundle/cache/multi_json-1.7.3.gem +0 -0
- data/vendor/bundle/cache/rack-1.4.5.gem +0 -0
- data/vendor/bundle/cache/rack-cache-1.2.gem +0 -0
- data/vendor/bundle/cache/rack-ssl-1.3.3.gem +0 -0
- data/vendor/bundle/cache/rails-3.2.13.gem +0 -0
- data/vendor/bundle/cache/railties-3.2.13.gem +0 -0
- data/vendor/bundle/cache/rake-10.0.4.gem +0 -0
- data/vendor/bundle/cache/rdiscount-2.0.7.2.gem +0 -0
- data/vendor/bundle/cache/rdiscount-2.0.7.3.gem +0 -0
- data/vendor/bundle/cache/rdoc-3.12.2.gem +0 -0
- data/vendor/bundle/cache/shoulda-3.4.0.gem +0 -0
- data/vendor/bundle/cache/shoulda-context-1.1.0.gem +0 -0
- data/vendor/bundle/cache/shoulda-context-1.1.1.gem +0 -0
- data/vendor/bundle/cache/shoulda-matchers-1.5.6.gem +0 -0
- data/vendor/bundle/cache/shoulda-matchers-2.1.0.gem +0 -0
- data/vendor/bundle/cache/sprockets-2.2.2.gem +0 -0
- data/vendor/bundle/cache/tilt-1.3.7.gem +0 -0
- data/vendor/bundle/cache/treetop-1.4.12.gem +0 -0
- data/vendor/bundle/cache/yard-0.8.5.2.gem +0 -0
- data/vendor/bundle/cache/yard-0.8.6.gem +0 -0
- data/vendor/bundle/gems/actionmailer-3.2.13/CHANGELOG.md +0 -99
- data/vendor/bundle/gems/actionmailer-3.2.13/MIT-LICENSE +0 -21
- data/vendor/bundle/gems/actionmailer-3.2.13/README.rdoc +0 -163
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer.rb +0 -49
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/base.rb +0 -749
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/collector.rb +0 -30
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/delivery_methods.rb +0 -86
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/log_subscriber.rb +0 -22
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/mail_helper.rb +0 -56
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/railtie.rb +0 -44
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/test_case.rb +0 -82
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/test_helper.rb +0 -61
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/action_mailer/version.rb +0 -10
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/rails/generators/mailer/USAGE +0 -18
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/rails/generators/mailer/mailer_generator.rb +0 -16
- data/vendor/bundle/gems/actionmailer-3.2.13/lib/rails/generators/mailer/templates/mailer.rb +0 -18
- data/vendor/bundle/gems/actionpack-3.2.13/CHANGELOG.md +0 -619
- data/vendor/bundle/gems/actionpack-3.2.13/MIT-LICENSE +0 -21
- data/vendor/bundle/gems/actionpack-3.2.13/README.rdoc +0 -341
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller.rb +0 -28
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/asset_paths.rb +0 -10
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/base.rb +0 -213
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb +0 -198
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/collector.rb +0 -32
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/helpers.rb +0 -167
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/layouts.rb +0 -423
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/logger.rb +0 -13
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb +0 -179
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/translation.rb +0 -13
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/url_for.rb +0 -33
- data/vendor/bundle/gems/actionpack-3.2.13/lib/abstract_controller/view_paths.rb +0 -96
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller.rb +0 -65
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/base.rb +0 -235
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching.rb +0 -86
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/actions.rb +0 -185
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/fragments.rb +0 -127
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/pages.rb +0 -187
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/caching/sweeping.rb +0 -97
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/deprecated.rb +0 -3
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/deprecated/integration_test.rb +0 -2
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/deprecated/performance_test.rb +0 -1
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/log_subscriber.rb +0 -67
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal.rb +0 -250
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/compatibility.rb +0 -65
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/conditional_get.rb +0 -131
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/data_streaming.rb +0 -177
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/exceptions.rb +0 -46
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/flash.rb +0 -28
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/force_ssl.rb +0 -39
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/head.rb +0 -35
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/helpers.rb +0 -113
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/hide_actions.rb +0 -41
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/http_authentication.rb +0 -466
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb +0 -19
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb +0 -105
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/mime_responds.rb +0 -317
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb +0 -240
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb +0 -26
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/redirecting.rb +0 -109
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/renderers.rb +0 -109
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb +0 -65
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/request_forgery_protection.rb +0 -113
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/responder.rb +0 -286
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/session_management.rb +0 -14
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/streaming.rb +0 -229
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/testing.rb +0 -37
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/metal/url_for.rb +0 -47
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/railtie.rb +0 -51
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/railties/paths.rb +0 -25
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/record_identifier.rb +0 -85
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/test_case.rb +0 -560
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner.rb +0 -20
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/node.rb +0 -532
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/sanitizer.rb +0 -177
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/selector.rb +0 -830
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_controller/vendor/html-scanner/html/tokenizer.rb +0 -107
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch.rb +0 -102
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/cache.rb +0 -123
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/filter_parameters.rb +0 -68
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/headers.rb +0 -31
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_negotiation.rb +0 -110
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_type.rb +0 -276
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/mime_types.rb +0 -35
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/parameter_filter.rb +0 -74
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/parameters.rb +0 -83
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/rack_cache.rb +0 -62
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/request.rb +0 -285
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/response.rb +0 -206
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/upload.rb +0 -47
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/http/url.rb +0 -178
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb +0 -30
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/body_proxy.rb +0 -30
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb +0 -32
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb +0 -353
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb +0 -82
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/exception_wrapper.rb +0 -82
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb +0 -263
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb +0 -18
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb +0 -75
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/public_exceptions.rb +0 -30
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/reloader.rb +0 -89
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb +0 -81
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb +0 -39
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/rescue.rb +0 -26
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/session/abstract_store.rb +0 -88
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/session/cookie_store.rb +0 -68
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/session/mem_cache_store.rb +0 -17
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb +0 -87
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/stack.rb +0 -124
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb +0 -66
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb +0 -31
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb +0 -26
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb +0 -10
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/layout.erb +0 -32
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb +0 -2
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb +0 -15
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb +0 -17
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb +0 -2
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/railtie.rb +0 -34
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing.rb +0 -293
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/mapper.rb +0 -1513
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/polymorphic_routes.rb +0 -209
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/redirection.rb +0 -131
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb +0 -670
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/routes_proxy.rb +0 -39
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/routing/url_for.rb +0 -167
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/dom.rb +0 -37
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/response.rb +0 -96
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/routing.rb +0 -217
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/selector.rb +0 -435
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/assertions/tag.rb +0 -138
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/integration.rb +0 -498
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/performance_test.rb +0 -10
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/test_process.rb +0 -41
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_dispatch/testing/test_request.rb +0 -74
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_pack.rb +0 -24
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_pack/version.rb +0 -10
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view.rb +0 -84
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/asset_paths.rb +0 -142
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/base.rb +0 -220
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/buffers.rb +0 -43
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/context.rb +0 -36
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/flows.rb +0 -79
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers.rb +0 -60
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/active_model_helper.rb +0 -50
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_paths.rb +0 -7
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helper.rb +0 -457
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb +0 -146
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb +0 -93
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb +0 -193
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb +0 -148
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/atom_feed_helper.rb +0 -200
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/cache_helper.rb +0 -64
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/capture_helper.rb +0 -203
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/csrf_helper.rb +0 -32
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/date_helper.rb +0 -1062
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/debug_helper.rb +0 -40
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/form_helper.rb +0 -1487
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/form_options_helper.rb +0 -658
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/form_tag_helper.rb +0 -685
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/javascript_helper.rb +0 -110
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/number_helper.rb +0 -610
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/output_safety_helper.rb +0 -38
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/record_tag_helper.rb +0 -111
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/rendering_helper.rb +0 -90
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/sanitize_helper.rb +0 -259
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/tag_helper.rb +0 -160
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/text_helper.rb +0 -426
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/translation_helper.rb +0 -88
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/helpers/url_helper.rb +0 -693
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/locale/en.yml +0 -160
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/log_subscriber.rb +0 -28
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/lookup_context.rb +0 -241
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/path_set.rb +0 -89
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/railtie.rb +0 -55
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb +0 -41
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb +0 -415
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb +0 -54
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/streaming_template_renderer.rb +0 -106
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/renderer/template_renderer.rb +0 -94
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template.rb +0 -337
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/error.rb +0 -128
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/handlers.rb +0 -50
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/handlers/builder.rb +0 -26
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/handlers/erb.rb +0 -125
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/resolver.rb +0 -258
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/template/text.rb +0 -30
- data/vendor/bundle/gems/actionpack-3.2.13/lib/action_view/test_case.rb +0 -245
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/assets.rake +0 -99
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/bootstrap.rb +0 -37
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/compressors.rb +0 -83
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/helpers.rb +0 -6
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/helpers/isolated_helper.rb +0 -13
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/helpers/rails_helper.rb +0 -182
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/railtie.rb +0 -62
- data/vendor/bundle/gems/actionpack-3.2.13/lib/sprockets/static_compiler.rb +0 -56
- data/vendor/bundle/gems/activemodel-3.2.13/CHANGELOG.md +0 -93
- data/vendor/bundle/gems/activemodel-3.2.13/MIT-LICENSE +0 -21
- data/vendor/bundle/gems/activemodel-3.2.13/README.rdoc +0 -211
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model.rb +0 -61
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/attribute_methods.rb +0 -452
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/callbacks.rb +0 -134
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/conversion.rb +0 -73
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/dirty.rb +0 -167
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/errors.rb +0 -370
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/lint.rb +0 -123
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/locale/en.yml +0 -27
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/mass_assignment_security.rb +0 -237
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/mass_assignment_security/permission_set.rb +0 -40
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/mass_assignment_security/sanitizer.rb +0 -59
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/naming.rb +0 -171
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/observer_array.rb +0 -147
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/observing.rb +0 -252
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/railtie.rb +0 -2
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/secure_password.rb +0 -74
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/serialization.rb +0 -139
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/serializers/json.rb +0 -108
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/serializers/xml.rb +0 -204
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/test_case.rb +0 -16
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/translation.rb +0 -70
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations.rb +0 -237
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/acceptance.rb +0 -67
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/callbacks.rb +0 -57
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/confirmation.rb +0 -67
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/exclusion.rb +0 -79
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/format.rb +0 -105
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/inclusion.rb +0 -79
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/length.rb +0 -127
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/numericality.rb +0 -138
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/presence.rb +0 -49
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/validates.rb +0 -137
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validations/with.rb +0 -142
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/validator.rb +0 -184
- data/vendor/bundle/gems/activemodel-3.2.13/lib/active_model/version.rb +0 -10
- data/vendor/bundle/gems/activerecord-3.2.13/CHANGELOG.md +0 -798
- data/vendor/bundle/gems/activerecord-3.2.13/MIT-LICENSE +0 -20
- data/vendor/bundle/gems/activerecord-3.2.13/README.rdoc +0 -222
- data/vendor/bundle/gems/activerecord-3.2.13/examples/associations.png +0 -0
- data/vendor/bundle/gems/activerecord-3.2.13/examples/performance.rb +0 -172
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record.rb +0 -156
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/aggregations.rb +0 -255
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations.rb +0 -1607
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/alias_tracker.rb +0 -76
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/association.rb +0 -241
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/association_scope.rb +0 -134
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/belongs_to_association.rb +0 -79
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/belongs_to_polymorphic_association.rb +0 -34
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/association.rb +0 -55
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/belongs_to.rb +0 -85
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/collection_association.rb +0 -75
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/has_and_belongs_to_many.rb +0 -57
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/has_many.rb +0 -71
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/has_one.rb +0 -62
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/builder/singular_association.rb +0 -32
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/collection_association.rb +0 -580
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/collection_proxy.rb +0 -131
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_and_belongs_to_many_association.rb +0 -63
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_many_association.rb +0 -108
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_many_through_association.rb +0 -187
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_one_association.rb +0 -83
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/has_one_through_association.rb +0 -36
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency.rb +0 -214
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency/join_association.rb +0 -154
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency/join_base.rb +0 -24
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_dependency/join_part.rb +0 -78
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/join_helper.rb +0 -55
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader.rb +0 -181
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/association.rb +0 -125
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/collection_association.rb +0 -24
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_and_belongs_to_many.rb +0 -60
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_many_through.rb +0 -15
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/has_one.rb +0 -23
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/preloader/through_association.rb +0 -68
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/singular_association.rb +0 -64
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/associations/through_association.rb +0 -87
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_assignment.rb +0 -221
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods.rb +0 -275
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/before_type_cast.rb +0 -31
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/deprecated_underscore_read.rb +0 -32
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb +0 -111
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/primary_key.rb +0 -114
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/query.rb +0 -39
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/read.rb +0 -136
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/serialization.rb +0 -120
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/time_zone_conversion.rb +0 -65
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/attribute_methods/write.rb +0 -70
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/autosave_association.rb +0 -428
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/base.rb +0 -720
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/callbacks.rb +0 -275
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/coders/yaml_column.rb +0 -41
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb +0 -488
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb +0 -191
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_limits.rb +0 -58
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb +0 -390
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/query_cache.rb +0 -90
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/quoting.rb +0 -115
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/schema_definitions.rb +0 -492
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/schema_statements.rb +0 -606
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_adapter.rb +0 -296
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +0 -676
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/column.rb +0 -296
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/mysql2_adapter.rb +0 -278
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/mysql_adapter.rb +0 -441
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb +0 -1317
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/schema_cache.rb +0 -69
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/sqlite3_adapter.rb +0 -55
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/connection_adapters/sqlite_adapter.rb +0 -583
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/counter_cache.rb +0 -123
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/dynamic_finder_match.rb +0 -68
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/dynamic_matchers.rb +0 -84
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/dynamic_scope_match.rb +0 -23
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/errors.rb +0 -195
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/explain.rb +0 -86
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/explain_subscriber.rb +0 -25
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/fixtures.rb +0 -922
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/fixtures/file.rb +0 -65
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/identity_map.rb +0 -162
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/inheritance.rb +0 -174
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/integration.rb +0 -60
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/locale/en.yml +0 -40
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/locking/optimistic.rb +0 -185
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/locking/pessimistic.rb +0 -77
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/log_subscriber.rb +0 -72
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/migration.rb +0 -781
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/migration/command_recorder.rb +0 -105
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/model_schema.rb +0 -366
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/nested_attributes.rb +0 -470
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/observer.rb +0 -121
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/persistence.rb +0 -376
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/query_cache.rb +0 -74
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/querying.rb +0 -58
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railtie.rb +0 -132
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/console_sandbox.rb +0 -6
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb +0 -49
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/databases.rake +0 -658
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/railties/jdbcmysql_error.rb +0 -16
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/readonly_attributes.rb +0 -26
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/reflection.rb +0 -534
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation.rb +0 -537
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/batches.rb +0 -90
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/calculations.rb +0 -373
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/delegation.rb +0 -49
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/finder_methods.rb +0 -401
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/predicate_builder.rb +0 -63
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/query_methods.rb +0 -417
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/relation/spawn_methods.rb +0 -148
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/result.rb +0 -40
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/sanitization.rb +0 -194
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/schema.rb +0 -58
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/schema_dumper.rb +0 -208
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/scoping.rb +0 -152
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/scoping/default.rb +0 -142
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/scoping/named.rb +0 -200
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/serialization.rb +0 -18
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/serializers/xml_serializer.rb +0 -203
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/session_store.rb +0 -360
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/store.rb +0 -52
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/test_case.rb +0 -73
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/timestamp.rb +0 -114
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/transactions.rb +0 -381
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/validations.rb +0 -83
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/validations/associated.rb +0 -43
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/validations/uniqueness.rb +0 -180
- data/vendor/bundle/gems/activerecord-3.2.13/lib/active_record/version.rb +0 -10
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record.rb +0 -25
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/migration.rb +0 -15
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/migration/migration_generator.rb +0 -25
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/migration/templates/migration.rb +0 -34
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/model_generator.rb +0 -47
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/templates/migration.rb +0 -15
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/templates/model.rb +0 -12
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/model/templates/module.rb +0 -7
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/observer/observer_generator.rb +0 -15
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/observer/templates/observer.rb +0 -4
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/session_migration/session_migration_generator.rb +0 -25
- data/vendor/bundle/gems/activerecord-3.2.13/lib/rails/generators/active_record/session_migration/templates/migration.rb +0 -12
- data/vendor/bundle/gems/activeresource-3.2.13/CHANGELOG.md +0 -403
- data/vendor/bundle/gems/activeresource-3.2.13/MIT-LICENSE +0 -20
- data/vendor/bundle/gems/activeresource-3.2.13/README.rdoc +0 -187
- data/vendor/bundle/gems/activeresource-3.2.13/examples/performance.rb +0 -70
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource.rb +0 -46
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/base.rb +0 -1482
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/connection.rb +0 -287
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/custom_methods.rb +0 -119
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/exceptions.rb +0 -82
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/formats.rb +0 -22
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/formats/json_format.rb +0 -25
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/formats/xml_format.rb +0 -25
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/http_mock.rb +0 -335
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/log_subscriber.rb +0 -15
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/observing.rb +0 -29
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/railtie.rb +0 -14
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/schema.rb +0 -59
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/validations.rb +0 -134
- data/vendor/bundle/gems/activeresource-3.2.13/lib/active_resource/version.rb +0 -10
- data/vendor/bundle/gems/activesupport-3.2.13/CHANGELOG.md +0 -204
- data/vendor/bundle/gems/activesupport-3.2.13/MIT-LICENSE +0 -20
- data/vendor/bundle/gems/activesupport-3.2.13/README.rdoc +0 -33
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support.rb +0 -82
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/backtrace_cleaner.rb +0 -99
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/base64.rb +0 -54
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/basic_object.rb +0 -21
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/benchmarkable.rb +0 -55
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/buffered_logger.rb +0 -125
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache.rb +0 -638
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/file_store.rb +0 -178
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/mem_cache_store.rb +0 -206
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/memory_store.rb +0 -159
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb +0 -169
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/callbacks.rb +0 -626
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/concern.rb +0 -133
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/configurable.rb +0 -90
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext.rb +0 -3
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array.rb +0 -8
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/access.rb +0 -46
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/conversions.rb +0 -164
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/extract_options.rb +0 -29
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/grouping.rb +0 -100
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/random_access.rb +0 -30
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/uniq_by.rb +0 -16
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/array/wrap.rb +0 -48
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb +0 -7
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/big_decimal/conversions.rb +0 -45
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/attribute.rb +0 -115
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/attribute_accessors.rb +0 -168
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/delegating_attributes.rb +0 -44
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/class/subclasses.rb +0 -36
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/calculations.rb +0 -276
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/conversions.rb +0 -106
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/freeze.rb +0 -33
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date/zones.rb +0 -14
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date_time/calculations.rb +0 -143
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date_time/conversions.rb +0 -103
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/date_time/zones.rb +0 -21
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/enumerable.rb +0 -127
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/exception.rb +0 -3
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/file.rb +0 -2
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/file/atomic.rb +0 -47
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/file/path.rb +0 -5
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/float.rb +0 -1
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/float/rounding.rb +0 -19
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash.rb +0 -9
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/conversions.rb +0 -175
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/deep_dup.rb +0 -18
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/deep_merge.rb +0 -21
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/diff.rb +0 -13
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/except.rb +0 -23
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/indifferent_access.rb +0 -23
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/keys.rb +0 -54
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/reverse_merge.rb +0 -23
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/hash/slice.rb +0 -40
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/integer/inflections.rb +0 -17
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/integer/time.rb +0 -39
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/io.rb +0 -15
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/debugger.rb +0 -10
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/reporting.rb +0 -95
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/kernel/singleton_class.rb +0 -13
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/load_error.rb +0 -23
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/logger.rb +0 -83
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module.rb +0 -12
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/aliasing.rb +0 -70
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/anonymous.rb +0 -24
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/attr_internal.rb +0 -39
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/attribute_accessors.rb +0 -64
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/delegation.rb +0 -153
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/deprecation.rb +0 -9
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/introspection.rb +0 -88
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/method_names.rb +0 -14
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/qualified_const.rb +0 -64
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/remove_method.rb +0 -16
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/module/synchronization.rb +0 -45
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/numeric.rb +0 -2
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/numeric/time.rb +0 -79
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object.rb +0 -13
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/acts_like.rb +0 -10
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/blank.rb +0 -121
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/duplicable.rb +0 -119
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/inclusion.rb +0 -25
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/instance_variables.rb +0 -33
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/to_json.rb +0 -19
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/to_param.rb +0 -55
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/try.rb +0 -57
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/object/with_options.rb +0 -43
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/proc.rb +0 -14
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/process.rb +0 -1
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/process/daemon.rb +0 -23
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range.rb +0 -5
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/blockless_step.rb +0 -29
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/conversions.rb +0 -21
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/cover.rb +0 -3
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/include_range.rb +0 -21
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/range/overlaps.rb +0 -8
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/rexml.rb +0 -46
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string.rb +0 -14
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/access.rb +0 -99
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/conversions.rb +0 -66
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/encoding.rb +0 -11
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/filters.rb +0 -49
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/inflections.rb +0 -202
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/inquiry.rb +0 -13
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/interpolation.rb +0 -2
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/multibyte.rb +0 -72
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/output_safety.rb +0 -186
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/string/xchar.rb +0 -18
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/calculations.rb +0 -356
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/conversions.rb +0 -87
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/marshal.rb +0 -57
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/publicize_conversion_methods.rb +0 -10
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/time/zones.rb +0 -86
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/core_ext/uri.rb +0 -30
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/dependencies.rb +0 -703
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/dependencies/autoload.rb +0 -50
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation.rb +0 -18
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/behaviors.rb +0 -49
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/method_wrappers.rb +0 -29
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/proxy_wrappers.rb +0 -81
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/deprecation/reporting.rb +0 -65
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/descendants_tracker.rb +0 -45
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/duration.rb +0 -110
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/file_update_checker.rb +0 -121
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/gzip.rb +0 -30
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/hash_with_indifferent_access.rb +0 -178
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/i18n.rb +0 -9
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/i18n_railtie.rb +0 -102
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflections.rb +0 -63
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflector/inflections.rb +0 -174
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflector/methods.rb +0 -321
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/inflector/transliterate.rb +0 -98
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/json/decoding.rb +0 -79
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/json/encoding.rb +0 -278
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/json/variable.rb +0 -9
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb +0 -46
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/locale/en.yml +0 -36
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/log_subscriber.rb +0 -122
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/log_subscriber/test_helper.rb +0 -101
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/memoizable.rb +0 -116
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/message_encryptor.rb +0 -103
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/message_verifier.rb +0 -74
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte.rb +0 -44
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/chars.rb +0 -476
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/exceptions.rb +0 -8
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/unicode.rb +0 -393
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/multibyte/utils.rb +0 -60
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/notifications.rb +0 -154
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/notifications/fanout.rb +0 -61
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb +0 -53
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/ordered_hash.rb +0 -222
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/ordered_options.rb +0 -61
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/railtie.rb +0 -59
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/rescuable.rb +0 -115
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/ruby/shim.rb +0 -22
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/string_inquirer.rb +0 -21
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb +0 -80
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/test_case.rb +0 -34
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/assertions.rb +0 -97
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/declarative.rb +0 -40
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/deprecation.rb +0 -55
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/isolation.rb +0 -165
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/mochaing.rb +0 -7
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/pending.rb +0 -52
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance.rb +0 -317
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/jruby.rb +0 -115
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/rubinius.rb +0 -113
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/ruby.rb +0 -152
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/ruby/mri.rb +0 -57
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/performance/ruby/yarv.rb +0 -57
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/testing/setup_and_teardown.rb +0 -121
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/time.rb +0 -35
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/time/autoload.rb +0 -5
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/time_with_zone.rb +0 -368
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/values/time_zone.rb +0 -397
- 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 +0 -10
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/whiny_nil.rb +0 -24
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini.rb +0 -168
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/jdom.rb +0 -181
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/libxml.rb +0 -80
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/libxmlsax.rb +0 -86
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/nokogiri.rb +0 -84
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/nokogirisax.rb +0 -88
- data/vendor/bundle/gems/activesupport-3.2.13/lib/active_support/xml_mini/rexml.rb +0 -130
- data/vendor/bundle/gems/arel-3.0.2/Gemfile +0 -11
- data/vendor/bundle/gems/arel-3.0.2/History.txt +0 -205
- data/vendor/bundle/gems/arel-3.0.2/Manifest.txt +0 -121
- data/vendor/bundle/gems/arel-3.0.2/README.markdown +0 -118
- data/vendor/bundle/gems/arel-3.0.2/Rakefile +0 -19
- data/vendor/bundle/gems/arel-3.0.2/arel.gemspec +0 -39
- data/vendor/bundle/gems/arel-3.0.2/lib/arel.rb +0 -47
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/crud.rb +0 -72
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/expressions.rb +0 -23
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes.rb +0 -46
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/and.rb +0 -23
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/binary.rb +0 -40
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/false.rb +0 -6
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/function.rb +0 -30
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/insert_statement.rb +0 -19
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/named_function.rb +0 -12
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/ordering.rb +0 -6
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/select_core.rb +0 -40
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/select_statement.rb +0 -24
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/table_alias.rb +0 -17
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/terminal.rb +0 -6
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/true.rb +0 -6
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/unary.rb +0 -29
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/nodes/update_statement.rb +0 -23
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/predications.rb +0 -164
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/relation.rb +0 -6
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/select_manager.rb +0 -309
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/table.rb +0 -147
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/tree_manager.rb +0 -39
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/bind_visitor.rb +0 -24
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/depth_first.rb +0 -167
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/dot.rb +0 -247
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/informix.rb +0 -33
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/oracle.rb +0 -127
- data/vendor/bundle/gems/arel-3.0.2/lib/arel/visitors/to_sql.rb +0 -429
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_as.rb +0 -22
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_ascending.rb +0 -34
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb +0 -23
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_count.rb +0 -27
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_delete_statement.rb +0 -14
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_descending.rb +0 -34
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_equality.rb +0 -74
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_infix_operation.rb +0 -30
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_insert_statement.rb +0 -18
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_named_function.rb +0 -30
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_not.rb +0 -17
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_or.rb +0 -22
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_select_core.rb +0 -31
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_select_statement.rb +0 -13
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_sql_literal.rb +0 -51
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_sum.rb +0 -12
- data/vendor/bundle/gems/arel-3.0.2/test/nodes/test_update_statement.rb +0 -18
- data/vendor/bundle/gems/arel-3.0.2/test/support/fake_record.rb +0 -119
- data/vendor/bundle/gems/arel-3.0.2/test/test_attributes.rb +0 -54
- data/vendor/bundle/gems/arel-3.0.2/test/test_insert_manager.rb +0 -144
- data/vendor/bundle/gems/arel-3.0.2/test/test_select_manager.rb +0 -998
- data/vendor/bundle/gems/arel-3.0.2/test/test_table.rb +0 -184
- data/vendor/bundle/gems/arel-3.0.2/test/test_update_manager.rb +0 -115
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_bind_visitor.rb +0 -39
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_depth_first.rb +0 -230
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_informix.rb +0 -42
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_oracle.rb +0 -154
- data/vendor/bundle/gems/arel-3.0.2/test/visitors/test_to_sql.rb +0 -353
- data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/siteconf20130414-3848-brzhqh.rb +0 -6
- data/vendor/bundle/gems/bourne-1.4.0/LICENSE +0 -19
- data/vendor/bundle/gems/bourne-1.4.0/NEWS.md +0 -19
- data/vendor/bundle/gems/bourne-1.4.0/README.md +0 -76
- data/vendor/bundle/gems/bourne-1.4.0/Rakefile +0 -54
- data/vendor/bundle/gems/bourne-1.4.0/bourne.gemspec +0 -26
- data/vendor/bundle/gems/bourne-1.4.0/lib/bourne.rb +0 -2
- data/vendor/bundle/gems/bourne-1.4.0/lib/bourne/api.rb +0 -104
- data/vendor/bundle/gems/bourne-1.4.0/lib/bourne/invocation.rb +0 -14
- data/vendor/bundle/gems/bourne-1.4.0/lib/bourne/mock.rb +0 -13
- data/vendor/bundle/gems/bourne-1.4.0/lib/bourne/mockery.rb +0 -19
- data/vendor/bundle/gems/bourne-1.4.0/lib/bourne/version.rb +0 -3
- data/vendor/bundle/gems/bourne-1.4.0/test/acceptance/acceptance_test_helper.rb +0 -38
- data/vendor/bundle/gems/bourne-1.4.0/test/acceptance/mocha_example_test.rb +0 -98
- data/vendor/bundle/gems/bourne-1.4.0/test/acceptance/spy_test.rb +0 -166
- data/vendor/bundle/gems/bourne-1.4.0/test/acceptance/stubba_example_test.rb +0 -102
- data/vendor/bundle/gems/bourne-1.4.0/test/matcher_helpers.rb +0 -5
- data/vendor/bundle/gems/bourne-1.4.0/test/mini_test_result.rb +0 -83
- data/vendor/bundle/gems/bourne-1.4.0/test/test_helper.rb +0 -23
- data/vendor/bundle/gems/bourne-1.4.0/test/test_runner.rb +0 -51
- data/vendor/bundle/gems/bourne-1.4.0/test/unit/assert_received_test.rb +0 -145
- data/vendor/bundle/gems/bourne-1.4.0/test/unit/have_received_test.rb +0 -192
- data/vendor/bundle/gems/bourne-1.4.0/test/unit/invocation_test.rb +0 -17
- data/vendor/bundle/gems/bourne-1.4.0/test/unit/mock_test.rb +0 -369
- data/vendor/bundle/gems/bourne-1.4.0/test/unit/mockery_test.rb +0 -164
- data/vendor/bundle/gems/builder-3.0.4/lib/builder/version.rb +0 -8
- data/vendor/bundle/gems/highline-1.6.16/CHANGELOG +0 -333
- data/vendor/bundle/gems/highline-1.6.16/lib/highline.rb +0 -1008
- data/vendor/bundle/gems/highline-1.6.16/lib/highline/system_extensions.rb +0 -192
- data/vendor/bundle/gems/highline-1.6.16/test/tc_highline.rb +0 -1123
- data/vendor/bundle/gems/highline-1.6.16/test/tc_menu.rb +0 -427
- data/vendor/bundle/gems/highline-1.6.18/AUTHORS +0 -3
- data/vendor/bundle/gems/highline-1.6.18/CHANGELOG +0 -342
- data/vendor/bundle/gems/highline-1.6.18/COPYING +0 -340
- data/vendor/bundle/gems/highline-1.6.18/INSTALL +0 -55
- data/vendor/bundle/gems/highline-1.6.18/LICENSE +0 -7
- data/vendor/bundle/gems/highline-1.6.18/README.rdoc +0 -63
- data/vendor/bundle/gems/highline-1.6.18/Rakefile +0 -50
- data/vendor/bundle/gems/highline-1.6.18/TODO +0 -6
- data/vendor/bundle/gems/highline-1.6.18/examples/ansi_colors.rb +0 -38
- data/vendor/bundle/gems/highline-1.6.18/examples/asking_for_arrays.rb +0 -18
- data/vendor/bundle/gems/highline-1.6.18/examples/basic_usage.rb +0 -75
- data/vendor/bundle/gems/highline-1.6.18/examples/color_scheme.rb +0 -32
- data/vendor/bundle/gems/highline-1.6.18/examples/get_character.rb +0 -12
- data/vendor/bundle/gems/highline-1.6.18/examples/limit.rb +0 -12
- data/vendor/bundle/gems/highline-1.6.18/examples/menus.rb +0 -65
- data/vendor/bundle/gems/highline-1.6.18/examples/overwrite.rb +0 -19
- data/vendor/bundle/gems/highline-1.6.18/examples/page_and_wrap.rb +0 -322
- data/vendor/bundle/gems/highline-1.6.18/examples/password.rb +0 -7
- data/vendor/bundle/gems/highline-1.6.18/examples/repeat_entry.rb +0 -21
- data/vendor/bundle/gems/highline-1.6.18/examples/trapping_eof.rb +0 -22
- data/vendor/bundle/gems/highline-1.6.18/examples/using_readline.rb +0 -17
- data/vendor/bundle/gems/highline-1.6.18/highline.gemspec +0 -37
- data/vendor/bundle/gems/highline-1.6.18/lib/highline.rb +0 -1012
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/color_scheme.rb +0 -134
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/compatibility.rb +0 -16
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/import.rb +0 -41
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/menu.rb +0 -398
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/question.rb +0 -475
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/simulate.rb +0 -48
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/string_extensions.rb +0 -131
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/style.rb +0 -181
- data/vendor/bundle/gems/highline-1.6.18/lib/highline/system_extensions.rb +0 -218
- data/vendor/bundle/gems/highline-1.6.18/setup.rb +0 -1360
- data/vendor/bundle/gems/highline-1.6.18/site/highline.css +0 -65
- data/vendor/bundle/gems/highline-1.6.18/site/images/logo.png +0 -0
- data/vendor/bundle/gems/highline-1.6.18/site/index.html +0 -58
- data/vendor/bundle/gems/highline-1.6.18/test/string_methods.rb +0 -32
- data/vendor/bundle/gems/highline-1.6.18/test/tc_color_scheme.rb +0 -96
- data/vendor/bundle/gems/highline-1.6.18/test/tc_highline.rb +0 -1123
- data/vendor/bundle/gems/highline-1.6.18/test/tc_import.rb +0 -52
- data/vendor/bundle/gems/highline-1.6.18/test/tc_string_extension.rb +0 -20
- data/vendor/bundle/gems/highline-1.6.18/test/tc_string_highline.rb +0 -38
- data/vendor/bundle/gems/highline-1.6.18/test/tc_style.rb +0 -567
- data/vendor/bundle/gems/highline-1.6.18/test/ts_all.rb +0 -16
- data/vendor/bundle/gems/hike-1.2.2/lib/hike/index.rb +0 -204
- data/vendor/bundle/gems/hike-1.2.2/lib/hike/trail.rb +0 -183
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n.rb +0 -332
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/base.rb +0 -181
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/chain.rb +0 -78
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/interpolation_compiler.rb +0 -121
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/key_value.rb +0 -101
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/backend/transliterator.rb +0 -98
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/exceptions.rb +0 -106
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/interpolate/ruby.rb +0 -31
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/interpolation.rb +0 -133
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/localization/date.rb +0 -84
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/localization/procs.rb +0 -116
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/tests/lookup.rb +0 -74
- data/vendor/bundle/gems/i18n-0.6.1/lib/i18n/version.rb +0 -3
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/chain_test.rb +0 -72
- data/vendor/bundle/gems/i18n-0.6.1/test/backend/transliterator_test.rb +0 -81
- data/vendor/bundle/gems/i18n-0.6.1/test/i18n/exceptions_test.rb +0 -116
- data/vendor/bundle/gems/i18n-0.6.1/test/i18n/load_path_test.rb +0 -26
- data/vendor/bundle/gems/journey-1.0.4/CHANGELOG.rdoc +0 -20
- data/vendor/bundle/gems/journey-1.0.4/Gemfile +0 -14
- data/vendor/bundle/gems/journey-1.0.4/Manifest.txt +0 -49
- data/vendor/bundle/gems/journey-1.0.4/README.rdoc +0 -48
- data/vendor/bundle/gems/journey-1.0.4/Rakefile +0 -32
- data/vendor/bundle/gems/journey-1.0.4/journey.gemspec +0 -48
- data/vendor/bundle/gems/journey-1.0.4/lib/journey.rb +0 -5
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/backwards.rb +0 -5
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/core-ext/hash.rb +0 -11
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/formatter.rb +0 -131
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/gtg/builder.rb +0 -159
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/gtg/simulator.rb +0 -43
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/gtg/transition_table.rb +0 -153
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/builder.rb +0 -74
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/dot.rb +0 -34
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/simulator.rb +0 -45
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nfa/transition_table.rb +0 -164
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/nodes/node.rb +0 -122
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/parser.rb +0 -204
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/parser.y +0 -47
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/parser_extras.rb +0 -21
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/path/pattern.rb +0 -193
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/route.rb +0 -95
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/router.rb +0 -145
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/router/strexp.rb +0 -22
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/router/utils.rb +0 -57
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/routes.rb +0 -75
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/scanner.rb +0 -58
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/visitors.rb +0 -190
- data/vendor/bundle/gems/journey-1.0.4/lib/journey/visualizer/index.html.erb +0 -52
- data/vendor/bundle/gems/journey-1.0.4/test/gtg/test_builder.rb +0 -77
- data/vendor/bundle/gems/journey-1.0.4/test/gtg/test_transition_table.rb +0 -113
- data/vendor/bundle/gems/journey-1.0.4/test/helper.rb +0 -4
- data/vendor/bundle/gems/journey-1.0.4/test/nfa/test_simulator.rb +0 -96
- data/vendor/bundle/gems/journey-1.0.4/test/nfa/test_transition_table.rb +0 -70
- data/vendor/bundle/gems/journey-1.0.4/test/nodes/test_symbol.rb +0 -15
- data/vendor/bundle/gems/journey-1.0.4/test/path/test_pattern.rb +0 -282
- data/vendor/bundle/gems/journey-1.0.4/test/route/definition/test_parser.rb +0 -108
- data/vendor/bundle/gems/journey-1.0.4/test/route/definition/test_scanner.rb +0 -54
- data/vendor/bundle/gems/journey-1.0.4/test/router/test_strexp.rb +0 -30
- data/vendor/bundle/gems/journey-1.0.4/test/router/test_utils.rb +0 -19
- data/vendor/bundle/gems/journey-1.0.4/test/test_route.rb +0 -109
- data/vendor/bundle/gems/journey-1.0.4/test/test_router.rb +0 -544
- data/vendor/bundle/gems/journey-1.0.4/test/test_routes.rb +0 -51
- data/vendor/bundle/gems/mail-2.5.3/CHANGELOG.rdoc +0 -671
- data/vendor/bundle/gems/mail-2.5.3/CONTRIBUTING.md +0 -45
- data/vendor/bundle/gems/mail-2.5.3/Gemfile +0 -26
- data/vendor/bundle/gems/mail-2.5.3/README.md +0 -664
- data/vendor/bundle/gems/mail-2.5.3/Rakefile +0 -38
- data/vendor/bundle/gems/mail-2.5.3/lib/VERSION +0 -4
- data/vendor/bundle/gems/mail-2.5.3/lib/mail.rb +0 -92
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/attachments_list.rb +0 -104
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/body.rb +0 -291
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/check_delivery_params.rb +0 -30
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/core_extensions/object.rb +0 -13
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/core_extensions/shell_escape.rb +0 -56
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/core_extensions/smtp.rb +0 -25
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/core_extensions/string.rb +0 -33
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/elements/address.rb +0 -306
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/elements/envelope_from_element.rb +0 -34
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/encodings.rb +0 -272
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/encodings/quoted_printable.rb +0 -38
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/field.rb +0 -212
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/bcc_field.rb +0 -56
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/cc_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/comments_field.rb +0 -41
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/common/common_address.rb +0 -130
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/common/common_field.rb +0 -57
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/content_id_field.rb +0 -63
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/content_transfer_encoding_field.rb +0 -50
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/content_type_field.rb +0 -201
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/date_field.rb +0 -57
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/from_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/in_reply_to_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/message_id_field.rb +0 -83
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/references_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/reply_to_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/resent_bcc_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/resent_cc_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/resent_from_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/resent_sender_field.rb +0 -62
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/resent_to_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/sender_field.rb +0 -67
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/to_field.rb +0 -55
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/fields/unstructured_field.rb +0 -198
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/header.rb +0 -284
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/message.rb +0 -2057
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/multibyte/chars.rb +0 -474
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/multibyte/unicode.rb +0 -398
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/network/delivery_methods/exim.rb +0 -57
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/network/delivery_methods/file_delivery.rb +0 -45
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/network/delivery_methods/sendmail.rb +0 -67
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/network/delivery_methods/smtp.rb +0 -145
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/network/delivery_methods/smtp_connection.rb +0 -61
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/network/delivery_methods/test_mailer.rb +0 -44
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/content_transfer_encoding.rb +0 -162
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/content_transfer_encoding.treetop +0 -20
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/content_type.rb +0 -967
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/content_type.treetop +0 -68
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/rfc2045.rb +0 -464
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/rfc2045.treetop +0 -36
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/rfc2822.rb +0 -5397
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/parsers/rfc2822.treetop +0 -410
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/part.rb +0 -116
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/patterns.rb +0 -34
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/utilities.rb +0 -215
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/version_specific/ruby_1_8.rb +0 -115
- data/vendor/bundle/gems/mail-2.5.3/lib/mail/version_specific/ruby_1_9.rb +0 -119
- data/vendor/bundle/gems/mime-types-1.22/Contributing.rdoc +0 -68
- data/vendor/bundle/gems/mime-types-1.22/Gemfile +0 -21
- data/vendor/bundle/gems/mime-types-1.22/History.rdoc +0 -196
- data/vendor/bundle/gems/mime-types-1.22/Licence.rdoc +0 -37
- data/vendor/bundle/gems/mime-types-1.22/Manifest.txt +0 -41
- data/vendor/bundle/gems/mime-types-1.22/README.rdoc +0 -61
- data/vendor/bundle/gems/mime-types-1.22/Rakefile +0 -205
- data/vendor/bundle/gems/mime-types-1.22/docs/COPYING.txt +0 -339
- data/vendor/bundle/gems/mime-types-1.22/docs/artistic.txt +0 -127
- data/vendor/bundle/gems/mime-types-1.22/lib/mime-types.rb +0 -3
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types.rb +0 -860
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/application +0 -1002
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/application.mac +0 -3
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/application.nonstandard +0 -131
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/application.obsolete +0 -41
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/audio +0 -138
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/audio.nonstandard +0 -11
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/audio.obsolete +0 -1
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/image +0 -46
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/image.nonstandard +0 -20
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/image.obsolete +0 -5
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/message +0 -18
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/message.obsolete +0 -2
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/model +0 -15
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/multipart +0 -14
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/multipart.nonstandard +0 -1
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/multipart.obsolete +0 -7
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/other.nonstandard +0 -8
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/text +0 -61
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/text.nonstandard +0 -7
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/text.obsolete +0 -8
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/text.vms +0 -1
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/video +0 -73
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/video.nonstandard +0 -16
- data/vendor/bundle/gems/mime-types-1.22/lib/mime/types/video.obsolete +0 -3
- data/vendor/bundle/gems/mime-types-1.22/mime-types.gemspec +0 -66
- data/vendor/bundle/gems/mime-types-1.22/test/test_mime_type.rb +0 -319
- data/vendor/bundle/gems/mime-types-1.22/test/test_mime_types.rb +0 -111
- data/vendor/bundle/gems/minitest-4.7.0/History.txt +0 -758
- data/vendor/bundle/gems/minitest-4.7.0/README.txt +0 -408
- data/vendor/bundle/gems/minitest-4.7.0/lib/minitest/hell.rb +0 -11
- data/vendor/bundle/gems/minitest-4.7.0/lib/minitest/parallel_each.rb +0 -67
- data/vendor/bundle/gems/minitest-4.7.0/lib/minitest/spec.rb +0 -545
- data/vendor/bundle/gems/minitest-4.7.0/lib/minitest/unit.rb +0 -1395
- data/vendor/bundle/gems/minitest-4.7.0/test/minitest/test_minitest_mock.rb +0 -369
- data/vendor/bundle/gems/minitest-4.7.0/test/minitest/test_minitest_spec.rb +0 -804
- data/vendor/bundle/gems/minitest-4.7.0/test/minitest/test_minitest_unit.rb +0 -1838
- data/vendor/bundle/gems/minitest-4.7.1/History.txt +0 -768
- data/vendor/bundle/gems/minitest-4.7.1/Manifest.txt +0 -20
- data/vendor/bundle/gems/minitest-4.7.1/README.txt +0 -456
- data/vendor/bundle/gems/minitest-4.7.1/Rakefile +0 -94
- data/vendor/bundle/gems/minitest-4.7.1/design_rationale.rb +0 -52
- data/vendor/bundle/gems/minitest-4.7.1/lib/hoe/minitest.rb +0 -22
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/autorun.rb +0 -12
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/benchmark.rb +0 -416
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/hell.rb +0 -11
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/mock.rb +0 -193
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/parallel_each.rb +0 -67
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/pride.rb +0 -112
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/spec.rb +0 -545
- data/vendor/bundle/gems/minitest-4.7.1/lib/minitest/unit.rb +0 -1400
- data/vendor/bundle/gems/minitest-4.7.1/test/minitest/metametameta.rb +0 -67
- data/vendor/bundle/gems/minitest-4.7.1/test/minitest/test_minitest_benchmark.rb +0 -128
- data/vendor/bundle/gems/minitest-4.7.1/test/minitest/test_minitest_mock.rb +0 -369
- data/vendor/bundle/gems/minitest-4.7.1/test/minitest/test_minitest_spec.rb +0 -804
- data/vendor/bundle/gems/minitest-4.7.1/test/minitest/test_minitest_unit.rb +0 -1838
- data/vendor/bundle/gems/minitest-4.7.4/History.txt +0 -796
- data/vendor/bundle/gems/minitest-4.7.4/Manifest.txt +0 -20
- data/vendor/bundle/gems/minitest-4.7.4/Rakefile +0 -94
- data/vendor/bundle/gems/minitest-4.7.4/design_rationale.rb +0 -52
- data/vendor/bundle/gems/minitest-4.7.4/lib/hoe/minitest.rb +0 -22
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/autorun.rb +0 -12
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/benchmark.rb +0 -416
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/mock.rb +0 -193
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/pride.rb +0 -112
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/spec.rb +0 -545
- data/vendor/bundle/gems/minitest-4.7.4/lib/minitest/unit.rb +0 -1415
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/metametameta.rb +0 -67
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/test_minitest_benchmark.rb +0 -128
- data/vendor/bundle/gems/minitest-4.7.4/test/minitest/test_minitest_mock.rb +0 -403
- data/vendor/bundle/gems/mocha-0.13.3/Gemfile +0 -3
- data/vendor/bundle/gems/mocha-0.13.3/README.md +0 -283
- data/vendor/bundle/gems/mocha-0.13.3/RELEASE.md +0 -476
- data/vendor/bundle/gems/mocha-0.13.3/lib/mocha/integration/mini_test.rb +0 -53
- data/vendor/bundle/gems/mocha-0.13.3/lib/mocha/version.rb +0 -3
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/bug_18914_test.rb +0 -43
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/bug_21465_test.rb +0 -34
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/bug_21563_test.rb +0 -25
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/exception_rescue_test.rb +0 -55
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/expectations_on_multiple_methods_test.rb +0 -55
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/expected_invocation_count_test.rb +0 -232
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/failure_messages_test.rb +0 -64
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/issue_65_test.rb +0 -63
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/issue_70_test.rb +0 -55
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/mocha_example_test.rb +0 -98
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/mocha_test_result_test.rb +0 -84
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/mock_test.rb +0 -100
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/mock_with_initializer_block_test.rb +0 -51
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/mocked_methods_dispatch_test.rb +0 -78
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/multiple_expectations_failure_message_test.rb +0 -68
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/optional_parameters_test.rb +0 -70
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/parameter_matcher_test.rb +0 -337
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/partial_mocks_test.rb +0 -47
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/raise_exception_test.rb +0 -39
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/return_value_test.rb +0 -52
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/sequence_test.rb +0 -192
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/states_test.rb +0 -70
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_any_instance_method_test.rb +0 -202
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_class_method_defined_on_active_record_association_proxy_test.rb +0 -106
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_class_method_defined_on_class_test.rb +0 -75
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_class_method_defined_on_module_test.rb +0 -75
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_class_method_defined_on_superclass_test.rb +0 -75
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_everything_test.rb +0 -56
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_active_record_association_proxy_test.rb +0 -93
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_class_and_aliased_test.rb +0 -69
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_class_test.rb +0 -66
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_kernel_module_test.rb +0 -75
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_module_test.rb +0 -75
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_object_class_test.rb +0 -75
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_singleton_class_test.rb +0 -70
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_instance_method_defined_on_superclass_test.rb +0 -72
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_module_method_test.rb +0 -163
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stub_test.rb +0 -52
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubba_example_test.rb +0 -102
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubba_test_result_test.rb +0 -66
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_error_backtrace_test.rb +0 -64
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_frozen_object_test.rb +0 -88
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_method_accepting_block_parameter_test.rb +0 -48
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_method_unnecessarily_test.rb +0 -65
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_nil_test.rb +0 -59
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_non_existent_any_instance_method_test.rb +0 -130
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_non_existent_class_method_test.rb +0 -157
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_non_existent_instance_method_test.rb +0 -147
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_non_public_any_instance_method_test.rb +0 -130
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_non_public_class_method_test.rb +0 -163
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_non_public_instance_method_test.rb +0 -143
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_on_non_mock_object_test.rb +0 -64
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/stubbing_same_class_method_on_parent_and_child_classes_test.rb +0 -35
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/throw_test.rb +0 -45
- data/vendor/bundle/gems/mocha-0.13.3/test/acceptance/unstubbing_test.rb +0 -168
- data/vendor/bundle/gems/mocha-0.13.3/test/execution_point.rb +0 -36
- data/vendor/bundle/gems/mocha-0.13.3/test/integration/mini_test_test.rb +0 -9
- data/vendor/bundle/gems/mocha-0.13.3/test/method_definer.rb +0 -24
- data/vendor/bundle/gems/mocha-0.13.3/test/simple_counter.rb +0 -13
- data/vendor/bundle/gems/mocha-0.13.3/test/test_helper.rb +0 -11
- data/vendor/bundle/gems/mocha-0.13.3/test/test_runner.rb +0 -48
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/any_instance_method_test.rb +0 -132
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/array_inspect_test.rb +0 -16
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/backtrace_filter_test.rb +0 -19
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/cardinality_test.rb +0 -56
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/central_test.rb +0 -100
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/change_state_side_effect_test.rb +0 -41
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/class_method_test.rb +0 -223
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/class_methods_test.rb +0 -40
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/configuration_test.rb +0 -38
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/date_time_inspect_test.rb +0 -21
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/exception_raiser_test.rb +0 -42
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/expectation_list_test.rb +0 -71
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/expectation_test.rb +0 -497
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/hash_inspect_test.rb +0 -16
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/hooks_test.rb +0 -29
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/in_state_ordering_constraint_test.rb +0 -43
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/method_matcher_test.rb +0 -28
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/mock_test.rb +0 -341
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/mockery_test.rb +0 -151
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/module_methods_test.rb +0 -19
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/multiple_yields_test.rb +0 -18
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/no_yields_test.rb +0 -18
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/object_inspect_test.rb +0 -38
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/object_methods_test.rb +0 -46
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/all_of_test.rb +0 -26
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/any_of_test.rb +0 -26
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/anything_test.rb +0 -21
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/equals_test.rb +0 -25
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/has_entries_test.rb +0 -51
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/has_entry_test.rb +0 -129
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/has_key_test.rb +0 -55
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/has_value_test.rb +0 -57
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/includes_test.rb +0 -59
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/instance_of_test.rb +0 -25
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/is_a_test.rb +0 -25
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/kind_of_test.rb +0 -25
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/not_test.rb +0 -26
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/regexp_matches_test.rb +0 -46
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/responds_with_test.rb +0 -25
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameter_matchers/yaml_equivalent_test.rb +0 -25
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/parameters_matcher_test.rb +0 -121
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/return_values_test.rb +0 -63
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/sequence_test.rb +0 -104
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/single_return_value_test.rb +0 -14
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/single_yield_test.rb +0 -18
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/state_machine_test.rb +0 -98
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/string_inspect_test.rb +0 -11
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/thrower_test.rb +0 -20
- data/vendor/bundle/gems/mocha-0.13.3/test/unit/yield_parameters_test.rb +0 -93
- data/vendor/bundle/gems/multi_json-1.7.2/CHANGELOG.md +0 -139
- data/vendor/bundle/gems/multi_json-1.7.2/Gemfile +0 -34
- data/vendor/bundle/gems/multi_json-1.7.2/lib/multi_json.rb +0 -150
- data/vendor/bundle/gems/multi_json-1.7.2/lib/multi_json/adapter.rb +0 -43
- data/vendor/bundle/gems/multi_json-1.7.2/lib/multi_json/adapters/jr_jackson.rb +0 -22
- data/vendor/bundle/gems/multi_json-1.7.2/lib/multi_json/adapters/json_common.rb +0 -25
- data/vendor/bundle/gems/multi_json-1.7.2/lib/multi_json/adapters/oj.rb +0 -28
- data/vendor/bundle/gems/multi_json-1.7.2/lib/multi_json/options.rb +0 -39
- data/vendor/bundle/gems/multi_json-1.7.2/lib/multi_json/version.rb +0 -3
- data/vendor/bundle/gems/multi_json-1.7.2/multi_json.gemspec +0 -22
- data/vendor/bundle/gems/multi_json-1.7.2/spec/adapter_shared_example.rb +0 -234
- data/vendor/bundle/gems/multi_json-1.7.2/spec/has_options.rb +0 -74
- data/vendor/bundle/gems/multi_json-1.7.2/spec/helper.rb +0 -32
- data/vendor/bundle/gems/multi_json-1.7.2/spec/multi_json_spec.rb +0 -201
- data/vendor/bundle/gems/multi_json-1.7.3/CHANGELOG.md +0 -147
- data/vendor/bundle/gems/multi_json-1.7.3/CONTRIBUTING.md +0 -46
- data/vendor/bundle/gems/multi_json-1.7.3/LICENSE.md +0 -20
- data/vendor/bundle/gems/multi_json-1.7.3/README.md +0 -109
- data/vendor/bundle/gems/multi_json-1.7.3/Rakefile +0 -12
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json.rb +0 -154
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapter.rb +0 -43
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/gson.rb +0 -19
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/json_common.rb +0 -35
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/json_gem.rb +0 -15
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/json_pure.rb +0 -15
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/nsjsonserialization.rb +0 -34
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/oj.rb +0 -28
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/ok_json.rb +0 -22
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/adapters/yajl.rb +0 -19
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/convertible_hash_keys.rb +0 -43
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/options.rb +0 -39
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/vendor/okjson.rb +0 -600
- data/vendor/bundle/gems/multi_json-1.7.3/lib/multi_json/version.rb +0 -3
- data/vendor/bundle/gems/multi_json-1.7.3/multi_json.gemspec +0 -22
- data/vendor/bundle/gems/multi_json-1.7.3/spec/helper.rb +0 -32
- data/vendor/bundle/gems/multi_json-1.7.3/spec/json_common_shared_example.rb +0 -30
- data/vendor/bundle/gems/multi_json-1.7.3/spec/multi_json_spec.rb +0 -224
- data/vendor/bundle/gems/rack-1.4.5/README.rdoc +0 -596
- data/vendor/bundle/gems/rack-1.4.5/Rakefile +0 -122
- data/vendor/bundle/gems/rack-1.4.5/SPEC +0 -173
- data/vendor/bundle/gems/rack-1.4.5/example/protectedlobster.rb +0 -14
- data/vendor/bundle/gems/rack-1.4.5/lib/rack.rb +0 -95
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/abstract/request.rb +0 -47
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/basic.rb +0 -58
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/auth/digest/request.rb +0 -41
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/builder.rb +0 -145
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/cascade.rb +0 -52
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/conditionalget.rb +0 -67
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/config.rb +0 -15
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/deflater.rb +0 -103
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/file.rb +0 -146
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler.rb +0 -94
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/mongrel.rb +0 -100
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/scgi.rb +0 -67
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/thin.rb +0 -24
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/handler/webrick.rb +0 -80
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/head.rb +0 -20
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/lint.rb +0 -569
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/lobster.rb +0 -65
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/lock.rb +0 -24
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/methodoverride.rb +0 -33
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/mime.rb +0 -648
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/request.rb +0 -339
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/response.rb +0 -156
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/sendfile.rb +0 -141
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/server.rb +0 -349
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/session/abstract/id.rb +0 -377
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/session/cookie.rb +0 -170
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/urlmap.rb +0 -75
- data/vendor/bundle/gems/rack-1.4.5/lib/rack/utils.rb +0 -565
- data/vendor/bundle/gems/rack-1.4.5/rack.gemspec +0 -37
- data/vendor/bundle/gems/rack-1.4.5/test/spec_auth.rb +0 -57
- data/vendor/bundle/gems/rack-1.4.5/test/spec_builder.rb +0 -207
- data/vendor/bundle/gems/rack-1.4.5/test/spec_cgi.rb +0 -102
- data/vendor/bundle/gems/rack-1.4.5/test/spec_chunked.rb +0 -87
- data/vendor/bundle/gems/rack-1.4.5/test/spec_content_length.rb +0 -86
- data/vendor/bundle/gems/rack-1.4.5/test/spec_deflater.rb +0 -187
- data/vendor/bundle/gems/rack-1.4.5/test/spec_fastcgi.rb +0 -107
- data/vendor/bundle/gems/rack-1.4.5/test/spec_file.rb +0 -200
- data/vendor/bundle/gems/rack-1.4.5/test/spec_head.rb +0 -48
- data/vendor/bundle/gems/rack-1.4.5/test/spec_lint.rb +0 -515
- data/vendor/bundle/gems/rack-1.4.5/test/spec_lock.rb +0 -167
- data/vendor/bundle/gems/rack-1.4.5/test/spec_methodoverride.rb +0 -72
- data/vendor/bundle/gems/rack-1.4.5/test/spec_mongrel.rb +0 -182
- data/vendor/bundle/gems/rack-1.4.5/test/spec_multipart.rb +0 -445
- data/vendor/bundle/gems/rack-1.4.5/test/spec_nulllogger.rb +0 -23
- data/vendor/bundle/gems/rack-1.4.5/test/spec_request.rb +0 -938
- data/vendor/bundle/gems/rack-1.4.5/test/spec_response.rb +0 -313
- data/vendor/bundle/gems/rack-1.4.5/test/spec_sendfile.rb +0 -90
- data/vendor/bundle/gems/rack-1.4.5/test/spec_server.rb +0 -121
- data/vendor/bundle/gems/rack-1.4.5/test/spec_session_abstract_id.rb +0 -43
- data/vendor/bundle/gems/rack-1.4.5/test/spec_session_cookie.rb +0 -361
- data/vendor/bundle/gems/rack-1.4.5/test/spec_thin.rb +0 -86
- data/vendor/bundle/gems/rack-1.4.5/test/spec_urlmap.rb +0 -213
- data/vendor/bundle/gems/rack-1.4.5/test/spec_utils.rb +0 -542
- data/vendor/bundle/gems/rack-1.4.5/test/spec_webrick.rb +0 -143
- data/vendor/bundle/gems/rack-cache-1.2/CHANGES +0 -241
- data/vendor/bundle/gems/rack-cache-1.2/COPYING +0 -18
- data/vendor/bundle/gems/rack-cache-1.2/Gemfile +0 -2
- data/vendor/bundle/gems/rack-cache-1.2/README +0 -126
- data/vendor/bundle/gems/rack-cache-1.2/Rakefile +0 -139
- data/vendor/bundle/gems/rack-cache-1.2/TODO +0 -27
- data/vendor/bundle/gems/rack-cache-1.2/doc/configuration.markdown +0 -127
- data/vendor/bundle/gems/rack-cache-1.2/doc/faq.markdown +0 -148
- data/vendor/bundle/gems/rack-cache-1.2/doc/index.markdown +0 -121
- data/vendor/bundle/gems/rack-cache-1.2/doc/layout.html.erb +0 -34
- data/vendor/bundle/gems/rack-cache-1.2/doc/license.markdown +0 -24
- data/vendor/bundle/gems/rack-cache-1.2/doc/rack-cache.css +0 -362
- data/vendor/bundle/gems/rack-cache-1.2/doc/server.ru +0 -34
- data/vendor/bundle/gems/rack-cache-1.2/doc/storage.markdown +0 -164
- data/vendor/bundle/gems/rack-cache-1.2/example/sinatra/app.rb +0 -21
- data/vendor/bundle/gems/rack-cache-1.2/example/sinatra/views/index.erb +0 -44
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack-cache.rb +0 -1
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache.rb +0 -45
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/appengine.rb +0 -52
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/cachecontrol.rb +0 -194
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/context.rb +0 -286
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/entitystore.rb +0 -341
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/key.rb +0 -52
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/metastore.rb +0 -418
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/options.rb +0 -166
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/request.rb +0 -33
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/response.rb +0 -255
- data/vendor/bundle/gems/rack-cache-1.2/lib/rack/cache/storage.rb +0 -62
- data/vendor/bundle/gems/rack-cache-1.2/rack-cache.gemspec +0 -75
- data/vendor/bundle/gems/rack-cache-1.2/test/cache_test.rb +0 -38
- data/vendor/bundle/gems/rack-cache-1.2/test/cachecontrol_test.rb +0 -145
- data/vendor/bundle/gems/rack-cache-1.2/test/context_test.rb +0 -916
- data/vendor/bundle/gems/rack-cache-1.2/test/entitystore_test.rb +0 -268
- data/vendor/bundle/gems/rack-cache-1.2/test/key_test.rb +0 -50
- data/vendor/bundle/gems/rack-cache-1.2/test/metastore_test.rb +0 -338
- data/vendor/bundle/gems/rack-cache-1.2/test/options_test.rb +0 -77
- 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 +0 -19
- data/vendor/bundle/gems/rack-cache-1.2/test/response_test.rb +0 -184
- data/vendor/bundle/gems/rack-cache-1.2/test/spec_setup.rb +0 -232
- data/vendor/bundle/gems/rack-cache-1.2/test/storage_test.rb +0 -94
- data/vendor/bundle/gems/rack-ssl-1.3.3/LICENSE +0 -22
- data/vendor/bundle/gems/rack-ssl-1.3.3/README.md +0 -13
- data/vendor/bundle/gems/rack-ssl-1.3.3/lib/rack/ssl.rb +0 -89
- data/vendor/bundle/gems/railties-3.2.13/CHANGELOG.md +0 -128
- data/vendor/bundle/gems/railties-3.2.13/README.rdoc +0 -35
- data/vendor/bundle/gems/railties-3.2.13/bin/rails +0 -7
- 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/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/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/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/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/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/rails_guides_logo.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/javascripts/guides.js +0 -7
- data/vendor/bundle/gems/railties-3.2.13/guides/assets/stylesheets/main.css +0 -453
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/Gemfile +0 -38
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/README.rdoc +0 -261
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/Rakefile +0 -7
- 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 +0 -15
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/javascripts/comments.js.coffee +0 -3
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/javascripts/home.js.coffee +0 -3
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/javascripts/posts.js.coffee +0 -3
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/application.css +0 -13
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/home.css.scss +0 -3
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/posts.css.scss +0 -3
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/assets/stylesheets/scaffolds.css.scss +0 -56
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/application_controller.rb +0 -3
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/comments_controller.rb +0 -16
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/home_controller.rb +0 -5
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/controllers/posts_controller.rb +0 -84
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/helpers/home_helper.rb +0 -2
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/helpers/posts_helper.rb +0 -5
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/models/post.rb +0 -11
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/models/tag.rb +0 -3
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/comments/_comment.html.erb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/comments/_form.html.erb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/home/index.html.erb +0 -2
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/layouts/application.html.erb +0 -14
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/_form.html.erb +0 -32
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/edit.html.erb +0 -6
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/index.html.erb +0 -27
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/new.html.erb +0 -5
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/posts/show.html.erb +0 -31
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/app/views/tags/_form.html.erb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/application.rb +0 -59
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/boot.rb +0 -6
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environment.rb +0 -5
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environments/development.rb +0 -37
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environments/production.rb +0 -67
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/environments/test.rb +0 -37
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/inflections.rb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/secret_token.rb +0 -7
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/session_store.rb +0 -8
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/initializers/wrap_parameters.rb +0 -14
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/locales/en.yml +0 -5
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/config/routes.rb +0 -64
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/migrate/20110901012504_create_posts.rb +0 -11
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/migrate/20110901012815_create_comments.rb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/migrate/20110901013701_create_tags.rb +0 -11
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/db/schema.rb +0 -43
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/doc/README_FOR_APP +0 -2
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/404.html +0 -26
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/422.html +0 -26
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/500.html +0 -25
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/public/robots.txt +0 -5
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/script/rails +0 -6
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/fixtures/comments.yml +0 -11
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/fixtures/posts.yml +0 -11
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/fixtures/tags.yml +0 -9
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/functional/home_controller_test.rb +0 -9
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/functional/posts_controller_test.rb +0 -49
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/performance/browsing_test.rb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/test_helper.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/helpers/home_helper_test.rb +0 -4
- data/vendor/bundle/gems/railties-3.2.13/guides/code/getting_started/test/unit/tag_test.rb +0 -7
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides.rb +0 -50
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/generator.rb +0 -310
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/helpers.rb +0 -45
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/indexer.rb +0 -69
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/levenshtein.rb +0 -31
- data/vendor/bundle/gems/railties-3.2.13/guides/rails_guides/textile_extensions.rb +0 -63
- data/vendor/bundle/gems/railties-3.2.13/guides/source/2_2_release_notes.textile +0 -422
- data/vendor/bundle/gems/railties-3.2.13/guides/source/2_3_release_notes.textile +0 -610
- data/vendor/bundle/gems/railties-3.2.13/guides/source/3_0_release_notes.textile +0 -595
- data/vendor/bundle/gems/railties-3.2.13/guides/source/3_1_release_notes.textile +0 -553
- data/vendor/bundle/gems/railties-3.2.13/guides/source/3_2_release_notes.textile +0 -540
- data/vendor/bundle/gems/railties-3.2.13/guides/source/_welcome.html.erb +0 -19
- data/vendor/bundle/gems/railties-3.2.13/guides/source/action_controller_overview.textile +0 -820
- data/vendor/bundle/gems/railties-3.2.13/guides/source/action_mailer_basics.textile +0 -516
- data/vendor/bundle/gems/railties-3.2.13/guides/source/action_view_overview.textile +0 -1497
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_model_basics.textile +0 -205
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_record_basics.textile +0 -218
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_record_querying.textile +0 -1433
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_record_validations_callbacks.textile +0 -1287
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_resource_basics.textile +0 -120
- data/vendor/bundle/gems/railties-3.2.13/guides/source/active_support_core_extensions.textile +0 -3715
- data/vendor/bundle/gems/railties-3.2.13/guides/source/api_documentation_guidelines.textile +0 -185
- data/vendor/bundle/gems/railties-3.2.13/guides/source/asset_pipeline.textile +0 -707
- data/vendor/bundle/gems/railties-3.2.13/guides/source/association_basics.textile +0 -1959
- data/vendor/bundle/gems/railties-3.2.13/guides/source/caching_with_rails.textile +0 -437
- data/vendor/bundle/gems/railties-3.2.13/guides/source/command_line.textile +0 -574
- data/vendor/bundle/gems/railties-3.2.13/guides/source/configuring.textile +0 -643
- data/vendor/bundle/gems/railties-3.2.13/guides/source/contributing_to_ruby_on_rails.textile +0 -448
- data/vendor/bundle/gems/railties-3.2.13/guides/source/credits.html.erb +0 -72
- data/vendor/bundle/gems/railties-3.2.13/guides/source/debugging_rails_applications.textile +0 -714
- data/vendor/bundle/gems/railties-3.2.13/guides/source/documents.yaml +0 -157
- data/vendor/bundle/gems/railties-3.2.13/guides/source/engines.textile +0 -618
- data/vendor/bundle/gems/railties-3.2.13/guides/source/form_helpers.textile +0 -798
- data/vendor/bundle/gems/railties-3.2.13/guides/source/generators.textile +0 -621
- data/vendor/bundle/gems/railties-3.2.13/guides/source/getting_started.textile +0 -1929
- data/vendor/bundle/gems/railties-3.2.13/guides/source/i18n.textile +0 -931
- data/vendor/bundle/gems/railties-3.2.13/guides/source/index.html.erb +0 -30
- data/vendor/bundle/gems/railties-3.2.13/guides/source/initialization.textile +0 -1116
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/KINDLE.md +0 -26
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/rails_guides.opf.erb +0 -52
- data/vendor/bundle/gems/railties-3.2.13/guides/source/kindle/welcome.html.erb +0 -5
- data/vendor/bundle/gems/railties-3.2.13/guides/source/layout.html.erb +0 -124
- data/vendor/bundle/gems/railties-3.2.13/guides/source/layouts_and_rendering.textile +0 -1237
- data/vendor/bundle/gems/railties-3.2.13/guides/source/migrations.textile +0 -900
- data/vendor/bundle/gems/railties-3.2.13/guides/source/nested_model_forms.textile +0 -222
- data/vendor/bundle/gems/railties-3.2.13/guides/source/performance_testing.textile +0 -597
- data/vendor/bundle/gems/railties-3.2.13/guides/source/plugins.textile +0 -464
- data/vendor/bundle/gems/railties-3.2.13/guides/source/rails_application_templates.textile +0 -240
- data/vendor/bundle/gems/railties-3.2.13/guides/source/rails_on_rack.textile +0 -236
- data/vendor/bundle/gems/railties-3.2.13/guides/source/routing.textile +0 -885
- data/vendor/bundle/gems/railties-3.2.13/guides/source/ruby_on_rails_guides_guidelines.textile +0 -79
- data/vendor/bundle/gems/railties-3.2.13/guides/source/security.textile +0 -1004
- data/vendor/bundle/gems/railties-3.2.13/guides/source/testing.textile +0 -947
- data/vendor/bundle/gems/railties-3.2.13/guides/w3c_validator.rb +0 -91
- data/vendor/bundle/gems/railties-3.2.13/lib/rails.rb +0 -126
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/all.rb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application.rb +0 -320
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/bootstrap.rb +0 -73
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/configuration.rb +0 -151
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/finisher.rb +0 -98
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/railties.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/route_inspector.rb +0 -84
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/application/routes_reloader.rb +0 -56
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/backtrace_cleaner.rb +0 -42
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/cli.rb +0 -16
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/code_statistics.rb +0 -118
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands.rb +0 -104
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/application.rb +0 -38
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/benchmarker.rb +0 -34
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/console.rb +0 -55
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/dbconsole.rb +0 -123
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/destroy.rb +0 -10
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/generate.rb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/plugin.rb +0 -544
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/plugin_new.rb +0 -11
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/profiler.rb +0 -32
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/runner.rb +0 -54
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/server.rb +0 -100
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/commands/update.rb +0 -9
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/configuration.rb +0 -89
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/console/app.rb +0 -36
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine.rb +0 -657
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine/commands.rb +0 -43
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine/configuration.rb +0 -84
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/engine/railties.rb +0 -33
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators.rb +0 -339
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/actions.rb +0 -325
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/active_model.rb +0 -78
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/app_base.rb +0 -281
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/base.rb +0 -390
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/css/assets/assets_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/css/scaffold/scaffold_generator.rb +0 -16
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb.rb +0 -21
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/controller/controller_generator.rb +0 -20
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/mailer/mailer_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/scaffold_generator.rb +0 -29
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/_form.html.erb +0 -23
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/index.html.erb +0 -27
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/show.html.erb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/generated_attribute.rb +0 -107
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/js/assets/assets_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/migration.rb +0 -68
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/named_base.rb +0 -202
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/app_generator.rb +0 -303
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/Gemfile +0 -26
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/README +0 -261
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/Rakefile +0 -7
- 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 +0 -17
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb +0 -3
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +0 -14
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config.ru +0 -4
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/application.rb +0 -74
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/boot.rb +0 -6
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +0 -43
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +0 -54
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +0 -55
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environment.rb +0 -5
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +0 -41
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +0 -73
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +0 -39
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/secret_token.rb.tt +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +0 -16
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/locales/en.yml +0 -5
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/config/routes.rb +0 -58
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/doc/README_FOR_APP +0 -2
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/gitignore +0 -15
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/404.html +0 -26
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/422.html +0 -26
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/500.html +0 -25
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/index.html +0 -241
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/public/robots.txt +0 -5
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/script/rails +0 -5
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/test/performance/browsing_test.rb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/app/templates/test/test_helper.rb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/assets/assets_generator.rb +0 -25
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/controller/USAGE +0 -18
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/controller/controller_generator.rb +0 -20
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/controller/templates/controller.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/generator/generator_generator.rb +0 -25
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/helper/USAGE +0 -17
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/helper/helper_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/integration_test/integration_test_generator.rb +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/migration/USAGE +0 -29
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/migration/migration_generator.rb +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/model/USAGE +0 -45
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/model/model_generator.rb +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/observer/USAGE +0 -12
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/observer/observer_generator.rb +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/performance_test/USAGE +0 -10
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/performance_test/performance_test_generator.rb +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb +0 -322
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/%name%.gemspec +0 -29
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/Gemfile +0 -23
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/Rakefile +0 -31
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/app/views/layouts/%name%/application.html.erb.tt +0 -14
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/gitignore +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/lib/%name%.rb +0 -6
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/rails/application.rb +0 -18
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/rails/boot.rb +0 -10
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/plugin_new/templates/script/rails.tt +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/resource/resource_generator.rb +0 -20
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/resource_route/resource_route_generator.rb +0 -50
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold/scaffold_generator.rb +0 -23
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold_controller/USAGE +0 -19
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +0 -25
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +0 -89
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/session_migration/USAGE +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/session_migration/session_migration_generator.rb +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/task/task_generator.rb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/rails/task/templates/task.rb +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/resource_helpers.rb +0 -80
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_case.rb +0 -247
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit.rb +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/controller/controller_generator.rb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/helper/helper_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/integration/integration_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/mailer/mailer_generator.rb +0 -14
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/model/model_generator.rb +0 -36
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/model/templates/fixtures.yml +0 -23
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/observer/observer_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/observer/templates/unit_test.rb +0 -9
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/performance/performance_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/performance/templates/performance_test.rb +0 -12
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/plugin/plugin_generator.rb +0 -13
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +0 -3
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +0 -38
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +0 -51
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/info.rb +0 -116
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/info_controller.rb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/initializable.rb +0 -89
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/paths.rb +0 -211
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/performance_test_help.rb +0 -3
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/plugin.rb +0 -92
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rack/debugger.rb +0 -24
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rack/logger.rb +0 -60
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/railtie.rb +0 -202
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/railtie/configurable.rb +0 -35
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/railtie/configuration.rb +0 -90
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/ruby_version_check.rb +0 -23
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/rubyprof_ext.rb +0 -35
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/script_rails_loader.rb +0 -29
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/source_annotation_extractor.rb +0 -104
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/annotations.rake +0 -20
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/documentation.rake +0 -155
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/engine.rake +0 -72
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/framework.rake +0 -76
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/log.rake +0 -9
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/middleware.rake +0 -7
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/misc.rake +0 -67
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/routes.rake +0 -9
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/statistics.rake +0 -16
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/tasks/tmp.rake +0 -37
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_help.rb +0 -56
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_unit/railtie.rb +0 -15
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_unit/sub_test_task.rb +0 -8
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/test_unit/testing.rake +0 -146
- data/vendor/bundle/gems/railties-3.2.13/lib/rails/version.rb +0 -10
- data/vendor/bundle/gems/rake-10.0.4/Rakefile +0 -375
- data/vendor/bundle/gems/rake-10.0.4/doc/command_line_usage.rdoc +0 -152
- data/vendor/bundle/gems/rake-10.0.4/doc/rakefile.rdoc +0 -603
- data/vendor/bundle/gems/rake-10.0.4/install.rb +0 -90
- data/vendor/bundle/gems/rake-10.0.4/lib/rake.rb +0 -71
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/alt_system.rb +0 -109
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/application.rb +0 -681
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/backtrace.rb +0 -19
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/clean.rb +0 -32
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/ftptools.rb +0 -151
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/sys.rb +0 -1
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/dsl_definition.rb +0 -156
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/core.rb +0 -27
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/string.rb +0 -168
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_list.rb +0 -410
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_task.rb +0 -47
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_utils.rb +0 -114
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_utils_ext.rb +0 -143
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/gempackagetask.rb +0 -1
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/invocation_chain.rb +0 -51
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/packagetask.rb +0 -185
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/pseudo_status.rb +0 -24
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/rdoctask.rb +0 -1
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/ruby182_test_unit_fix.rb +0 -25
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/runtest.rb +0 -22
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/task.rb +0 -368
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_arguments.rb +0 -78
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_manager.rb +0 -296
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/tasklib.rb +0 -22
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/testtask.rb +0 -198
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/thread_history_display.rb +0 -48
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/thread_pool.rb +0 -155
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/version.rb +0 -13
- data/vendor/bundle/gems/rake-10.0.4/lib/rake/win32.rb +0 -55
- data/vendor/bundle/gems/rake-10.0.4/test/helper.rb +0 -562
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_application.rb +0 -515
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_application_options.rb +0 -455
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_backtrace.rb +0 -89
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_clean.rb +0 -14
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_definitions.rb +0 -80
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_creation_task.rb +0 -56
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_list.rb +0 -628
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_task.rb +0 -122
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_utils.rb +0 -305
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_ftp_file.rb +0 -59
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_functional.rb +0 -496
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_invocation_chain.rb +0 -52
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_makefile_loader.rb +0 -44
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_multi_task.rb +0 -59
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_name_space.rb +0 -43
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_path_map.rb +0 -157
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_rake_test_loader.rb +0 -21
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_reduce_compat.rb +0 -30
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_rules.rb +0 -327
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task.rb +0 -340
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_arguments.rb +0 -88
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_manager.rb +0 -157
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_with_arguments.rb +0 -171
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_test_task.rb +0 -120
- data/vendor/bundle/gems/rake-10.0.4/test/test_rake_thread_pool.rb +0 -122
- data/vendor/bundle/gems/rake-10.0.4/test/test_thread_history_display.rb +0 -91
- data/vendor/bundle/gems/rake-10.0.4/test/test_trace_output.rb +0 -50
- data/vendor/bundle/gems/rdiscount-2.0.7.2/BUILDING +0 -142
- data/vendor/bundle/gems/rdiscount-2.0.7.2/COPYING +0 -52
- data/vendor/bundle/gems/rdiscount-2.0.7.2/README.markdown +0 -71
- data/vendor/bundle/gems/rdiscount-2.0.7.2/Rakefile +0 -218
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/Csio.c +0 -61
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/Csio.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/Makefile +0 -237
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/VERSION +0 -1
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/amalloc.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/basename.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/config.h +0 -25
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/css.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/cstring.h +0 -77
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/docheader.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/dumptree.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/emmatch.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/flags.c +0 -84
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/flags.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/generate.c +0 -1717
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/generate.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/html5.c +0 -24
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/html5.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/markdown.c +0 -1227
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/markdown.h +0 -181
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/markdown.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/mkdio.c +0 -354
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/mkdio.h +0 -108
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/mkdio.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/mkmf.log +0 -191
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/rdiscount.bundle +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/rdiscount.c +0 -146
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/rdiscount.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/resource.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/setup.c +0 -47
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/setup.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/siteconf20130414-3848-1kynol7.rb +0 -6
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/tags.c +0 -123
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/tags.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/toc.c +0 -103
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/toc.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/version.c +0 -22
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/version.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/xml.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/ext/xmlpage.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/lib/rdiscount.bundle +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.2/lib/rdiscount.rb +0 -100
- data/vendor/bundle/gems/rdiscount-2.0.7.2/rdiscount.gemspec +0 -65
- data/vendor/bundle/gems/rdiscount-2.0.7.2/test/markdown_test.rb +0 -158
- data/vendor/bundle/gems/rdiscount-2.0.7.2/test/rdiscount_test.rb +0 -126
- data/vendor/bundle/gems/rdiscount-2.0.7.3/BUILDING +0 -142
- data/vendor/bundle/gems/rdiscount-2.0.7.3/COPYING +0 -52
- data/vendor/bundle/gems/rdiscount-2.0.7.3/Rakefile +0 -218
- data/vendor/bundle/gems/rdiscount-2.0.7.3/bin/rdiscount +0 -13
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/Csio.c +0 -61
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/Csio.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/Makefile +0 -237
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/VERSION +0 -1
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/amalloc.c +0 -111
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/amalloc.h +0 -29
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/amalloc.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/basename.c +0 -43
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/basename.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/config.h +0 -25
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/css.c +0 -85
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/css.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/cstring.h +0 -77
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/docheader.c +0 -49
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/docheader.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/dumptree.c +0 -152
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/dumptree.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/emmatch.c +0 -188
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/emmatch.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/extconf.rb +0 -37
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/flags.c +0 -84
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/flags.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/generate.c +0 -1717
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/generate.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/html5.c +0 -24
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/html5.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/markdown.c +0 -1227
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/markdown.h +0 -181
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/markdown.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/mkdio.c +0 -354
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/mkdio.h +0 -108
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/mkdio.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/mkmf.log +0 -191
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/rdiscount.bundle +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/rdiscount.c +0 -147
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/rdiscount.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/resource.c +0 -157
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/resource.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/ruby-config.h +0 -10
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/setup.c +0 -47
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/setup.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/siteconf20130510-69347-e72tzr.rb +0 -6
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/tags.c +0 -123
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/tags.h +0 -19
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/tags.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/toc.c +0 -103
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/toc.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/version.c +0 -22
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/version.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/xml.c +0 -82
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/xml.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/xmlpage.c +0 -48
- data/vendor/bundle/gems/rdiscount-2.0.7.3/ext/xmlpage.o +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/lib/markdown.rb +0 -1
- data/vendor/bundle/gems/rdiscount-2.0.7.3/lib/rdiscount.bundle +0 -0
- data/vendor/bundle/gems/rdiscount-2.0.7.3/lib/rdiscount.rb +0 -100
- data/vendor/bundle/gems/rdiscount-2.0.7.3/man/markdown.7 +0 -1020
- data/vendor/bundle/gems/rdiscount-2.0.7.3/man/rdiscount.1 +0 -22
- data/vendor/bundle/gems/rdiscount-2.0.7.3/man/rdiscount.1.ronn +0 -24
- data/vendor/bundle/gems/rdiscount-2.0.7.3/rdiscount.gemspec +0 -65
- data/vendor/bundle/gems/rdiscount-2.0.7.3/test/benchmark.rb +0 -56
- data/vendor/bundle/gems/rdiscount-2.0.7.3/test/benchmark.txt +0 -306
- data/vendor/bundle/gems/rdiscount-2.0.7.3/test/rdiscount_test.rb +0 -132
- data/vendor/bundle/gems/rdoc-3.12.2/CVE-2013-0256.rdoc +0 -49
- data/vendor/bundle/gems/rdoc-3.12.2/DEVELOPERS.rdoc +0 -141
- data/vendor/bundle/gems/rdoc-3.12.2/History.rdoc +0 -984
- data/vendor/bundle/gems/rdoc-3.12.2/LEGAL.rdoc +0 -27
- data/vendor/bundle/gems/rdoc-3.12.2/LICENSE.rdoc +0 -57
- data/vendor/bundle/gems/rdoc-3.12.2/Manifest.txt +0 -231
- data/vendor/bundle/gems/rdoc-3.12.2/README.rdoc +0 -61
- data/vendor/bundle/gems/rdoc-3.12.2/RI.rdoc +0 -57
- data/vendor/bundle/gems/rdoc-3.12.2/Rakefile +0 -137
- data/vendor/bundle/gems/rdoc-3.12.2/TODO.rdoc +0 -40
- data/vendor/bundle/gems/rdoc-3.12.2/bin/rdoc +0 -40
- data/vendor/bundle/gems/rdoc-3.12.2/bin/ri +0 -12
- data/vendor/bundle/gems/rdoc-3.12.2/lib/gauntlet_rdoc.rb +0 -84
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc.rb +0 -221
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/alias.rb +0 -111
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/anon_class.rb +0 -10
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/any_method.rb +0 -208
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/attr.rb +0 -134
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/class_module.rb +0 -619
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/code_object.rb +0 -305
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/code_objects.rb +0 -5
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/comment.rb +0 -225
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/constant.rb +0 -84
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/context.rb +0 -1136
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/context/section.rb +0 -123
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/cross_reference.rb +0 -175
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/encoding.rb +0 -90
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/erbio.rb +0 -37
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator.rb +0 -45
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/darkfish.rb +0 -532
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/json_index.rb +0 -240
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/markup.rb +0 -171
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/ri.rb +0 -83
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_footer.rhtml +0 -5
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_head.rhtml +0 -16
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml +0 -18
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml +0 -9
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml +0 -8
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml +0 -16
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml +0 -12
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml +0 -7
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml +0 -12
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml +0 -10
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml +0 -10
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml +0 -10
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/class.rhtml +0 -165
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/add.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/brick.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/brick_link.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/bug.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/bullet_black.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/date.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/delete.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/find.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/macFFBgHack.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/package.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/page_green.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/page_white_text.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/page_white_width.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/plugin.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/ruby.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/tag_blue.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/tag_green.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/transparent.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/wrench.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/wrench_orange.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/images/zoom.png +0 -0
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/index.rhtml +0 -19
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/js/darkfish.js +0 -155
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/js/jquery.js +0 -18
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/js/search.js +0 -94
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/page.rhtml +0 -16
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/rdoc.css +0 -543
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml +0 -55
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/json_index/js/navigation.js +0 -142
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/generator/template/json_index/js/searcher.js +0 -228
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ghost_method.rb +0 -6
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/include.rb +0 -110
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/known_classes.rb +0 -72
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup.rb +0 -813
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/attr_changer.rb +0 -25
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/attr_span.rb +0 -29
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/attribute.rb +0 -51
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/attribute_manager.rb +0 -335
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/blank_line.rb +0 -27
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/document.rb +0 -148
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/formatter.rb +0 -173
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/formatter_test_case.rb +0 -698
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/heading.rb +0 -64
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/include.rb +0 -42
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/indented_paragraph.rb +0 -33
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/inline.rb +0 -1
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/list.rb +0 -82
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/list_item.rb +0 -86
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/paragraph.rb +0 -14
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/parser.rb +0 -504
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/pre_process.rb +0 -293
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/raw.rb +0 -69
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/rule.rb +0 -20
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/special.rb +0 -40
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/text_formatter_test_case.rb +0 -114
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_ansi.rb +0 -87
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_bs.rb +0 -78
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_html.rb +0 -394
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_html_crossref.rb +0 -156
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_html_snippet.rb +0 -268
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_label.rb +0 -55
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_rdoc.rb +0 -302
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_table_of_contents.rb +0 -56
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_test.rb +0 -69
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/to_tt_only.rb +0 -111
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/markup/verbatim.rb +0 -64
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/meta_method.rb +0 -6
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/method_attr.rb +0 -384
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/normal_class.rb +0 -69
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/normal_module.rb +0 -64
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/options.rb +0 -1040
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/parser.rb +0 -242
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/parser/c.rb +0 -1024
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/parser/rd.rb +0 -22
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/parser/ruby.rb +0 -1816
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/parser/ruby_tools.rb +0 -162
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/parser/simple.rb +0 -61
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/parser/text.rb +0 -11
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rd.rb +0 -95
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rd/block_parser.rb +0 -1054
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rd/block_parser.ry +0 -638
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rd/inline.rb +0 -71
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rd/inline_parser.rb +0 -1207
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rd/inline_parser.ry +0 -593
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rdoc.rb +0 -532
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/require.rb +0 -51
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ri.rb +0 -20
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ri/driver.rb +0 -1174
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ri/formatter.rb +0 -5
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ri/paths.rb +0 -128
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ri/store.rb +0 -357
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ruby_lex.rb +0 -1352
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/ruby_token.rb +0 -459
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/rubygems_hook.rb +0 -220
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/single_class.rb +0 -21
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/stats.rb +0 -436
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/stats/normal.rb +0 -48
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/stats/quiet.rb +0 -59
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/stats/verbose.rb +0 -45
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/task.rb +0 -329
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/test_case.rb +0 -76
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/text.rb +0 -314
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/token_stream.rb +0 -95
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/tom_doc.rb +0 -232
- data/vendor/bundle/gems/rdoc-3.12.2/lib/rdoc/top_level.rb +0 -523
- data/vendor/bundle/gems/rdoc-3.12.2/test/README +0 -1
- 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 +0 -1
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.ja.large.rdoc +0 -3
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.ja.rdoc +0 -10
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.ja.txt +0 -8
- data/vendor/bundle/gems/rdoc-3.12.2/test/test.txt +0 -1
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_attribute_manager.rb +0 -117
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_alias.rb +0 -13
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_any_method.rb +0 -248
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_attr.rb +0 -136
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_class_module.rb +0 -814
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_code_object.rb +0 -297
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_comment.rb +0 -504
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_constant.rb +0 -15
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_context.rb +0 -791
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_context_section.rb +0 -53
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_cross_reference.rb +0 -176
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_encoding.rb +0 -188
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_darkfish.rb +0 -151
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_json_index.rb +0 -255
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_markup.rb +0 -56
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_generator_ri.rb +0 -84
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_include.rb +0 -96
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup.rb +0 -95
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_attribute_manager.rb +0 -237
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_document.rb +0 -180
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_formatter.rb +0 -55
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_heading.rb +0 -20
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_include.rb +0 -19
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_indented_paragraph.rb +0 -39
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_paragraph.rb +0 -18
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_parser.rb +0 -1624
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_pre_process.rb +0 -461
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_raw.rb +0 -29
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_ansi.rb +0 -348
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_bs.rb +0 -342
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_html.rb +0 -515
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_html_crossref.rb +0 -200
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_html_snippet.rb +0 -669
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_label.rb +0 -50
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_rdoc.rb +0 -357
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_table_of_contents.rb +0 -90
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_to_tt_only.rb +0 -226
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_markup_verbatim.rb +0 -16
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_method_attr.rb +0 -150
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_normal_class.rb +0 -23
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_normal_module.rb +0 -37
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_options.rb +0 -579
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser.rb +0 -162
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_c.rb +0 -1438
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_rd.rb +0 -52
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_ruby.rb +0 -2490
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_parser_simple.rb +0 -115
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd.rb +0 -30
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd_block_parser.rb +0 -527
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd_inline.rb +0 -63
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rd_inline_parser.rb +0 -173
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rdoc.rb +0 -280
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_require.rb +0 -25
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ri_driver.rb +0 -1059
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ri_paths.rb +0 -46
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ri_store.rb +0 -466
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_ruby_lex.rb +0 -291
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_rubygems_hook.rb +0 -202
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_single_class.rb +0 -12
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_stats.rb +0 -588
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_task.rb +0 -120
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_text.rb +0 -542
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_token_stream.rb +0 -42
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_tom_doc.rb +0 -458
- data/vendor/bundle/gems/rdoc-3.12.2/test/test_rdoc_top_level.rb +0 -313
- data/vendor/bundle/gems/rdoc-3.12.2/test/xref_data.rb +0 -76
- data/vendor/bundle/gems/rdoc-3.12.2/test/xref_test_case.rb +0 -67
- data/vendor/bundle/gems/shoulda-3.4.0/Appraisals +0 -15
- data/vendor/bundle/gems/shoulda-3.4.0/Gemfile +0 -3
- data/vendor/bundle/gems/shoulda-3.4.0/MIT-LICENSE +0 -22
- data/vendor/bundle/gems/shoulda-3.4.0/README.md +0 -108
- data/vendor/bundle/gems/shoulda-3.4.0/Rakefile +0 -17
- data/vendor/bundle/gems/shoulda-3.4.0/features/rails_integration.feature +0 -87
- data/vendor/bundle/gems/shoulda-3.4.0/features/step_definitions/rails_steps.rb +0 -77
- data/vendor/bundle/gems/shoulda-3.4.0/features/support/env.rb +0 -14
- data/vendor/bundle/gems/shoulda-3.4.0/gemfiles/3.0.gemfile +0 -7
- data/vendor/bundle/gems/shoulda-3.4.0/gemfiles/3.0.gemfile.lock +0 -127
- data/vendor/bundle/gems/shoulda-3.4.0/gemfiles/3.1.gemfile +0 -9
- data/vendor/bundle/gems/shoulda-3.4.0/gemfiles/3.1.gemfile.lock +0 -149
- data/vendor/bundle/gems/shoulda-3.4.0/gemfiles/3.2.gemfile +0 -9
- data/vendor/bundle/gems/shoulda-3.4.0/gemfiles/3.2.gemfile.lock +0 -146
- data/vendor/bundle/gems/shoulda-3.4.0/lib/shoulda.rb +0 -3
- data/vendor/bundle/gems/shoulda-3.4.0/lib/shoulda/version.rb +0 -3
- data/vendor/bundle/gems/shoulda-3.4.0/shoulda.gemspec +0 -30
- data/vendor/bundle/gems/shoulda-context-1.1.0/Appraisals +0 -15
- data/vendor/bundle/gems/shoulda-context-1.1.0/CONTRIBUTING.md +0 -38
- data/vendor/bundle/gems/shoulda-context-1.1.0/gemfiles/3.0.gemfile.lock +0 -91
- data/vendor/bundle/gems/shoulda-context-1.1.0/gemfiles/3.1.gemfile.lock +0 -113
- data/vendor/bundle/gems/shoulda-context-1.1.0/gemfiles/3.2.gemfile.lock +0 -111
- data/vendor/bundle/gems/shoulda-context-1.1.0/lib/shoulda/context.rb +0 -15
- data/vendor/bundle/gems/shoulda-context-1.1.0/lib/shoulda/context/assertions.rb +0 -88
- data/vendor/bundle/gems/shoulda-context-1.1.0/lib/shoulda/context/context.rb +0 -452
- data/vendor/bundle/gems/shoulda-context-1.1.0/lib/shoulda/context/version.rb +0 -5
- data/vendor/bundle/gems/shoulda-context-1.1.0/shoulda-context.gemspec +0 -27
- data/vendor/bundle/gems/shoulda-context-1.1.0/test/shoulda/should_test.rb +0 -281
- data/vendor/bundle/gems/shoulda-context-1.1.1/Appraisals +0 -15
- data/vendor/bundle/gems/shoulda-context-1.1.1/CONTRIBUTING.md +0 -38
- data/vendor/bundle/gems/shoulda-context-1.1.1/Gemfile +0 -3
- data/vendor/bundle/gems/shoulda-context-1.1.1/README.md +0 -54
- data/vendor/bundle/gems/shoulda-context-1.1.1/Rakefile +0 -21
- data/vendor/bundle/gems/shoulda-context-1.1.1/bin/convert_to_should_syntax +0 -42
- data/vendor/bundle/gems/shoulda-context-1.1.1/gemfiles/3.0.gemfile +0 -7
- data/vendor/bundle/gems/shoulda-context-1.1.1/gemfiles/3.0.gemfile.lock +0 -91
- data/vendor/bundle/gems/shoulda-context-1.1.1/gemfiles/3.1.gemfile +0 -9
- data/vendor/bundle/gems/shoulda-context-1.1.1/gemfiles/3.1.gemfile.lock +0 -113
- data/vendor/bundle/gems/shoulda-context-1.1.1/gemfiles/3.2.gemfile +0 -9
- data/vendor/bundle/gems/shoulda-context-1.1.1/gemfiles/3.2.gemfile.lock +0 -111
- data/vendor/bundle/gems/shoulda-context-1.1.1/init.rb +0 -1
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda-context.rb +0 -1
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context.rb +0 -34
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/assertions.rb +0 -88
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/autoload_macros.rb +0 -46
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/context.rb +0 -452
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/proc_extensions.rb +0 -14
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/tasks.rb +0 -3
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/tasks/list_tests.rake +0 -29
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/tasks/yaml_to_shoulda.rake +0 -28
- data/vendor/bundle/gems/shoulda-context-1.1.1/lib/shoulda/context/version.rb +0 -5
- data/vendor/bundle/gems/shoulda-context-1.1.1/rails/init.rb +0 -4
- data/vendor/bundle/gems/shoulda-context-1.1.1/shoulda-context.gemspec +0 -27
- data/vendor/bundle/gems/shoulda-context-1.1.1/tasks/shoulda.rake +0 -1
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/fake_rails_root/test/shoulda_macros/custom_macro.rb +0 -6
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/fake_rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb +0 -6
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/fake_rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb +0 -6
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/shoulda/autoload_macro_test.rb +0 -18
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/shoulda/context_test.rb +0 -360
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/shoulda/convert_to_should_syntax_test.rb +0 -63
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/shoulda/helpers_test.rb +0 -190
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/shoulda/should_test.rb +0 -281
- data/vendor/bundle/gems/shoulda-context-1.1.1/test/test_helper.rb +0 -11
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/Appraisals +0 -15
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/Gemfile.lock +0 -148
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/MIT-LICENSE +0 -22
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/NEWS.md +0 -139
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/README.md +0 -104
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/features/rails_integration.feature +0 -116
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/gemfiles/3.0.gemfile.lock +0 -139
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/gemfiles/3.1.gemfile.lock +0 -160
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/gemfiles/3.2.gemfile +0 -16
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/gemfiles/3.2.gemfile.lock +0 -158
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/action_controller.rb +0 -39
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/action_controller/assign_to_matcher.rb +0 -130
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/action_controller/respond_with_content_type_matcher.rb +0 -83
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/action_controller/strong_parameters_matcher.rb +0 -121
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/action_mailer.rb +0 -22
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/action_mailer/have_sent_email_matcher.rb +0 -260
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model.rb +0 -51
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/allow_value_matcher.rb +0 -169
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/ensure_exclusion_of_matcher.rb +0 -94
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/ensure_inclusion_of_matcher.rb +0 -156
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/ensure_length_of_matcher.rb +0 -174
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/exception_message_finder.rb +0 -57
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/helpers.rb +0 -42
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/only_integer_matcher.rb +0 -33
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/validate_format_of_matcher.rb +0 -108
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb +0 -92
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/validate_uniqueness_of_matcher.rb +0 -169
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/validation_matcher.rb +0 -84
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_model/validation_message_finder.rb +0 -69
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_record.rb +0 -26
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_record/association_matcher.rb +0 -343
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/active_record/query_the_database_matcher.rb +0 -111
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/independent.rb +0 -9
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/independent/delegate_matcher.rb +0 -134
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/integrations/rspec.rb +0 -28
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/integrations/test_unit.rb +0 -65
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/lib/shoulda/matchers/version.rb +0 -5
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/shoulda-matchers.gemspec +0 -32
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/action_controller/assign_to_matcher_spec.rb +0 -66
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/action_controller/respond_with_content_type_matcher_spec.rb +0 -31
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/action_controller/strong_parameters_matcher_spec.rb +0 -142
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/action_mailer/have_sent_email_spec.rb +0 -324
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/allow_value_matcher_spec.rb +0 -128
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/ensure_exclusion_of_matcher_spec.rb +0 -74
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/ensure_inclusion_of_matcher_spec.rb +0 -171
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/ensure_length_of_matcher_spec.rb +0 -113
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/only_integer_matcher_spec.rb +0 -52
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/validate_format_of_matcher_spec.rb +0 -75
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/validate_numericality_of_matcher_spec.rb +0 -73
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/validate_presence_of_matcher_spec.rb +0 -127
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/validate_uniqueness_of_matcher_spec.rb +0 -175
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_model/validation_message_finder_spec.rb +0 -106
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_record/association_matcher_spec.rb +0 -558
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/active_record/query_the_database_matcher_spec.rb +0 -45
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/shoulda/matchers/independent/delegate_matcher_spec.rb +0 -204
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/spec_helper.rb +0 -30
- data/vendor/bundle/gems/shoulda-matchers-1.5.6/spec/support/controller_builder.rb +0 -104
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/CONTRIBUTING.md +0 -41
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/Gemfile +0 -15
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/Gemfile.lock +0 -148
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/MIT-LICENSE +0 -22
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/NEWS.md +0 -181
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/Rakefile +0 -28
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/features/step_definitions/rails_steps.rb +0 -130
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/features/support/env.rb +0 -5
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/gemfiles/3.0.gemfile +0 -14
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/gemfiles/3.0.gemfile.lock +0 -139
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/gemfiles/3.1.gemfile +0 -16
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/gemfiles/3.1.gemfile.lock +0 -160
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/gemfiles/3.2.gemfile.lock +0 -158
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda-matchers.rb +0 -1
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers.rb +0 -8
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/filter_param_matcher.rb +0 -46
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb +0 -65
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/render_template_matcher.rb +0 -61
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/render_with_layout_matcher.rb +0 -94
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/respond_with_matcher.rb +0 -83
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/route_matcher.rb +0 -96
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/set_session_matcher.rb +0 -105
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb +0 -147
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model.rb +0 -50
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/allow_mass_assignment_of_matcher.rb +0 -113
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/disallow_value_matcher.rb +0 -42
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/errors.rb +0 -7
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/validate_acceptance_of_matcher.rb +0 -41
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/validate_confirmation_of_matcher.rb +0 -65
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb +0 -115
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/validate_presence_of_matcher.rb +0 -64
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/validate_uniqueness_of_matcher.rb +0 -221
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_model/validation_matcher.rb +0 -89
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_record/accept_nested_attributes_for_matcher.rb +0 -140
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_record/association_matcher.rb +0 -368
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_record/have_db_column_matcher.rb +0 -195
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_record/have_db_index_matcher.rb +0 -111
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_record/have_readonly_attribute_matcher.rb +0 -55
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/active_record/serialize_matcher.rb +0 -112
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/assertion_error.rb +0 -16
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/lib/shoulda/matchers/version.rb +0 -5
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/filter_param_matcher_spec.rb +0 -22
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/redirect_to_matcher_spec.rb +0 -42
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/render_template_matcher_spec.rb +0 -78
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/render_with_layout_matcher_spec.rb +0 -58
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/respond_with_matcher_spec.rb +0 -31
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/route_matcher_spec.rb +0 -65
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/set_session_matcher_spec.rb +0 -51
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/action_controller/set_the_flash_matcher_spec.rb +0 -153
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/allow_mass_assignment_of_matcher_spec.rb +0 -111
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/disallow_value_matcher_spec.rb +0 -43
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/exception_message_finder_spec.rb +0 -112
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/helpers_spec.rb +0 -158
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/validate_acceptance_of_matcher_spec.rb +0 -41
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/validate_confirmation_of_matcher_spec.rb +0 -47
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/validate_presence_of_matcher_spec.rb +0 -143
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_model/validate_uniqueness_of_matcher_spec.rb +0 -212
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_record/accept_nested_attributes_for_matcher_spec.rb +0 -106
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_record/have_db_column_matcher_spec.rb +0 -111
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_record/have_db_index_matcher_spec.rb +0 -78
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_record/have_readonly_attributes_matcher_spec.rb +0 -41
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/shoulda/matchers/active_record/serialize_matcher_spec.rb +0 -86
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/support/active_model_versions.rb +0 -13
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/support/activemodel_helpers.rb +0 -19
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/support/class_builder.rb +0 -42
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/support/mailer_builder.rb +0 -10
- data/vendor/bundle/gems/shoulda-matchers-2.1.0/spec/support/model_builder.rb +0 -77
- data/vendor/bundle/gems/sprockets-2.2.2/README.md +0 -405
- data/vendor/bundle/gems/sprockets-2.2.2/bin/sprockets +0 -80
- data/vendor/bundle/gems/sprockets-2.2.2/lib/rake/sprocketstask.rb +0 -140
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets.rb +0 -64
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/asset.rb +0 -260
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/asset_attributes.rb +0 -126
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/base.rb +0 -307
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/bundled_asset.rb +0 -79
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/caching.rb +0 -96
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/context.rb +0 -235
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/directive_processor.rb +0 -406
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/engines.rb +0 -74
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/environment.rb +0 -91
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/errors.rb +0 -19
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/index.rb +0 -99
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/jst_processor.rb +0 -33
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/manifest.rb +0 -203
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/mime.rb +0 -48
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/processed_asset.rb +0 -152
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/processing.rb +0 -280
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/static_asset.rb +0 -57
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/trail.rb +0 -90
- data/vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/version.rb +0 -3
- data/vendor/bundle/gems/sqlite3-1.3.7/ext/sqlite3/siteconf20130414-3848-s70dta.rb +0 -6
- data/vendor/bundle/gems/tilt-1.3.7/CHANGELOG.md +0 -36
- data/vendor/bundle/gems/tilt-1.3.7/COPYING +0 -18
- data/vendor/bundle/gems/tilt-1.3.7/Gemfile +0 -32
- data/vendor/bundle/gems/tilt-1.3.7/HACKING +0 -16
- data/vendor/bundle/gems/tilt-1.3.7/README.md +0 -211
- data/vendor/bundle/gems/tilt-1.3.7/Rakefile +0 -104
- data/vendor/bundle/gems/tilt-1.3.7/TEMPLATES.md +0 -516
- data/vendor/bundle/gems/tilt-1.3.7/bin/tilt +0 -112
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt.rb +0 -204
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/asciidoc.rb +0 -34
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/builder.rb +0 -40
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/coffee.rb +0 -54
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/css.rb +0 -80
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/csv.rb +0 -71
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/erb.rb +0 -110
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/etanni.rb +0 -27
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/haml.rb +0 -64
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/liquid.rb +0 -45
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/markaby.rb +0 -52
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/markdown.rb +0 -214
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/nokogiri.rb +0 -43
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/plain.rb +0 -20
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/radius.rb +0 -55
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/rdoc.rb +0 -47
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/string.rb +0 -21
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/template.rb +0 -246
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/textile.rb +0 -30
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/wiki.rb +0 -58
- data/vendor/bundle/gems/tilt-1.3.7/lib/tilt/yajl.rb +0 -94
- data/vendor/bundle/gems/tilt-1.3.7/test/contest.rb +0 -68
- data/vendor/bundle/gems/tilt-1.3.7/test/markaby/locals.mab +0 -1
- data/vendor/bundle/gems/tilt-1.3.7/test/markaby/markaby.mab +0 -1
- data/vendor/bundle/gems/tilt-1.3.7/test/markaby/markaby_other_static.mab +0 -1
- data/vendor/bundle/gems/tilt-1.3.7/test/markaby/render_twice.mab +0 -1
- data/vendor/bundle/gems/tilt-1.3.7/test/markaby/scope.mab +0 -1
- data/vendor/bundle/gems/tilt-1.3.7/test/markaby/yielding.mab +0 -2
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_asciidoctor_test.rb +0 -44
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_blueclothtemplate_test.rb +0 -45
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_buildertemplate_test.rb +0 -59
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_cache_test.rb +0 -32
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_coffeescripttemplate_test.rb +0 -114
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_compilesite_test.rb +0 -51
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_creoletemplate_test.rb +0 -28
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_csv_test.rb +0 -69
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_erbtemplate_test.rb +0 -239
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_erubistemplate_test.rb +0 -151
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_etannitemplate_test.rb +0 -173
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_fallback_test.rb +0 -122
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_hamltemplate_test.rb +0 -144
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_kramdown_test.rb +0 -42
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_lesstemplate_test.less +0 -1
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_lesstemplate_test.rb +0 -42
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_liquidtemplate_test.rb +0 -78
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_markaby_test.rb +0 -88
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_markdown_test.rb +0 -172
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_marukutemplate_test.rb +0 -48
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_nokogiritemplate_test.rb +0 -87
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_radiustemplate_test.rb +0 -75
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_rdiscounttemplate_test.rb +0 -55
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_rdoctemplate_test.rb +0 -31
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_redcarpettemplate_test.rb +0 -71
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_redclothtemplate_test.rb +0 -36
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_sasstemplate_test.rb +0 -41
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_stringtemplate_test.rb +0 -170
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_template_test.rb +0 -179
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_test.rb +0 -65
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_wikiclothtemplate_test.rb +0 -32
- data/vendor/bundle/gems/tilt-1.3.7/test/tilt_yajltemplate_test.rb +0 -101
- data/vendor/bundle/gems/tilt-1.3.7/tilt.gemspec +0 -120
- data/vendor/bundle/gems/treetop-1.4.12/bin/tt +0 -112
- data/vendor/bundle/gems/treetop-1.4.12/lib/treetop/compiler/grammar_compiler.rb +0 -44
- data/vendor/bundle/gems/treetop-1.4.12/lib/treetop/compiler/metagrammar.rb +0 -3765
- data/vendor/bundle/gems/treetop-1.4.12/lib/treetop/compiler/metagrammar.treetop +0 -455
- data/vendor/bundle/gems/treetop-1.4.12/lib/treetop/ruby_extensions/string.rb +0 -42
- data/vendor/bundle/gems/treetop-1.4.12/lib/treetop/version.rb +0 -9
- data/vendor/bundle/gems/treetop-1.4.12/spec/compiler/multibyte_chars_spec.rb +0 -39
- data/vendor/bundle/gems/treetop-1.4.12/spec/compiler/sequence_spec.rb +0 -115
- data/vendor/bundle/gems/treetop-1.4.12/spec/compiler/tt_compiler_spec.rb +0 -217
- data/vendor/bundle/gems/treetop-1.4.12/treetop.gemspec +0 -186
- data/vendor/bundle/gems/yard-0.8.5.2/LEGAL +0 -74
- data/vendor/bundle/gems/yard-0.8.5.2/LICENSE +0 -22
- data/vendor/bundle/gems/yard-0.8.5.2/README.md +0 -589
- data/vendor/bundle/gems/yard-0.8.5.2/Rakefile +0 -61
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/builtins_vs_eval.rb +0 -23
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/concat_vs_join.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/erb_vs_erubis.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/format_args.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/generation.rb +0 -37
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/marshal_vs_dbm.rb +0 -63
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/parsing.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/pathname_vs_string.rb +0 -50
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/rdoc_vs_yardoc.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/registry_store_types.rb +0 -48
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/ri_vs_yri.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/ripper_parser.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/splat_vs_flatten.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/template_erb.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/template_format.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/template_profile.rb +0 -17
- data/vendor/bundle/gems/yard-0.8.5.2/benchmarks/yri_cache.rb +0 -19
- data/vendor/bundle/gems/yard-0.8.5.2/bin/yard +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/bin/yardoc +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/bin/yri +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/docs/CodeObjects.md +0 -115
- data/vendor/bundle/gems/yard-0.8.5.2/docs/GettingStarted.md +0 -592
- data/vendor/bundle/gems/yard-0.8.5.2/docs/Handlers.md +0 -152
- data/vendor/bundle/gems/yard-0.8.5.2/docs/Overview.md +0 -61
- data/vendor/bundle/gems/yard-0.8.5.2/docs/Parser.md +0 -191
- data/vendor/bundle/gems/yard-0.8.5.2/docs/Tags.md +0 -282
- data/vendor/bundle/gems/yard-0.8.5.2/docs/TagsArch.md +0 -123
- data/vendor/bundle/gems/yard-0.8.5.2/docs/Templates.md +0 -496
- data/vendor/bundle/gems/yard-0.8.5.2/docs/WhatsNew.md +0 -1185
- data/vendor/bundle/gems/yard-0.8.5.2/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/docs/templates/default/fulldoc/html/full_list_tag.erb +0 -7
- data/vendor/bundle/gems/yard-0.8.5.2/docs/templates/default/fulldoc/html/setup.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/docs/templates/default/layout/html/setup.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/docs/templates/default/layout/html/tag_list.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/docs/templates/default/yard_tags/html/list.erb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/docs/templates/default/yard_tags/html/setup.rb +0 -27
- data/vendor/bundle/gems/yard-0.8.5.2/docs/templates/plugin.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.5.2/lib/rubygems_plugin.rb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard.rb +0 -71
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/autoload.rb +0 -287
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/command.rb +0 -84
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/command_parser.rb +0 -90
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/config.rb +0 -136
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/diff.rb +0 -269
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/gems.rb +0 -83
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/graph.rb +0 -125
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/help.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/i18n.rb +0 -69
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/list.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/server.rb +0 -253
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/stats.rb +0 -213
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/yardoc.rb +0 -731
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/yardopts_command.rb +0 -109
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/cli/yri.rb +0 -214
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/base.rb +0 -585
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/class_object.rb +0 -143
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/class_variable_object.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/constant_object.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/extended_method_object.rb +0 -23
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/extra_file_object.rb +0 -128
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/macro_object.rb +0 -172
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/method_object.rb +0 -191
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/module_object.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/namespace_object.rb +0 -200
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/proxy.rb +0 -258
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/code_objects/root_object.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/config.rb +0 -269
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/core_ext/array.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/core_ext/file.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/core_ext/hash.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/core_ext/insertion.rb +0 -60
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/core_ext/module.rb +0 -19
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/core_ext/string.rb +0 -67
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/core_ext/symbol_hash.rb +0 -73
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/docstring.rb +0 -360
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/docstring_parser.rb +0 -321
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/globals.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/base.rb +0 -597
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/alias_handler.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/attribute_handler.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/base.rb +0 -110
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/class_handler.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/constant_handler.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/handler_methods.rb +0 -166
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/init_handler.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/method_handler.rb +0 -35
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/mixin_handler.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/module_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/override_comment_handler.rb +0 -30
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/path_handler.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/struct_handler.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/c/symbol_handler.rb +0 -7
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/processor.rb +0 -201
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/alias_handler.rb +0 -41
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/attribute_handler.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/base.rb +0 -164
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/class_condition_handler.rb +0 -86
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/class_handler.rb +0 -121
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/class_variable_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/comment_handler.rb +0 -9
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/constant_handler.rb +0 -45
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/dsl_handler.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/dsl_handler_methods.rb +0 -77
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/exception_handler.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/extend_handler.rb +0 -21
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/alias_handler.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/attribute_handler.rb +0 -60
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/base.rb +0 -250
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +0 -83
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/class_handler.rb +0 -111
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/comment_handler.rb +0 -9
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/constant_handler.rb +0 -28
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/dsl_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/exception_handler.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/extend_handler.rb +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/method_handler.rb +0 -78
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/mixin_handler.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/module_function_handler.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/module_handler.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +0 -21
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/visibility_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/legacy/yield_handler.rb +0 -28
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/method_condition_handler.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/method_handler.rb +0 -92
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/mixin_handler.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/module_function_handler.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/module_handler.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/private_constant_handler.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/struct_handler_methods.rb +0 -141
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/visibility_handler.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/handlers/ruby/yield_handler.rb +0 -30
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/i18n/locale.rb +0 -74
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/i18n/message.rb +0 -56
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/i18n/messages.rb +0 -55
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/i18n/pot_generator.rb +0 -280
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/i18n/text.rb +0 -173
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/logging.rb +0 -189
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/options.rb +0 -216
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/base.rb +0 -56
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/c/c_parser.rb +0 -225
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/c/comment_parser.rb +0 -131
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/c/statement.rb +0 -63
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/ruby/ast_node.rb +0 -496
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/ruby/legacy/ruby_lex.rb +0 -1376
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/ruby/legacy/ruby_parser.rb +0 -31
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/ruby/legacy/statement.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/ruby/legacy/statement_list.rb +0 -384
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/ruby/legacy/token_list.rb +0 -66
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/ruby/ruby_parser.rb +0 -625
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/parser/source_parser.rb +0 -518
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rake/yardoc_task.rb +0 -74
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/registry.rb +0 -438
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/registry_store.rb +0 -319
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rubygems/backports.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rubygems/backports/LICENSE.txt +0 -57
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rubygems/backports/MIT.txt +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rubygems/backports/gem.rb +0 -9
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rubygems/backports/source_index.rb +0 -370
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rubygems/doc_manager.rb +0 -88
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/rubygems/specification.rb +0 -41
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/serializers/base.rb +0 -80
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/serializers/file_system_serializer.rb +0 -90
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/serializers/process_serializer.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/serializers/stdout_serializer.rb +0 -32
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/serializers/yardoc_serializer.rb +0 -124
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/adapter.rb +0 -100
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/base.rb +0 -192
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/display_file_command.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/display_object_command.rb +0 -58
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/frames_command.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/library_command.rb +0 -148
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/library_index_command.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/list_command.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/search_command.rb +0 -78
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/commands/static_file_command.rb +0 -57
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/doc_server_helper.rb +0 -76
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/doc_server_serializer.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/library_version.rb +0 -227
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/rack_adapter.rb +0 -88
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/router.rb +0 -176
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/static_caching.rb +0 -45
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/fulldoc/html/css/custom.css +0 -78
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/layout/html/breadcrumb.erb +0 -46
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/layout/html/script_setup.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/layout/html/setup.rb +0 -7
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/method_details/html/permalink.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/default/method_details/html/setup.rb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/library_list/html/contents.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/library_list/html/headers.erb +0 -26
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/library_list/html/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/library_list/html/title.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/processing/html/processing.erb +0 -51
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/processing/html/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/search/html/search.erb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/templates/doc_server/search/html/setup.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/server/webrick_adapter.rb +0 -43
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/default_factory.rb +0 -176
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/default_tag.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/directives.rb +0 -595
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/library.rb +0 -630
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/option_tag.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/overload_tag.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/ref_tag.rb +0 -7
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/ref_tag_list.rb +0 -27
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/tag.rb +0 -57
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/tags/tag_format_error.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/engine.rb +0 -185
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/erb_cache.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/base_helper.rb +0 -212
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/filter_helper.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/html_helper.rb +0 -594
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +0 -59
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/markup/rdoc_markup.rb +0 -102
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/markup_helper.rb +0 -164
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/method_helper.rb +0 -74
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/module_helper.rb +0 -19
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/text_helper.rb +0 -95
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/helpers/uml_helper.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/section.rb +0 -106
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/template.rb +0 -407
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/templates/template_options.rb +0 -88
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/verifier.rb +0 -148
- data/vendor/bundle/gems/yard-0.8.5.2/lib/yard/version.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/command_parser_spec.rb +0 -43
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/command_spec.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/config_spec.rb +0 -92
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/diff_spec.rb +0 -260
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/gems_spec.rb +0 -81
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/graph_spec.rb +0 -17
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/help_spec.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/i18n_spec.rb +0 -111
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/list_spec.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/server_spec.rb +0 -327
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/stats_spec.rb +0 -90
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/yardoc_spec.rb +0 -777
- data/vendor/bundle/gems/yard-0.8.5.2/spec/cli/yri_spec.rb +0 -99
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/base_spec.rb +0 -438
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/class_object_spec.rb +0 -225
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/code_object_list_spec.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/constants_spec.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/extra_file_object_spec.rb +0 -147
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/macro_object_spec.rb +0 -148
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/method_object_spec.rb +0 -175
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/module_object_spec.rb +0 -141
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/namespace_object_spec.rb +0 -170
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/proxy_spec.rb +0 -140
- data/vendor/bundle/gems/yard-0.8.5.2/spec/code_objects/spec_helper.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/spec/config_spec.rb +0 -176
- data/vendor/bundle/gems/yard-0.8.5.2/spec/core_ext/array_spec.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/spec/core_ext/file_spec.rb +0 -68
- data/vendor/bundle/gems/yard-0.8.5.2/spec/core_ext/hash_spec.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/spec/core_ext/insertion_spec.rb +0 -37
- data/vendor/bundle/gems/yard-0.8.5.2/spec/core_ext/module_spec.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.5.2/spec/core_ext/string_spec.rb +0 -42
- data/vendor/bundle/gems/yard-0.8.5.2/spec/core_ext/symbol_hash_spec.rb +0 -86
- data/vendor/bundle/gems/yard-0.8.5.2/spec/docstring_parser_spec.rb +0 -228
- data/vendor/bundle/gems/yard-0.8.5.2/spec/docstring_spec.rb +0 -305
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/alias_handler_spec.rb +0 -80
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/attribute_handler_spec.rb +0 -94
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/base_spec.rb +0 -206
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/alias_handler_spec.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/attribute_handler_spec.rb +0 -40
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/class_handler_spec.rb +0 -63
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/constant_handler_spec.rb +0 -68
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/init_handler_spec.rb +0 -47
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/method_handler_spec.rb +0 -228
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/mixin_handler_spec.rb +0 -27
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/module_handler_spec.rb +0 -38
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/override_comment_handler_spec.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/path_handler_spec.rb +0 -35
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/spec_helper.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/c/struct_handler_spec.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/class_condition_handler_spec.rb +0 -67
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/class_handler_spec.rb +0 -246
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/class_variable_handler_spec.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/constant_handler_spec.rb +0 -64
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/dsl_handler_spec.rb +0 -197
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/alias_handler_001.rb.txt +0 -44
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/attribute_handler_001.rb.txt +0 -32
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/class_condition_handler_001.rb.txt +0 -69
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/class_handler_001.rb.txt +0 -120
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/class_variable_handler_001.rb.txt +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/constant_handler_001.rb.txt +0 -25
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/dsl_handler_001.rb.txt +0 -125
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/exception_handler_001.rb.txt +0 -59
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/extend_handler_001.rb.txt +0 -16
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/method_condition_handler_001.rb.txt +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/method_handler_001.rb.txt +0 -126
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/mixin_handler_001.rb.txt +0 -37
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/module_handler_001.rb.txt +0 -29
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/private_constant_handler_001.rb.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/process_handler_001.rb.txt +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/visibility_handler_001.rb.txt +0 -32
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/yield_handler_001.rb.txt +0 -54
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/exception_handler_spec.rb +0 -48
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/extend_handler_spec.rb +0 -23
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/legacy_base_spec.rb +0 -128
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/method_condition_handler_spec.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/method_handler_spec.rb +0 -184
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/mixin_handler_spec.rb +0 -55
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/module_function_handler_spec.rb +0 -105
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/module_handler_spec.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/private_constant_handler_spec.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/processor_spec.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/ruby/base_spec.rb +0 -94
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/ruby/legacy/base_spec.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/spec_helper.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/visibility_handler_spec.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.5.2/spec/handlers/yield_handler_spec.rb +0 -51
- data/vendor/bundle/gems/yard-0.8.5.2/spec/i18n/locale_spec.rb +0 -68
- data/vendor/bundle/gems/yard-0.8.5.2/spec/i18n/message_spec.rb +0 -52
- data/vendor/bundle/gems/yard-0.8.5.2/spec/i18n/messages_spec.rb +0 -67
- data/vendor/bundle/gems/yard-0.8.5.2/spec/i18n/pot_generator_spec.rb +0 -262
- data/vendor/bundle/gems/yard-0.8.5.2/spec/i18n/text_spec.rb +0 -180
- data/vendor/bundle/gems/yard-0.8.5.2/spec/logging_spec.rb +0 -35
- data/vendor/bundle/gems/yard-0.8.5.2/spec/options_spec.rb +0 -171
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/base_spec.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/c_parser_spec.rb +0 -166
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/array.c.txt +0 -3887
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/example1.rb.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/extrafile.c.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/multifile.c.txt +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/override.c.txt +0 -424
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/parse_in_order_001.rb.txt +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/parse_in_order_002.rb.txt +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/examples/tag_handler_001.rb.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/ruby/ast_node_spec.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/ruby/legacy/statement_list_spec.rb +0 -299
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/ruby/legacy/token_list_spec.rb +0 -69
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/ruby/ruby_parser_spec.rb +0 -334
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/source_parser_spec.rb +0 -717
- data/vendor/bundle/gems/yard-0.8.5.2/spec/parser/tag_parsing_spec.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/spec/rake/yardoc_task_spec.rb +0 -101
- data/vendor/bundle/gems/yard-0.8.5.2/spec/registry_spec.rb +0 -393
- data/vendor/bundle/gems/yard-0.8.5.2/spec/registry_store_spec.rb +0 -315
- data/vendor/bundle/gems/yard-0.8.5.2/spec/rubygems/doc_manager_spec.rb +0 -112
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/data/serialized_yardoc/checksums +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/data/serialized_yardoc/proxy_types +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/file_system_serializer_spec.rb +0 -124
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/spec_helper.rb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/spec/serializers/yardoc_serializer_spec.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/adapter_spec.rb +0 -38
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/commands/base_spec.rb +0 -87
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/commands/library_command_spec.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/commands/static_file_command_spec.rb +0 -84
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/doc_server_helper_spec.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/doc_server_serializer_spec.rb +0 -45
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/rack_adapter_spec.rb +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/router_spec.rb +0 -122
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/spec_helper.rb +0 -17
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/static_caching_spec.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server/webrick_servlet_spec.rb +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/spec/server_spec.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/spec/spec_helper.rb +0 -124
- data/vendor/bundle/gems/yard-0.8.5.2/spec/tags/default_factory_spec.rb +0 -152
- data/vendor/bundle/gems/yard-0.8.5.2/spec/tags/default_tag_spec.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/spec/tags/directives_spec.rb +0 -436
- data/vendor/bundle/gems/yard-0.8.5.2/spec/tags/library_spec.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.5.2/spec/tags/overload_tag_spec.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.5.2/spec/tags/ref_tag_list_spec.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/class_spec.rb +0 -44
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/constant_spec.rb +0 -40
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/engine_spec.rb +0 -121
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/class001.html +0 -280
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/class001.txt +0 -36
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/class002.html +0 -35
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/constant001.txt +0 -25
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/constant002.txt +0 -7
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/constant003.txt +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method001.html +0 -130
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method001.txt +0 -35
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method002.html +0 -86
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method002.txt +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method003.html +0 -159
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method003.txt +0 -45
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method004.html +0 -44
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method004.txt +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method005.html +0 -99
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/method005.txt +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/module001.dot +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/module001.html +0 -791
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/module001.txt +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/module002.html +0 -318
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/module003.html +0 -185
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/module004.html +0 -387
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/examples/tag001.txt +0 -82
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/base_helper_spec.rb +0 -175
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/html_helper_spec.rb +0 -612
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +0 -48
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/markup/rdoc_markup_spec.rb +0 -84
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/markup_helper_spec.rb +0 -135
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/method_helper_spec.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/shared_signature_examples.rb +0 -123
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/helpers/text_helper_spec.rb +0 -44
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/method_spec.rb +0 -102
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/module_spec.rb +0 -181
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/onefile_spec.rb +0 -64
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/section_spec.rb +0 -146
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/spec_helper.rb +0 -73
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/tag_spec.rb +0 -51
- data/vendor/bundle/gems/yard-0.8.5.2/spec/templates/template_spec.rb +0 -409
- data/vendor/bundle/gems/yard-0.8.5.2/spec/verifier_spec.rb +0 -106
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/dot/setup.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/dot/superklass.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/html/constructor_details.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/html/subclasses.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/setup.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/text/setup.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/class/text/subclasses.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/constant/text/header.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/constant/text/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/abstract.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/deprecated.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/index.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/note.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/private.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/returns_void.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/text.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/html/todo.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/setup.rb +0 -49
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/abstract.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/deprecated.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/index.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/note.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/private.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/returns_void.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/text.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/docstring/text/todo.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/css/common.css +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/css/full_list.css +0 -57
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/css/style.css +0 -338
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/frames.erb +0 -28
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/full_list.erb +0 -39
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/full_list_class.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/full_list_file.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/full_list_method.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/js/app.js +0 -214
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/js/full_list.js +0 -173
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/js/jquery.js +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/fulldoc/html/setup.rb +0 -206
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/dot/header.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/dot/setup.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/breadcrumb.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/files.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/footer.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/headers.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/index.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/layout.erb +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/listing.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/objects.erb +0 -32
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/script_setup.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/search.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/layout/html/setup.rb +0 -71
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method/html/header.erb +0 -16
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method/text/header.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method_details/html/header.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method_details/html/method_signature.erb +0 -25
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method_details/html/source.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method_details/setup.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method_details/text/header.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method_details/text/method_signature.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/method_details/text/setup.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/dot/child.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/dot/dependencies.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/dot/header.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/dot/info.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/dot/setup.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/attribute_details.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/attribute_summary.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/box_info.erb +0 -37
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/children.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/constant_summary.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/defines.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/header.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/inherited_attributes.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/inherited_constants.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/inherited_methods.erb +0 -19
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/item_summary.erb +0 -40
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/method_details_list.erb +0 -9
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/method_summary.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/methodmissing.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/html/pre_docstring.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/setup.rb +0 -164
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/text/children.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/text/class_meths_list.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/text/extends.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/text/header.erb +0 -7
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/text/includes.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/text/instance_meths_list.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/module/text/setup.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/onefile/html/files.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/onefile/html/layout.erb +0 -22
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/onefile/html/readme.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/onefile/html/setup.rb +0 -43
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/root/dot/child.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/root/dot/setup.rb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/root/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/html/example.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/html/index.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/html/option.erb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/html/overload.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/html/see.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/html/tag.erb +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/setup.rb +0 -55
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/text/example.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/text/index.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/text/option.erb +0 -20
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/text/overload.erb +0 -19
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/text/see.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.5.2/templates/default/tags/text/tag.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/class/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/docstring/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/fulldoc/html/css/style.css +0 -108
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/fulldoc/html/js/app.js +0 -33
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/fulldoc/html/setup.rb +0 -54
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/layout/html/layout.erb +0 -81
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/layout/html/setup.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/method/html/header.erb +0 -18
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/method/html/setup.rb +0 -21
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/module/html/header.erb +0 -7
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/module/html/method_list.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/module/html/setup.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.5.2/templates/guide/tags/html/setup.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.5.2/yard.gemspec +0 -25
- data/vendor/bundle/gems/yard-0.8.6/LEGAL +0 -66
- data/vendor/bundle/gems/yard-0.8.6/LICENSE +0 -22
- data/vendor/bundle/gems/yard-0.8.6/README.md +0 -596
- data/vendor/bundle/gems/yard-0.8.6/Rakefile +0 -61
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/builtins_vs_eval.rb +0 -23
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/concat_vs_join.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/erb_vs_erubis.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/format_args.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/generation.rb +0 -37
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/marshal_vs_dbm.rb +0 -63
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/parsing.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/pathname_vs_string.rb +0 -50
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/rdoc_vs_yardoc.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/registry_store_types.rb +0 -48
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/ri_vs_yri.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/ripper_parser.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/splat_vs_flatten.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/template_erb.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/template_format.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/template_profile.rb +0 -17
- data/vendor/bundle/gems/yard-0.8.6/benchmarks/yri_cache.rb +0 -19
- data/vendor/bundle/gems/yard-0.8.6/bin/yard +0 -12
- data/vendor/bundle/gems/yard-0.8.6/bin/yardoc +0 -12
- data/vendor/bundle/gems/yard-0.8.6/bin/yri +0 -12
- data/vendor/bundle/gems/yard-0.8.6/docs/CodeObjects.md +0 -115
- data/vendor/bundle/gems/yard-0.8.6/docs/GettingStarted.md +0 -592
- data/vendor/bundle/gems/yard-0.8.6/docs/Handlers.md +0 -152
- data/vendor/bundle/gems/yard-0.8.6/docs/Overview.md +0 -61
- data/vendor/bundle/gems/yard-0.8.6/docs/Parser.md +0 -191
- data/vendor/bundle/gems/yard-0.8.6/docs/Tags.md +0 -282
- data/vendor/bundle/gems/yard-0.8.6/docs/TagsArch.md +0 -123
- data/vendor/bundle/gems/yard-0.8.6/docs/Templates.md +0 -496
- data/vendor/bundle/gems/yard-0.8.6/docs/WhatsNew.md +0 -1223
- data/vendor/bundle/gems/yard-0.8.6/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.6/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.6/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.6/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.6/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.8.6/docs/templates/default/fulldoc/html/full_list_tag.erb +0 -7
- data/vendor/bundle/gems/yard-0.8.6/docs/templates/default/fulldoc/html/setup.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/docs/templates/default/layout/html/setup.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/docs/templates/default/layout/html/tag_list.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/docs/templates/default/yard_tags/html/list.erb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/docs/templates/default/yard_tags/html/setup.rb +0 -27
- data/vendor/bundle/gems/yard-0.8.6/docs/templates/plugin.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.6/lib/rubygems_plugin.rb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/lib/yard.rb +0 -71
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/autoload.rb +0 -290
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/command.rb +0 -84
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/command_parser.rb +0 -92
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/config.rb +0 -136
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/diff.rb +0 -270
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/display.rb +0 -43
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/gems.rb +0 -83
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/graph.rb +0 -125
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/help.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/i18n.rb +0 -69
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/list.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/markup_types.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/server.rb +0 -253
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/stats.rb +0 -213
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/yardoc.rb +0 -731
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/yardopts_command.rb +0 -109
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/cli/yri.rb +0 -214
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/base.rb +0 -585
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/class_object.rb +0 -143
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/class_variable_object.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/constant_object.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/extended_method_object.rb +0 -23
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/extra_file_object.rb +0 -128
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/macro_object.rb +0 -172
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/method_object.rb +0 -191
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/module_object.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/namespace_object.rb +0 -200
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/proxy.rb +0 -258
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/code_objects/root_object.rb +0 -17
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/config.rb +0 -269
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/core_ext/array.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/core_ext/file.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/core_ext/hash.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/core_ext/insertion.rb +0 -60
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/core_ext/module.rb +0 -19
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/core_ext/string.rb +0 -67
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/core_ext/symbol_hash.rb +0 -73
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/docstring.rb +0 -364
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/docstring_parser.rb +0 -321
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/globals.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/base.rb +0 -597
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/alias_handler.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/attribute_handler.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/base.rb +0 -110
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/class_handler.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/constant_handler.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/handler_methods.rb +0 -166
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/init_handler.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/method_handler.rb +0 -35
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/mixin_handler.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/module_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/override_comment_handler.rb +0 -30
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/path_handler.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/struct_handler.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/c/symbol_handler.rb +0 -7
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/processor.rb +0 -201
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/alias_handler.rb +0 -41
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/attribute_handler.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/base.rb +0 -164
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/class_condition_handler.rb +0 -86
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/class_handler.rb +0 -121
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/class_variable_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/comment_handler.rb +0 -9
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/constant_handler.rb +0 -45
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/dsl_handler.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/dsl_handler_methods.rb +0 -77
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/exception_handler.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/extend_handler.rb +0 -21
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/alias_handler.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/attribute_handler.rb +0 -60
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/base.rb +0 -250
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +0 -83
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/class_handler.rb +0 -111
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/comment_handler.rb +0 -9
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/constant_handler.rb +0 -28
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/dsl_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/exception_handler.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/extend_handler.rb +0 -20
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/method_handler.rb +0 -85
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/mixin_handler.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/module_function_handler.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/module_handler.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +0 -21
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/visibility_handler.rb +0 -16
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/legacy/yield_handler.rb +0 -28
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/method_condition_handler.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/method_handler.rb +0 -92
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/mixin_handler.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/module_function_handler.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/module_handler.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/private_constant_handler.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/struct_handler_methods.rb +0 -141
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/visibility_handler.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/handlers/ruby/yield_handler.rb +0 -30
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/i18n/locale.rb +0 -74
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/i18n/message.rb +0 -56
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/i18n/messages.rb +0 -55
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/i18n/pot_generator.rb +0 -280
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/i18n/text.rb +0 -173
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/logging.rb +0 -190
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/options.rb +0 -216
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/base.rb +0 -56
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/c/c_parser.rb +0 -225
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/c/comment_parser.rb +0 -131
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/c/statement.rb +0 -63
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/ruby/ast_node.rb +0 -496
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/ruby/legacy/ruby_lex.rb +0 -1377
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/ruby/legacy/ruby_parser.rb +0 -31
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/ruby/legacy/statement.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/ruby/legacy/statement_list.rb +0 -384
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/ruby/legacy/token_list.rb +0 -71
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/ruby/ruby_parser.rb +0 -625
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/parser/source_parser.rb +0 -517
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rake/yardoc_task.rb +0 -74
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/registry.rb +0 -438
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/registry_store.rb +0 -319
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rubygems/backports.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rubygems/backports/LICENSE.txt +0 -57
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rubygems/backports/MIT.txt +0 -20
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rubygems/backports/gem.rb +0 -9
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rubygems/backports/source_index.rb +0 -370
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rubygems/doc_manager.rb +0 -88
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/rubygems/specification.rb +0 -41
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/serializers/base.rb +0 -80
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/serializers/file_system_serializer.rb +0 -90
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/serializers/process_serializer.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/serializers/stdout_serializer.rb +0 -32
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/serializers/yardoc_serializer.rb +0 -124
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/adapter.rb +0 -100
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/base.rb +0 -192
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/display_file_command.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/display_object_command.rb +0 -58
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/frames_command.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/library_command.rb +0 -148
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/library_index_command.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/list_command.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/search_command.rb +0 -78
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/commands/static_file_command.rb +0 -57
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/doc_server_helper.rb +0 -76
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/doc_server_serializer.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/library_version.rb +0 -227
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/rack_adapter.rb +0 -88
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/router.rb +0 -176
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/static_caching.rb +0 -45
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/fulldoc/html/css/custom.css +0 -78
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +0 -12
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/layout/html/breadcrumb.erb +0 -46
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/layout/html/script_setup.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/layout/html/setup.rb +0 -7
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/method_details/html/permalink.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/default/method_details/html/setup.rb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/library_list/html/contents.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/library_list/html/headers.erb +0 -26
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/library_list/html/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/library_list/html/title.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/processing/html/processing.erb +0 -51
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/processing/html/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/search/html/search.erb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/templates/doc_server/search/html/setup.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/server/webrick_adapter.rb +0 -43
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/default_factory.rb +0 -176
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/default_tag.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/directives.rb +0 -595
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/library.rb +0 -630
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/option_tag.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/overload_tag.rb +0 -65
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/ref_tag.rb +0 -7
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/ref_tag_list.rb +0 -27
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/tag.rb +0 -57
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/tags/tag_format_error.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/engine.rb +0 -185
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/erb_cache.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/base_helper.rb +0 -212
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/filter_helper.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/html_helper.rb +0 -599
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +0 -59
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/markup/rdoc_markdown.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/markup/rdoc_markup.rb +0 -106
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/markup_helper.rb +0 -169
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/method_helper.rb +0 -74
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/module_helper.rb +0 -19
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/text_helper.rb +0 -95
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/helpers/uml_helper.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/section.rb +0 -106
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/template.rb +0 -407
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/templates/template_options.rb +0 -88
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/verifier.rb +0 -148
- data/vendor/bundle/gems/yard-0.8.6/lib/yard/version.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/command_parser_spec.rb +0 -43
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/command_spec.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/config_spec.rb +0 -92
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/diff_spec.rb +0 -260
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/display_spec.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/gems_spec.rb +0 -81
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/graph_spec.rb +0 -17
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/help_spec.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/i18n_spec.rb +0 -111
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/list_spec.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/markup_types_spec.rb +0 -22
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/server_spec.rb +0 -327
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/stats_spec.rb +0 -90
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/yardoc_spec.rb +0 -777
- data/vendor/bundle/gems/yard-0.8.6/spec/cli/yri_spec.rb +0 -99
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/base_spec.rb +0 -438
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/class_object_spec.rb +0 -225
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/code_object_list_spec.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/constants_spec.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/extra_file_object_spec.rb +0 -147
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/macro_object_spec.rb +0 -148
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/method_object_spec.rb +0 -175
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/module_object_spec.rb +0 -141
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/namespace_object_spec.rb +0 -170
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/proxy_spec.rb +0 -140
- data/vendor/bundle/gems/yard-0.8.6/spec/code_objects/spec_helper.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/spec/config_spec.rb +0 -176
- data/vendor/bundle/gems/yard-0.8.6/spec/core_ext/array_spec.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/spec/core_ext/file_spec.rb +0 -68
- data/vendor/bundle/gems/yard-0.8.6/spec/core_ext/hash_spec.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/spec/core_ext/insertion_spec.rb +0 -37
- data/vendor/bundle/gems/yard-0.8.6/spec/core_ext/module_spec.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.6/spec/core_ext/string_spec.rb +0 -42
- data/vendor/bundle/gems/yard-0.8.6/spec/core_ext/symbol_hash_spec.rb +0 -86
- data/vendor/bundle/gems/yard-0.8.6/spec/docstring_parser_spec.rb +0 -228
- data/vendor/bundle/gems/yard-0.8.6/spec/docstring_spec.rb +0 -325
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/alias_handler_spec.rb +0 -80
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/attribute_handler_spec.rb +0 -94
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/base_spec.rb +0 -206
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/alias_handler_spec.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/attribute_handler_spec.rb +0 -40
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/class_handler_spec.rb +0 -63
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/constant_handler_spec.rb +0 -68
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/init_handler_spec.rb +0 -47
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/method_handler_spec.rb +0 -229
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/mixin_handler_spec.rb +0 -27
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/module_handler_spec.rb +0 -38
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/override_comment_handler_spec.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/path_handler_spec.rb +0 -35
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/spec_helper.rb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/c/struct_handler_spec.rb +0 -15
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/class_condition_handler_spec.rb +0 -67
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/class_handler_spec.rb +0 -246
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/class_variable_handler_spec.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/constant_handler_spec.rb +0 -64
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/dsl_handler_spec.rb +0 -197
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/alias_handler_001.rb.txt +0 -44
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/attribute_handler_001.rb.txt +0 -32
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/class_condition_handler_001.rb.txt +0 -69
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/class_handler_001.rb.txt +0 -120
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/class_variable_handler_001.rb.txt +0 -10
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/constant_handler_001.rb.txt +0 -25
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/dsl_handler_001.rb.txt +0 -125
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/exception_handler_001.rb.txt +0 -59
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/extend_handler_001.rb.txt +0 -16
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/method_condition_handler_001.rb.txt +0 -10
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/method_handler_001.rb.txt +0 -126
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/mixin_handler_001.rb.txt +0 -37
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/module_handler_001.rb.txt +0 -29
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/private_constant_handler_001.rb.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/process_handler_001.rb.txt +0 -11
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/visibility_handler_001.rb.txt +0 -32
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/yield_handler_001.rb.txt +0 -54
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/exception_handler_spec.rb +0 -48
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/extend_handler_spec.rb +0 -23
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/legacy_base_spec.rb +0 -128
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/method_condition_handler_spec.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/method_handler_spec.rb +0 -184
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/mixin_handler_spec.rb +0 -55
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/module_function_handler_spec.rb +0 -105
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/module_handler_spec.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/private_constant_handler_spec.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/processor_spec.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/ruby/base_spec.rb +0 -94
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/ruby/legacy/base_spec.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/spec_helper.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/visibility_handler_spec.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.6/spec/handlers/yield_handler_spec.rb +0 -51
- data/vendor/bundle/gems/yard-0.8.6/spec/i18n/locale_spec.rb +0 -68
- data/vendor/bundle/gems/yard-0.8.6/spec/i18n/message_spec.rb +0 -52
- data/vendor/bundle/gems/yard-0.8.6/spec/i18n/messages_spec.rb +0 -67
- data/vendor/bundle/gems/yard-0.8.6/spec/i18n/pot_generator_spec.rb +0 -262
- data/vendor/bundle/gems/yard-0.8.6/spec/i18n/text_spec.rb +0 -180
- data/vendor/bundle/gems/yard-0.8.6/spec/logging_spec.rb +0 -35
- data/vendor/bundle/gems/yard-0.8.6/spec/options_spec.rb +0 -171
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/base_spec.rb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/c_parser_spec.rb +0 -166
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/array.c.txt +0 -3887
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/example1.rb.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/extrafile.c.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/multifile.c.txt +0 -6
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/override.c.txt +0 -424
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/parse_in_order_001.rb.txt +0 -2
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/parse_in_order_002.rb.txt +0 -2
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/examples/tag_handler_001.rb.txt +0 -8
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/ruby/ast_node_spec.rb +0 -33
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/ruby/legacy/statement_list_spec.rb +0 -299
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/ruby/legacy/token_list_spec.rb +0 -77
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/ruby/ruby_parser_spec.rb +0 -334
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/source_parser_spec.rb +0 -717
- data/vendor/bundle/gems/yard-0.8.6/spec/parser/tag_parsing_spec.rb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/spec/rake/yardoc_task_spec.rb +0 -101
- data/vendor/bundle/gems/yard-0.8.6/spec/registry_spec.rb +0 -393
- data/vendor/bundle/gems/yard-0.8.6/spec/registry_store_spec.rb +0 -315
- data/vendor/bundle/gems/yard-0.8.6/spec/rubygems/doc_manager_spec.rb +0 -112
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/data/serialized_yardoc/checksums +0 -1
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/data/serialized_yardoc/proxy_types +0 -2
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/file_system_serializer_spec.rb +0 -124
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/spec_helper.rb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/spec/serializers/yardoc_serializer_spec.rb +0 -46
- data/vendor/bundle/gems/yard-0.8.6/spec/server/adapter_spec.rb +0 -38
- data/vendor/bundle/gems/yard-0.8.6/spec/server/commands/base_spec.rb +0 -87
- data/vendor/bundle/gems/yard-0.8.6/spec/server/commands/library_command_spec.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.6/spec/server/commands/static_file_command_spec.rb +0 -84
- data/vendor/bundle/gems/yard-0.8.6/spec/server/doc_server_helper_spec.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.6/spec/server/doc_server_serializer_spec.rb +0 -45
- data/vendor/bundle/gems/yard-0.8.6/spec/server/rack_adapter_spec.rb +0 -20
- data/vendor/bundle/gems/yard-0.8.6/spec/server/router_spec.rb +0 -122
- data/vendor/bundle/gems/yard-0.8.6/spec/server/spec_helper.rb +0 -17
- data/vendor/bundle/gems/yard-0.8.6/spec/server/static_caching_spec.rb +0 -39
- data/vendor/bundle/gems/yard-0.8.6/spec/server/webrick_servlet_spec.rb +0 -20
- data/vendor/bundle/gems/yard-0.8.6/spec/server_spec.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/spec/spec_helper.rb +0 -128
- data/vendor/bundle/gems/yard-0.8.6/spec/tags/default_factory_spec.rb +0 -152
- data/vendor/bundle/gems/yard-0.8.6/spec/tags/default_tag_spec.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/spec/tags/directives_spec.rb +0 -436
- data/vendor/bundle/gems/yard-0.8.6/spec/tags/library_spec.rb +0 -34
- data/vendor/bundle/gems/yard-0.8.6/spec/tags/overload_tag_spec.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.6/spec/tags/ref_tag_list_spec.rb +0 -53
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/class_spec.rb +0 -44
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/constant_spec.rb +0 -40
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/engine_spec.rb +0 -121
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/class001.html +0 -280
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/class001.txt +0 -36
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/class002.html +0 -35
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/constant001.txt +0 -25
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/constant002.txt +0 -7
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/constant003.txt +0 -11
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method001.html +0 -130
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method001.txt +0 -35
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method002.html +0 -86
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method002.txt +0 -20
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method003.html +0 -159
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method003.txt +0 -45
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method004.html +0 -44
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method004.txt +0 -10
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method005.html +0 -99
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/method005.txt +0 -33
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/module001.dot +0 -33
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/module001.html +0 -791
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/module001.txt +0 -33
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/module002.html +0 -318
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/module003.html +0 -185
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/module004.html +0 -387
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/examples/tag001.txt +0 -82
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/base_helper_spec.rb +0 -175
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/html_helper_spec.rb +0 -612
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +0 -48
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/markup/rdoc_markup_spec.rb +0 -84
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/markup_helper_spec.rb +0 -135
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/method_helper_spec.rb +0 -82
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/shared_signature_examples.rb +0 -123
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/helpers/text_helper_spec.rb +0 -44
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/method_spec.rb +0 -102
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/module_spec.rb +0 -181
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/onefile_spec.rb +0 -64
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/section_spec.rb +0 -146
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/spec_helper.rb +0 -73
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/tag_spec.rb +0 -51
- data/vendor/bundle/gems/yard-0.8.6/spec/templates/template_spec.rb +0 -409
- data/vendor/bundle/gems/yard-0.8.6/spec/verifier_spec.rb +0 -106
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/dot/setup.rb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/dot/superklass.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/html/constructor_details.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/html/subclasses.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/setup.rb +0 -36
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/text/setup.rb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/templates/default/class/text/subclasses.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/constant/text/header.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/templates/default/constant/text/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/abstract.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/deprecated.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/index.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/note.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/private.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/returns_void.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/text.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/html/todo.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/setup.rb +0 -49
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/abstract.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/deprecated.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/index.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/note.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/private.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/returns_void.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/text.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/docstring/text/todo.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/css/common.css +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/css/full_list.css +0 -57
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/css/style.css +0 -338
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/frames.erb +0 -28
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/full_list.erb +0 -39
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/full_list_class.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/full_list_file.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/full_list_method.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/js/app.js +0 -214
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/js/full_list.js +0 -178
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/js/jquery.js +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/default/fulldoc/html/setup.rb +0 -202
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/dot/header.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/dot/setup.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/breadcrumb.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/files.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/footer.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/headers.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/index.erb +0 -2
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/layout.erb +0 -20
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/listing.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/objects.erb +0 -32
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/script_setup.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/search.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/layout/html/setup.rb +0 -71
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method/html/header.erb +0 -16
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method/setup.rb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method/text/header.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method_details/html/header.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method_details/html/method_signature.erb +0 -25
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method_details/html/source.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method_details/setup.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method_details/text/header.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method_details/text/method_signature.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/templates/default/method_details/text/setup.rb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/dot/child.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/dot/dependencies.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/dot/header.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/dot/info.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/dot/setup.rb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/attribute_details.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/attribute_summary.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/box_info.erb +0 -37
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/children.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/constant_summary.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/defines.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/header.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/inherited_attributes.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/inherited_constants.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/inherited_methods.erb +0 -19
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/item_summary.erb +0 -40
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/method_details_list.erb +0 -9
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/method_summary.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/methodmissing.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/html/pre_docstring.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/setup.rb +0 -164
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/text/children.erb +0 -10
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/text/class_meths_list.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/text/extends.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/text/header.erb +0 -7
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/text/includes.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/text/instance_meths_list.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/module/text/setup.rb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/templates/default/onefile/html/files.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/onefile/html/headers.erb +0 -6
- data/vendor/bundle/gems/yard-0.8.6/templates/default/onefile/html/layout.erb +0 -17
- data/vendor/bundle/gems/yard-0.8.6/templates/default/onefile/html/readme.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/onefile/html/setup.rb +0 -43
- data/vendor/bundle/gems/yard-0.8.6/templates/default/root/dot/child.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/root/dot/setup.rb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/default/root/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/html/example.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/html/index.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/html/option.erb +0 -24
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/html/overload.erb +0 -14
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/html/see.erb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/html/tag.erb +0 -20
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/setup.rb +0 -55
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/text/example.erb +0 -12
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/text/index.erb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/text/option.erb +0 -20
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/text/overload.erb +0 -19
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/text/see.erb +0 -11
- data/vendor/bundle/gems/yard-0.8.6/templates/default/tags/text/tag.erb +0 -13
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/class/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/docstring/html/setup.rb +0 -1
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/fulldoc/html/css/style.css +0 -108
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/fulldoc/html/js/app.js +0 -33
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/fulldoc/html/setup.rb +0 -73
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/layout/html/layout.erb +0 -81
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/layout/html/setup.rb +0 -28
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/method/html/header.erb +0 -18
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/method/html/setup.rb +0 -21
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/module/html/header.erb +0 -7
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/module/html/method_list.erb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/module/html/setup.rb +0 -26
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/onefile/html/files.erb +0 -4
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/onefile/html/setup.rb +0 -5
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/onefile/html/toc.erb +0 -3
- data/vendor/bundle/gems/yard-0.8.6/templates/guide/tags/html/setup.rb +0 -8
- data/vendor/bundle/gems/yard-0.8.6/yard.gemspec +0 -25
- data/vendor/bundle/specifications/actionmailer-3.2.13.gemspec +0 -33
- data/vendor/bundle/specifications/actionpack-3.2.13.gemspec +0 -57
- data/vendor/bundle/specifications/activemodel-3.2.13.gemspec +0 -32
- data/vendor/bundle/specifications/activerecord-3.2.13.gemspec +0 -41
- data/vendor/bundle/specifications/activeresource-3.2.13.gemspec +0 -35
- data/vendor/bundle/specifications/activesupport-3.2.13.gemspec +0 -33
- data/vendor/bundle/specifications/arel-3.0.2.gemspec +0 -38
- data/vendor/bundle/specifications/bourne-1.4.0.gemspec +0 -31
- data/vendor/bundle/specifications/builder-3.0.4.gemspec +0 -20
- data/vendor/bundle/specifications/highline-1.6.16.gemspec +0 -21
- data/vendor/bundle/specifications/highline-1.6.18.gemspec +0 -21
- data/vendor/bundle/specifications/hike-1.2.2.gemspec +0 -29
- data/vendor/bundle/specifications/i18n-0.6.1.gemspec +0 -38
- data/vendor/bundle/specifications/journey-1.0.4.gemspec +0 -47
- data/vendor/bundle/specifications/mail-2.5.3.gemspec +0 -36
- data/vendor/bundle/specifications/mime-types-1.22.gemspec +0 -66
- data/vendor/bundle/specifications/minitest-4.7.0.gemspec +0 -36
- data/vendor/bundle/specifications/minitest-4.7.1.gemspec +0 -36
- data/vendor/bundle/specifications/minitest-4.7.4.gemspec +0 -36
- data/vendor/bundle/specifications/mocha-0.13.3.gemspec +0 -41
- data/vendor/bundle/specifications/multi_json-1.7.2.gemspec +0 -30
- data/vendor/bundle/specifications/multi_json-1.7.3.gemspec +0 -30
- data/vendor/bundle/specifications/rack-1.4.5.gemspec +0 -47
- data/vendor/bundle/specifications/rack-cache-1.2.gemspec +0 -40
- data/vendor/bundle/specifications/rack-ssl-1.3.3.gemspec +0 -29
- data/vendor/bundle/specifications/rails-3.2.13.gemspec +0 -47
- data/vendor/bundle/specifications/railties-3.2.13.gemspec +0 -47
- data/vendor/bundle/specifications/rake-10.0.4.gemspec +0 -35
- data/vendor/bundle/specifications/rdiscount-2.0.7.2.gemspec +0 -21
- data/vendor/bundle/specifications/rdiscount-2.0.7.3.gemspec +0 -21
- data/vendor/bundle/specifications/rdoc-3.12.2.gemspec +0 -51
- data/vendor/bundle/specifications/shoulda-3.4.0.gemspec +0 -50
- data/vendor/bundle/specifications/shoulda-context-1.1.0.gemspec +0 -43
- data/vendor/bundle/specifications/shoulda-context-1.1.1.gemspec +0 -43
- data/vendor/bundle/specifications/shoulda-matchers-1.5.6.gemspec +0 -56
- data/vendor/bundle/specifications/shoulda-matchers-2.1.0.gemspec +0 -57
- data/vendor/bundle/specifications/sprockets-2.2.2.gemspec +0 -64
- data/vendor/bundle/specifications/tilt-1.3.7.gemspec +0 -98
- data/vendor/bundle/specifications/treetop-1.4.12.gemspec +0 -53
- data/vendor/bundle/specifications/yard-0.8.5.2.gemspec +0 -20
- data/vendor/bundle/specifications/yard-0.8.6.gemspec +0 -20
@@ -0,0 +1,261 @@
|
|
1
|
+
module ActiveRecord
|
2
|
+
# = Active Record Aggregations
|
3
|
+
module Aggregations # :nodoc:
|
4
|
+
extend ActiveSupport::Concern
|
5
|
+
|
6
|
+
def clear_aggregation_cache #:nodoc:
|
7
|
+
@aggregation_cache.clear if persisted?
|
8
|
+
end
|
9
|
+
|
10
|
+
# Active Record implements aggregation through a macro-like class method called +composed_of+
|
11
|
+
# for representing attributes as value objects. It expresses relationships like "Account [is]
|
12
|
+
# composed of Money [among other things]" or "Person [is] composed of [an] address". Each call
|
13
|
+
# to the macro adds a description of how the value objects are created from the attributes of
|
14
|
+
# the entity object (when the entity is initialized either as a new object or from finding an
|
15
|
+
# existing object) and how it can be turned back into attributes (when the entity is saved to
|
16
|
+
# the database).
|
17
|
+
#
|
18
|
+
# class Customer < ActiveRecord::Base
|
19
|
+
# composed_of :balance, class_name: "Money", mapping: %w(balance amount)
|
20
|
+
# composed_of :address, mapping: [ %w(address_street street), %w(address_city city) ]
|
21
|
+
# end
|
22
|
+
#
|
23
|
+
# The customer class now has the following methods to manipulate the value objects:
|
24
|
+
# * <tt>Customer#balance, Customer#balance=(money)</tt>
|
25
|
+
# * <tt>Customer#address, Customer#address=(address)</tt>
|
26
|
+
#
|
27
|
+
# These methods will operate with value objects like the ones described below:
|
28
|
+
#
|
29
|
+
# class Money
|
30
|
+
# include Comparable
|
31
|
+
# attr_reader :amount, :currency
|
32
|
+
# EXCHANGE_RATES = { "USD_TO_DKK" => 6 }
|
33
|
+
#
|
34
|
+
# def initialize(amount, currency = "USD")
|
35
|
+
# @amount, @currency = amount, currency
|
36
|
+
# end
|
37
|
+
#
|
38
|
+
# def exchange_to(other_currency)
|
39
|
+
# exchanged_amount = (amount * EXCHANGE_RATES["#{currency}_TO_#{other_currency}"]).floor
|
40
|
+
# Money.new(exchanged_amount, other_currency)
|
41
|
+
# end
|
42
|
+
#
|
43
|
+
# def ==(other_money)
|
44
|
+
# amount == other_money.amount && currency == other_money.currency
|
45
|
+
# end
|
46
|
+
#
|
47
|
+
# def <=>(other_money)
|
48
|
+
# if currency == other_money.currency
|
49
|
+
# amount <=> other_money.amount
|
50
|
+
# else
|
51
|
+
# amount <=> other_money.exchange_to(currency).amount
|
52
|
+
# end
|
53
|
+
# end
|
54
|
+
# end
|
55
|
+
#
|
56
|
+
# class Address
|
57
|
+
# attr_reader :street, :city
|
58
|
+
# def initialize(street, city)
|
59
|
+
# @street, @city = street, city
|
60
|
+
# end
|
61
|
+
#
|
62
|
+
# def close_to?(other_address)
|
63
|
+
# city == other_address.city
|
64
|
+
# end
|
65
|
+
#
|
66
|
+
# def ==(other_address)
|
67
|
+
# city == other_address.city && street == other_address.street
|
68
|
+
# end
|
69
|
+
# end
|
70
|
+
#
|
71
|
+
# Now it's possible to access attributes from the database through the value objects instead. If
|
72
|
+
# you choose to name the composition the same as the attribute's name, it will be the only way to
|
73
|
+
# access that attribute. That's the case with our +balance+ attribute. You interact with the value
|
74
|
+
# objects just like you would with any other attribute:
|
75
|
+
#
|
76
|
+
# customer.balance = Money.new(20) # sets the Money value object and the attribute
|
77
|
+
# customer.balance # => Money value object
|
78
|
+
# customer.balance.exchange_to("DKK") # => Money.new(120, "DKK")
|
79
|
+
# customer.balance > Money.new(10) # => true
|
80
|
+
# customer.balance == Money.new(20) # => true
|
81
|
+
# customer.balance < Money.new(5) # => false
|
82
|
+
#
|
83
|
+
# Value objects can also be composed of multiple attributes, such as the case of Address. The order
|
84
|
+
# of the mappings will determine the order of the parameters.
|
85
|
+
#
|
86
|
+
# customer.address_street = "Hyancintvej"
|
87
|
+
# customer.address_city = "Copenhagen"
|
88
|
+
# customer.address # => Address.new("Hyancintvej", "Copenhagen")
|
89
|
+
#
|
90
|
+
# customer.address_street = "Vesterbrogade"
|
91
|
+
# customer.address # => Address.new("Hyancintvej", "Copenhagen")
|
92
|
+
# customer.clear_aggregation_cache
|
93
|
+
# customer.address # => Address.new("Vesterbrogade", "Copenhagen")
|
94
|
+
#
|
95
|
+
# customer.address = Address.new("May Street", "Chicago")
|
96
|
+
# customer.address_street # => "May Street"
|
97
|
+
# customer.address_city # => "Chicago"
|
98
|
+
#
|
99
|
+
# == Writing value objects
|
100
|
+
#
|
101
|
+
# Value objects are immutable and interchangeable objects that represent a given value, such as
|
102
|
+
# a Money object representing $5. Two Money objects both representing $5 should be equal (through
|
103
|
+
# methods such as <tt>==</tt> and <tt><=></tt> from Comparable if ranking makes sense). This is
|
104
|
+
# unlike entity objects where equality is determined by identity. An entity class such as Customer can
|
105
|
+
# easily have two different objects that both have an address on Hyancintvej. Entity identity is
|
106
|
+
# determined by object or relational unique identifiers (such as primary keys). Normal
|
107
|
+
# ActiveRecord::Base classes are entity objects.
|
108
|
+
#
|
109
|
+
# It's also important to treat the value objects as immutable. Don't allow the Money object to have
|
110
|
+
# its amount changed after creation. Create a new Money object with the new value instead. The
|
111
|
+
# Money#exchange_to method is an example of this. It returns a new value object instead of changing
|
112
|
+
# its own values. Active Record won't persist value objects that have been changed through means
|
113
|
+
# other than the writer method.
|
114
|
+
#
|
115
|
+
# The immutable requirement is enforced by Active Record by freezing any object assigned as a value
|
116
|
+
# object. Attempting to change it afterwards will result in a RuntimeError.
|
117
|
+
#
|
118
|
+
# Read more about value objects on http://c2.com/cgi/wiki?ValueObject and on the dangers of not
|
119
|
+
# keeping value objects immutable on http://c2.com/cgi/wiki?ValueObjectsShouldBeImmutable
|
120
|
+
#
|
121
|
+
# == Custom constructors and converters
|
122
|
+
#
|
123
|
+
# By default value objects are initialized by calling the <tt>new</tt> constructor of the value
|
124
|
+
# class passing each of the mapped attributes, in the order specified by the <tt>:mapping</tt>
|
125
|
+
# option, as arguments. If the value class doesn't support this convention then +composed_of+ allows
|
126
|
+
# a custom constructor to be specified.
|
127
|
+
#
|
128
|
+
# When a new value is assigned to the value object, the default assumption is that the new value
|
129
|
+
# is an instance of the value class. Specifying a custom converter allows the new value to be automatically
|
130
|
+
# converted to an instance of value class if necessary.
|
131
|
+
#
|
132
|
+
# For example, the NetworkResource model has +network_address+ and +cidr_range+ attributes that
|
133
|
+
# should be aggregated using the NetAddr::CIDR value class (http://netaddr.rubyforge.org). The constructor
|
134
|
+
# for the value class is called +create+ and it expects a CIDR address string as a parameter. New
|
135
|
+
# values can be assigned to the value object using either another NetAddr::CIDR object, a string
|
136
|
+
# or an array. The <tt>:constructor</tt> and <tt>:converter</tt> options can be used to meet
|
137
|
+
# these requirements:
|
138
|
+
#
|
139
|
+
# class NetworkResource < ActiveRecord::Base
|
140
|
+
# composed_of :cidr,
|
141
|
+
# class_name: 'NetAddr::CIDR',
|
142
|
+
# mapping: [ %w(network_address network), %w(cidr_range bits) ],
|
143
|
+
# allow_nil: true,
|
144
|
+
# constructor: Proc.new { |network_address, cidr_range| NetAddr::CIDR.create("#{network_address}/#{cidr_range}") },
|
145
|
+
# converter: Proc.new { |value| NetAddr::CIDR.create(value.is_a?(Array) ? value.join('/') : value) }
|
146
|
+
# end
|
147
|
+
#
|
148
|
+
# # This calls the :constructor
|
149
|
+
# network_resource = NetworkResource.new(network_address: '192.168.0.1', cidr_range: 24)
|
150
|
+
#
|
151
|
+
# # These assignments will both use the :converter
|
152
|
+
# network_resource.cidr = [ '192.168.2.1', 8 ]
|
153
|
+
# network_resource.cidr = '192.168.0.1/24'
|
154
|
+
#
|
155
|
+
# # This assignment won't use the :converter as the value is already an instance of the value class
|
156
|
+
# network_resource.cidr = NetAddr::CIDR.create('192.168.2.1/8')
|
157
|
+
#
|
158
|
+
# # Saving and then reloading will use the :constructor on reload
|
159
|
+
# network_resource.save
|
160
|
+
# network_resource.reload
|
161
|
+
#
|
162
|
+
# == Finding records by a value object
|
163
|
+
#
|
164
|
+
# Once a +composed_of+ relationship is specified for a model, records can be loaded from the database
|
165
|
+
# by specifying an instance of the value object in the conditions hash. The following example
|
166
|
+
# finds all customers with +balance_amount+ equal to 20 and +balance_currency+ equal to "USD":
|
167
|
+
#
|
168
|
+
# Customer.where(balance: Money.new(20, "USD"))
|
169
|
+
#
|
170
|
+
module ClassMethods
|
171
|
+
# Adds reader and writer methods for manipulating a value object:
|
172
|
+
# <tt>composed_of :address</tt> adds <tt>address</tt> and <tt>address=(new_address)</tt> methods.
|
173
|
+
#
|
174
|
+
# Options are:
|
175
|
+
# * <tt>:class_name</tt> - Specifies the class name of the association. Use it only if that name
|
176
|
+
# can't be inferred from the part id. So <tt>composed_of :address</tt> will by default be linked
|
177
|
+
# to the Address class, but if the real class name is CompanyAddress, you'll have to specify it
|
178
|
+
# with this option.
|
179
|
+
# * <tt>:mapping</tt> - Specifies the mapping of entity attributes to attributes of the value
|
180
|
+
# object. Each mapping is represented as an array where the first item is the name of the
|
181
|
+
# entity attribute and the second item is the name of the attribute in the value object. The
|
182
|
+
# order in which mappings are defined determines the order in which attributes are sent to the
|
183
|
+
# value class constructor.
|
184
|
+
# * <tt>:allow_nil</tt> - Specifies that the value object will not be instantiated when all mapped
|
185
|
+
# attributes are +nil+. Setting the value object to +nil+ has the effect of writing +nil+ to all
|
186
|
+
# mapped attributes.
|
187
|
+
# This defaults to +false+.
|
188
|
+
# * <tt>:constructor</tt> - A symbol specifying the name of the constructor method or a Proc that
|
189
|
+
# is called to initialize the value object. The constructor is passed all of the mapped attributes,
|
190
|
+
# in the order that they are defined in the <tt>:mapping option</tt>, as arguments and uses them
|
191
|
+
# to instantiate a <tt>:class_name</tt> object.
|
192
|
+
# The default is <tt>:new</tt>.
|
193
|
+
# * <tt>:converter</tt> - A symbol specifying the name of a class method of <tt>:class_name</tt>
|
194
|
+
# or a Proc that is called when a new value is assigned to the value object. The converter is
|
195
|
+
# passed the single value that is used in the assignment and is only called if the new value is
|
196
|
+
# not an instance of <tt>:class_name</tt>. If <tt>:allow_nil</tt> is set to true, the converter
|
197
|
+
# can return nil to skip the assignment.
|
198
|
+
#
|
199
|
+
# Option examples:
|
200
|
+
# composed_of :temperature, mapping: %w(reading celsius)
|
201
|
+
# composed_of :balance, class_name: "Money", mapping: %w(balance amount),
|
202
|
+
# converter: Proc.new { |balance| balance.to_money }
|
203
|
+
# composed_of :address, mapping: [ %w(address_street street), %w(address_city city) ]
|
204
|
+
# composed_of :gps_location
|
205
|
+
# composed_of :gps_location, allow_nil: true
|
206
|
+
# composed_of :ip_address,
|
207
|
+
# class_name: 'IPAddr',
|
208
|
+
# mapping: %w(ip to_i),
|
209
|
+
# constructor: Proc.new { |ip| IPAddr.new(ip, Socket::AF_INET) },
|
210
|
+
# converter: Proc.new { |ip| ip.is_a?(Integer) ? IPAddr.new(ip, Socket::AF_INET) : IPAddr.new(ip.to_s) }
|
211
|
+
#
|
212
|
+
def composed_of(part_id, options = {})
|
213
|
+
options.assert_valid_keys(:class_name, :mapping, :allow_nil, :constructor, :converter)
|
214
|
+
|
215
|
+
name = part_id.id2name
|
216
|
+
class_name = options[:class_name] || name.camelize
|
217
|
+
mapping = options[:mapping] || [ name, name ]
|
218
|
+
mapping = [ mapping ] unless mapping.first.is_a?(Array)
|
219
|
+
allow_nil = options[:allow_nil] || false
|
220
|
+
constructor = options[:constructor] || :new
|
221
|
+
converter = options[:converter]
|
222
|
+
|
223
|
+
reader_method(name, class_name, mapping, allow_nil, constructor)
|
224
|
+
writer_method(name, class_name, mapping, allow_nil, converter)
|
225
|
+
|
226
|
+
create_reflection(:composed_of, part_id, nil, options, self)
|
227
|
+
end
|
228
|
+
|
229
|
+
private
|
230
|
+
def reader_method(name, class_name, mapping, allow_nil, constructor)
|
231
|
+
define_method(name) do
|
232
|
+
if @aggregation_cache[name].nil? && (!allow_nil || mapping.any? {|pair| !read_attribute(pair.first).nil? })
|
233
|
+
attrs = mapping.collect {|pair| read_attribute(pair.first)}
|
234
|
+
object = constructor.respond_to?(:call) ?
|
235
|
+
constructor.call(*attrs) :
|
236
|
+
class_name.constantize.send(constructor, *attrs)
|
237
|
+
@aggregation_cache[name] = object
|
238
|
+
end
|
239
|
+
@aggregation_cache[name]
|
240
|
+
end
|
241
|
+
end
|
242
|
+
|
243
|
+
def writer_method(name, class_name, mapping, allow_nil, converter)
|
244
|
+
define_method("#{name}=") do |part|
|
245
|
+
klass = class_name.constantize
|
246
|
+
unless part.is_a?(klass) || converter.nil? || part.nil?
|
247
|
+
part = converter.respond_to?(:call) ? converter.call(part) : klass.send(converter, part)
|
248
|
+
end
|
249
|
+
|
250
|
+
if part.nil? && allow_nil
|
251
|
+
mapping.each { |pair| self[pair.first] = nil }
|
252
|
+
@aggregation_cache[name] = nil
|
253
|
+
else
|
254
|
+
mapping.each { |pair| self[pair.first] = part.send(pair.last) }
|
255
|
+
@aggregation_cache[name] = part.freeze
|
256
|
+
end
|
257
|
+
end
|
258
|
+
end
|
259
|
+
end
|
260
|
+
end
|
261
|
+
end
|
@@ -0,0 +1,1542 @@
|
|
1
|
+
require 'active_support/core_ext/enumerable'
|
2
|
+
require 'active_support/core_ext/string/conversions'
|
3
|
+
require 'active_support/core_ext/module/remove_method'
|
4
|
+
require 'active_record/errors'
|
5
|
+
|
6
|
+
module ActiveRecord
|
7
|
+
class InverseOfAssociationNotFoundError < ActiveRecordError #:nodoc:
|
8
|
+
def initialize(reflection, associated_class = nil)
|
9
|
+
super("Could not find the inverse association for #{reflection.name} (#{reflection.options[:inverse_of].inspect} in #{associated_class.nil? ? reflection.class_name : associated_class.name})")
|
10
|
+
end
|
11
|
+
end
|
12
|
+
|
13
|
+
class HasManyThroughAssociationNotFoundError < ActiveRecordError #:nodoc:
|
14
|
+
def initialize(owner_class_name, reflection)
|
15
|
+
super("Could not find the association #{reflection.options[:through].inspect} in model #{owner_class_name}")
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
class HasManyThroughAssociationPolymorphicSourceError < ActiveRecordError #:nodoc:
|
20
|
+
def initialize(owner_class_name, reflection, source_reflection)
|
21
|
+
super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' on the polymorphic object '#{source_reflection.class_name}##{source_reflection.name}' without 'source_type'. Try adding 'source_type: \"#{reflection.name.to_s.classify}\"' to 'has_many :through' definition.")
|
22
|
+
end
|
23
|
+
end
|
24
|
+
|
25
|
+
class HasManyThroughAssociationPolymorphicThroughError < ActiveRecordError #:nodoc:
|
26
|
+
def initialize(owner_class_name, reflection)
|
27
|
+
super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' which goes through the polymorphic association '#{owner_class_name}##{reflection.through_reflection.name}'.")
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
class HasManyThroughAssociationPointlessSourceTypeError < ActiveRecordError #:nodoc:
|
32
|
+
def initialize(owner_class_name, reflection, source_reflection)
|
33
|
+
super("Cannot have a has_many :through association '#{owner_class_name}##{reflection.name}' with a :source_type option if the '#{reflection.through_reflection.class_name}##{source_reflection.name}' is not polymorphic. Try removing :source_type on your association.")
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
class HasOneThroughCantAssociateThroughCollection < ActiveRecordError #:nodoc:
|
38
|
+
def initialize(owner_class_name, reflection, through_reflection)
|
39
|
+
super("Cannot have a has_one :through association '#{owner_class_name}##{reflection.name}' where the :through association '#{owner_class_name}##{through_reflection.name}' is a collection. Specify a has_one or belongs_to association in the :through option instead.")
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
class HasManyThroughSourceAssociationNotFoundError < ActiveRecordError #:nodoc:
|
44
|
+
def initialize(reflection)
|
45
|
+
through_reflection = reflection.through_reflection
|
46
|
+
source_reflection_names = reflection.source_reflection_names
|
47
|
+
source_associations = reflection.through_reflection.klass.reflect_on_all_associations.collect { |a| a.name.inspect }
|
48
|
+
super("Could not find the source association(s) #{source_reflection_names.collect{ |a| a.inspect }.to_sentence(:two_words_connector => ' or ', :last_word_connector => ', or ', :locale => :en)} in model #{through_reflection.klass}. Try 'has_many #{reflection.name.inspect}, :through => #{through_reflection.name.inspect}, :source => <name>'. Is it one of #{source_associations.to_sentence(:two_words_connector => ' or ', :last_word_connector => ', or ', :locale => :en)}?")
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
class HasManyThroughCantAssociateThroughHasOneOrManyReflection < ActiveRecordError #:nodoc:
|
53
|
+
def initialize(owner, reflection)
|
54
|
+
super("Cannot modify association '#{owner.class.name}##{reflection.name}' because the source reflection class '#{reflection.source_reflection.class_name}' is associated to '#{reflection.through_reflection.class_name}' via :#{reflection.source_reflection.macro}.")
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
class HasManyThroughCantAssociateNewRecords < ActiveRecordError #:nodoc:
|
59
|
+
def initialize(owner, reflection)
|
60
|
+
super("Cannot associate new records through '#{owner.class.name}##{reflection.name}' on '#{reflection.source_reflection.class_name rescue nil}##{reflection.source_reflection.name rescue nil}'. Both records must have an id in order to create the has_many :through record associating them.")
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
class HasManyThroughCantDissociateNewRecords < ActiveRecordError #:nodoc:
|
65
|
+
def initialize(owner, reflection)
|
66
|
+
super("Cannot dissociate new records through '#{owner.class.name}##{reflection.name}' on '#{reflection.source_reflection.class_name rescue nil}##{reflection.source_reflection.name rescue nil}'. Both records must have an id in order to delete the has_many :through record associating them.")
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
class HasManyThroughNestedAssociationsAreReadonly < ActiveRecordError #:nodoc:
|
71
|
+
def initialize(owner, reflection)
|
72
|
+
super("Cannot modify association '#{owner.class.name}##{reflection.name}' because it goes through more than one other association.")
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
class HasAndBelongsToManyAssociationForeignKeyNeeded < ActiveRecordError #:nodoc:
|
77
|
+
def initialize(reflection)
|
78
|
+
super("Cannot create self referential has_and_belongs_to_many association on '#{reflection.class_name rescue nil}##{reflection.name rescue nil}'. :association_foreign_key cannot be the same as the :foreign_key.")
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
class EagerLoadPolymorphicError < ActiveRecordError #:nodoc:
|
83
|
+
def initialize(reflection)
|
84
|
+
super("Can not eagerly load the polymorphic association #{reflection.name.inspect}")
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
class ReadOnlyAssociation < ActiveRecordError #:nodoc:
|
89
|
+
def initialize(reflection)
|
90
|
+
super("Can not add to a has_many :through association. Try adding to #{reflection.through_reflection.name.inspect}.")
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
# This error is raised when trying to destroy a parent instance in N:1 or 1:1 associations
|
95
|
+
# (has_many, has_one) when there is at least 1 child associated instance.
|
96
|
+
# ex: if @project.tasks.size > 0, DeleteRestrictionError will be raised when trying to destroy @project
|
97
|
+
class DeleteRestrictionError < ActiveRecordError #:nodoc:
|
98
|
+
def initialize(name)
|
99
|
+
super("Cannot delete record because of dependent #{name}")
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
# See ActiveRecord::Associations::ClassMethods for documentation.
|
104
|
+
module Associations # :nodoc:
|
105
|
+
extend ActiveSupport::Autoload
|
106
|
+
extend ActiveSupport::Concern
|
107
|
+
|
108
|
+
# These classes will be loaded when associations are created.
|
109
|
+
# So there is no need to eager load them.
|
110
|
+
autoload :Association, 'active_record/associations/association'
|
111
|
+
autoload :SingularAssociation, 'active_record/associations/singular_association'
|
112
|
+
autoload :CollectionAssociation, 'active_record/associations/collection_association'
|
113
|
+
autoload :CollectionProxy, 'active_record/associations/collection_proxy'
|
114
|
+
|
115
|
+
autoload :BelongsToAssociation, 'active_record/associations/belongs_to_association'
|
116
|
+
autoload :BelongsToPolymorphicAssociation, 'active_record/associations/belongs_to_polymorphic_association'
|
117
|
+
autoload :HasAndBelongsToManyAssociation, 'active_record/associations/has_and_belongs_to_many_association'
|
118
|
+
autoload :HasManyAssociation, 'active_record/associations/has_many_association'
|
119
|
+
autoload :HasManyThroughAssociation, 'active_record/associations/has_many_through_association'
|
120
|
+
autoload :HasOneAssociation, 'active_record/associations/has_one_association'
|
121
|
+
autoload :HasOneThroughAssociation, 'active_record/associations/has_one_through_association'
|
122
|
+
autoload :ThroughAssociation, 'active_record/associations/through_association'
|
123
|
+
|
124
|
+
module Builder #:nodoc:
|
125
|
+
autoload :Association, 'active_record/associations/builder/association'
|
126
|
+
autoload :SingularAssociation, 'active_record/associations/builder/singular_association'
|
127
|
+
autoload :CollectionAssociation, 'active_record/associations/builder/collection_association'
|
128
|
+
|
129
|
+
autoload :BelongsTo, 'active_record/associations/builder/belongs_to'
|
130
|
+
autoload :HasOne, 'active_record/associations/builder/has_one'
|
131
|
+
autoload :HasMany, 'active_record/associations/builder/has_many'
|
132
|
+
autoload :HasAndBelongsToMany, 'active_record/associations/builder/has_and_belongs_to_many'
|
133
|
+
end
|
134
|
+
|
135
|
+
eager_autoload do
|
136
|
+
autoload :Preloader, 'active_record/associations/preloader'
|
137
|
+
autoload :JoinDependency, 'active_record/associations/join_dependency'
|
138
|
+
autoload :AssociationScope, 'active_record/associations/association_scope'
|
139
|
+
autoload :AliasTracker, 'active_record/associations/alias_tracker'
|
140
|
+
autoload :JoinHelper, 'active_record/associations/join_helper'
|
141
|
+
end
|
142
|
+
|
143
|
+
# Clears out the association cache.
|
144
|
+
def clear_association_cache #:nodoc:
|
145
|
+
@association_cache.clear if persisted?
|
146
|
+
end
|
147
|
+
|
148
|
+
# :nodoc:
|
149
|
+
attr_reader :association_cache
|
150
|
+
|
151
|
+
# Returns the association instance for the given name, instantiating it if it doesn't already exist
|
152
|
+
def association(name) #:nodoc:
|
153
|
+
association = association_instance_get(name)
|
154
|
+
|
155
|
+
if association.nil?
|
156
|
+
reflection = self.class.reflect_on_association(name)
|
157
|
+
association = reflection.association_class.new(self, reflection)
|
158
|
+
association_instance_set(name, association)
|
159
|
+
end
|
160
|
+
|
161
|
+
association
|
162
|
+
end
|
163
|
+
|
164
|
+
private
|
165
|
+
# Returns the specified association instance if it responds to :loaded?, nil otherwise.
|
166
|
+
def association_instance_get(name)
|
167
|
+
@association_cache[name.to_sym]
|
168
|
+
end
|
169
|
+
|
170
|
+
# Set the specified association instance.
|
171
|
+
def association_instance_set(name, association)
|
172
|
+
@association_cache[name] = association
|
173
|
+
end
|
174
|
+
|
175
|
+
# Associations are a set of macro-like class methods for tying objects together through
|
176
|
+
# foreign keys. They express relationships like "Project has one Project Manager"
|
177
|
+
# or "Project belongs to a Portfolio". Each macro adds a number of methods to the
|
178
|
+
# class which are specialized according to the collection or association symbol and the
|
179
|
+
# options hash. It works much the same way as Ruby's own <tt>attr*</tt>
|
180
|
+
# methods.
|
181
|
+
#
|
182
|
+
# class Project < ActiveRecord::Base
|
183
|
+
# belongs_to :portfolio
|
184
|
+
# has_one :project_manager
|
185
|
+
# has_many :milestones
|
186
|
+
# has_and_belongs_to_many :categories
|
187
|
+
# end
|
188
|
+
#
|
189
|
+
# The project class now has the following methods (and more) to ease the traversal and
|
190
|
+
# manipulation of its relationships:
|
191
|
+
# * <tt>Project#portfolio, Project#portfolio=(portfolio), Project#portfolio.nil?</tt>
|
192
|
+
# * <tt>Project#project_manager, Project#project_manager=(project_manager), Project#project_manager.nil?,</tt>
|
193
|
+
# * <tt>Project#milestones.empty?, Project#milestones.size, Project#milestones, Project#milestones<<(milestone),</tt>
|
194
|
+
# <tt>Project#milestones.delete(milestone), Project#milestones.destroy(milestone), Project#milestones.find(milestone_id),</tt>
|
195
|
+
# <tt>Project#milestones.build, Project#milestones.create</tt>
|
196
|
+
# * <tt>Project#categories.empty?, Project#categories.size, Project#categories, Project#categories<<(category1),</tt>
|
197
|
+
# <tt>Project#categories.delete(category1), Project#categories.destroy(category1)</tt>
|
198
|
+
#
|
199
|
+
# === A word of warning
|
200
|
+
#
|
201
|
+
# Don't create associations that have the same name as instance methods of
|
202
|
+
# <tt>ActiveRecord::Base</tt>. Since the association adds a method with that name to
|
203
|
+
# its model, it will override the inherited method and break things.
|
204
|
+
# For instance, +attributes+ and +connection+ would be bad choices for association names.
|
205
|
+
#
|
206
|
+
# == Auto-generated methods
|
207
|
+
#
|
208
|
+
# === Singular associations (one-to-one)
|
209
|
+
# | | belongs_to |
|
210
|
+
# generated methods | belongs_to | :polymorphic | has_one
|
211
|
+
# ----------------------------------+------------+--------------+---------
|
212
|
+
# other | X | X | X
|
213
|
+
# other=(other) | X | X | X
|
214
|
+
# build_other(attributes={}) | X | | X
|
215
|
+
# create_other(attributes={}) | X | | X
|
216
|
+
# create_other!(attributes={}) | X | | X
|
217
|
+
#
|
218
|
+
# ===Collection associations (one-to-many / many-to-many)
|
219
|
+
# | | | has_many
|
220
|
+
# generated methods | habtm | has_many | :through
|
221
|
+
# ----------------------------------+-------+----------+----------
|
222
|
+
# others | X | X | X
|
223
|
+
# others=(other,other,...) | X | X | X
|
224
|
+
# other_ids | X | X | X
|
225
|
+
# other_ids=(id,id,...) | X | X | X
|
226
|
+
# others<< | X | X | X
|
227
|
+
# others.push | X | X | X
|
228
|
+
# others.concat | X | X | X
|
229
|
+
# others.build(attributes={}) | X | X | X
|
230
|
+
# others.create(attributes={}) | X | X | X
|
231
|
+
# others.create!(attributes={}) | X | X | X
|
232
|
+
# others.size | X | X | X
|
233
|
+
# others.length | X | X | X
|
234
|
+
# others.count | X | X | X
|
235
|
+
# others.sum(*args) | X | X | X
|
236
|
+
# others.empty? | X | X | X
|
237
|
+
# others.clear | X | X | X
|
238
|
+
# others.delete(other,other,...) | X | X | X
|
239
|
+
# others.delete_all | X | X | X
|
240
|
+
# others.destroy(other,other,...) | X | X | X
|
241
|
+
# others.destroy_all | X | X | X
|
242
|
+
# others.find(*args) | X | X | X
|
243
|
+
# others.exists? | X | X | X
|
244
|
+
# others.distinct | X | X | X
|
245
|
+
# others.uniq | X | X | X
|
246
|
+
# others.reset | X | X | X
|
247
|
+
#
|
248
|
+
# === Overriding generated methods
|
249
|
+
#
|
250
|
+
# Association methods are generated in a module that is included into the model class,
|
251
|
+
# which allows you to easily override with your own methods and call the original
|
252
|
+
# generated method with +super+. For example:
|
253
|
+
#
|
254
|
+
# class Car < ActiveRecord::Base
|
255
|
+
# belongs_to :owner
|
256
|
+
# belongs_to :old_owner
|
257
|
+
# def owner=(new_owner)
|
258
|
+
# self.old_owner = self.owner
|
259
|
+
# super
|
260
|
+
# end
|
261
|
+
# end
|
262
|
+
#
|
263
|
+
# If your model class is <tt>Project</tt>, the module is
|
264
|
+
# named <tt>Project::GeneratedFeatureMethods</tt>. The GeneratedFeatureMethods module is
|
265
|
+
# included in the model class immediately after the (anonymous) generated attributes methods
|
266
|
+
# module, meaning an association will override the methods for an attribute with the same name.
|
267
|
+
#
|
268
|
+
# == Cardinality and associations
|
269
|
+
#
|
270
|
+
# Active Record associations can be used to describe one-to-one, one-to-many and many-to-many
|
271
|
+
# relationships between models. Each model uses an association to describe its role in
|
272
|
+
# the relation. The +belongs_to+ association is always used in the model that has
|
273
|
+
# the foreign key.
|
274
|
+
#
|
275
|
+
# === One-to-one
|
276
|
+
#
|
277
|
+
# Use +has_one+ in the base, and +belongs_to+ in the associated model.
|
278
|
+
#
|
279
|
+
# class Employee < ActiveRecord::Base
|
280
|
+
# has_one :office
|
281
|
+
# end
|
282
|
+
# class Office < ActiveRecord::Base
|
283
|
+
# belongs_to :employee # foreign key - employee_id
|
284
|
+
# end
|
285
|
+
#
|
286
|
+
# === One-to-many
|
287
|
+
#
|
288
|
+
# Use +has_many+ in the base, and +belongs_to+ in the associated model.
|
289
|
+
#
|
290
|
+
# class Manager < ActiveRecord::Base
|
291
|
+
# has_many :employees
|
292
|
+
# end
|
293
|
+
# class Employee < ActiveRecord::Base
|
294
|
+
# belongs_to :manager # foreign key - manager_id
|
295
|
+
# end
|
296
|
+
#
|
297
|
+
# === Many-to-many
|
298
|
+
#
|
299
|
+
# There are two ways to build a many-to-many relationship.
|
300
|
+
#
|
301
|
+
# The first way uses a +has_many+ association with the <tt>:through</tt> option and a join model, so
|
302
|
+
# there are two stages of associations.
|
303
|
+
#
|
304
|
+
# class Assignment < ActiveRecord::Base
|
305
|
+
# belongs_to :programmer # foreign key - programmer_id
|
306
|
+
# belongs_to :project # foreign key - project_id
|
307
|
+
# end
|
308
|
+
# class Programmer < ActiveRecord::Base
|
309
|
+
# has_many :assignments
|
310
|
+
# has_many :projects, through: :assignments
|
311
|
+
# end
|
312
|
+
# class Project < ActiveRecord::Base
|
313
|
+
# has_many :assignments
|
314
|
+
# has_many :programmers, through: :assignments
|
315
|
+
# end
|
316
|
+
#
|
317
|
+
# For the second way, use +has_and_belongs_to_many+ in both models. This requires a join table
|
318
|
+
# that has no corresponding model or primary key.
|
319
|
+
#
|
320
|
+
# class Programmer < ActiveRecord::Base
|
321
|
+
# has_and_belongs_to_many :projects # foreign keys in the join table
|
322
|
+
# end
|
323
|
+
# class Project < ActiveRecord::Base
|
324
|
+
# has_and_belongs_to_many :programmers # foreign keys in the join table
|
325
|
+
# end
|
326
|
+
#
|
327
|
+
# Choosing which way to build a many-to-many relationship is not always simple.
|
328
|
+
# If you need to work with the relationship model as its own entity,
|
329
|
+
# use <tt>has_many :through</tt>. Use +has_and_belongs_to_many+ when working with legacy schemas or when
|
330
|
+
# you never work directly with the relationship itself.
|
331
|
+
#
|
332
|
+
# == Is it a +belongs_to+ or +has_one+ association?
|
333
|
+
#
|
334
|
+
# Both express a 1-1 relationship. The difference is mostly where to place the foreign
|
335
|
+
# key, which goes on the table for the class declaring the +belongs_to+ relationship.
|
336
|
+
#
|
337
|
+
# class User < ActiveRecord::Base
|
338
|
+
# # I reference an account.
|
339
|
+
# belongs_to :account
|
340
|
+
# end
|
341
|
+
#
|
342
|
+
# class Account < ActiveRecord::Base
|
343
|
+
# # One user references me.
|
344
|
+
# has_one :user
|
345
|
+
# end
|
346
|
+
#
|
347
|
+
# The tables for these classes could look something like:
|
348
|
+
#
|
349
|
+
# CREATE TABLE users (
|
350
|
+
# id int(11) NOT NULL auto_increment,
|
351
|
+
# account_id int(11) default NULL,
|
352
|
+
# name varchar default NULL,
|
353
|
+
# PRIMARY KEY (id)
|
354
|
+
# )
|
355
|
+
#
|
356
|
+
# CREATE TABLE accounts (
|
357
|
+
# id int(11) NOT NULL auto_increment,
|
358
|
+
# name varchar default NULL,
|
359
|
+
# PRIMARY KEY (id)
|
360
|
+
# )
|
361
|
+
#
|
362
|
+
# == Unsaved objects and associations
|
363
|
+
#
|
364
|
+
# You can manipulate objects and associations before they are saved to the database, but
|
365
|
+
# there is some special behavior you should be aware of, mostly involving the saving of
|
366
|
+
# associated objects.
|
367
|
+
#
|
368
|
+
# You can set the :autosave option on a <tt>has_one</tt>, <tt>belongs_to</tt>,
|
369
|
+
# <tt>has_many</tt>, or <tt>has_and_belongs_to_many</tt> association. Setting it
|
370
|
+
# to +true+ will _always_ save the members, whereas setting it to +false+ will
|
371
|
+
# _never_ save the members. More details about :autosave option is available at
|
372
|
+
# autosave_association.rb .
|
373
|
+
#
|
374
|
+
# === One-to-one associations
|
375
|
+
#
|
376
|
+
# * Assigning an object to a +has_one+ association automatically saves that object and
|
377
|
+
# the object being replaced (if there is one), in order to update their foreign
|
378
|
+
# keys - except if the parent object is unsaved (<tt>new_record? == true</tt>).
|
379
|
+
# * If either of these saves fail (due to one of the objects being invalid), an
|
380
|
+
# <tt>ActiveRecord::RecordNotSaved</tt> exception is raised and the assignment is
|
381
|
+
# cancelled.
|
382
|
+
# * If you wish to assign an object to a +has_one+ association without saving it,
|
383
|
+
# use the <tt>build_association</tt> method (documented below). The object being
|
384
|
+
# replaced will still be saved to update its foreign key.
|
385
|
+
# * Assigning an object to a +belongs_to+ association does not save the object, since
|
386
|
+
# the foreign key field belongs on the parent. It does not save the parent either.
|
387
|
+
#
|
388
|
+
# === Collections
|
389
|
+
#
|
390
|
+
# * Adding an object to a collection (+has_many+ or +has_and_belongs_to_many+) automatically
|
391
|
+
# saves that object, except if the parent object (the owner of the collection) is not yet
|
392
|
+
# stored in the database.
|
393
|
+
# * If saving any of the objects being added to a collection (via <tt>push</tt> or similar)
|
394
|
+
# fails, then <tt>push</tt> returns +false+.
|
395
|
+
# * If saving fails while replacing the collection (via <tt>association=</tt>), an
|
396
|
+
# <tt>ActiveRecord::RecordNotSaved</tt> exception is raised and the assignment is
|
397
|
+
# cancelled.
|
398
|
+
# * You can add an object to a collection without automatically saving it by using the
|
399
|
+
# <tt>collection.build</tt> method (documented below).
|
400
|
+
# * All unsaved (<tt>new_record? == true</tt>) members of the collection are automatically
|
401
|
+
# saved when the parent is saved.
|
402
|
+
#
|
403
|
+
# == Customizing the query
|
404
|
+
#
|
405
|
+
# Associations are built from <tt>Relation</tt>s, and you can use the <tt>Relation</tt> syntax
|
406
|
+
# to customize them. For example, to add a condition:
|
407
|
+
#
|
408
|
+
# class Blog < ActiveRecord::Base
|
409
|
+
# has_many :published_posts, -> { where published: true }, class_name: 'Post'
|
410
|
+
# end
|
411
|
+
#
|
412
|
+
# Inside the <tt>-> { ... }</tt> block you can use all of the usual <tt>Relation</tt> methods.
|
413
|
+
#
|
414
|
+
# === Accessing the owner object
|
415
|
+
#
|
416
|
+
# Sometimes it is useful to have access to the owner object when building the query. The owner
|
417
|
+
# is passed as a parameter to the block. For example, the following association would find all
|
418
|
+
# events that occur on the user's birthday:
|
419
|
+
#
|
420
|
+
# class User < ActiveRecord::Base
|
421
|
+
# has_many :birthday_events, ->(user) { where starts_on: user.birthday }, class_name: 'Event'
|
422
|
+
# end
|
423
|
+
#
|
424
|
+
# == Association callbacks
|
425
|
+
#
|
426
|
+
# Similar to the normal callbacks that hook into the life cycle of an Active Record object,
|
427
|
+
# you can also define callbacks that get triggered when you add an object to or remove an
|
428
|
+
# object from an association collection.
|
429
|
+
#
|
430
|
+
# class Project
|
431
|
+
# has_and_belongs_to_many :developers, after_add: :evaluate_velocity
|
432
|
+
#
|
433
|
+
# def evaluate_velocity(developer)
|
434
|
+
# ...
|
435
|
+
# end
|
436
|
+
# end
|
437
|
+
#
|
438
|
+
# It's possible to stack callbacks by passing them as an array. Example:
|
439
|
+
#
|
440
|
+
# class Project
|
441
|
+
# has_and_belongs_to_many :developers,
|
442
|
+
# after_add: [:evaluate_velocity, Proc.new { |p, d| p.shipping_date = Time.now}]
|
443
|
+
# end
|
444
|
+
#
|
445
|
+
# Possible callbacks are: +before_add+, +after_add+, +before_remove+ and +after_remove+.
|
446
|
+
#
|
447
|
+
# Should any of the +before_add+ callbacks throw an exception, the object does not get
|
448
|
+
# added to the collection. Same with the +before_remove+ callbacks; if an exception is
|
449
|
+
# thrown the object doesn't get removed.
|
450
|
+
#
|
451
|
+
# == Association extensions
|
452
|
+
#
|
453
|
+
# The proxy objects that control the access to associations can be extended through anonymous
|
454
|
+
# modules. This is especially beneficial for adding new finders, creators, and other
|
455
|
+
# factory-type methods that are only used as part of this association.
|
456
|
+
#
|
457
|
+
# class Account < ActiveRecord::Base
|
458
|
+
# has_many :people do
|
459
|
+
# def find_or_create_by_name(name)
|
460
|
+
# first_name, last_name = name.split(" ", 2)
|
461
|
+
# find_or_create_by(first_name: first_name, last_name: last_name)
|
462
|
+
# end
|
463
|
+
# end
|
464
|
+
# end
|
465
|
+
#
|
466
|
+
# person = Account.first.people.find_or_create_by_name("David Heinemeier Hansson")
|
467
|
+
# person.first_name # => "David"
|
468
|
+
# person.last_name # => "Heinemeier Hansson"
|
469
|
+
#
|
470
|
+
# If you need to share the same extensions between many associations, you can use a named
|
471
|
+
# extension module.
|
472
|
+
#
|
473
|
+
# module FindOrCreateByNameExtension
|
474
|
+
# def find_or_create_by_name(name)
|
475
|
+
# first_name, last_name = name.split(" ", 2)
|
476
|
+
# find_or_create_by(first_name: first_name, last_name: last_name)
|
477
|
+
# end
|
478
|
+
# end
|
479
|
+
#
|
480
|
+
# class Account < ActiveRecord::Base
|
481
|
+
# has_many :people, -> { extending FindOrCreateByNameExtension }
|
482
|
+
# end
|
483
|
+
#
|
484
|
+
# class Company < ActiveRecord::Base
|
485
|
+
# has_many :people, -> { extending FindOrCreateByNameExtension }
|
486
|
+
# end
|
487
|
+
#
|
488
|
+
# Some extensions can only be made to work with knowledge of the association's internals.
|
489
|
+
# Extensions can access relevant state using the following methods (where +items+ is the
|
490
|
+
# name of the association):
|
491
|
+
#
|
492
|
+
# * <tt>record.association(:items).owner</tt> - Returns the object the association is part of.
|
493
|
+
# * <tt>record.association(:items).reflection</tt> - Returns the reflection object that describes the association.
|
494
|
+
# * <tt>record.association(:items).target</tt> - Returns the associated object for +belongs_to+ and +has_one+, or
|
495
|
+
# the collection of associated objects for +has_many+ and +has_and_belongs_to_many+.
|
496
|
+
#
|
497
|
+
# However, inside the actual extension code, you will not have access to the <tt>record</tt> as
|
498
|
+
# above. In this case, you can access <tt>proxy_association</tt>. For example,
|
499
|
+
# <tt>record.association(:items)</tt> and <tt>record.items.proxy_association</tt> will return
|
500
|
+
# the same object, allowing you to make calls like <tt>proxy_association.owner</tt> inside
|
501
|
+
# association extensions.
|
502
|
+
#
|
503
|
+
# == Association Join Models
|
504
|
+
#
|
505
|
+
# Has Many associations can be configured with the <tt>:through</tt> option to use an
|
506
|
+
# explicit join model to retrieve the data. This operates similarly to a
|
507
|
+
# +has_and_belongs_to_many+ association. The advantage is that you're able to add validations,
|
508
|
+
# callbacks, and extra attributes on the join model. Consider the following schema:
|
509
|
+
#
|
510
|
+
# class Author < ActiveRecord::Base
|
511
|
+
# has_many :authorships
|
512
|
+
# has_many :books, through: :authorships
|
513
|
+
# end
|
514
|
+
#
|
515
|
+
# class Authorship < ActiveRecord::Base
|
516
|
+
# belongs_to :author
|
517
|
+
# belongs_to :book
|
518
|
+
# end
|
519
|
+
#
|
520
|
+
# @author = Author.first
|
521
|
+
# @author.authorships.collect { |a| a.book } # selects all books that the author's authorships belong to
|
522
|
+
# @author.books # selects all books by using the Authorship join model
|
523
|
+
#
|
524
|
+
# You can also go through a +has_many+ association on the join model:
|
525
|
+
#
|
526
|
+
# class Firm < ActiveRecord::Base
|
527
|
+
# has_many :clients
|
528
|
+
# has_many :invoices, through: :clients
|
529
|
+
# end
|
530
|
+
#
|
531
|
+
# class Client < ActiveRecord::Base
|
532
|
+
# belongs_to :firm
|
533
|
+
# has_many :invoices
|
534
|
+
# end
|
535
|
+
#
|
536
|
+
# class Invoice < ActiveRecord::Base
|
537
|
+
# belongs_to :client
|
538
|
+
# end
|
539
|
+
#
|
540
|
+
# @firm = Firm.first
|
541
|
+
# @firm.clients.collect { |c| c.invoices }.flatten # select all invoices for all clients of the firm
|
542
|
+
# @firm.invoices # selects all invoices by going through the Client join model
|
543
|
+
#
|
544
|
+
# Similarly you can go through a +has_one+ association on the join model:
|
545
|
+
#
|
546
|
+
# class Group < ActiveRecord::Base
|
547
|
+
# has_many :users
|
548
|
+
# has_many :avatars, through: :users
|
549
|
+
# end
|
550
|
+
#
|
551
|
+
# class User < ActiveRecord::Base
|
552
|
+
# belongs_to :group
|
553
|
+
# has_one :avatar
|
554
|
+
# end
|
555
|
+
#
|
556
|
+
# class Avatar < ActiveRecord::Base
|
557
|
+
# belongs_to :user
|
558
|
+
# end
|
559
|
+
#
|
560
|
+
# @group = Group.first
|
561
|
+
# @group.users.collect { |u| u.avatar }.compact # select all avatars for all users in the group
|
562
|
+
# @group.avatars # selects all avatars by going through the User join model.
|
563
|
+
#
|
564
|
+
# An important caveat with going through +has_one+ or +has_many+ associations on the
|
565
|
+
# join model is that these associations are *read-only*. For example, the following
|
566
|
+
# would not work following the previous example:
|
567
|
+
#
|
568
|
+
# @group.avatars << Avatar.new # this would work if User belonged_to Avatar rather than the other way around
|
569
|
+
# @group.avatars.delete(@group.avatars.last) # so would this
|
570
|
+
#
|
571
|
+
# If you are using a +belongs_to+ on the join model, it is a good idea to set the
|
572
|
+
# <tt>:inverse_of</tt> option on the +belongs_to+, which will mean that the following example
|
573
|
+
# works correctly (where <tt>tags</tt> is a +has_many+ <tt>:through</tt> association):
|
574
|
+
#
|
575
|
+
# @post = Post.first
|
576
|
+
# @tag = @post.tags.build name: "ruby"
|
577
|
+
# @tag.save
|
578
|
+
#
|
579
|
+
# The last line ought to save the through record (a <tt>Taggable</tt>). This will only work if the
|
580
|
+
# <tt>:inverse_of</tt> is set:
|
581
|
+
#
|
582
|
+
# class Taggable < ActiveRecord::Base
|
583
|
+
# belongs_to :post
|
584
|
+
# belongs_to :tag, inverse_of: :taggings
|
585
|
+
# end
|
586
|
+
#
|
587
|
+
# == Nested Associations
|
588
|
+
#
|
589
|
+
# You can actually specify *any* association with the <tt>:through</tt> option, including an
|
590
|
+
# association which has a <tt>:through</tt> option itself. For example:
|
591
|
+
#
|
592
|
+
# class Author < ActiveRecord::Base
|
593
|
+
# has_many :posts
|
594
|
+
# has_many :comments, through: :posts
|
595
|
+
# has_many :commenters, through: :comments
|
596
|
+
# end
|
597
|
+
#
|
598
|
+
# class Post < ActiveRecord::Base
|
599
|
+
# has_many :comments
|
600
|
+
# end
|
601
|
+
#
|
602
|
+
# class Comment < ActiveRecord::Base
|
603
|
+
# belongs_to :commenter
|
604
|
+
# end
|
605
|
+
#
|
606
|
+
# @author = Author.first
|
607
|
+
# @author.commenters # => People who commented on posts written by the author
|
608
|
+
#
|
609
|
+
# An equivalent way of setting up this association this would be:
|
610
|
+
#
|
611
|
+
# class Author < ActiveRecord::Base
|
612
|
+
# has_many :posts
|
613
|
+
# has_many :commenters, through: :posts
|
614
|
+
# end
|
615
|
+
#
|
616
|
+
# class Post < ActiveRecord::Base
|
617
|
+
# has_many :comments
|
618
|
+
# has_many :commenters, through: :comments
|
619
|
+
# end
|
620
|
+
#
|
621
|
+
# class Comment < ActiveRecord::Base
|
622
|
+
# belongs_to :commenter
|
623
|
+
# end
|
624
|
+
#
|
625
|
+
# When using nested association, you will not be able to modify the association because there
|
626
|
+
# is not enough information to know what modification to make. For example, if you tried to
|
627
|
+
# add a <tt>Commenter</tt> in the example above, there would be no way to tell how to set up the
|
628
|
+
# intermediate <tt>Post</tt> and <tt>Comment</tt> objects.
|
629
|
+
#
|
630
|
+
# == Polymorphic Associations
|
631
|
+
#
|
632
|
+
# Polymorphic associations on models are not restricted on what types of models they
|
633
|
+
# can be associated with. Rather, they specify an interface that a +has_many+ association
|
634
|
+
# must adhere to.
|
635
|
+
#
|
636
|
+
# class Asset < ActiveRecord::Base
|
637
|
+
# belongs_to :attachable, polymorphic: true
|
638
|
+
# end
|
639
|
+
#
|
640
|
+
# class Post < ActiveRecord::Base
|
641
|
+
# has_many :assets, as: :attachable # The :as option specifies the polymorphic interface to use.
|
642
|
+
# end
|
643
|
+
#
|
644
|
+
# @asset.attachable = @post
|
645
|
+
#
|
646
|
+
# This works by using a type column in addition to a foreign key to specify the associated
|
647
|
+
# record. In the Asset example, you'd need an +attachable_id+ integer column and an
|
648
|
+
# +attachable_type+ string column.
|
649
|
+
#
|
650
|
+
# Using polymorphic associations in combination with single table inheritance (STI) is
|
651
|
+
# a little tricky. In order for the associations to work as expected, ensure that you
|
652
|
+
# store the base model for the STI models in the type column of the polymorphic
|
653
|
+
# association. To continue with the asset example above, suppose there are guest posts
|
654
|
+
# and member posts that use the posts table for STI. In this case, there must be a +type+
|
655
|
+
# column in the posts table.
|
656
|
+
#
|
657
|
+
# class Asset < ActiveRecord::Base
|
658
|
+
# belongs_to :attachable, polymorphic: true
|
659
|
+
#
|
660
|
+
# def attachable_type=(sType)
|
661
|
+
# super(sType.to_s.classify.constantize.base_class.to_s)
|
662
|
+
# end
|
663
|
+
# end
|
664
|
+
#
|
665
|
+
# class Post < ActiveRecord::Base
|
666
|
+
# # because we store "Post" in attachable_type now dependent: :destroy will work
|
667
|
+
# has_many :assets, as: :attachable, dependent: :destroy
|
668
|
+
# end
|
669
|
+
#
|
670
|
+
# class GuestPost < Post
|
671
|
+
# end
|
672
|
+
#
|
673
|
+
# class MemberPost < Post
|
674
|
+
# end
|
675
|
+
#
|
676
|
+
# == Caching
|
677
|
+
#
|
678
|
+
# All of the methods are built on a simple caching principle that will keep the result
|
679
|
+
# of the last query around unless specifically instructed not to. The cache is even
|
680
|
+
# shared across methods to make it even cheaper to use the macro-added methods without
|
681
|
+
# worrying too much about performance at the first go.
|
682
|
+
#
|
683
|
+
# project.milestones # fetches milestones from the database
|
684
|
+
# project.milestones.size # uses the milestone cache
|
685
|
+
# project.milestones.empty? # uses the milestone cache
|
686
|
+
# project.milestones(true).size # fetches milestones from the database
|
687
|
+
# project.milestones # uses the milestone cache
|
688
|
+
#
|
689
|
+
# == Eager loading of associations
|
690
|
+
#
|
691
|
+
# Eager loading is a way to find objects of a certain class and a number of named associations.
|
692
|
+
# This is one of the easiest ways of to prevent the dreaded 1+N problem in which fetching 100
|
693
|
+
# posts that each need to display their author triggers 101 database queries. Through the
|
694
|
+
# use of eager loading, the 101 queries can be reduced to 2.
|
695
|
+
#
|
696
|
+
# class Post < ActiveRecord::Base
|
697
|
+
# belongs_to :author
|
698
|
+
# has_many :comments
|
699
|
+
# end
|
700
|
+
#
|
701
|
+
# Consider the following loop using the class above:
|
702
|
+
#
|
703
|
+
# Post.all.each do |post|
|
704
|
+
# puts "Post: " + post.title
|
705
|
+
# puts "Written by: " + post.author.name
|
706
|
+
# puts "Last comment on: " + post.comments.first.created_on
|
707
|
+
# end
|
708
|
+
#
|
709
|
+
# To iterate over these one hundred posts, we'll generate 201 database queries. Let's
|
710
|
+
# first just optimize it for retrieving the author:
|
711
|
+
#
|
712
|
+
# Post.includes(:author).each do |post|
|
713
|
+
#
|
714
|
+
# This references the name of the +belongs_to+ association that also used the <tt>:author</tt>
|
715
|
+
# symbol. After loading the posts, find will collect the +author_id+ from each one and load
|
716
|
+
# all the referenced authors with one query. Doing so will cut down the number of queries
|
717
|
+
# from 201 to 102.
|
718
|
+
#
|
719
|
+
# We can improve upon the situation further by referencing both associations in the finder with:
|
720
|
+
#
|
721
|
+
# Post.includes(:author, :comments).each do |post|
|
722
|
+
#
|
723
|
+
# This will load all comments with a single query. This reduces the total number of queries
|
724
|
+
# to 3. More generally the number of queries will be 1 plus the number of associations
|
725
|
+
# named (except if some of the associations are polymorphic +belongs_to+ - see below).
|
726
|
+
#
|
727
|
+
# To include a deep hierarchy of associations, use a hash:
|
728
|
+
#
|
729
|
+
# Post.includes(:author, {comments: {author: :gravatar}}).each do |post|
|
730
|
+
#
|
731
|
+
# That'll grab not only all the comments but all their authors and gravatar pictures.
|
732
|
+
# You can mix and match symbols, arrays and hashes in any combination to describe the
|
733
|
+
# associations you want to load.
|
734
|
+
#
|
735
|
+
# All of this power shouldn't fool you into thinking that you can pull out huge amounts
|
736
|
+
# of data with no performance penalty just because you've reduced the number of queries.
|
737
|
+
# The database still needs to send all the data to Active Record and it still needs to
|
738
|
+
# be processed. So it's no catch-all for performance problems, but it's a great way to
|
739
|
+
# cut down on the number of queries in a situation as the one described above.
|
740
|
+
#
|
741
|
+
# Since only one table is loaded at a time, conditions or orders cannot reference tables
|
742
|
+
# other than the main one. If this is the case Active Record falls back to the previously
|
743
|
+
# used LEFT OUTER JOIN based strategy. For example
|
744
|
+
#
|
745
|
+
# Post.includes([:author, :comments]).where(['comments.approved = ?', true])
|
746
|
+
#
|
747
|
+
# This will result in a single SQL query with joins along the lines of:
|
748
|
+
# <tt>LEFT OUTER JOIN comments ON comments.post_id = posts.id</tt> and
|
749
|
+
# <tt>LEFT OUTER JOIN authors ON authors.id = posts.author_id</tt>. Note that using conditions
|
750
|
+
# like this can have unintended consequences.
|
751
|
+
# In the above example posts with no approved comments are not returned at all, because
|
752
|
+
# the conditions apply to the SQL statement as a whole and not just to the association.
|
753
|
+
# You must disambiguate column references for this fallback to happen, for example
|
754
|
+
# <tt>order: "author.name DESC"</tt> will work but <tt>order: "name DESC"</tt> will not.
|
755
|
+
#
|
756
|
+
# If you do want eager load only some members of an association it is usually more natural
|
757
|
+
# to include an association which has conditions defined on it:
|
758
|
+
#
|
759
|
+
# class Post < ActiveRecord::Base
|
760
|
+
# has_many :approved_comments, -> { where approved: true }, class_name: 'Comment'
|
761
|
+
# end
|
762
|
+
#
|
763
|
+
# Post.includes(:approved_comments)
|
764
|
+
#
|
765
|
+
# This will load posts and eager load the +approved_comments+ association, which contains
|
766
|
+
# only those comments that have been approved.
|
767
|
+
#
|
768
|
+
# If you eager load an association with a specified <tt>:limit</tt> option, it will be ignored,
|
769
|
+
# returning all the associated objects:
|
770
|
+
#
|
771
|
+
# class Picture < ActiveRecord::Base
|
772
|
+
# has_many :most_recent_comments, -> { order('id DESC').limit(10) }, class_name: 'Comment'
|
773
|
+
# end
|
774
|
+
#
|
775
|
+
# Picture.includes(:most_recent_comments).first.most_recent_comments # => returns all associated comments.
|
776
|
+
#
|
777
|
+
# Eager loading is supported with polymorphic associations.
|
778
|
+
#
|
779
|
+
# class Address < ActiveRecord::Base
|
780
|
+
# belongs_to :addressable, polymorphic: true
|
781
|
+
# end
|
782
|
+
#
|
783
|
+
# A call that tries to eager load the addressable model
|
784
|
+
#
|
785
|
+
# Address.includes(:addressable)
|
786
|
+
#
|
787
|
+
# This will execute one query to load the addresses and load the addressables with one
|
788
|
+
# query per addressable type.
|
789
|
+
# For example if all the addressables are either of class Person or Company then a total
|
790
|
+
# of 3 queries will be executed. The list of addressable types to load is determined on
|
791
|
+
# the back of the addresses loaded. This is not supported if Active Record has to fallback
|
792
|
+
# to the previous implementation of eager loading and will raise ActiveRecord::EagerLoadPolymorphicError.
|
793
|
+
# The reason is that the parent model's type is a column value so its corresponding table
|
794
|
+
# name cannot be put in the +FROM+/+JOIN+ clauses of that query.
|
795
|
+
#
|
796
|
+
# == Table Aliasing
|
797
|
+
#
|
798
|
+
# Active Record uses table aliasing in the case that a table is referenced multiple times
|
799
|
+
# in a join. If a table is referenced only once, the standard table name is used. The
|
800
|
+
# second time, the table is aliased as <tt>#{reflection_name}_#{parent_table_name}</tt>.
|
801
|
+
# Indexes are appended for any more successive uses of the table name.
|
802
|
+
#
|
803
|
+
# Post.joins(:comments)
|
804
|
+
# # => SELECT ... FROM posts INNER JOIN comments ON ...
|
805
|
+
# Post.joins(:special_comments) # STI
|
806
|
+
# # => SELECT ... FROM posts INNER JOIN comments ON ... AND comments.type = 'SpecialComment'
|
807
|
+
# Post.joins(:comments, :special_comments) # special_comments is the reflection name, posts is the parent table name
|
808
|
+
# # => SELECT ... FROM posts INNER JOIN comments ON ... INNER JOIN comments special_comments_posts
|
809
|
+
#
|
810
|
+
# Acts as tree example:
|
811
|
+
#
|
812
|
+
# TreeMixin.joins(:children)
|
813
|
+
# # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
|
814
|
+
# TreeMixin.joins(children: :parent)
|
815
|
+
# # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
|
816
|
+
# INNER JOIN parents_mixins ...
|
817
|
+
# TreeMixin.joins(children: {parent: :children})
|
818
|
+
# # => SELECT ... FROM mixins INNER JOIN mixins childrens_mixins ...
|
819
|
+
# INNER JOIN parents_mixins ...
|
820
|
+
# INNER JOIN mixins childrens_mixins_2
|
821
|
+
#
|
822
|
+
# Has and Belongs to Many join tables use the same idea, but add a <tt>_join</tt> suffix:
|
823
|
+
#
|
824
|
+
# Post.joins(:categories)
|
825
|
+
# # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
|
826
|
+
# Post.joins(categories: :posts)
|
827
|
+
# # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
|
828
|
+
# INNER JOIN categories_posts posts_categories_join INNER JOIN posts posts_categories
|
829
|
+
# Post.joins(categories: {posts: :categories})
|
830
|
+
# # => SELECT ... FROM posts INNER JOIN categories_posts ... INNER JOIN categories ...
|
831
|
+
# INNER JOIN categories_posts posts_categories_join INNER JOIN posts posts_categories
|
832
|
+
# INNER JOIN categories_posts categories_posts_join INNER JOIN categories categories_posts_2
|
833
|
+
#
|
834
|
+
# If you wish to specify your own custom joins using <tt>joins</tt> method, those table
|
835
|
+
# names will take precedence over the eager associations:
|
836
|
+
#
|
837
|
+
# Post.joins(:comments).joins("inner join comments ...")
|
838
|
+
# # => SELECT ... FROM posts INNER JOIN comments_posts ON ... INNER JOIN comments ...
|
839
|
+
# Post.joins(:comments, :special_comments).joins("inner join comments ...")
|
840
|
+
# # => SELECT ... FROM posts INNER JOIN comments comments_posts ON ...
|
841
|
+
# INNER JOIN comments special_comments_posts ...
|
842
|
+
# INNER JOIN comments ...
|
843
|
+
#
|
844
|
+
# Table aliases are automatically truncated according to the maximum length of table identifiers
|
845
|
+
# according to the specific database.
|
846
|
+
#
|
847
|
+
# == Modules
|
848
|
+
#
|
849
|
+
# By default, associations will look for objects within the current module scope. Consider:
|
850
|
+
#
|
851
|
+
# module MyApplication
|
852
|
+
# module Business
|
853
|
+
# class Firm < ActiveRecord::Base
|
854
|
+
# has_many :clients
|
855
|
+
# end
|
856
|
+
#
|
857
|
+
# class Client < ActiveRecord::Base; end
|
858
|
+
# end
|
859
|
+
# end
|
860
|
+
#
|
861
|
+
# When <tt>Firm#clients</tt> is called, it will in turn call
|
862
|
+
# <tt>MyApplication::Business::Client.find_all_by_firm_id(firm.id)</tt>.
|
863
|
+
# If you want to associate with a class in another module scope, this can be done by
|
864
|
+
# specifying the complete class name.
|
865
|
+
#
|
866
|
+
# module MyApplication
|
867
|
+
# module Business
|
868
|
+
# class Firm < ActiveRecord::Base; end
|
869
|
+
# end
|
870
|
+
#
|
871
|
+
# module Billing
|
872
|
+
# class Account < ActiveRecord::Base
|
873
|
+
# belongs_to :firm, class_name: "MyApplication::Business::Firm"
|
874
|
+
# end
|
875
|
+
# end
|
876
|
+
# end
|
877
|
+
#
|
878
|
+
# == Bi-directional associations
|
879
|
+
#
|
880
|
+
# When you specify an association there is usually an association on the associated model
|
881
|
+
# that specifies the same relationship in reverse. For example, with the following models:
|
882
|
+
#
|
883
|
+
# class Dungeon < ActiveRecord::Base
|
884
|
+
# has_many :traps
|
885
|
+
# has_one :evil_wizard
|
886
|
+
# end
|
887
|
+
#
|
888
|
+
# class Trap < ActiveRecord::Base
|
889
|
+
# belongs_to :dungeon
|
890
|
+
# end
|
891
|
+
#
|
892
|
+
# class EvilWizard < ActiveRecord::Base
|
893
|
+
# belongs_to :dungeon
|
894
|
+
# end
|
895
|
+
#
|
896
|
+
# The +traps+ association on +Dungeon+ and the +dungeon+ association on +Trap+ are
|
897
|
+
# the inverse of each other and the inverse of the +dungeon+ association on +EvilWizard+
|
898
|
+
# is the +evil_wizard+ association on +Dungeon+ (and vice-versa). By default,
|
899
|
+
# Active Record doesn't know anything about these inverse relationships and so no object
|
900
|
+
# loading optimization is possible. For example:
|
901
|
+
#
|
902
|
+
# d = Dungeon.first
|
903
|
+
# t = d.traps.first
|
904
|
+
# d.level == t.dungeon.level # => true
|
905
|
+
# d.level = 10
|
906
|
+
# d.level == t.dungeon.level # => false
|
907
|
+
#
|
908
|
+
# The +Dungeon+ instances +d+ and <tt>t.dungeon</tt> in the above example refer to
|
909
|
+
# the same object data from the database, but are actually different in-memory copies
|
910
|
+
# of that data. Specifying the <tt>:inverse_of</tt> option on associations lets you tell
|
911
|
+
# Active Record about inverse relationships and it will optimise object loading. For
|
912
|
+
# example, if we changed our model definitions to:
|
913
|
+
#
|
914
|
+
# class Dungeon < ActiveRecord::Base
|
915
|
+
# has_many :traps, inverse_of: :dungeon
|
916
|
+
# has_one :evil_wizard, inverse_of: :dungeon
|
917
|
+
# end
|
918
|
+
#
|
919
|
+
# class Trap < ActiveRecord::Base
|
920
|
+
# belongs_to :dungeon, inverse_of: :traps
|
921
|
+
# end
|
922
|
+
#
|
923
|
+
# class EvilWizard < ActiveRecord::Base
|
924
|
+
# belongs_to :dungeon, inverse_of: :evil_wizard
|
925
|
+
# end
|
926
|
+
#
|
927
|
+
# Then, from our code snippet above, +d+ and <tt>t.dungeon</tt> are actually the same
|
928
|
+
# in-memory instance and our final <tt>d.level == t.dungeon.level</tt> will return +true+.
|
929
|
+
#
|
930
|
+
# There are limitations to <tt>:inverse_of</tt> support:
|
931
|
+
#
|
932
|
+
# * does not work with <tt>:through</tt> associations.
|
933
|
+
# * does not work with <tt>:polymorphic</tt> associations.
|
934
|
+
# * for +belongs_to+ associations +has_many+ inverse associations are ignored.
|
935
|
+
#
|
936
|
+
# == Deleting from associations
|
937
|
+
#
|
938
|
+
# === Dependent associations
|
939
|
+
#
|
940
|
+
# +has_many+, +has_one+ and +belongs_to+ associations support the <tt>:dependent</tt> option.
|
941
|
+
# This allows you to specify that associated records should be deleted when the owner is
|
942
|
+
# deleted.
|
943
|
+
#
|
944
|
+
# For example:
|
945
|
+
#
|
946
|
+
# class Author
|
947
|
+
# has_many :posts, dependent: :destroy
|
948
|
+
# end
|
949
|
+
# Author.find(1).destroy # => Will destroy all of the author's posts, too
|
950
|
+
#
|
951
|
+
# The <tt>:dependent</tt> option can have different values which specify how the deletion
|
952
|
+
# is done. For more information, see the documentation for this option on the different
|
953
|
+
# specific association types. When no option is given, the behavior is to do nothing
|
954
|
+
# with the associated records when destroying a record.
|
955
|
+
#
|
956
|
+
# Note that <tt>:dependent</tt> is implemented using Rails' callback
|
957
|
+
# system, which works by processing callbacks in order. Therefore, other
|
958
|
+
# callbacks declared either before or after the <tt>:dependent</tt> option
|
959
|
+
# can affect what it does.
|
960
|
+
#
|
961
|
+
# === Delete or destroy?
|
962
|
+
#
|
963
|
+
# +has_many+ and +has_and_belongs_to_many+ associations have the methods <tt>destroy</tt>,
|
964
|
+
# <tt>delete</tt>, <tt>destroy_all</tt> and <tt>delete_all</tt>.
|
965
|
+
#
|
966
|
+
# For +has_and_belongs_to_many+, <tt>delete</tt> and <tt>destroy</tt> are the same: they
|
967
|
+
# cause the records in the join table to be removed.
|
968
|
+
#
|
969
|
+
# For +has_many+, <tt>destroy</tt> and <tt>destroy_all</tt> will always call the <tt>destroy</tt> method of the
|
970
|
+
# record(s) being removed so that callbacks are run. However <tt>delete</tt> and <tt>delete_all</tt> will either
|
971
|
+
# do the deletion according to the strategy specified by the <tt>:dependent</tt> option, or
|
972
|
+
# if no <tt>:dependent</tt> option is given, then it will follow the default strategy.
|
973
|
+
# The default strategy is <tt>:nullify</tt> (set the foreign keys to <tt>nil</tt>), except for
|
974
|
+
# +has_many+ <tt>:through</tt>, where the default strategy is <tt>delete_all</tt> (delete
|
975
|
+
# the join records, without running their callbacks).
|
976
|
+
#
|
977
|
+
# There is also a <tt>clear</tt> method which is the same as <tt>delete_all</tt>, except that
|
978
|
+
# it returns the association rather than the records which have been deleted.
|
979
|
+
#
|
980
|
+
# === What gets deleted?
|
981
|
+
#
|
982
|
+
# There is a potential pitfall here: +has_and_belongs_to_many+ and +has_many+ <tt>:through</tt>
|
983
|
+
# associations have records in join tables, as well as the associated records. So when we
|
984
|
+
# call one of these deletion methods, what exactly should be deleted?
|
985
|
+
#
|
986
|
+
# The answer is that it is assumed that deletion on an association is about removing the
|
987
|
+
# <i>link</i> between the owner and the associated object(s), rather than necessarily the
|
988
|
+
# associated objects themselves. So with +has_and_belongs_to_many+ and +has_many+
|
989
|
+
# <tt>:through</tt>, the join records will be deleted, but the associated records won't.
|
990
|
+
#
|
991
|
+
# This makes sense if you think about it: if you were to call <tt>post.tags.delete(Tag.find_by(name: 'food'))</tt>
|
992
|
+
# you would want the 'food' tag to be unlinked from the post, rather than for the tag itself
|
993
|
+
# to be removed from the database.
|
994
|
+
#
|
995
|
+
# However, there are examples where this strategy doesn't make sense. For example, suppose
|
996
|
+
# a person has many projects, and each project has many tasks. If we deleted one of a person's
|
997
|
+
# tasks, we would probably not want the project to be deleted. In this scenario, the delete method
|
998
|
+
# won't actually work: it can only be used if the association on the join model is a
|
999
|
+
# +belongs_to+. In other situations you are expected to perform operations directly on
|
1000
|
+
# either the associated records or the <tt>:through</tt> association.
|
1001
|
+
#
|
1002
|
+
# With a regular +has_many+ there is no distinction between the "associated records"
|
1003
|
+
# and the "link", so there is only one choice for what gets deleted.
|
1004
|
+
#
|
1005
|
+
# With +has_and_belongs_to_many+ and +has_many+ <tt>:through</tt>, if you want to delete the
|
1006
|
+
# associated records themselves, you can always do something along the lines of
|
1007
|
+
# <tt>person.tasks.each(&:destroy)</tt>.
|
1008
|
+
#
|
1009
|
+
# == Type safety with <tt>ActiveRecord::AssociationTypeMismatch</tt>
|
1010
|
+
#
|
1011
|
+
# If you attempt to assign an object to an association that doesn't match the inferred
|
1012
|
+
# or specified <tt>:class_name</tt>, you'll get an <tt>ActiveRecord::AssociationTypeMismatch</tt>.
|
1013
|
+
#
|
1014
|
+
# == Options
|
1015
|
+
#
|
1016
|
+
# All of the association macros can be specialized through options. This makes cases
|
1017
|
+
# more complex than the simple and guessable ones possible.
|
1018
|
+
module ClassMethods
|
1019
|
+
# Specifies a one-to-many association. The following methods for retrieval and query of
|
1020
|
+
# collections of associated objects will be added:
|
1021
|
+
#
|
1022
|
+
# [collection(force_reload = false)]
|
1023
|
+
# Returns an array of all the associated objects.
|
1024
|
+
# An empty array is returned if none are found.
|
1025
|
+
# [collection<<(object, ...)]
|
1026
|
+
# Adds one or more objects to the collection by setting their foreign keys to the collection's primary key.
|
1027
|
+
# Note that this operation instantly fires update sql without waiting for the save or update call on the
|
1028
|
+
# parent object, unless the parent object is a new record.
|
1029
|
+
# [collection.delete(object, ...)]
|
1030
|
+
# Removes one or more objects from the collection by setting their foreign keys to +NULL+.
|
1031
|
+
# Objects will be in addition destroyed if they're associated with <tt>dependent: :destroy</tt>,
|
1032
|
+
# and deleted if they're associated with <tt>dependent: :delete_all</tt>.
|
1033
|
+
#
|
1034
|
+
# If the <tt>:through</tt> option is used, then the join records are deleted (rather than
|
1035
|
+
# nullified) by default, but you can specify <tt>dependent: :destroy</tt> or
|
1036
|
+
# <tt>dependent: :nullify</tt> to override this.
|
1037
|
+
# [collection.destroy(object, ...)]
|
1038
|
+
# Removes one or more objects from the collection by running <tt>destroy</tt> on
|
1039
|
+
# each record, regardless of any dependent option, ensuring callbacks are run.
|
1040
|
+
#
|
1041
|
+
# If the <tt>:through</tt> option is used, then the join records are destroyed
|
1042
|
+
# instead, not the objects themselves.
|
1043
|
+
# [collection=objects]
|
1044
|
+
# Replaces the collections content by deleting and adding objects as appropriate. If the <tt>:through</tt>
|
1045
|
+
# option is true callbacks in the join models are triggered except destroy callbacks, since deletion is
|
1046
|
+
# direct.
|
1047
|
+
# [collection_singular_ids]
|
1048
|
+
# Returns an array of the associated objects' ids
|
1049
|
+
# [collection_singular_ids=ids]
|
1050
|
+
# Replace the collection with the objects identified by the primary keys in +ids+. This
|
1051
|
+
# method loads the models and calls <tt>collection=</tt>. See above.
|
1052
|
+
# [collection.clear]
|
1053
|
+
# Removes every object from the collection. This destroys the associated objects if they
|
1054
|
+
# are associated with <tt>dependent: :destroy</tt>, deletes them directly from the
|
1055
|
+
# database if <tt>dependent: :delete_all</tt>, otherwise sets their foreign keys to +NULL+.
|
1056
|
+
# If the <tt>:through</tt> option is true no destroy callbacks are invoked on the join models.
|
1057
|
+
# Join models are directly deleted.
|
1058
|
+
# [collection.empty?]
|
1059
|
+
# Returns +true+ if there are no associated objects.
|
1060
|
+
# [collection.size]
|
1061
|
+
# Returns the number of associated objects.
|
1062
|
+
# [collection.find(...)]
|
1063
|
+
# Finds an associated object according to the same rules as ActiveRecord::Base.find.
|
1064
|
+
# [collection.exists?(...)]
|
1065
|
+
# Checks whether an associated object with the given conditions exists.
|
1066
|
+
# Uses the same rules as ActiveRecord::Base.exists?.
|
1067
|
+
# [collection.build(attributes = {}, ...)]
|
1068
|
+
# Returns one or more new objects of the collection type that have been instantiated
|
1069
|
+
# with +attributes+ and linked to this object through a foreign key, but have not yet
|
1070
|
+
# been saved.
|
1071
|
+
# [collection.create(attributes = {})]
|
1072
|
+
# Returns a new object of the collection type that has been instantiated
|
1073
|
+
# with +attributes+, linked to this object through a foreign key, and that has already
|
1074
|
+
# been saved (if it passed the validation). *Note*: This only works if the base model
|
1075
|
+
# already exists in the DB, not if it is a new (unsaved) record!
|
1076
|
+
# [collection.create!(attributes = {})]
|
1077
|
+
# Does the same as <tt>collection.create</tt>, but raises <tt>ActiveRecord::RecordInvalid</tt>
|
1078
|
+
# if the record is invalid.
|
1079
|
+
#
|
1080
|
+
# (*Note*: +collection+ is replaced with the symbol passed as the first argument, so
|
1081
|
+
# <tt>has_many :clients</tt> would add among others <tt>clients.empty?</tt>.)
|
1082
|
+
#
|
1083
|
+
# === Example
|
1084
|
+
#
|
1085
|
+
# Example: A Firm class declares <tt>has_many :clients</tt>, which will add:
|
1086
|
+
# * <tt>Firm#clients</tt> (similar to <tt>Client.where(firm_id: id)</tt>)
|
1087
|
+
# * <tt>Firm#clients<<</tt>
|
1088
|
+
# * <tt>Firm#clients.delete</tt>
|
1089
|
+
# * <tt>Firm#clients.destroy</tt>
|
1090
|
+
# * <tt>Firm#clients=</tt>
|
1091
|
+
# * <tt>Firm#client_ids</tt>
|
1092
|
+
# * <tt>Firm#client_ids=</tt>
|
1093
|
+
# * <tt>Firm#clients.clear</tt>
|
1094
|
+
# * <tt>Firm#clients.empty?</tt> (similar to <tt>firm.clients.size == 0</tt>)
|
1095
|
+
# * <tt>Firm#clients.size</tt> (similar to <tt>Client.count "firm_id = #{id}"</tt>)
|
1096
|
+
# * <tt>Firm#clients.find</tt> (similar to <tt>Client.where(firm_id: id).find(id)</tt>)
|
1097
|
+
# * <tt>Firm#clients.exists?(name: 'ACME')</tt> (similar to <tt>Client.exists?(name: 'ACME', firm_id: firm.id)</tt>)
|
1098
|
+
# * <tt>Firm#clients.build</tt> (similar to <tt>Client.new("firm_id" => id)</tt>)
|
1099
|
+
# * <tt>Firm#clients.create</tt> (similar to <tt>c = Client.new("firm_id" => id); c.save; c</tt>)
|
1100
|
+
# * <tt>Firm#clients.create!</tt> (similar to <tt>c = Client.new("firm_id" => id); c.save!</tt>)
|
1101
|
+
# The declaration can also include an options hash to specialize the behavior of the association.
|
1102
|
+
#
|
1103
|
+
# === Options
|
1104
|
+
# [:class_name]
|
1105
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1106
|
+
# from the association name. So <tt>has_many :products</tt> will by default be linked
|
1107
|
+
# to the Product class, but if the real class name is SpecialProduct, you'll have to
|
1108
|
+
# specify it with this option.
|
1109
|
+
# [:foreign_key]
|
1110
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1111
|
+
# of this class in lower-case and "_id" suffixed. So a Person class that makes a +has_many+
|
1112
|
+
# association will use "person_id" as the default <tt>:foreign_key</tt>.
|
1113
|
+
# [:primary_key]
|
1114
|
+
# Specify the method that returns the primary key used for the association. By default this is +id+.
|
1115
|
+
# [:dependent]
|
1116
|
+
# Controls what happens to the associated objects when
|
1117
|
+
# their owner is destroyed. Note that these are implemented as
|
1118
|
+
# callbacks, and Rails executes callbacks in order. Therefore, other
|
1119
|
+
# similar callbacks may affect the :dependent behavior, and the
|
1120
|
+
# :dependent behavior may affect other callbacks.
|
1121
|
+
#
|
1122
|
+
# * <tt>:destroy</tt> causes all the associated objects to also be destroyed.
|
1123
|
+
# * <tt>:delete_all</tt> causes all the associated objects to be deleted directly from the database (so callbacks will not be executed).
|
1124
|
+
# * <tt>:nullify</tt> causes the foreign keys to be set to +NULL+. Callbacks are not executed.
|
1125
|
+
# * <tt>:restrict_with_exception</tt> causes an exception to be raised if there are any associated records.
|
1126
|
+
# * <tt>:restrict_with_error</tt> causes an error to be added to the owner if there are any associated objects.
|
1127
|
+
#
|
1128
|
+
# If using with the <tt>:through</tt> option, the association on the join model must be
|
1129
|
+
# a +belongs_to+, and the records which get deleted are the join records, rather than
|
1130
|
+
# the associated records.
|
1131
|
+
# [:counter_cache]
|
1132
|
+
# This option can be used to configure a custom named <tt>:counter_cache.</tt> You only need this option,
|
1133
|
+
# when you customized the name of your <tt>:counter_cache</tt> on the <tt>belongs_to</tt> association.
|
1134
|
+
# [:as]
|
1135
|
+
# Specifies a polymorphic interface (See <tt>belongs_to</tt>).
|
1136
|
+
# [:through]
|
1137
|
+
# Specifies an association through which to perform the query. This can be any other type
|
1138
|
+
# of association, including other <tt>:through</tt> associations. Options for <tt>:class_name</tt>,
|
1139
|
+
# <tt>:primary_key</tt> and <tt>:foreign_key</tt> are ignored, as the association uses the
|
1140
|
+
# source reflection.
|
1141
|
+
#
|
1142
|
+
# If the association on the join model is a +belongs_to+, the collection can be modified
|
1143
|
+
# and the records on the <tt>:through</tt> model will be automatically created and removed
|
1144
|
+
# as appropriate. Otherwise, the collection is read-only, so you should manipulate the
|
1145
|
+
# <tt>:through</tt> association directly.
|
1146
|
+
#
|
1147
|
+
# If you are going to modify the association (rather than just read from it), then it is
|
1148
|
+
# a good idea to set the <tt>:inverse_of</tt> option on the source association on the
|
1149
|
+
# join model. This allows associated records to be built which will automatically create
|
1150
|
+
# the appropriate join model records when they are saved. (See the 'Association Join Models'
|
1151
|
+
# section above.)
|
1152
|
+
# [:source]
|
1153
|
+
# Specifies the source association name used by <tt>has_many :through</tt> queries.
|
1154
|
+
# Only use it if the name cannot be inferred from the association.
|
1155
|
+
# <tt>has_many :subscribers, through: :subscriptions</tt> will look for either <tt>:subscribers</tt> or
|
1156
|
+
# <tt>:subscriber</tt> on Subscription, unless a <tt>:source</tt> is given.
|
1157
|
+
# [:source_type]
|
1158
|
+
# Specifies type of the source association used by <tt>has_many :through</tt> queries where the source
|
1159
|
+
# association is a polymorphic +belongs_to+.
|
1160
|
+
# [:validate]
|
1161
|
+
# If +false+, don't validate the associated objects when saving the parent object. true by default.
|
1162
|
+
# [:autosave]
|
1163
|
+
# If true, always save the associated objects or destroy them if marked for destruction,
|
1164
|
+
# when saving the parent object. If false, never save or destroy the associated objects.
|
1165
|
+
# By default, only save associated objects that are new records. This option is implemented as a
|
1166
|
+
# before_save callback. Because callbacks are run in the order they are defined, associated objects
|
1167
|
+
# may need to be explicitly saved in any user-defined before_save callbacks.
|
1168
|
+
#
|
1169
|
+
# Note that <tt>accepts_nested_attributes_for</tt> sets <tt>:autosave</tt> to <tt>true</tt>.
|
1170
|
+
# [:inverse_of]
|
1171
|
+
# Specifies the name of the <tt>belongs_to</tt> association on the associated object
|
1172
|
+
# that is the inverse of this <tt>has_many</tt> association. Does not work in combination
|
1173
|
+
# with <tt>:through</tt> or <tt>:as</tt> options.
|
1174
|
+
# See ActiveRecord::Associations::ClassMethods's overview on Bi-directional associations for more detail.
|
1175
|
+
#
|
1176
|
+
# Option examples:
|
1177
|
+
# has_many :comments, -> { order "posted_on" }
|
1178
|
+
# has_many :comments, -> { includes :author }
|
1179
|
+
# has_many :people, -> { where("deleted = 0").order("name") }, class_name: "Person"
|
1180
|
+
# has_many :tracks, -> { order "position" }, dependent: :destroy
|
1181
|
+
# has_many :comments, dependent: :nullify
|
1182
|
+
# has_many :tags, as: :taggable
|
1183
|
+
# has_many :reports, -> { readonly }
|
1184
|
+
# has_many :subscribers, through: :subscriptions, source: :user
|
1185
|
+
def has_many(name, scope = nil, options = {}, &extension)
|
1186
|
+
Builder::HasMany.build(self, name, scope, options, &extension)
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
# Specifies a one-to-one association with another class. This method should only be used
|
1190
|
+
# if the other class contains the foreign key. If the current class contains the foreign key,
|
1191
|
+
# then you should use +belongs_to+ instead. See also ActiveRecord::Associations::ClassMethods's overview
|
1192
|
+
# on when to use has_one and when to use belongs_to.
|
1193
|
+
#
|
1194
|
+
# The following methods for retrieval and query of a single associated object will be added:
|
1195
|
+
#
|
1196
|
+
# [association(force_reload = false)]
|
1197
|
+
# Returns the associated object. +nil+ is returned if none is found.
|
1198
|
+
# [association=(associate)]
|
1199
|
+
# Assigns the associate object, extracts the primary key, sets it as the foreign key,
|
1200
|
+
# and saves the associate object.
|
1201
|
+
# [build_association(attributes = {})]
|
1202
|
+
# Returns a new object of the associated type that has been instantiated
|
1203
|
+
# with +attributes+ and linked to this object through a foreign key, but has not
|
1204
|
+
# yet been saved.
|
1205
|
+
# [create_association(attributes = {})]
|
1206
|
+
# Returns a new object of the associated type that has been instantiated
|
1207
|
+
# with +attributes+, linked to this object through a foreign key, and that
|
1208
|
+
# has already been saved (if it passed the validation).
|
1209
|
+
# [create_association!(attributes = {})]
|
1210
|
+
# Does the same as <tt>create_association</tt>, but raises <tt>ActiveRecord::RecordInvalid</tt>
|
1211
|
+
# if the record is invalid.
|
1212
|
+
#
|
1213
|
+
# (+association+ is replaced with the symbol passed as the first argument, so
|
1214
|
+
# <tt>has_one :manager</tt> would add among others <tt>manager.nil?</tt>.)
|
1215
|
+
#
|
1216
|
+
# === Example
|
1217
|
+
#
|
1218
|
+
# An Account class declares <tt>has_one :beneficiary</tt>, which will add:
|
1219
|
+
# * <tt>Account#beneficiary</tt> (similar to <tt>Beneficiary.where(account_id: id).first</tt>)
|
1220
|
+
# * <tt>Account#beneficiary=(beneficiary)</tt> (similar to <tt>beneficiary.account_id = account.id; beneficiary.save</tt>)
|
1221
|
+
# * <tt>Account#build_beneficiary</tt> (similar to <tt>Beneficiary.new("account_id" => id)</tt>)
|
1222
|
+
# * <tt>Account#create_beneficiary</tt> (similar to <tt>b = Beneficiary.new("account_id" => id); b.save; b</tt>)
|
1223
|
+
# * <tt>Account#create_beneficiary!</tt> (similar to <tt>b = Beneficiary.new("account_id" => id); b.save!; b</tt>)
|
1224
|
+
#
|
1225
|
+
# === Options
|
1226
|
+
#
|
1227
|
+
# The declaration can also include an options hash to specialize the behavior of the association.
|
1228
|
+
#
|
1229
|
+
# Options are:
|
1230
|
+
# [:class_name]
|
1231
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1232
|
+
# from the association name. So <tt>has_one :manager</tt> will by default be linked to the Manager class, but
|
1233
|
+
# if the real class name is Person, you'll have to specify it with this option.
|
1234
|
+
# [:dependent]
|
1235
|
+
# Controls what happens to the associated object when
|
1236
|
+
# its owner is destroyed:
|
1237
|
+
#
|
1238
|
+
# * <tt>:destroy</tt> causes the associated object to also be destroyed
|
1239
|
+
# * <tt>:delete</tt> causes the associated object to be deleted directly from the database (so callbacks will not execute)
|
1240
|
+
# * <tt>:nullify</tt> causes the foreign key to be set to +NULL+. Callbacks are not executed.
|
1241
|
+
# * <tt>:restrict_with_exception</tt> causes an exception to be raised if there is an associated record
|
1242
|
+
# * <tt>:restrict_with_error</tt> causes an error to be added to the owner if there is an associated object
|
1243
|
+
# [:foreign_key]
|
1244
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1245
|
+
# of this class in lower-case and "_id" suffixed. So a Person class that makes a +has_one+ association
|
1246
|
+
# will use "person_id" as the default <tt>:foreign_key</tt>.
|
1247
|
+
# [:primary_key]
|
1248
|
+
# Specify the method that returns the primary key used for the association. By default this is +id+.
|
1249
|
+
# [:as]
|
1250
|
+
# Specifies a polymorphic interface (See <tt>belongs_to</tt>).
|
1251
|
+
# [:through]
|
1252
|
+
# Specifies a Join Model through which to perform the query. Options for <tt>:class_name</tt>,
|
1253
|
+
# <tt>:primary_key</tt>, and <tt>:foreign_key</tt> are ignored, as the association uses the
|
1254
|
+
# source reflection. You can only use a <tt>:through</tt> query through a <tt>has_one</tt>
|
1255
|
+
# or <tt>belongs_to</tt> association on the join model.
|
1256
|
+
# [:source]
|
1257
|
+
# Specifies the source association name used by <tt>has_one :through</tt> queries.
|
1258
|
+
# Only use it if the name cannot be inferred from the association.
|
1259
|
+
# <tt>has_one :favorite, through: :favorites</tt> will look for a
|
1260
|
+
# <tt>:favorite</tt> on Favorite, unless a <tt>:source</tt> is given.
|
1261
|
+
# [:source_type]
|
1262
|
+
# Specifies type of the source association used by <tt>has_one :through</tt> queries where the source
|
1263
|
+
# association is a polymorphic +belongs_to+.
|
1264
|
+
# [:validate]
|
1265
|
+
# If +false+, don't validate the associated object when saving the parent object. +false+ by default.
|
1266
|
+
# [:autosave]
|
1267
|
+
# If true, always save the associated object or destroy it if marked for destruction,
|
1268
|
+
# when saving the parent object. If false, never save or destroy the associated object.
|
1269
|
+
# By default, only save the associated object if it's a new record.
|
1270
|
+
#
|
1271
|
+
# Note that <tt>accepts_nested_attributes_for</tt> sets <tt>:autosave</tt> to <tt>true</tt>.
|
1272
|
+
# [:inverse_of]
|
1273
|
+
# Specifies the name of the <tt>belongs_to</tt> association on the associated object
|
1274
|
+
# that is the inverse of this <tt>has_one</tt> association. Does not work in combination
|
1275
|
+
# with <tt>:through</tt> or <tt>:as</tt> options.
|
1276
|
+
# See ActiveRecord::Associations::ClassMethods's overview on Bi-directional associations for more detail.
|
1277
|
+
#
|
1278
|
+
# Option examples:
|
1279
|
+
# has_one :credit_card, dependent: :destroy # destroys the associated credit card
|
1280
|
+
# has_one :credit_card, dependent: :nullify # updates the associated records foreign
|
1281
|
+
# # key value to NULL rather than destroying it
|
1282
|
+
# has_one :last_comment, -> { order 'posted_on' }, class_name: "Comment"
|
1283
|
+
# has_one :project_manager, -> { where role: 'project_manager' }, class_name: "Person"
|
1284
|
+
# has_one :attachment, as: :attachable
|
1285
|
+
# has_one :boss, readonly: :true
|
1286
|
+
# has_one :club, through: :membership
|
1287
|
+
# has_one :primary_address, -> { where primary: true }, through: :addressables, source: :addressable
|
1288
|
+
def has_one(name, scope = nil, options = {})
|
1289
|
+
Builder::HasOne.build(self, name, scope, options)
|
1290
|
+
end
|
1291
|
+
|
1292
|
+
# Specifies a one-to-one association with another class. This method should only be used
|
1293
|
+
# if this class contains the foreign key. If the other class contains the foreign key,
|
1294
|
+
# then you should use +has_one+ instead. See also ActiveRecord::Associations::ClassMethods's overview
|
1295
|
+
# on when to use +has_one+ and when to use +belongs_to+.
|
1296
|
+
#
|
1297
|
+
# Methods will be added for retrieval and query for a single associated object, for which
|
1298
|
+
# this object holds an id:
|
1299
|
+
#
|
1300
|
+
# [association(force_reload = false)]
|
1301
|
+
# Returns the associated object. +nil+ is returned if none is found.
|
1302
|
+
# [association=(associate)]
|
1303
|
+
# Assigns the associate object, extracts the primary key, and sets it as the foreign key.
|
1304
|
+
# [build_association(attributes = {})]
|
1305
|
+
# Returns a new object of the associated type that has been instantiated
|
1306
|
+
# with +attributes+ and linked to this object through a foreign key, but has not yet been saved.
|
1307
|
+
# [create_association(attributes = {})]
|
1308
|
+
# Returns a new object of the associated type that has been instantiated
|
1309
|
+
# with +attributes+, linked to this object through a foreign key, and that
|
1310
|
+
# has already been saved (if it passed the validation).
|
1311
|
+
# [create_association!(attributes = {})]
|
1312
|
+
# Does the same as <tt>create_association</tt>, but raises <tt>ActiveRecord::RecordInvalid</tt>
|
1313
|
+
# if the record is invalid.
|
1314
|
+
#
|
1315
|
+
# (+association+ is replaced with the symbol passed as the first argument, so
|
1316
|
+
# <tt>belongs_to :author</tt> would add among others <tt>author.nil?</tt>.)
|
1317
|
+
#
|
1318
|
+
# === Example
|
1319
|
+
#
|
1320
|
+
# A Post class declares <tt>belongs_to :author</tt>, which will add:
|
1321
|
+
# * <tt>Post#author</tt> (similar to <tt>Author.find(author_id)</tt>)
|
1322
|
+
# * <tt>Post#author=(author)</tt> (similar to <tt>post.author_id = author.id</tt>)
|
1323
|
+
# * <tt>Post#build_author</tt> (similar to <tt>post.author = Author.new</tt>)
|
1324
|
+
# * <tt>Post#create_author</tt> (similar to <tt>post.author = Author.new; post.author.save; post.author</tt>)
|
1325
|
+
# * <tt>Post#create_author!</tt> (similar to <tt>post.author = Author.new; post.author.save!; post.author</tt>)
|
1326
|
+
# The declaration can also include an options hash to specialize the behavior of the association.
|
1327
|
+
#
|
1328
|
+
# === Options
|
1329
|
+
#
|
1330
|
+
# [:class_name]
|
1331
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1332
|
+
# from the association name. So <tt>belongs_to :author</tt> will by default be linked to the Author class, but
|
1333
|
+
# if the real class name is Person, you'll have to specify it with this option.
|
1334
|
+
# [:foreign_key]
|
1335
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1336
|
+
# of the association with an "_id" suffix. So a class that defines a <tt>belongs_to :person</tt>
|
1337
|
+
# association will use "person_id" as the default <tt>:foreign_key</tt>. Similarly,
|
1338
|
+
# <tt>belongs_to :favorite_person, class_name: "Person"</tt> will use a foreign key
|
1339
|
+
# of "favorite_person_id".
|
1340
|
+
# [:foreign_type]
|
1341
|
+
# Specify the column used to store the associated object's type, if this is a polymorphic
|
1342
|
+
# association. By default this is guessed to be the name of the association with a "_type"
|
1343
|
+
# suffix. So a class that defines a <tt>belongs_to :taggable, polymorphic: true</tt>
|
1344
|
+
# association will use "taggable_type" as the default <tt>:foreign_type</tt>.
|
1345
|
+
# [:primary_key]
|
1346
|
+
# Specify the method that returns the primary key of associated object used for the association.
|
1347
|
+
# By default this is id.
|
1348
|
+
# [:dependent]
|
1349
|
+
# If set to <tt>:destroy</tt>, the associated object is destroyed when this object is. If set to
|
1350
|
+
# <tt>:delete</tt>, the associated object is deleted *without* calling its destroy method.
|
1351
|
+
# This option should not be specified when <tt>belongs_to</tt> is used in conjunction with
|
1352
|
+
# a <tt>has_many</tt> relationship on another class because of the potential to leave
|
1353
|
+
# orphaned records behind.
|
1354
|
+
# [:counter_cache]
|
1355
|
+
# Caches the number of belonging objects on the associate class through the use of +increment_counter+
|
1356
|
+
# and +decrement_counter+. The counter cache is incremented when an object of this
|
1357
|
+
# class is created and decremented when it's destroyed. This requires that a column
|
1358
|
+
# named <tt>#{table_name}_count</tt> (such as +comments_count+ for a belonging Comment class)
|
1359
|
+
# is used on the associate class (such as a Post class) - that is the migration for
|
1360
|
+
# <tt>#{table_name}_count</tt> is created on the associate class (such that Post.comments_count will
|
1361
|
+
# return the count cached, see note below). You can also specify a custom counter
|
1362
|
+
# cache column by providing a column name instead of a +true+/+false+ value to this
|
1363
|
+
# option (e.g., <tt>counter_cache: :my_custom_counter</tt>.)
|
1364
|
+
# Note: Specifying a counter cache will add it to that model's list of readonly attributes
|
1365
|
+
# using +attr_readonly+.
|
1366
|
+
# [:polymorphic]
|
1367
|
+
# Specify this association is a polymorphic association by passing +true+.
|
1368
|
+
# Note: If you've enabled the counter cache, then you may want to add the counter cache attribute
|
1369
|
+
# to the +attr_readonly+ list in the associated classes (e.g. <tt>class Post; attr_readonly :comments_count; end</tt>).
|
1370
|
+
# [:validate]
|
1371
|
+
# If +false+, don't validate the associated objects when saving the parent object. +false+ by default.
|
1372
|
+
# [:autosave]
|
1373
|
+
# If true, always save the associated object or destroy it if marked for destruction, when
|
1374
|
+
# saving the parent object.
|
1375
|
+
# If false, never save or destroy the associated object.
|
1376
|
+
# By default, only save the associated object if it's a new record.
|
1377
|
+
#
|
1378
|
+
# Note that <tt>accepts_nested_attributes_for</tt> sets <tt>:autosave</tt> to <tt>true</tt>.
|
1379
|
+
# [:touch]
|
1380
|
+
# If true, the associated object will be touched (the updated_at/on attributes set to now)
|
1381
|
+
# when this record is either saved or destroyed. If you specify a symbol, that attribute
|
1382
|
+
# will be updated with the current time in addition to the updated_at/on attribute.
|
1383
|
+
# [:inverse_of]
|
1384
|
+
# Specifies the name of the <tt>has_one</tt> or <tt>has_many</tt> association on the associated
|
1385
|
+
# object that is the inverse of this <tt>belongs_to</tt> association. Does not work in
|
1386
|
+
# combination with the <tt>:polymorphic</tt> options.
|
1387
|
+
# See ActiveRecord::Associations::ClassMethods's overview on Bi-directional associations for more detail.
|
1388
|
+
#
|
1389
|
+
# Option examples:
|
1390
|
+
# belongs_to :firm, foreign_key: "client_of"
|
1391
|
+
# belongs_to :person, primary_key: "name", foreign_key: "person_name"
|
1392
|
+
# belongs_to :author, class_name: "Person", foreign_key: "author_id"
|
1393
|
+
# belongs_to :valid_coupon, ->(o) { where "discounts > #{o.payments_count}" },
|
1394
|
+
# class_name: "Coupon", foreign_key: "coupon_id"
|
1395
|
+
# belongs_to :attachable, polymorphic: true
|
1396
|
+
# belongs_to :project, readonly: true
|
1397
|
+
# belongs_to :post, counter_cache: true
|
1398
|
+
# belongs_to :company, touch: true
|
1399
|
+
# belongs_to :company, touch: :employees_last_updated_at
|
1400
|
+
def belongs_to(name, scope = nil, options = {})
|
1401
|
+
Builder::BelongsTo.build(self, name, scope, options)
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
# Specifies a many-to-many relationship with another class. This associates two classes via an
|
1405
|
+
# intermediate join table. Unless the join table is explicitly specified as an option, it is
|
1406
|
+
# guessed using the lexical order of the class names. So a join between Developer and Project
|
1407
|
+
# will give the default join table name of "developers_projects" because "D" precedes "P" alphabetically.
|
1408
|
+
# Note that this precedence is calculated using the <tt><</tt> operator for String. This
|
1409
|
+
# means that if the strings are of different lengths, and the strings are equal when compared
|
1410
|
+
# up to the shortest length, then the longer string is considered of higher
|
1411
|
+
# lexical precedence than the shorter one. For example, one would expect the tables "paper_boxes" and "papers"
|
1412
|
+
# to generate a join table name of "papers_paper_boxes" because of the length of the name "paper_boxes",
|
1413
|
+
# but it in fact generates a join table name of "paper_boxes_papers". Be aware of this caveat, and use the
|
1414
|
+
# custom <tt>:join_table</tt> option if you need to.
|
1415
|
+
# If your tables share a common prefix, it will only appear once at the beginning. For example,
|
1416
|
+
# the tables "catalog_categories" and "catalog_products" generate a join table name of "catalog_categories_products".
|
1417
|
+
#
|
1418
|
+
# The join table should not have a primary key or a model associated with it. You must manually generate the
|
1419
|
+
# join table with a migration such as this:
|
1420
|
+
#
|
1421
|
+
# class CreateDevelopersProjectsJoinTable < ActiveRecord::Migration
|
1422
|
+
# def change
|
1423
|
+
# create_table :developers_projects, id: false do |t|
|
1424
|
+
# t.integer :developer_id
|
1425
|
+
# t.integer :project_id
|
1426
|
+
# end
|
1427
|
+
# end
|
1428
|
+
# end
|
1429
|
+
#
|
1430
|
+
# It's also a good idea to add indexes to each of those columns to speed up the joins process.
|
1431
|
+
# However, in MySQL it is advised to add a compound index for both of the columns as MySQL only
|
1432
|
+
# uses one index per table during the lookup.
|
1433
|
+
#
|
1434
|
+
# Adds the following methods for retrieval and query:
|
1435
|
+
#
|
1436
|
+
# [collection(force_reload = false)]
|
1437
|
+
# Returns an array of all the associated objects.
|
1438
|
+
# An empty array is returned if none are found.
|
1439
|
+
# [collection<<(object, ...)]
|
1440
|
+
# Adds one or more objects to the collection by creating associations in the join table
|
1441
|
+
# (<tt>collection.push</tt> and <tt>collection.concat</tt> are aliases to this method).
|
1442
|
+
# Note that this operation instantly fires update sql without waiting for the save or update call on the
|
1443
|
+
# parent object, unless the parent object is a new record.
|
1444
|
+
# [collection.delete(object, ...)]
|
1445
|
+
# Removes one or more objects from the collection by removing their associations from the join table.
|
1446
|
+
# This does not destroy the objects.
|
1447
|
+
# [collection.destroy(object, ...)]
|
1448
|
+
# Removes one or more objects from the collection by running destroy on each association in the join table, overriding any dependent option.
|
1449
|
+
# This does not destroy the objects.
|
1450
|
+
# [collection=objects]
|
1451
|
+
# Replaces the collection's content by deleting and adding objects as appropriate.
|
1452
|
+
# [collection_singular_ids]
|
1453
|
+
# Returns an array of the associated objects' ids.
|
1454
|
+
# [collection_singular_ids=ids]
|
1455
|
+
# Replace the collection by the objects identified by the primary keys in +ids+.
|
1456
|
+
# [collection.clear]
|
1457
|
+
# Removes every object from the collection. This does not destroy the objects.
|
1458
|
+
# [collection.empty?]
|
1459
|
+
# Returns +true+ if there are no associated objects.
|
1460
|
+
# [collection.size]
|
1461
|
+
# Returns the number of associated objects.
|
1462
|
+
# [collection.find(id)]
|
1463
|
+
# Finds an associated object responding to the +id+ and that
|
1464
|
+
# meets the condition that it has to be associated with this object.
|
1465
|
+
# Uses the same rules as ActiveRecord::Base.find.
|
1466
|
+
# [collection.exists?(...)]
|
1467
|
+
# Checks whether an associated object with the given conditions exists.
|
1468
|
+
# Uses the same rules as ActiveRecord::Base.exists?.
|
1469
|
+
# [collection.build(attributes = {})]
|
1470
|
+
# Returns a new object of the collection type that has been instantiated
|
1471
|
+
# with +attributes+ and linked to this object through the join table, but has not yet been saved.
|
1472
|
+
# [collection.create(attributes = {})]
|
1473
|
+
# Returns a new object of the collection type that has been instantiated
|
1474
|
+
# with +attributes+, linked to this object through the join table, and that has already been
|
1475
|
+
# saved (if it passed the validation).
|
1476
|
+
#
|
1477
|
+
# (+collection+ is replaced with the symbol passed as the first argument, so
|
1478
|
+
# <tt>has_and_belongs_to_many :categories</tt> would add among others <tt>categories.empty?</tt>.)
|
1479
|
+
#
|
1480
|
+
# === Example
|
1481
|
+
#
|
1482
|
+
# A Developer class declares <tt>has_and_belongs_to_many :projects</tt>, which will add:
|
1483
|
+
# * <tt>Developer#projects</tt>
|
1484
|
+
# * <tt>Developer#projects<<</tt>
|
1485
|
+
# * <tt>Developer#projects.delete</tt>
|
1486
|
+
# * <tt>Developer#projects.destroy</tt>
|
1487
|
+
# * <tt>Developer#projects=</tt>
|
1488
|
+
# * <tt>Developer#project_ids</tt>
|
1489
|
+
# * <tt>Developer#project_ids=</tt>
|
1490
|
+
# * <tt>Developer#projects.clear</tt>
|
1491
|
+
# * <tt>Developer#projects.empty?</tt>
|
1492
|
+
# * <tt>Developer#projects.size</tt>
|
1493
|
+
# * <tt>Developer#projects.find(id)</tt>
|
1494
|
+
# * <tt>Developer#projects.exists?(...)</tt>
|
1495
|
+
# * <tt>Developer#projects.build</tt> (similar to <tt>Project.new("developer_id" => id)</tt>)
|
1496
|
+
# * <tt>Developer#projects.create</tt> (similar to <tt>c = Project.new("developer_id" => id); c.save; c</tt>)
|
1497
|
+
# The declaration may include an options hash to specialize the behavior of the association.
|
1498
|
+
#
|
1499
|
+
# === Options
|
1500
|
+
#
|
1501
|
+
# [:class_name]
|
1502
|
+
# Specify the class name of the association. Use it only if that name can't be inferred
|
1503
|
+
# from the association name. So <tt>has_and_belongs_to_many :projects</tt> will by default be linked to the
|
1504
|
+
# Project class, but if the real class name is SuperProject, you'll have to specify it with this option.
|
1505
|
+
# [:join_table]
|
1506
|
+
# Specify the name of the join table if the default based on lexical order isn't what you want.
|
1507
|
+
# <b>WARNING:</b> If you're overwriting the table name of either class, the +table_name+ method
|
1508
|
+
# MUST be declared underneath any +has_and_belongs_to_many+ declaration in order to work.
|
1509
|
+
# [:foreign_key]
|
1510
|
+
# Specify the foreign key used for the association. By default this is guessed to be the name
|
1511
|
+
# of this class in lower-case and "_id" suffixed. So a Person class that makes
|
1512
|
+
# a +has_and_belongs_to_many+ association to Project will use "person_id" as the
|
1513
|
+
# default <tt>:foreign_key</tt>.
|
1514
|
+
# [:association_foreign_key]
|
1515
|
+
# Specify the foreign key used for the association on the receiving side of the association.
|
1516
|
+
# By default this is guessed to be the name of the associated class in lower-case and "_id" suffixed.
|
1517
|
+
# So if a Person class makes a +has_and_belongs_to_many+ association to Project,
|
1518
|
+
# the association will use "project_id" as the default <tt>:association_foreign_key</tt>.
|
1519
|
+
# [:readonly]
|
1520
|
+
# If true, all the associated objects are readonly through the association.
|
1521
|
+
# [:validate]
|
1522
|
+
# If +false+, don't validate the associated objects when saving the parent object. +true+ by default.
|
1523
|
+
# [:autosave]
|
1524
|
+
# If true, always save the associated objects or destroy them if marked for destruction, when
|
1525
|
+
# saving the parent object.
|
1526
|
+
# If false, never save or destroy the associated objects.
|
1527
|
+
# By default, only save associated objects that are new records.
|
1528
|
+
#
|
1529
|
+
# Note that <tt>accepts_nested_attributes_for</tt> sets <tt>:autosave</tt> to <tt>true</tt>.
|
1530
|
+
#
|
1531
|
+
# Option examples:
|
1532
|
+
# has_and_belongs_to_many :projects
|
1533
|
+
# has_and_belongs_to_many :projects, -> { includes :milestones, :manager }
|
1534
|
+
# has_and_belongs_to_many :nations, class_name: "Country"
|
1535
|
+
# has_and_belongs_to_many :categories, join_table: "prods_cats"
|
1536
|
+
# has_and_belongs_to_many :categories, -> { readonly }
|
1537
|
+
def has_and_belongs_to_many(name, scope = nil, options = {}, &extension)
|
1538
|
+
Builder::HasAndBelongsToMany.build(self, name, scope, options, &extension)
|
1539
|
+
end
|
1540
|
+
end
|
1541
|
+
end
|
1542
|
+
end
|