--- !ruby/object:Gem::Specification name: kdmny-spree version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Kale McNaney autorequire: bindir: bin cert_chain: [] date: 2009-06-15 00:00:00 -07:00 default_executable: spree dependencies: - !ruby/object:Gem::Dependency name: newgem type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.4.1 version: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.0 version: description: patch gem for rails 2.3.2 support email: - kdmny30@gmail.com executables: - spree extensions: [] extra_rdoc_files: - History.txt - Manifest.txt - PostInstall.txt - README.rdoc - lib/generators/instance/templates/demo_robots.txt - lib/plugins/option_tags_with_disable/README.rdoc - public/robots.txt - vendor/plugins/attribute_fu/README.rdoc - vendor/plugins/paperclip/README.rdoc - vendor/plugins/paperclip/test/fixtures/text.txt - vendor/plugins/resource_controller/README.rdoc - vendor/plugins/state_machine/CHANGELOG.rdoc - vendor/plugins/state_machine/README.rdoc files: - CHANGELOG - CONTRIBUTORS - History.txt - INSTALL - LICENSE - Manifest.txt - PostInstall.txt - README.markdown - README.rdoc - Rakefile - app/controllers/admin/base_controller.rb - app/controllers/admin/configurations_controller.rb - app/controllers/admin/creditcard_payments_controller.rb - app/controllers/admin/extensions_controller.rb - app/controllers/admin/general_settings_controller.rb - app/controllers/admin/images_controller.rb - app/controllers/admin/inventory_settings_controller.rb - app/controllers/admin/inventory_units_controller.rb - app/controllers/admin/mail_settings_controller.rb - app/controllers/admin/option_types_controller.rb - app/controllers/admin/orders_controller.rb - app/controllers/admin/overview_controller.rb - app/controllers/admin/payments_controller.rb - app/controllers/admin/product_properties_controller.rb - app/controllers/admin/products_controller.rb - app/controllers/admin/properties_controller.rb - app/controllers/admin/prototypes_controller.rb - app/controllers/admin/reports_controller.rb - app/controllers/admin/shipments_controller.rb - app/controllers/admin/shipping_categories_controller.rb - app/controllers/admin/shipping_methods_controller.rb - app/controllers/admin/states_controller.rb - app/controllers/admin/tax_categories_controller.rb - app/controllers/admin/taxonomies_controller.rb - app/controllers/admin/taxons_controller.rb - app/controllers/admin/users_controller.rb - app/controllers/admin/variants_controller.rb - app/controllers/admin/zones_controller.rb - app/controllers/application_controller.rb - app/controllers/content_controller.rb - app/controllers/countries_controller.rb - app/controllers/line_items_controller.rb - app/controllers/orders_controller.rb - app/controllers/password_resets_controller.rb - app/controllers/products_controller.rb - app/controllers/spree/base_controller.rb - app/controllers/states_controller.rb - app/controllers/taxons_controller.rb - app/controllers/user_sessions_controller.rb - app/controllers/users_controller.rb - app/helpers/account_helper.rb - app/helpers/admin/base_helper.rb - app/helpers/admin/configurations_helper.rb - app/helpers/admin/extensions_helper.rb - app/helpers/admin/inventory_settings_helper.rb - app/helpers/admin/mail_settings_helper.rb - app/helpers/admin/option_values_helper.rb - app/helpers/admin/orders_helper.rb - app/helpers/admin/overview_helper.rb - app/helpers/admin/product_properties_helper.rb - app/helpers/admin/products_helper.rb - app/helpers/admin/properties_helper.rb - app/helpers/admin/prototypes_helper.rb - app/helpers/admin/shipping_categories_helper.rb - app/helpers/admin/shipping_methods_helper.rb - app/helpers/admin/taxonomies_helper.rb - app/helpers/admin/taxons_helper.rb - app/helpers/admin/users_helper.rb - app/helpers/admin/variants_helper.rb - app/helpers/admin/zones_helper.rb - app/helpers/application_helper.rb - app/helpers/orders_helper.rb - app/helpers/products_helper.rb - app/helpers/search_helper.rb - app/helpers/spree/base_helper.rb - app/helpers/taxons_helper.rb - app/models/address.rb - app/models/app_configuration.rb - app/models/asset.rb - app/models/configuration.rb - app/models/country.rb - app/models/creditcard.rb - app/models/creditcard_payment.rb - app/models/creditcard_txn.rb - app/models/image.rb - app/models/inventory_unit.rb - app/models/line_item.rb - app/models/option_type.rb - app/models/option_value.rb - app/models/order.rb - app/models/order_mailer.rb - app/models/payment.rb - app/models/preference.rb - app/models/product.rb - app/models/product_option_type.rb - app/models/product_property.rb - app/models/property.rb - app/models/prototype.rb - app/models/role.rb - app/models/shipment.rb - app/models/shipping_category.rb - app/models/shipping_method.rb - app/models/state.rb - app/models/state_event.rb - app/models/tax_category.rb - app/models/taxon.rb - app/models/taxonomy.rb - app/models/user.rb - app/models/user_mailer.rb - app/models/user_session.rb - app/models/variant.rb - app/models/zone.rb - app/models/zone_member.rb - app/views/account/login.html.erb - app/views/admin/configurations/index.html.erb - app/views/admin/configurations/new.html.erb - app/views/admin/creditcard_payments/edit.html.erb - app/views/admin/creditcard_payments/new.html.erb - app/views/admin/extensions/index.html.erb - app/views/admin/general_settings/edit.html.erb - app/views/admin/general_settings/show.html.erb - app/views/admin/images/new.html.erb - app/views/admin/inventory_settings/edit.html.erb - app/views/admin/inventory_settings/show.html.erb - app/views/admin/inventory_units/adjust.html.erb - app/views/admin/mail_settings/edit.html.erb - app/views/admin/mail_settings/show.html.erb - app/views/admin/option_types/_form.html.erb - app/views/admin/option_types/_option_value.html.erb - app/views/admin/option_types/available.html.erb - app/views/admin/option_types/edit.html.erb - app/views/admin/option_types/index.html.erb - app/views/admin/option_types/new.html.erb - app/views/admin/option_types/selected.html.erb - app/views/admin/orders/index.html.erb - app/views/admin/orders/show.html.erb - app/views/admin/overview/index.html.erb - app/views/admin/payments/index.html.erb - app/views/admin/product_properties/_product_property.html.erb - app/views/admin/product_properties/index.html.erb - app/views/admin/products/_form.html.erb - app/views/admin/products/_images.html.erb - app/views/admin/products/_option_types.html.erb - app/views/admin/products/_properties_form.erb - app/views/admin/products/edit.html.erb - app/views/admin/products/index.html.erb - app/views/admin/products/new.html.erb - app/views/admin/products/show.html.erb - app/views/admin/properties/_form.html.erb - app/views/admin/properties/edit.html.erb - app/views/admin/properties/filtered.html.erb - app/views/admin/properties/index.html.erb - app/views/admin/properties/new.html.erb - app/views/admin/prototypes/_form.html.erb - app/views/admin/prototypes/available.html.erb - app/views/admin/prototypes/edit.html.erb - app/views/admin/prototypes/index.html.erb - app/views/admin/prototypes/new.html.erb - app/views/admin/prototypes/select.rjs - app/views/admin/reports/index.html.erb - app/views/admin/reports/sales_total.html.erb - app/views/admin/shared/_additional_field.html.erb - app/views/admin/shared/_address.html.erb - app/views/admin/shared/_configuration_menu.html.erb - app/views/admin/shared/_edit_resource_links.html.erb - app/views/admin/shared/_form_address.html.erb - app/views/admin/shared/_new_resource_links.html.erb - app/views/admin/shared/_order_details.html.erb - app/views/admin/shared/_order_sub_menu.html.erb - app/views/admin/shared/_order_tabs.html.erb - app/views/admin/shared/_product_sub_menu.html.erb - app/views/admin/shared/_product_tabs.html.erb - app/views/admin/shared/_report_criteria.html.erb - app/views/admin/shared/_show_resource_links.html.erb - app/views/admin/shipments/_details.html.erb - app/views/admin/shipments/_form.html.erb - app/views/admin/shipments/edit.html.erb - app/views/admin/shipments/index.html.erb - app/views/admin/shipments/new.html.erb - app/views/admin/shipping_categories/_form.html.erb - app/views/admin/shipping_categories/edit.html.erb - app/views/admin/shipping_categories/index.html.erb - app/views/admin/shipping_categories/new.html.erb - app/views/admin/shipping_methods/_form.html.erb - app/views/admin/shipping_methods/edit.html.erb - app/views/admin/shipping_methods/index.html.erb - app/views/admin/shipping_methods/new.html.erb - app/views/admin/states/_form.html.erb - app/views/admin/states/_state_list.html.erb - app/views/admin/states/edit.html.erb - app/views/admin/states/index.html.erb - app/views/admin/states/new.html.erb - app/views/admin/tax_categories/_form.html.erb - app/views/admin/tax_categories/edit.html.erb - app/views/admin/tax_categories/index.html.erb - app/views/admin/tax_categories/new.html.erb - app/views/admin/tax_categories/show.html.erb - app/views/admin/taxonomies/_form.html.erb - app/views/admin/taxonomies/_js_head.html.erb - app/views/admin/taxonomies/_list.html.erb - app/views/admin/taxonomies/_manage_products.rhtml - app/views/admin/taxonomies/_success.rhtml - app/views/admin/taxonomies/_taxon.html.erb - app/views/admin/taxonomies/edit.html.erb - app/views/admin/taxonomies/index.html.erb - app/views/admin/taxonomies/new.html.erb - app/views/admin/taxons/_taxon_table.html.erb - app/views/admin/taxons/available.js.erb - app/views/admin/taxons/remove.html.erb - app/views/admin/taxons/select.html.erb - app/views/admin/taxons/selected.html.erb - app/views/admin/users/_form.html.erb - app/views/admin/users/edit.html.erb - app/views/admin/users/index.html.erb - app/views/admin/users/new.html.erb - app/views/admin/users/show.html.erb - app/views/admin/variants/_form.html.erb - app/views/admin/variants/edit.html.erb - app/views/admin/variants/index.html.erb - app/views/admin/variants/new.html.erb - app/views/admin/zones/_country_member.html.erb - app/views/admin/zones/_form.html.erb - app/views/admin/zones/_member_type.html.erb - app/views/admin/zones/_state_member.html.erb - app/views/admin/zones/_zone_member.html.erb - app/views/admin/zones/edit.html.erb - app/views/admin/zones/index.html.erb - app/views/admin/zones/new.html.erb - app/views/content/cvv.html.erb - app/views/countries/index.js.erb - app/views/layouts/admin.html.erb - app/views/layouts/application.html.erb - app/views/line_items/index.html.erb - app/views/order_mailer/cancel.html.erb - app/views/order_mailer/confirm.html.erb - app/views/orders/_billing.html.erb - app/views/orders/_checkout_form.html.erb - app/views/orders/_confirmation.html.erb - app/views/orders/_form.html.erb - app/views/orders/_google_order.html.erb - app/views/orders/_line_item.html.erb - app/views/orders/_payment.html.erb - app/views/orders/_registration.html.erb - app/views/orders/_shipping.html.erb - app/views/orders/_shipping_method.html.erb - app/views/orders/checkout.html.erb - app/views/orders/edit.html.erb - app/views/orders/new.html.erb - app/views/orders/show.html.erb - app/views/password_resets/edit.html.erb - app/views/password_resets/new.html.erb - app/views/products/_cart_form.html.erb - app/views/products/_image.html.erb - app/views/products/_products.html.erb - app/views/products/_properties.html.erb - app/views/products/_thumbnails.html.erb - app/views/products/index.html.erb - app/views/products/show.html.erb - app/views/shared/_additional_field.html.erb - app/views/shared/_edit_resource_links.html.erb - app/views/shared/_footer.html.erb - app/views/shared/_login.html.erb - app/views/shared/_login_bar.html.erb - app/views/shared/_new_resource_links.html.erb - app/views/shared/_order_details.html.erb - app/views/shared/_order_tabs.html.erb - app/views/shared/_product_sub_menu.html.erb - app/views/shared/_product_tabs.html.erb - app/views/shared/_products.html.erb - app/views/shared/_report_criteria.html.erb - app/views/shared/_show_resource_links.html.erb - app/views/shared/_store_menu.html.erb - app/views/shared/_taxonomies.html.erb - app/views/states/index.js.erb - app/views/taxons/_taxon.html.erb - app/views/taxons/show.html.erb - app/views/user_mailer/password_reset_instructions.erb - app/views/user_sessions/authorization_failure.html.erb - app/views/user_sessions/new.html.erb - app/views/users/_form.html.erb - app/views/users/edit.html.erb - app/views/users/new.html.erb - app/views/users/show.html.erb - bin/spree - config/boot.rb - config/database.yml.example - config/environment.rb - config/environments/demo.rb - config/environments/development.rb - config/environments/production.rb - config/environments/staging.rb - config/environments/test.rb - config/initializers/backtrace_silencers.rb - config/initializers/compass.rb - config/initializers/inflections.rb - config/initializers/locales.rb - config/initializers/mime_types.rb - config/initializers/new_rails_defaults.rb - config/initializers/searchlogic.rb - config/initializers/session_store.rb - config/initializers/spree.rb - config/locales/da.yml - config/locales/da_rails.yml - config/locales/de-CH.yml - config/locales/de-CH_rails.yml - config/locales/de.yml - config/locales/de_rails.yml - config/locales/en-GB.yml - config/locales/en-GB_rails.yml - config/locales/en-US.yml - config/locales/en-US_rails.yml - config/locales/es.yml - config/locales/es_rails.yml - config/locales/fr-FR.yml - config/locales/fr-FR_rails.yml - config/locales/it.yml - config/locales/it_rails.yml - config/locales/jp.yml - config/locales/jp_rails.yml - config/locales/nb-NO.yml - config/locales/nb-NO_rails.yml - config/locales/nl-BE.yml - config/locales/nl-BE_rails.yml - config/locales/pl.yml - config/locales/pl_rails.yml - config/locales/pt-BR.yml - config/locales/pt-BR_rails.yml - config/locales/pt-PT.yml - config/locales/pt-PT_rails.yml - config/locales/ru-RU.yml - config/locales/ru-RU_rails.yml - config/routes.rb - config/spree_permissions.yml - db/migrate/001_create_addresses.rb - db/migrate/002_create_cart_items.rb - db/migrate/003_create_carts.rb - db/migrate/004_create_categories.rb - db/migrate/005_create_categories_products.rb - db/migrate/006_create_line_items.rb - db/migrate/007_create_option_values.rb - db/migrate/008_create_orders.rb - db/migrate/009_create_products.rb - db/migrate/010_create_txns.rb - db/migrate/011_create_variants.rb - db/migrate/012_create_tax_treatments.rb - db/migrate/013_create_countries.rb - db/migrate/014_create_states.rb - db/migrate/015_create_option_types.rb - db/migrate/016_create_product_option_types.rb - db/migrate/017_create_option_values_variants.rb - db/migrate/018_create_images.rb - db/migrate/019_create_credit_cards.rb - db/migrate/020_create_order_operations.rb - db/migrate/021_create_inventory_units.rb - db/migrate/022_create_users.rb - db/migrate/023_create_roles.rb - db/migrate/024_create_extension_meta.rb - db/migrate/025_drop_tax_treatments.rb - db/migrate/026_add_user_to_address.rb - db/migrate/20080620113300_create_taxonomies.rb - db/migrate/20080620113400_create_taxons.rb - db/migrate/20080622173128_drop_extension_meta.rb - db/migrate/20080622194800_create_prototypes.rb - db/migrate/20080622194830_create_properties.rb - db/migrate/20080622195000_create_properties_prototypes.rb - db/migrate/20080622195100_create_property_values.rb - db/migrate/20080630003326_create_zones.rb - db/migrate/20080630150630_create_preferences.rb - db/migrate/20080630152702_add_iso_country_information.rb - db/migrate/20080630154400_create_countries_zones.rb - db/migrate/20080630215310_create_zone_members.rb - db/migrate/20080703184654_update_country_rename_name.rb - db/migrate/20080704181428_create_app_configurations.rb - db/migrate/20080704190355_add_permalink_and_published_to_products.rb - db/migrate/20080707002329_create_tax_categories.rb - db/migrate/20080708170103_remove_login.rb - db/migrate/20080715014028_add_optimistic_locking_to_cart.rb - db/migrate/20080716155613_products_taxons.rb - db/migrate/20080720190623_rename_txn_table.rb - db/migrate/20080729213052_drop_categories.rb - db/migrate/20080803010846_remove_prototype_presentation.rb - db/migrate/20080807214829_create_product_property.rb - db/migrate/20080815173251_remove_cart.rb - db/migrate/20080830173354_add_checkout_state_to_order.rb - db/migrate/20080901002711_address_refactor.rb - db/migrate/20080902001408_create_creditcard_payments.rb - db/migrate/20080904150723_refactor_order_state.rb - db/migrate/20080904234457_create_state_events.rb - db/migrate/20080905012833_add_inventory_state.rb - db/migrate/20080906174748_change_inventory_state_type.rb - db/migrate/20080909100504_add_state_name_to_address.rb - db/migrate/20080915211650_remove_user_address.rb - db/migrate/20080918083321_remove_presentation_from_taxonomy.rb - db/migrate/20080918140438_rename_app_configuration.rb - db/migrate/20081003211336_create_shipping_methods.rb - db/migrate/20081003233427_create_shipping_categories.rb - db/migrate/20081015001711_create_shipments.rb - db/migrate/20081016002224_remove_defunct_order_fields.rb - db/migrate/20081016162924_drop_category_id_from_products.rb - db/migrate/20081018125019_refactor_images_for_paperclip.rb - db/migrate/20081023134446_add_product_dimensions.rb - db/migrate/20081120184215_add_permalink_to_taxons.rb - db/migrate/20081121192045_additional_paperclip_refactor.rb - db/migrate/20081205155619_add_shipped_at_property.rb - db/migrate/20081208143817_create_creditcards.rb - db/migrate/20081208150007_create_payments_table.rb - db/migrate/20081209103127_add_deleted_at_to_products.rb - db/migrate/20081212015915_convert_credticard_number_to_text.rb - db/migrate/20081219091142_create_indexes.rb - db/migrate/20081221201510_create_shipping_addresses.rb - db/migrate/20090105152846_add_previous_state_to_events.rb - db/migrate/20090204200045_add_order_permalink.rb - db/migrate/20090225231119_add_more_needed_keys_items_and_conf.rb - db/migrate/20090302221152_give_all_users_user_role.rb - db/migrate/20090320113300_authlogic_changes.rb - db/migrate/20090324164010_create_option_types_prototypes.rb - db/migrate/20090401120636_meta_data_fields_for_products.rb - db/migrate/20090401203712_remove_hmp_stuff_in_zones.rb - db/migrate/20090401223217_create_eu_vat_zone_again.rb - db/migrate/20090402002244_add_user_login.rb - db/migrate/20090402161055_add_order_token.rb - db/migrate/20090402200317_add_email_to_order.rb - db/migrate/20090404192723_add_maestro_fields.rb - db/migrate/20090406091357_add_alternative_phone.rb - db/migrate/20090406174645_refactor_addresses.rb - db/migrate/20090420021303_remove_viewable_id_from_products.rb - db/migrate/20090427000000_upgrade_taxons.rb - db/migrate/20090525000325_remove_address_orphans.rb - db/sample/addresses.yml - db/sample/assets.yml - db/sample/creditcard_txns.yml - db/sample/creditcards.yml - db/sample/images/ror_bag.jpg - db/sample/images/ror_baseball_jersey.jpg - db/sample/images/ror_jr_spaghetti.jpg - db/sample/images/ror_mug.jpg - db/sample/images/ror_ringer_tshirt.jpg - db/sample/images/ror_stein.jpg - db/sample/images/ror_tote.jpg - db/sample/inventory_units.yml - db/sample/line_items.yml - db/sample/option_types.yml - db/sample/option_values.yml - db/sample/orders.yml - db/sample/payments.yml - db/sample/product_option_types.yml - db/sample/product_properties.yml - db/sample/products.yml - db/sample/properties.yml - db/sample/prototypes.yml - db/sample/roles.yml - db/sample/shipments.yml - db/sample/shipping_categories.yml - db/sample/shipping_methods.yml - db/sample/states.yml - db/sample/tax_categories.yml - db/sample/taxonomies.yml - db/sample/taxons.yml - db/sample/users.yml - db/sample/variants.yml - db/sample/zone_members.yml - db/sample/zones.yml - lib/RFC822.rb - lib/annotatable.rb - lib/commands/extension.rb - lib/custom_fixtures.rb - lib/easy_role_requirement_system.rb - lib/flat_rate.rb - lib/format.rb - lib/gateway_error.rb - lib/generators/extension/extension_generator.rb - lib/generators/extension/templates/README.markdown - lib/generators/extension/templates/RSpecRakefile - lib/generators/extension/templates/Rakefile - lib/generators/extension/templates/extension.rb - lib/generators/extension/templates/functional_test.rb - lib/generators/extension/templates/migration.rb - lib/generators/extension/templates/routes.rb - lib/generators/extension/templates/spec.opts - lib/generators/extension/templates/spec_helper.rb - lib/generators/extension/templates/tasks.rake - lib/generators/extension/templates/test_helper.rb - lib/generators/extension_controller/USAGE - lib/generators/extension_controller/extension_controller_generator.rb - lib/generators/extension_controller/templates/controller.rb - lib/generators/extension_controller/templates/controller_spec.rb - lib/generators/extension_controller/templates/functional_test.rb - lib/generators/extension_controller/templates/helper.rb - lib/generators/extension_controller/templates/helper_spec.rb - lib/generators/extension_controller/templates/view.html.erb - lib/generators/extension_controller/templates/view_spec.rb - lib/generators/extension_migration/extension_migration_generator.rb - lib/generators/extension_migration/templates/migration.rb - lib/generators/extension_model/USAGE - lib/generators/extension_model/extension_model_generator.rb - lib/generators/extension_model/templates/fixtures.yml - lib/generators/extension_model/templates/migration.rb - lib/generators/extension_model/templates/model.rb - lib/generators/extension_model/templates/model_spec.rb - lib/generators/extension_model/templates/unit_test.rb - lib/generators/generator_base_extension.rb - lib/generators/instance/instance_generator.rb - lib/generators/instance/templates/databases/mysql.yml - lib/generators/instance/templates/databases/postgresql.yml - lib/generators/instance/templates/databases/sqlite3.yml - lib/generators/instance/templates/databases/sqlserver.yml - lib/generators/instance/templates/demo_mongrel_cluster.yml - lib/generators/instance/templates/demo_robots.txt - lib/generators/instance/templates/instance_generate - lib/generators/instance/templates/instance_rakefile - lib/generators/instance/templates/instance_routes.rb - lib/generators/instance/templates/session_store.rb - lib/hijacker.rb - lib/method_observer.rb - lib/plugins/extension_patches/init.rb - lib/plugins/extension_patches/lib/asset_copy.rb - lib/plugins/extension_patches/lib/fixture_loading_extension.rb - lib/plugins/extension_patches/lib/mailer_hack.rb - lib/plugins/extension_patches/lib/routing_extension.rb - lib/plugins/monkey_patches/init.rb - lib/plugins/monkey_patches/lib/monkey_patches.rb - lib/plugins/object_extensions/init.rb - lib/plugins/object_extensions/lib/object_extensions.rb - lib/plugins/option_tags_with_disable/MIT-LICENSE - lib/plugins/option_tags_with_disable/README.rdoc - lib/plugins/option_tags_with_disable/Rakefile - lib/plugins/option_tags_with_disable/init.rb - lib/plugins/option_tags_with_disable/lib/option_tags_will_disable.rb - lib/plugins/option_tags_with_disable/test/option_tags_will_disable_test.rb - lib/plugins/option_tags_with_disable/test/test_helper.rb - lib/plugins/string_extensions/init.rb - lib/plugins/string_extensions/lib/string_extensions.rb - lib/preference_access.rb - lib/profiler/add_to_cart_profiler.rb - lib/profiler/product_details_profiler.rb - lib/role_requirement_system.rb - lib/role_requirement_test_helper.rb - lib/simpleton.rb - lib/spree.rb - lib/spree/checkout.rb - lib/spree/config.rb - lib/spree/extension.rb - lib/spree/extension_loader.rb - lib/spree/gateway_error.rb - lib/spree/initializer.rb - lib/spree/preferences/mail_settings.rb - lib/spree/preferences/model_hooks.rb - lib/spree/preferences/preference_definition.rb - lib/spree/setup.rb - lib/spree/shipping_error.rb - lib/spree/support/core_extensions/array.rb - lib/spree/support/core_extensions/string.rb - lib/tasks/database.rake - lib/tasks/environments.rake - lib/tasks/extensions.rake - lib/tasks/framework.rake - lib/tasks/instance.rake - lib/tasks/release.rake - lib/tasks/rspec.rake - lib/tasks/sample/products/1/mini/ror_tote.jpeg - lib/tasks/sample/products/1/original/ror_tote.jpeg - lib/tasks/sample/products/1/product/ror_tote.jpeg - lib/tasks/sample/products/1/small/ror_tote.jpeg - lib/tasks/sample/products/10/mini/ror_ringer_back.jpeg - lib/tasks/sample/products/10/original/ror_ringer_back.jpeg - lib/tasks/sample/products/10/product/ror_ringer_back.jpeg - lib/tasks/sample/products/10/small/ror_ringer_back.jpeg - lib/tasks/sample/products/1004/mini/apache_baseball.png - lib/tasks/sample/products/1004/original/apache_baseball.png - lib/tasks/sample/products/1004/product/apache_baseball.png - lib/tasks/sample/products/1004/small/apache_baseball.png - lib/tasks/sample/products/1008/mini/ruby_baseball.png - lib/tasks/sample/products/1008/original/ruby_baseball.png - lib/tasks/sample/products/1008/product/ruby_baseball.png - lib/tasks/sample/products/1008/small/ruby_baseball.png - lib/tasks/sample/products/11/mini/ror_stein.jpeg - lib/tasks/sample/products/11/original/ror_stein.jpeg - lib/tasks/sample/products/11/product/ror_stein.jpeg - lib/tasks/sample/products/11/small/ror_stein.jpeg - lib/tasks/sample/products/12/mini/ror_stein_back.jpeg - lib/tasks/sample/products/12/original/ror_stein_back.jpeg - lib/tasks/sample/products/12/product/ror_stein_back.jpeg - lib/tasks/sample/products/12/small/ror_stein_back.jpeg - lib/tasks/sample/products/2/mini/ror_tote_back.jpeg - lib/tasks/sample/products/2/original/ror_tote_back.jpeg - lib/tasks/sample/products/2/product/ror_tote_back.jpeg - lib/tasks/sample/products/2/small/ror_tote_back.jpeg - lib/tasks/sample/products/3/mini/ror_bag.jpeg - lib/tasks/sample/products/3/original/ror_bag.jpeg - lib/tasks/sample/products/3/product/ror_bag.jpeg - lib/tasks/sample/products/3/small/ror_bag.jpeg - lib/tasks/sample/products/4/mini/ror_baseball.jpeg - lib/tasks/sample/products/4/original/ror_baseball.jpeg - lib/tasks/sample/products/4/product/ror_baseball.jpeg - lib/tasks/sample/products/4/small/ror_baseball.jpeg - lib/tasks/sample/products/5/mini/ror_baseball_back.jpeg - lib/tasks/sample/products/5/original/ror_baseball_back.jpeg - lib/tasks/sample/products/5/product/ror_baseball_back.jpeg - lib/tasks/sample/products/5/small/ror_baseball_back.jpeg - lib/tasks/sample/products/6/mini/ror_jr_spaghetti.jpeg - lib/tasks/sample/products/6/original/ror_jr_spaghetti.jpeg - lib/tasks/sample/products/6/product/ror_jr_spaghetti.jpeg - lib/tasks/sample/products/6/small/ror_jr_spaghetti.jpeg - lib/tasks/sample/products/7/mini/ror_mug.jpeg - lib/tasks/sample/products/7/original/ror_mug.jpeg - lib/tasks/sample/products/7/product/ror_mug.jpeg - lib/tasks/sample/products/7/small/ror_mug.jpeg - lib/tasks/sample/products/8/mini/ror_mug_back.jpeg - lib/tasks/sample/products/8/original/ror_mug_back.jpeg - lib/tasks/sample/products/8/product/ror_mug_back.jpeg - lib/tasks/sample/products/8/small/ror_mug_back.jpeg - lib/tasks/sample/products/9/mini/ror_ringer.jpeg - lib/tasks/sample/products/9/original/ror_ringer.jpeg - lib/tasks/sample/products/9/product/ror_ringer.jpeg - lib/tasks/sample/products/9/small/ror_ringer.jpeg - lib/tasks/translation.rake - lib/tasks/upgrade.rake - log/README - public/404.html - public/500.html - public/dispatch.cgi - public/dispatch.fcgi - public/dispatch.rb - public/favicon.ico - public/images/add-to-cart.png - public/images/admin/bg/active-tab.png - public/images/admin/bg/admin_tab_back.png - public/images/admin/bg/admin_tab_selected_back.png - public/images/admin/bg/content-back-blue.png - public/images/admin/bg/content-back-green.png - public/images/admin/bg/content-back.png - public/images/admin/bg/flash-error.png - public/images/admin/bg/flash-notice.png - public/images/admin/bg/green-stripes.gif - public/images/admin/bg/green-stripes.png - public/images/admin/bg/grid_header_back.png - public/images/admin/bg/grid_header_back_green.png - public/images/admin/bg/header-bg.png - public/images/admin/bg/header_bg.jpg - public/images/admin/bg/menu-current.png - public/images/admin/bg/red-stripes.gif - public/images/admin/bg/red-stripes.png - public/images/admin/bg/spree_50.png - public/images/admin/bg/subnav-divider.png - public/images/admin/bg/subnav.png - public/images/admin/bg/tab-back.png - public/images/admin/buttons/blue/left_01.png - public/images/admin/buttons/blue/right_01.png - public/images/admin/buttons/drag-handle-green.png - public/images/admin/buttons/green/left_01.png - public/images/admin/buttons/green/right_01.png - public/images/admin/buttons/left_01.png - public/images/admin/buttons/left_01_small.png - public/images/admin/buttons/orange/left_03.png - public/images/admin/buttons/orange/right_03.png - public/images/admin/buttons/right_01.png - public/images/admin/buttons/right_01_small.png - public/images/admin/icons/16x16/1.png - public/images/admin/icons/16x16/10.png - public/images/admin/icons/16x16/2.png - public/images/admin/icons/16x16/3.png - public/images/admin/icons/16x16/4.png - public/images/admin/icons/16x16/5.png - public/images/admin/icons/16x16/6.png - public/images/admin/icons/16x16/7.png - public/images/admin/icons/16x16/8.png - public/images/admin/icons/16x16/9.png - public/images/admin/icons/32x32/1.png - public/images/admin/icons/32x32/10.png - public/images/admin/icons/32x32/11.png - public/images/admin/icons/32x32/2.png - public/images/admin/icons/32x32/3.png - public/images/admin/icons/32x32/4.png - public/images/admin/icons/32x32/5.png - public/images/admin/icons/32x32/6.png - public/images/admin/icons/32x32/7.png - public/images/admin/icons/32x32/8.png - public/images/admin/icons/32x32/9.png - public/images/admin/icons/accept.png - public/images/admin/icons/add.gif - public/images/admin/icons/add.png - public/images/admin/icons/arrow-down.gif - public/images/admin/icons/cross.png - public/images/admin/icons/delete.gif - public/images/admin/icons/delete.png - public/images/admin/icons/drag.gif - public/images/admin/icons/edit.gif - public/images/admin/icons/edit.png - public/images/admin/icons/email.png - public/images/admin/icons/error.png - public/images/admin/icons/exclamation.png - public/images/admin/icons/feed.png - public/images/admin/icons/pdf.png - public/images/admin/icons/reorder.gif - public/images/admin/icons/search.gif - public/images/admin/icons/send-email.png - public/images/admin/icons/stop.png - public/images/admin/icons/tick.png - public/images/admin/icons/up.gif - public/images/admin/icons/xls.png - public/images/admin/tabs/off-left.png - public/images/admin/tabs/off-right.png - public/images/admin/tabs/on-left.png - public/images/admin/tabs/on-right.png - public/images/ajax_loader.gif - public/images/amex_cid.gif - public/images/bg-button-hover.png - public/images/bg-button-pressed.png - public/images/bg-button.gif - public/images/bg-button.png - public/images/blue/left_01.png - public/images/blue/right_01.png - public/images/body-back.png - public/images/bottom_shine.png - public/images/breadcrumb.gif - public/images/button-dark-hover.png - public/images/button-dark.png - public/images/buttons/bg-button-hover.png - public/images/buttons/bg-button-pressed.png - public/images/buttons/bg-button.gif - public/images/buttons/bg-button.png - public/images/buttons/blue/left_01.png - public/images/buttons/blue/right_01.png - public/images/buttons/button-dark-hover.png - public/images/buttons/button-dark.png - public/images/buttons/drag-handle-green.png - public/images/buttons/green/left_01.png - public/images/buttons/green/right_01.png - public/images/buttons/left_01.png - public/images/buttons/left_01_small.png - public/images/buttons/orange/left_03.png - public/images/buttons/orange/right_03.png - public/images/buttons/right_01.png - public/images/buttons/right_01_small.png - public/images/buttons/sxsw-ribbon-v1.png - public/images/buttons/top-shine.png - public/images/calendar_date_select/calendar.gif - public/images/cart-empty.png - public/images/cart-empty_x32.png - public/images/cart-full.png - public/images/cart-full_x32.png - public/images/checkout.png - public/images/creditcard.gif - public/images/discover_cid.gif - public/images/drag-handle-green.png - public/images/green/left_01.png - public/images/green/right_01.png - public/images/grid.png - public/images/left_01.png - public/images/left_01_small.png - public/images/master_cid.jpg - public/images/menu-current.png - public/images/menu-hover.png - public/images/noimage/mini.jpg - public/images/noimage/product.jpg - public/images/noimage/small.jpg - public/images/orange/left_03.png - public/images/orange/right_03.png - public/images/rails.png - public/images/right_01.png - public/images/right_01_small.png - public/images/separator.png - public/images/shadow-top.png - public/images/shadow_top.png - public/images/spinner.gif - public/images/spree.jpg - public/images/spree/progress.gif - public/images/spree/spinner.gif - public/images/spree/spree.jpg - public/images/steps/1.png - public/images/steps/1_small.png - public/images/steps/2.png - public/images/steps/2_small.png - public/images/steps/3.png - public/images/steps/3_small.png - public/images/steps/4.png - public/images/steps/4_small.png - public/images/steps/5.png - public/images/steps/5_small.png - public/images/steps/6.png - public/images/steps/6_small.png - public/images/sxsw-ribbon-v1.png - public/images/tab_bottom.gif - public/images/top-shine.png - public/images/tree-nav-icons/bullet.gif - public/images/tree-nav-icons/minus.gif - public/images/tree-nav-icons/plus.gif - public/images/tree-nav-icons/treeview-loading.gif - public/images/tree-nav-icons/treeview-sprite.gif - public/images/update.png - public/images/visa_cid.gif - public/images/wrapper-back-2.png - public/images/wrapper-back.png - public/images/yui-menubaritem_submenuindicator.png - public/images/yui-menubaritem_submenuindicator_disabled.png - public/images/yui-menuitem_checkbox.png - public/images/yui-menuitem_checkbox_disabled.png - public/images/yui-menuitem_submenuindicator.png - public/images/yui-menuitem_submenuindicator_disabled.png - public/images/yui-sprite.png - public/javascripts/application.js - public/javascripts/calendar_date_select/calendar_date_select.js - public/javascripts/calendar_date_select/format_american.js - public/javascripts/calendar_date_select/format_euro_24hr.js - public/javascripts/calendar_date_select/format_finnish.js - public/javascripts/calendar_date_select/format_hyphen_ampm.js - public/javascripts/calendar_date_select/format_italian.js - public/javascripts/checkout.js - public/javascripts/controls.js - public/javascripts/dragdrop.js - public/javascripts/effects.js - public/javascripts/jquery-1.3.2.min.js - public/javascripts/jquery.alerts/images/help.gif - public/javascripts/jquery.alerts/images/important.gif - public/javascripts/jquery.alerts/images/info.gif - public/javascripts/jquery.alerts/images/title.gif - public/javascripts/jquery.alerts/jquery.alerts.css - public/javascripts/jquery.alerts/jquery.alerts.js - public/javascripts/jquery.alerts/jquery.alerts.spree.css - public/javascripts/jquery.validate.pack.js - public/javascripts/jsTree/source/_lib.js - public/javascripts/jsTree/source/themes/default/context.gif - public/javascripts/jsTree/source/themes/default/create.png - public/javascripts/jsTree/source/themes/default/dot.gif - public/javascripts/jsTree/source/themes/default/f.png - public/javascripts/jsTree/source/themes/default/fminus.gif - public/javascripts/jsTree/source/themes/default/fminus_rtl.gif - public/javascripts/jsTree/source/themes/default/fplus.gif - public/javascripts/jsTree/source/themes/default/fplus_rtl.gif - public/javascripts/jsTree/source/themes/default/lastli.gif - public/javascripts/jsTree/source/themes/default/lastli_rtl.gif - public/javascripts/jsTree/source/themes/default/li.gif - public/javascripts/jsTree/source/themes/default/remove.png - public/javascripts/jsTree/source/themes/default/rename.png - public/javascripts/jsTree/source/themes/default/style.css - public/javascripts/jsTree/source/themes/default/throbber.gif - public/javascripts/jsTree/source/themes/marker.gif - public/javascripts/jsTree/source/themes/marker_rtl.gif - public/javascripts/jsTree/source/themes/plus.gif - public/javascripts/jsTree/source/themes/remove.png - public/javascripts/jsTree/source/themes/spree/context.gif - public/javascripts/jsTree/source/themes/spree/create.png - public/javascripts/jsTree/source/themes/spree/dot.gif - public/javascripts/jsTree/source/themes/spree/f.png - public/javascripts/jsTree/source/themes/spree/fminus.gif - public/javascripts/jsTree/source/themes/spree/fminus_rtl.gif - public/javascripts/jsTree/source/themes/spree/fplus.gif - public/javascripts/jsTree/source/themes/spree/fplus_rtl.gif - public/javascripts/jsTree/source/themes/spree/lastli.gif - public/javascripts/jsTree/source/themes/spree/li.gif - public/javascripts/jsTree/source/themes/spree/remove.png - public/javascripts/jsTree/source/themes/spree/rename.png - public/javascripts/jsTree/source/themes/spree/style.css - public/javascripts/jsTree/source/themes/spree/throbber.gif - public/javascripts/jsTree/source/tree_component.css - public/javascripts/jsTree/source/tree_component.js - public/javascripts/jsTree/source/tree_component.min.js - public/javascripts/nested-attribute.js - public/javascripts/prototype.js - public/javascripts/spree.js - public/javascripts/taxonomy.js - public/javascripts/zone.js - public/robots.txt - public/stylesheets/admin/admin-forms.css - public/stylesheets/admin/admin-reset.css - public/stylesheets/admin/admin-tables.css - public/stylesheets/admin/admin-typography.css - public/stylesheets/admin/admin.css - public/stylesheets/admin/david-admin.css - public/stylesheets/admin/grids.css - public/stylesheets/admin/reset-fonts-grids-2-6-0.css - public/stylesheets/admin/yui-includes.css - public/stylesheets/application.css - public/stylesheets/calendar_date_select/blue.css - public/stylesheets/calendar_date_select/default.css - public/stylesheets/calendar_date_select/plain.css - public/stylesheets/calendar_date_select/red.css - public/stylesheets/calendar_date_select/silver.css - public/stylesheets/sass/_buttons.sass - public/stylesheets/sass/_cart.sass - public/stylesheets/sass/_checkout.sass - public/stylesheets/sass/_colors.sass - public/stylesheets/sass/_layout.sass - public/stylesheets/sass/_messages.sass - public/stylesheets/sass/_mixins.sass - public/stylesheets/sass/_navigation.sass - public/stylesheets/sass/_prices.sass - public/stylesheets/sass/_product_detail.sass - public/stylesheets/sass/_product_thumbnail.sass - public/stylesheets/sass/_registration.sass - public/stylesheets/sass/ie.sass - public/stylesheets/sass/print.sass - public/stylesheets/sass/screen.sass - script/about - script/autospec - script/breakpointer - script/console - script/console.cmd - script/dbconsole - script/destroy - script/destroy.cmd - script/extension - script/generate - script/generate.cmd - script/performance/benchmarker - script/performance/profiler - script/performance/request - script/plugin - script/process/inspector - script/process/reaper - script/process/spawner - script/runner - script/server - script/spec - script/spec_server - spec/controllers/admin/configurations_controller_spec.rb - spec/controllers/admin/mail_settings_controller_spec.rb - spec/controllers/admin/shipments_controller_spec.rb - spec/controllers/admin/shipping_categories_controller_spec.rb - spec/controllers/admin/shipping_methods_controller_spec.rb - spec/controllers/countries_controller_spec.rb - spec/controllers/orders_controller_spec.rb - spec/controllers/products_controller_spec.rb - spec/controllers/states_controller_spec.rb - spec/controllers/taxons_controller_spec.rb - spec/fixtures/app_configurations.yml - spec/fixtures/countries.yml - spec/fixtures/gateway_configurations.yml - spec/fixtures/gateways.yml - spec/fixtures/preferences.yml - spec/fixtures/roles.yml - spec/fixtures/states.yml - spec/fixtures/tax_categories.yml - spec/fixtures/users.yml - spec/fixtures/zone_members.yml - spec/fixtures/zones.yml - spec/lib/easy_role_requirement_system_spec.rb - spec/models/address_spec.rb - spec/models/app_configuration_spec.rb - spec/models/country_spec.rb - spec/models/creditcard_payment_spec.rb - spec/models/creditcard_spec.rb - spec/models/inventory_unit_spec.rb - spec/models/option_type_spec.rb - spec/models/option_value_spec.rb - spec/models/order_spec.rb - spec/models/payment_sepc.rb - spec/models/preference_definition_spec.rb - spec/models/preference_spec.rb - spec/models/product_option_type_spec.rb - spec/models/product_property_spec.rb - spec/models/property_spec.rb - spec/models/prototype_spec.rb - spec/models/shipment_spec.rb - spec/models/shipping_category_spec.rb - spec/models/shipping_method_spec.rb - spec/models/shipping_order_spec.rb - spec/models/state_event_spec.rb - spec/models/state_spec.rb - spec/models/tax_category_spec.rb - spec/models/taxon_spec.rb - spec/models/taxonomy_spec.rb - spec/models/zone_member_spec.rb - spec/models/zone_spec.rb - spec/preference_factory.rb - spec/rcov.opts - spec/spec.opts - spec/spec_helper.rb - spec/views/admin/configurations/index.html.erb_spec.rb - spree.gemspec - test/factories.rb - test/fixtures/countries.yml - test/fixtures/gateway_configurations.yml - test/fixtures/gateways.yml - test/fixtures/states.yml - test/functional/orders_controller_test.rb - test/functional/products_controller_test.rb - test/test_helper.rb - test/test_spree.rb - test/unit/helpers/spree/base_helper_test.rb - test/unit/line_item_test.rb - test/unit/product_test.rb - test/unit/variant_test.rb - vendor/plugins/acts_as_adjacency_list/MIT-LICENSE - vendor/plugins/acts_as_adjacency_list/README - vendor/plugins/acts_as_adjacency_list/Rakefile - vendor/plugins/acts_as_adjacency_list/init.rb - vendor/plugins/acts_as_adjacency_list/install.rb - vendor/plugins/acts_as_adjacency_list/lib/active_record/acts/adjacency_list.rb - vendor/plugins/acts_as_adjacency_list/tasks/acts_as_adjacency_list_tasks.rake - vendor/plugins/acts_as_adjacency_list/test/acts_as_adjacency_list_test.rb - vendor/plugins/acts_as_adjacency_list/uninstall.rb - vendor/plugins/acts_as_list/README - vendor/plugins/acts_as_list/init.rb - vendor/plugins/acts_as_list/lib/active_record/acts/list.rb - vendor/plugins/acts_as_list/test/list_test.rb - vendor/plugins/acts_as_tree/README - vendor/plugins/acts_as_tree/Rakefile - vendor/plugins/acts_as_tree/init.rb - vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb - vendor/plugins/acts_as_tree/test/abstract_unit.rb - vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb - vendor/plugins/acts_as_tree/test/database.yml - vendor/plugins/acts_as_tree/test/fixtures/mixin.rb - vendor/plugins/acts_as_tree/test/fixtures/mixins.yml - vendor/plugins/acts_as_tree/test/schema.rb - vendor/plugins/attribute_fu/MIT-LICENSE - vendor/plugins/attribute_fu/README.rdoc - vendor/plugins/attribute_fu/Rakefile - vendor/plugins/attribute_fu/attribute_fu.gemspec - vendor/plugins/attribute_fu/init.rb - vendor/plugins/attribute_fu/lib/attribute_fu.rb - vendor/plugins/attribute_fu/lib/attribute_fu/associated_form_helper.rb - vendor/plugins/attribute_fu/lib/attribute_fu/associations.rb - vendor/plugins/attribute_fu/tasks/attribute_fu_tasks.rake - vendor/plugins/attribute_fu/test/associated_form_helper_test.rb - vendor/plugins/attribute_fu/test/comment_test.rb - vendor/plugins/attribute_fu/test/db/database.yml - vendor/plugins/attribute_fu/test/db/schema.rb - vendor/plugins/attribute_fu/test/models/comment.rb - vendor/plugins/attribute_fu/test/models/photo.rb - vendor/plugins/attribute_fu/test/photo_test.rb - vendor/plugins/attribute_fu/test/test_helper.rb - vendor/plugins/attribute_fu/uninstall.rb - vendor/plugins/auto_complete/README - vendor/plugins/auto_complete/Rakefile - vendor/plugins/auto_complete/init.rb - vendor/plugins/auto_complete/lib/auto_complete.rb - vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb - vendor/plugins/auto_complete/test/auto_complete_test.rb - vendor/plugins/enumerable_constants/README - vendor/plugins/enumerable_constants/Rakefile - vendor/plugins/enumerable_constants/init.rb - vendor/plugins/enumerable_constants/install.rb - vendor/plugins/enumerable_constants/lib/enumerable_constants.rb - vendor/plugins/enumerable_constants/tasks/enumerable_constants_tasks.rake - vendor/plugins/enumerable_constants/test/enumerable_constants_test.rb - vendor/plugins/find_by_param/MIT-LICENSE - vendor/plugins/find_by_param/README.markdown - vendor/plugins/find_by_param/Rakefile - vendor/plugins/find_by_param/init.rb - vendor/plugins/find_by_param/install.rb - vendor/plugins/find_by_param/lib/find_by_param.rb - vendor/plugins/find_by_param/tasks/find_by_param_tasks.rake - vendor/plugins/find_by_param/test/find_by_param_test.rb - vendor/plugins/find_by_param/test/schema.rb - vendor/plugins/find_by_param/test/test_helper.rb - vendor/plugins/find_by_param/uninstall.rb - vendor/plugins/in_place_editing/README - vendor/plugins/in_place_editing/Rakefile - vendor/plugins/in_place_editing/init.rb - vendor/plugins/in_place_editing/lib/in_place_editing.rb - vendor/plugins/in_place_editing/lib/in_place_macros_helper.rb - vendor/plugins/in_place_editing/test/in_place_editing_test.rb - vendor/plugins/paperclip/LICENSE - vendor/plugins/paperclip/README.rdoc - vendor/plugins/paperclip/Rakefile - vendor/plugins/paperclip/generators/paperclip/USAGE - vendor/plugins/paperclip/generators/paperclip/paperclip_generator.rb - vendor/plugins/paperclip/generators/paperclip/templates/paperclip_migration.rb.erb - vendor/plugins/paperclip/init.rb - vendor/plugins/paperclip/lib/paperclip.rb - vendor/plugins/paperclip/lib/paperclip/attachment.rb - vendor/plugins/paperclip/lib/paperclip/geometry.rb - vendor/plugins/paperclip/lib/paperclip/iostream.rb - vendor/plugins/paperclip/lib/paperclip/storage.rb - vendor/plugins/paperclip/lib/paperclip/thumbnail.rb - vendor/plugins/paperclip/lib/paperclip/upfile.rb - vendor/plugins/paperclip/shoulda_macros/paperclip.rb - vendor/plugins/paperclip/tasks/paperclip_tasks.rake - vendor/plugins/paperclip/test/attachment_test.rb - vendor/plugins/paperclip/test/database.yml - vendor/plugins/paperclip/test/fixtures/12k.png - vendor/plugins/paperclip/test/fixtures/50x50.png - vendor/plugins/paperclip/test/fixtures/5k.png - vendor/plugins/paperclip/test/fixtures/bad.png - vendor/plugins/paperclip/test/fixtures/text.txt - vendor/plugins/paperclip/test/geometry_test.rb - vendor/plugins/paperclip/test/helper.rb - vendor/plugins/paperclip/test/integration_test.rb - vendor/plugins/paperclip/test/iostream_test.rb - vendor/plugins/paperclip/test/paperclip_test.rb - vendor/plugins/paperclip/test/storage_test.rb - vendor/plugins/paperclip/test/thumbnail_test.rb - vendor/plugins/resource_controller/LICENSE - vendor/plugins/resource_controller/README.rdoc - vendor/plugins/resource_controller/Rakefile - vendor/plugins/resource_controller/TODO - vendor/plugins/resource_controller/generators/scaffold_resource/USAGE - vendor/plugins/resource_controller/generators/scaffold_resource/scaffold_resource_generator.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/controller.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/fixtures.yml - vendor/plugins/resource_controller/generators/scaffold_resource/templates/functional_test.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/helper.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/migration.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/model.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/old_migration.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/functional_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/helper_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/routing_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/unit_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/edit_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/index_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/new_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/show_spec.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/shoulda_functional_test.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/unit_test.rb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view__form.erb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view__form.haml - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_edit.erb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_edit.haml - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_index.erb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_index.haml - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_new.erb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_new.haml - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_show.erb - vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_show.haml - vendor/plugins/resource_controller/init.rb - vendor/plugins/resource_controller/install.rb - vendor/plugins/resource_controller/lib/resource_controller.rb - vendor/plugins/resource_controller/lib/resource_controller/accessors.rb - vendor/plugins/resource_controller/lib/resource_controller/action_options.rb - vendor/plugins/resource_controller/lib/resource_controller/actions.rb - vendor/plugins/resource_controller/lib/resource_controller/base.rb - vendor/plugins/resource_controller/lib/resource_controller/class_methods.rb - vendor/plugins/resource_controller/lib/resource_controller/controller.rb - vendor/plugins/resource_controller/lib/resource_controller/failable_action_options.rb - vendor/plugins/resource_controller/lib/resource_controller/helpers.rb - vendor/plugins/resource_controller/lib/resource_controller/helpers/current_objects.rb - vendor/plugins/resource_controller/lib/resource_controller/helpers/internal.rb - vendor/plugins/resource_controller/lib/resource_controller/helpers/nested.rb - vendor/plugins/resource_controller/lib/resource_controller/helpers/singleton_customizations.rb - vendor/plugins/resource_controller/lib/resource_controller/helpers/urls.rb - vendor/plugins/resource_controller/lib/resource_controller/response_collector.rb - vendor/plugins/resource_controller/lib/resource_controller/singleton.rb - vendor/plugins/resource_controller/lib/urligence.rb - vendor/plugins/resource_controller/rails/init.rb - vendor/plugins/resource_controller/resource_controller.gemspec - vendor/plugins/resource_controller/test/Rakefile - vendor/plugins/resource_controller/test/app/controllers/accounts_controller.rb - vendor/plugins/resource_controller/test/app/controllers/application.rb - vendor/plugins/resource_controller/test/app/controllers/cms/options_controller.rb - vendor/plugins/resource_controller/test/app/controllers/cms/personnel_controller.rb - vendor/plugins/resource_controller/test/app/controllers/cms/photos_controller.rb - vendor/plugins/resource_controller/test/app/controllers/cms/products_controller.rb - vendor/plugins/resource_controller/test/app/controllers/comments_controller.rb - vendor/plugins/resource_controller/test/app/controllers/images_controller.rb - vendor/plugins/resource_controller/test/app/controllers/options_controller.rb - vendor/plugins/resource_controller/test/app/controllers/people_controller.rb - vendor/plugins/resource_controller/test/app/controllers/photos_controller.rb - vendor/plugins/resource_controller/test/app/controllers/posts_controller.rb - vendor/plugins/resource_controller/test/app/controllers/projects_controller.rb - vendor/plugins/resource_controller/test/app/controllers/somethings_controller.rb - vendor/plugins/resource_controller/test/app/controllers/tags_controller.rb - vendor/plugins/resource_controller/test/app/controllers/users_controller.rb - vendor/plugins/resource_controller/test/app/helpers/accounts_helper.rb - vendor/plugins/resource_controller/test/app/helpers/application_helper.rb - vendor/plugins/resource_controller/test/app/helpers/cms/products_helper.rb - vendor/plugins/resource_controller/test/app/helpers/comments_helper.rb - vendor/plugins/resource_controller/test/app/helpers/images_helper.rb - vendor/plugins/resource_controller/test/app/helpers/options_helper.rb - vendor/plugins/resource_controller/test/app/helpers/people_helper.rb - vendor/plugins/resource_controller/test/app/helpers/photos_helper.rb - vendor/plugins/resource_controller/test/app/helpers/posts_helper.rb - vendor/plugins/resource_controller/test/app/helpers/projects_helper.rb - vendor/plugins/resource_controller/test/app/helpers/somethings_helper.rb - vendor/plugins/resource_controller/test/app/helpers/tags_helper.rb - vendor/plugins/resource_controller/test/app/helpers/users_helper.rb - vendor/plugins/resource_controller/test/app/models/account.rb - vendor/plugins/resource_controller/test/app/models/comment.rb - vendor/plugins/resource_controller/test/app/models/image.rb - vendor/plugins/resource_controller/test/app/models/option.rb - vendor/plugins/resource_controller/test/app/models/personnel.rb - vendor/plugins/resource_controller/test/app/models/photo.rb - vendor/plugins/resource_controller/test/app/models/post.rb - vendor/plugins/resource_controller/test/app/models/product.rb - vendor/plugins/resource_controller/test/app/models/project.rb - vendor/plugins/resource_controller/test/app/models/something.rb - vendor/plugins/resource_controller/test/app/models/tag.rb - vendor/plugins/resource_controller/test/app/models/user.rb - vendor/plugins/resource_controller/test/app/views/accounts/_form.html.erb - vendor/plugins/resource_controller/test/app/views/accounts/edit.html.erb - vendor/plugins/resource_controller/test/app/views/accounts/new.html.erb - vendor/plugins/resource_controller/test/app/views/accounts/show.html.erb - vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml - vendor/plugins/resource_controller/test/app/views/cms/options/index.rhtml - vendor/plugins/resource_controller/test/app/views/cms/options/new.rhtml - vendor/plugins/resource_controller/test/app/views/cms/options/show.rhtml - vendor/plugins/resource_controller/test/app/views/cms/photos/edit.rhtml - vendor/plugins/resource_controller/test/app/views/cms/photos/index.rhtml - vendor/plugins/resource_controller/test/app/views/cms/photos/new.rhtml - vendor/plugins/resource_controller/test/app/views/cms/photos/show.rhtml - vendor/plugins/resource_controller/test/app/views/cms/products/edit.rhtml - vendor/plugins/resource_controller/test/app/views/cms/products/index.rhtml - vendor/plugins/resource_controller/test/app/views/cms/products/new.rhtml - vendor/plugins/resource_controller/test/app/views/cms/products/show.rhtml - vendor/plugins/resource_controller/test/app/views/comments/edit.rhtml - vendor/plugins/resource_controller/test/app/views/comments/index.rhtml - vendor/plugins/resource_controller/test/app/views/comments/new.rhtml - vendor/plugins/resource_controller/test/app/views/comments/show.rhtml - vendor/plugins/resource_controller/test/app/views/images/_form.html.erb - vendor/plugins/resource_controller/test/app/views/images/edit.html.erb - vendor/plugins/resource_controller/test/app/views/images/new.html.erb - vendor/plugins/resource_controller/test/app/views/layouts/application.rhtml - vendor/plugins/resource_controller/test/app/views/layouts/comments.rhtml - vendor/plugins/resource_controller/test/app/views/layouts/options.rhtml - vendor/plugins/resource_controller/test/app/views/layouts/people.rhtml - vendor/plugins/resource_controller/test/app/views/layouts/photos.rhtml - vendor/plugins/resource_controller/test/app/views/layouts/projects.rhtml - vendor/plugins/resource_controller/test/app/views/layouts/somethings.rhtml - vendor/plugins/resource_controller/test/app/views/layouts/tags.rhtml - vendor/plugins/resource_controller/test/app/views/options/_form.html.erb - vendor/plugins/resource_controller/test/app/views/options/edit.html.erb - vendor/plugins/resource_controller/test/app/views/options/index.html.erb - vendor/plugins/resource_controller/test/app/views/options/new.html.erb - vendor/plugins/resource_controller/test/app/views/options/show.html.erb - vendor/plugins/resource_controller/test/app/views/people/edit.rhtml - vendor/plugins/resource_controller/test/app/views/people/index.rhtml - vendor/plugins/resource_controller/test/app/views/people/new.rhtml - vendor/plugins/resource_controller/test/app/views/people/show.rhtml - vendor/plugins/resource_controller/test/app/views/photos/edit.rhtml - vendor/plugins/resource_controller/test/app/views/photos/index.rhtml - vendor/plugins/resource_controller/test/app/views/photos/new.rhtml - vendor/plugins/resource_controller/test/app/views/photos/show.rhtml - vendor/plugins/resource_controller/test/app/views/posts/edit.rhtml - vendor/plugins/resource_controller/test/app/views/posts/index.rhtml - vendor/plugins/resource_controller/test/app/views/posts/new.rhtml - vendor/plugins/resource_controller/test/app/views/posts/show.rhtml - vendor/plugins/resource_controller/test/app/views/projects/edit.rhtml - vendor/plugins/resource_controller/test/app/views/projects/index.rhtml - vendor/plugins/resource_controller/test/app/views/projects/new.rhtml - vendor/plugins/resource_controller/test/app/views/projects/show.rhtml - vendor/plugins/resource_controller/test/app/views/somethings/edit.rhtml - vendor/plugins/resource_controller/test/app/views/somethings/index.rhtml - vendor/plugins/resource_controller/test/app/views/somethings/new.rhtml - vendor/plugins/resource_controller/test/app/views/somethings/show.rhtml - vendor/plugins/resource_controller/test/app/views/tags/edit.rhtml - vendor/plugins/resource_controller/test/app/views/tags/index.rhtml - vendor/plugins/resource_controller/test/app/views/tags/index.rjs - vendor/plugins/resource_controller/test/app/views/tags/new.rhtml - vendor/plugins/resource_controller/test/app/views/tags/show.rhtml - vendor/plugins/resource_controller/test/app/views/users/edit.rhtml - vendor/plugins/resource_controller/test/app/views/users/index.rhtml - vendor/plugins/resource_controller/test/app/views/users/new.rhtml - vendor/plugins/resource_controller/test/app/views/users/show.rhtml - vendor/plugins/resource_controller/test/config/boot.rb - vendor/plugins/resource_controller/test/config/database.yml - vendor/plugins/resource_controller/test/config/environment.rb - vendor/plugins/resource_controller/test/config/environments/development.rb - vendor/plugins/resource_controller/test/config/environments/test.rb - vendor/plugins/resource_controller/test/config/initializers/inflections.rb - vendor/plugins/resource_controller/test/config/routes.rb - vendor/plugins/resource_controller/test/db/migrate/001_create_posts.rb - vendor/plugins/resource_controller/test/db/migrate/002_create_products.rb - vendor/plugins/resource_controller/test/db/migrate/003_create_comments.rb - vendor/plugins/resource_controller/test/db/migrate/004_create_options.rb - vendor/plugins/resource_controller/test/db/migrate/005_create_photos.rb - vendor/plugins/resource_controller/test/db/migrate/006_create_tags.rb - vendor/plugins/resource_controller/test/db/migrate/007_create_somethings.rb - vendor/plugins/resource_controller/test/db/migrate/008_create_accounts.rb - vendor/plugins/resource_controller/test/db/migrate/009_add_account_id_to_photos.rb - vendor/plugins/resource_controller/test/db/migrate/010_create_projects.rb - vendor/plugins/resource_controller/test/db/migrate/011_create_images.rb - vendor/plugins/resource_controller/test/db/migrate/012_create_users.rb - vendor/plugins/resource_controller/test/db/migrate/013_create_personnel.rb - vendor/plugins/resource_controller/test/db/migrate/014_add_personnel_id_to_photos.rb - vendor/plugins/resource_controller/test/db/schema.rb - vendor/plugins/resource_controller/test/script/console - vendor/plugins/resource_controller/test/script/destroy - vendor/plugins/resource_controller/test/script/generate - vendor/plugins/resource_controller/test/script/server - vendor/plugins/resource_controller/test/test/fixtures/accounts.yml - vendor/plugins/resource_controller/test/test/fixtures/comments.yml - vendor/plugins/resource_controller/test/test/fixtures/images.yml - vendor/plugins/resource_controller/test/test/fixtures/options.yml - vendor/plugins/resource_controller/test/test/fixtures/personnel.yml - vendor/plugins/resource_controller/test/test/fixtures/photos.yml - vendor/plugins/resource_controller/test/test/fixtures/photos_tags.yml - vendor/plugins/resource_controller/test/test/fixtures/posts.yml - vendor/plugins/resource_controller/test/test/fixtures/products.yml - vendor/plugins/resource_controller/test/test/fixtures/projects.yml - vendor/plugins/resource_controller/test/test/fixtures/somethings.yml - vendor/plugins/resource_controller/test/test/fixtures/tags.yml - vendor/plugins/resource_controller/test/test/fixtures/users.yml - vendor/plugins/resource_controller/test/test/functional/cms/options_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/cms/photos_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/cms/products_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/comments_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/images_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/people_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/photos_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/posts_controller_test.rb - vendor/plugins/resource_controller/test/test/functional/projects_controller_test.rb - vendor/plugins/resource_controller/test/test has_rdoc: homepage: post_install_message: rdoc_options: require_paths: required_ruby_version: required_rubygems_version: requirements: rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: -1 summary: test_files: