add files
commitda1763b9748a69c4d560dea2eb5c34cb8fac0fc5
authorKen Zheng <ken.zheng@1x3x.net>
Thu, 2 Jun 2011 09:27:49 +0000 (2 17:27 +0800)
committerKen Zheng <ken.zheng@1x3x.net>
Thu, 2 Jun 2011 09:27:49 +0000 (2 17:27 +0800)
treee4e844eb860ee4b422d0dbcb5ac4e3d488a7d94f
parentb8f79606876a95b6f9c9ad2034ecdb3180c3d244
add files
657 files changed:
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/customers_controller.rb [new file with mode: 0644]
app/controllers/pets_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/customers_helper.rb [new file with mode: 0644]
app/helpers/pets_helper.rb [new file with mode: 0644]
app/models/customer.rb [new file with mode: 0644]
app/models/pet.rb [new file with mode: 0644]
app/views/customers/new.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]
app/views/layouts/customers.html.erb [new file with mode: 0644]
app/views/layouts/pets.html.erb [new file with mode: 0644]
app/views/pets/camera.html.erb [new file with mode: 0644]
app/views/pets/card_tpl.html.erb [new file with mode: 0644]
app/views/pets/find.html.erb [new file with mode: 0644]
app/views/pets/new.html.erb [new file with mode: 0644]
app/views/pets/photo.html.erb [new file with mode: 0644]
app/views/pets/show.html.erb [new file with mode: 0644]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/database.yml.bak [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/initializers/backtrace_silencers.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/secret_token.rb [new file with mode: 0644]
config/initializers/session_store.rb [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/default/countries.yml [new file with mode: 0644]
db/default/roles.yml [new file with mode: 0644]
db/default/states.yml [new file with mode: 0644]
db/default/zone_members.yml [new file with mode: 0644]
db/default/zones.yml [new file with mode: 0644]
db/development.sqlite3 [new file with mode: 0644]
db/migrate/20090823005402_spree_zero_nine_zero.rb [new file with mode: 0644]
db/migrate/20090904192342_create_indexes_for_inventory_units.rb [new file with mode: 0644]
db/migrate/20090923100315_add_count_on_hand_to_variants_and_products.rb [new file with mode: 0644]
db/migrate/20091007134354_change_taxons_to_nested_set.rb [new file with mode: 0644]
db/migrate/20091008091614_move_to_configurable_gateways.rb [new file with mode: 0644]
db/migrate/20091012120519_product_groups_and_scopes.rb [new file with mode: 0644]
db/migrate/20091015110842_add_open_id_authentication_tables.rb [new file with mode: 0644]
db/migrate/20091015153048_add_openid_field_to_users.rb [new file with mode: 0644]
db/migrate/20091016174634_change_preference_value_type.rb [new file with mode: 0644]
db/migrate/20091017175558_create_billing_integrations.rb [new file with mode: 0644]
db/migrate/20091021133257_charge_refactoring.rb [new file with mode: 0644]
db/migrate/20091104151730_add_some_indexes.rb [new file with mode: 0644]
db/migrate/20091126190904_checkout_state_machine.rb [new file with mode: 0644]
db/migrate/20091209153045_state_for_shipments.rb [new file with mode: 0644]
db/migrate/20091209202200_make_state_events_polymorphic.rb [new file with mode: 0644]
db/migrate/20091211203813_ship_address_id_for_checkouts.rb [new file with mode: 0644]
db/migrate/20091212161118_shipping_method_id_for_checkouts.rb [new file with mode: 0644]
db/migrate/20091213222815_creditcard_last_four_digits.rb [new file with mode: 0644]
db/migrate/20091214183826_populate_legacy_shipment_state.rb [new file with mode: 0644]
db/migrate/20100105090147_add_cost_price.rb [new file with mode: 0644]
db/migrate/20100105132138_shipment_id_for_inventory_units.rb [new file with mode: 0644]
db/migrate/20100107141738_add_api_key_to_users.rb [new file with mode: 0644]
db/migrate/20100111205525_cim_fields_for_creditcards.rb [new file with mode: 0644]
db/migrate/20100112151511_create_return_authorizations.rb [new file with mode: 0644]
db/migrate/20100113090919_add_return_authorization_to_inventory_units.rb [new file with mode: 0644]
db/migrate/20100113203104_create_trackers.rb [new file with mode: 0644]
db/migrate/20100121160010_creditcard_id_for_creditcard_txns.rb [new file with mode: 0644]
db/migrate/20100121183934_original_creditcard_txn_id_for_creditcard_txns.rb [new file with mode: 0644]
db/migrate/20100125145351_add_test_mode_to_billing_integration.rb [new file with mode: 0644]
db/migrate/20100126103714_create_products_product_groups.rb [new file with mode: 0644]
db/migrate/20100209025806_create_payment_methods.rb [new file with mode: 0644]
db/migrate/20100209144531_polymorphic_payments.rb [new file with mode: 0644]
db/migrate/20100213103131_change_payments_payment_method_to_belongs_to.rb [new file with mode: 0644]
db/migrate/20100214212536_assign_creditcard_txns_to_payment.rb [new file with mode: 0644]
db/migrate/20100223170312_sti_for_transactions.rb [new file with mode: 0644]
db/migrate/20100223183812_drop_billing_integrations.rb [new file with mode: 0644]
db/migrate/20100224153127_deleted_at_for_payment_methods.rb [new file with mode: 0644]
db/migrate/20100301163454_add_adjustments_index.rb [new file with mode: 0644]
db/migrate/20100306153445_fix_by_popularity.rb [new file with mode: 0644]
db/migrate/20100317120946_add_alt_text_to_images.rb [new file with mode: 0644]
db/migrate/20100419190933_rename_coupons_to_promotions.rb [new file with mode: 0644]
db/migrate/20100419194457_fix_existing_coupon_credits.rb [new file with mode: 0644]
db/migrate/20100426100726_create_promotion_rules.rb [new file with mode: 0644]
db/migrate/20100427121301_add_display_to_payment_methods.rb [new file with mode: 0644]
db/migrate/20100501084722_match_policy_for_promotions.rb [new file with mode: 0644]
db/migrate/20100501095202_create_promotion_rules_users.rb [new file with mode: 0644]
db/migrate/20100502163939_name_for_promotions.rb [new file with mode: 0644]
db/migrate/20100504142133_add_addresses_checkouts_indexes.rb [new file with mode: 0644]
db/migrate/20100506180619_add_icon_to_taxons.rb [new file with mode: 0644]
db/migrate/20100506185838_add_description_to_taxons.rb [new file with mode: 0644]
db/migrate/20100528155333_index_for_shipments_number.rb [new file with mode: 0644]
db/migrate/20100528185820_add_index_on_users_persistence_token.rb [new file with mode: 0644]
db/migrate/20100605152042_add_default_to_tax_categories.rb [new file with mode: 0644]
db/migrate/20100624110730_add_display_to_shipping_methods.rb [new file with mode: 0644]
db/migrate/20100624123336_rename_payment_method_display.rb [new file with mode: 0644]
db/migrate/20100624175547_rename_preferences_field.rb [new file with mode: 0644]
db/migrate/20100811163637_add_guest_flag.rb [new file with mode: 0644]
db/migrate/20100811205836_drop_order_token.rb [new file with mode: 0644]
db/migrate/20100812162326_payments_state_and_assigned_to_order_only.rb [new file with mode: 0644]
db/migrate/20100813023502_create_address_keys_for_order.rb [new file with mode: 0644]
db/migrate/20100813185745_payment_total_for_orders.rb [new file with mode: 0644]
db/migrate/20100816212146_shipping_method_id_for_orders.rb [new file with mode: 0644]
db/migrate/20100817152723_add_shipment_and_payment_state.rb [new file with mode: 0644]
db/migrate/20100819170125_refactor_adjustments.rb [new file with mode: 0644]
db/migrate/20100820135707_response_code_and_avs_response_for_payments.rb [new file with mode: 0644]
db/migrate/20100901171814_change_guest_flag_to_anonymous.rb [new file with mode: 0644]
db/migrate/20100903203949_email_for_orders.rb [new file with mode: 0644]
db/migrate/20100923095305_update_calculable_type_for_promotions.rb [new file with mode: 0644]
db/migrate/20100923162011_create_mail_methods.rb [new file with mode: 0644]
db/migrate/20100929151905_rename_frozen_to_locked.rb [new file with mode: 0644]
db/migrate/20101008190536_move_special_instructions_to_orders.rb [new file with mode: 0644]
db/migrate/20101026184700_create_log_entries.rb [new file with mode: 0644]
db/migrate/20101026184714_migrate_transactions_to_payment_state.rb [new file with mode: 0644]
db/migrate/20101026184746_delete_in_progress_orders.rb [new file with mode: 0644]
db/migrate/20101026184808_migrate_checkout_to_orders.rb [new file with mode: 0644]
db/migrate/20101026184833_migrate_adjustments.rb [new file with mode: 0644]
db/migrate/20101026184855_remove_shipped_state.rb [new file with mode: 0644]
db/migrate/20101026184916_prevent_nil_payment_total.rb [new file with mode: 0644]
db/migrate/20101026184932_prevent_nil_email.rb [new file with mode: 0644]
db/migrate/20101026184950_rename_columns_for_devise.rb [new file with mode: 0644]
db/migrate/20101026184959_generate_anonymous_users.rb [new file with mode: 0644]
db/migrate/20101026185022_update_order_state.rb [new file with mode: 0644]
db/migrate/20101026192225_cleanup_legacy_tables.rb [new file with mode: 0644]
db/migrate/20101028151745_remove_number_and_cvv_from_credicard.rb [new file with mode: 0644]
db/migrate/20101103212716_drop_anonymous_field_for_user.rb [new file with mode: 0644]
db/migrate/20101111133551_renamed_rma_cancelled_state.rb [new file with mode: 0644]
db/migrate/20101117031806_fix_problematic_index_names.rb [new file with mode: 0644]
db/migrate/20101214150824_convert_user_remember_field.rb [new file with mode: 0644]
db/migrate/20101217012656_create_tokenized_permissions.rb [new file with mode: 0644]
db/migrate/20101219201531_tokens_for_legacy_orders.rb [new file with mode: 0644]
db/migrate/20101223215658_add_position_to_variants.rb [new file with mode: 0644]
db/migrate/20110110130847_add_next_state_to_state_events.rb [new file with mode: 0644]
db/migrate/20110111122537_add_position_to_option_types.rb [new file with mode: 0644]
db/migrate/20110314192118_remove_trailing_slashes_in_taxon_permalinks.rb [new file with mode: 0644]
db/migrate/20110530154121_create_customers.rb [new file with mode: 0644]
db/migrate/20110531160148_create_pets.rb [new file with mode: 0644]
db/sample/users.rb [new file with mode: 0644]
db/schema.rb [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
lib/spree_site.rb [new file with mode: 0644]
lib/tasks/.gitkeep [new file with mode: 0644]
log/development.log [new file with mode: 0644]
log/production.log [new file with mode: 0644]
log/server.log [new file with mode: 0644]
log/test.log [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/aaa.mp3 [new file with mode: 0644]
public/asound.swf [new file with mode: 0644]
public/begin.swf [new file with mode: 0644]
public/cards.html [new file with mode: 0644]
public/cards2.html [new file with mode: 0644]
public/css/border-anim-h.gif [new file with mode: 0644]
public/css/border-anim-v.gif [new file with mode: 0644]
public/css/border-h.gif [new file with mode: 0644]
public/css/border-v.gif [new file with mode: 0644]
public/css/css.css [new file with mode: 0644]
public/css/css2.css [new file with mode: 0644]
public/css/css3.css [new file with mode: 0644]
public/css/externalLinks.css [new file with mode: 0644]
public/css/externalLinks_c.css [new file with mode: 0644]
public/css/global.css [new file with mode: 0644]
public/css/global_c.css [new file with mode: 0644]
public/css/imgareaselect-animated.css [new file with mode: 0644]
public/css/imgareaselect-default.css [new file with mode: 0644]
public/css/imgareaselect-deprecated.css [new file with mode: 0644]
public/css/lightbox.css [new file with mode: 0644]
public/css/print.css [new file with mode: 0644]
public/css/print_c.css [new file with mode: 0644]
public/css/prototip.css [new file with mode: 0644]
public/css/reset.css [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/images/Thumbs.db [new file with mode: 0644]
public/images/add-to-cart.png [new file with mode: 0644]
public/images/admin/bg/active-tab.png [new file with mode: 0644]
public/images/admin/bg/admin_tab_back.png [new file with mode: 0644]
public/images/admin/bg/admin_tab_selected_back.png [new file with mode: 0644]
public/images/admin/bg/content-back-blue.png [new file with mode: 0644]
public/images/admin/bg/content-back-green.png [new file with mode: 0644]
public/images/admin/bg/content-back.png [new file with mode: 0644]
public/images/admin/bg/flash-error.png [new file with mode: 0644]
public/images/admin/bg/flash-notice.png [new file with mode: 0644]
public/images/admin/bg/green-stripes.gif [new file with mode: 0644]
public/images/admin/bg/green-stripes.png [new file with mode: 0644]
public/images/admin/bg/grid_header_back.png [new file with mode: 0644]
public/images/admin/bg/grid_header_back_green.png [new file with mode: 0644]
public/images/admin/bg/header-bg.png [new file with mode: 0644]
public/images/admin/bg/header.png [new file with mode: 0644]
public/images/admin/bg/header_bg.jpg [new file with mode: 0644]
public/images/admin/bg/menu-current.png [new file with mode: 0644]
public/images/admin/bg/red-stripes.gif [new file with mode: 0644]
public/images/admin/bg/red-stripes.png [new file with mode: 0644]
public/images/admin/bg/spree_50.png [new file with mode: 0644]
public/images/admin/bg/subnav-divider.png [new file with mode: 0644]
public/images/admin/bg/subnav.png [new file with mode: 0644]
public/images/admin/bg/tab-back.png [new file with mode: 0644]
public/images/admin/buttons/blue/left_01.png [new file with mode: 0644]
public/images/admin/buttons/blue/right_01.png [new file with mode: 0644]
public/images/admin/buttons/drag-handle-green.png [new file with mode: 0644]
public/images/admin/buttons/green/left_01.png [new file with mode: 0644]
public/images/admin/buttons/green/right_01.png [new file with mode: 0644]
public/images/admin/buttons/left_01.png [new file with mode: 0644]
public/images/admin/buttons/left_01_small.png [new file with mode: 0644]
public/images/admin/buttons/orange/left_03.png [new file with mode: 0644]
public/images/admin/buttons/orange/right_03.png [new file with mode: 0644]
public/images/admin/buttons/right_01.png [new file with mode: 0644]
public/images/admin/buttons/right_01_small.png [new file with mode: 0644]
public/images/admin/icons/16x16/1.png [new file with mode: 0644]
public/images/admin/icons/16x16/10.png [new file with mode: 0644]
public/images/admin/icons/16x16/2.png [new file with mode: 0644]
public/images/admin/icons/16x16/3.png [new file with mode: 0644]
public/images/admin/icons/16x16/4.png [new file with mode: 0644]
public/images/admin/icons/16x16/5.png [new file with mode: 0644]
public/images/admin/icons/16x16/6.png [new file with mode: 0644]
public/images/admin/icons/16x16/7.png [new file with mode: 0644]
public/images/admin/icons/16x16/8.png [new file with mode: 0644]
public/images/admin/icons/16x16/9.png [new file with mode: 0644]
public/images/admin/icons/32x32/1.png [new file with mode: 0644]
public/images/admin/icons/32x32/10.png [new file with mode: 0644]
public/images/admin/icons/32x32/11.png [new file with mode: 0644]
public/images/admin/icons/32x32/2.png [new file with mode: 0644]
public/images/admin/icons/32x32/3.png [new file with mode: 0644]
public/images/admin/icons/32x32/4.png [new file with mode: 0644]
public/images/admin/icons/32x32/5.png [new file with mode: 0644]
public/images/admin/icons/32x32/6.png [new file with mode: 0644]
public/images/admin/icons/32x32/7.png [new file with mode: 0644]
public/images/admin/icons/32x32/8.png [new file with mode: 0644]
public/images/admin/icons/32x32/9.png [new file with mode: 0644]
public/images/admin/icons/accept.png [new file with mode: 0644]
public/images/admin/icons/add.gif [new file with mode: 0644]
public/images/admin/icons/add.png [new file with mode: 0644]
public/images/admin/icons/arrow-down.gif [new file with mode: 0644]
public/images/admin/icons/cross.png [new file with mode: 0644]
public/images/admin/icons/delete.gif [new file with mode: 0644]
public/images/admin/icons/delete.png [new file with mode: 0644]
public/images/admin/icons/drag.gif [new file with mode: 0644]
public/images/admin/icons/edit.gif [new file with mode: 0644]
public/images/admin/icons/edit.png [new file with mode: 0644]
public/images/admin/icons/email.png [new file with mode: 0644]
public/images/admin/icons/error.png [new file with mode: 0644]
public/images/admin/icons/exclamation.png [new file with mode: 0644]
public/images/admin/icons/feed.png [new file with mode: 0644]
public/images/admin/icons/pdf.png [new file with mode: 0644]
public/images/admin/icons/reorder.gif [new file with mode: 0644]
public/images/admin/icons/search.gif [new file with mode: 0644]
public/images/admin/icons/send-email.png [new file with mode: 0644]
public/images/admin/icons/stop.png [new file with mode: 0644]
public/images/admin/icons/tick.png [new file with mode: 0644]
public/images/admin/icons/up.gif [new file with mode: 0644]
public/images/admin/icons/xls.png [new file with mode: 0644]
public/images/admin/tabs/off-left.png [new file with mode: 0644]
public/images/admin/tabs/off-right.png [new file with mode: 0644]
public/images/admin/tabs/on-left.png [new file with mode: 0644]
public/images/admin/tabs/on-right.png [new file with mode: 0644]
public/images/ajax_loader.gif [new file with mode: 0644]
public/images/amex_cid.gif [new file with mode: 0644]
public/images/area1.png [new file with mode: 0644]
public/images/area2.png [new file with mode: 0644]
public/images/area3.png [new file with mode: 0644]
public/images/area3b.png [new file with mode: 0644]
public/images/area4.png [new file with mode: 0644]
public/images/area5.png [new file with mode: 0644]
public/images/bg-button-hover.png [new file with mode: 0644]
public/images/bg-button-pressed.png [new file with mode: 0644]
public/images/bg-button.gif [new file with mode: 0644]
public/images/bg-button.png [new file with mode: 0644]
public/images/blue/Thumbs.db [new file with mode: 0644]
public/images/blue/left_01.png [new file with mode: 0644]
public/images/blue/right_01.png [new file with mode: 0644]
public/images/body-back.png [new file with mode: 0644]
public/images/bottom_shine.png [new file with mode: 0644]
public/images/breadcrumb.gif [new file with mode: 0644]
public/images/button-dark-hover.png [new file with mode: 0644]
public/images/button-dark.png [new file with mode: 0644]
public/images/buttons/Thumbs.db [new file with mode: 0644]
public/images/buttons/bg-button-hover.png [new file with mode: 0644]
public/images/buttons/bg-button-pressed.png [new file with mode: 0644]
public/images/buttons/bg-button.gif [new file with mode: 0644]
public/images/buttons/bg-button.png [new file with mode: 0644]
public/images/buttons/blue/left_01.png [new file with mode: 0644]
public/images/buttons/blue/right_01.png [new file with mode: 0644]
public/images/buttons/button-dark-hover.png [new file with mode: 0644]
public/images/buttons/button-dark.png [new file with mode: 0644]
public/images/buttons/drag-handle-green.png [new file with mode: 0644]
public/images/buttons/green/left_01.png [new file with mode: 0644]
public/images/buttons/green/right_01.png [new file with mode: 0644]
public/images/buttons/left_01.png [new file with mode: 0644]
public/images/buttons/left_01_small.png [new file with mode: 0644]
public/images/buttons/orange/left_03.png [new file with mode: 0644]
public/images/buttons/orange/right_03.png [new file with mode: 0644]
public/images/buttons/right_01.png [new file with mode: 0644]
public/images/buttons/right_01_small.png [new file with mode: 0644]
public/images/buttons/sxsw-ribbon-v1.png [new file with mode: 0644]
public/images/buttons/top-shine.png [new file with mode: 0644]
public/images/calendar_date_select/Thumbs.db [new file with mode: 0644]
public/images/calendar_date_select/calendar.gif [new file with mode: 0644]
public/images/cards/pet_card_bg1.old.png [new file with mode: 0644]
public/images/cards/pet_card_bg1.png [new file with mode: 0644]
public/images/cards/pet_card_bg11.png [new file with mode: 0644]
public/images/cards/pet_card_bg1_s.jpg [new file with mode: 0644]
public/images/cards/pet_card_bg2.old.png [new file with mode: 0644]
public/images/cards/pet_card_bg2.png [new file with mode: 0644]
public/images/cards/pet_card_bg22.png [new file with mode: 0644]
public/images/cards/pet_card_bg2_s.jpg [new file with mode: 0644]
public/images/cards/pet_card_bg3.old.png [new file with mode: 0644]
public/images/cards/pet_card_bg3.png [new file with mode: 0644]
public/images/cards/pet_card_bg33.png [new file with mode: 0644]
public/images/cards/pet_card_bg3_s.jpg [new file with mode: 0644]
public/images/cart-empty.png [new file with mode: 0644]
public/images/cart-empty_x32.png [new file with mode: 0644]
public/images/cart-full.png [new file with mode: 0644]
public/images/cart-full_x32.png [new file with mode: 0644]
public/images/checkout.png [new file with mode: 0644]
public/images/creditcard.gif [new file with mode: 0644]
public/images/datepicker/Thumbs.db [new file with mode: 0644]
public/images/datepicker/backstripes.gif [new file with mode: 0644]
public/images/datepicker/bg_header.jpg [new file with mode: 0644]
public/images/datepicker/bullet1.gif [new file with mode: 0644]
public/images/datepicker/bullet2.gif [new file with mode: 0644]
public/images/datepicker/cal.gif [new file with mode: 0644]
public/images/datepicker/gradient-e5e5e5-ffffff.gif [new file with mode: 0644]
public/images/discover_cid.gif [new file with mode: 0644]
public/images/drag-handle-green.png [new file with mode: 0644]
public/images/favicon.ico [new file with mode: 0644]
public/images/green.png [new file with mode: 0644]
public/images/green/Thumbs.db [new file with mode: 0644]
public/images/green/left_01.png [new file with mode: 0644]
public/images/green/right_01.png [new file with mode: 0644]
public/images/grid.png [new file with mode: 0644]
public/images/guide.png [new file with mode: 0644]
public/images/hippo1.jpg [new file with mode: 0644]
public/images/j1.jpg [new file with mode: 0644]
public/images/j2.jpg [new file with mode: 0644]
public/images/j3.jpg [new file with mode: 0644]
public/images/left_01.png [new file with mode: 0644]
public/images/left_01_small.png [new file with mode: 0644]
public/images/lion1.jpg [new file with mode: 0644]
public/images/main.jpg [new file with mode: 0644]
public/images/main1.jpg [new file with mode: 0644]
public/images/main2.jpg [new file with mode: 0644]
public/images/main3.jpg [new file with mode: 0644]
public/images/main_background.jpg [new file with mode: 0644]
public/images/main_background2.jpg [new file with mode: 0644]
public/images/main_background_ie.png [new file with mode: 0644]
public/images/main_background_ie2.png [new file with mode: 0644]
public/images/main_bg.jpg [new file with mode: 0644]
public/images/main_bg1.png [new file with mode: 0644]
public/images/main_new.png [new file with mode: 0644]
public/images/master_cid.jpg [new file with mode: 0644]
public/images/menu-current.png [new file with mode: 0644]
public/images/menu-hover.png [new file with mode: 0644]
public/images/menu1.png [new file with mode: 0644]
public/images/menu2.png [new file with mode: 0644]
public/images/menu3.png [new file with mode: 0644]
public/images/menu4.png [new file with mode: 0644]
public/images/new/Thumbs.db [new file with mode: 0644]
public/images/new/add_card.png [new file with mode: 0644]
public/images/new/bear1.jpg [new file with mode: 0644]
public/images/new/bear1_s.jpg [new file with mode: 0644]
public/images/new/bear2.jpg [new file with mode: 0644]
public/images/new/bear2_s.jpg [new file with mode: 0644]
public/images/new/bear3.jpg [new file with mode: 0644]
public/images/new/bear3_s.jpg [new file with mode: 0644]
public/images/new/bear4.jpg [new file with mode: 0644]
public/images/new/bear4_s.jpg [new file with mode: 0644]
public/images/new/bear5.jpg [new file with mode: 0644]
public/images/new/c_bg_1.png [new file with mode: 0644]
public/images/new/c_bg_3.png [new file with mode: 0644]
public/images/new/cat_bg_1.png [new file with mode: 0644]
public/images/new/cat_bg_2.png [new file with mode: 0644]
public/images/new/cat_bg_3.png [new file with mode: 0644]
public/images/new/cat_bg_4.png [new file with mode: 0644]
public/images/new/cat_bg_5.png [new file with mode: 0644]
public/images/new/cloth1.jpg [new file with mode: 0644]
public/images/new/cloth11.jpg [new file with mode: 0644]
public/images/new/cloth12.jpg [new file with mode: 0644]
public/images/new/cloth13.jpg [new file with mode: 0644]
public/images/new/cloth14.jpg [new file with mode: 0644]
public/images/new/cloth15.jpg [new file with mode: 0644]
public/images/new/cloth2.jpg [new file with mode: 0644]
public/images/new/cloth3.jpg [new file with mode: 0644]
public/images/new/cloth4.jpg [new file with mode: 0644]
public/images/new/det_bg_1.png [new file with mode: 0644]
public/images/new/det_bg_2.png [new file with mode: 0644]
public/images/new/det_bg_3.png [new file with mode: 0644]
public/images/new/det_bg_4.png [new file with mode: 0644]
public/images/new/det_bg_5.png [new file with mode: 0644]
public/images/new/header_bg.png [new file with mode: 0644]
public/images/new/idcards2.png [new file with mode: 0644]
public/images/new/menu1.png [new file with mode: 0644]
public/images/new/menu2.png [new file with mode: 0644]
public/images/new/menu3.png [new file with mode: 0644]
public/images/new/menu4.png [new file with mode: 0644]
public/images/new/menu5.png [new file with mode: 0644]
public/images/new/menu6.png [new file with mode: 0644]
public/images/new/nav1_1.png [new file with mode: 0644]
public/images/new/nav1_2.png [new file with mode: 0644]
public/images/new/nav1_3.png [new file with mode: 0644]
public/images/new/nav1_4.png [new file with mode: 0644]
public/images/new/pd1_s.jpg [new file with mode: 0644]
public/images/new/pd_detail1.jpg [new file with mode: 0644]
public/images/new/pd_detail2.jpg [new file with mode: 0644]
public/images/new/pd_detail3.jpg [new file with mode: 0644]
public/images/noimage/Thumbs.db [new file with mode: 0644]
public/images/noimage/mini.jpg [new file with mode: 0644]
public/images/noimage/product.jpg [new file with mode: 0644]
public/images/noimage/small.jpg [new file with mode: 0644]
public/images/openid-inputicon.gif [new file with mode: 0644]
public/images/orange.png [new file with mode: 0644]
public/images/orange/Thumbs.db [new file with mode: 0644]
public/images/orange/left_03.png [new file with mode: 0644]
public/images/orange/right_03.png [new file with mode: 0644]
public/images/pd_bg.png [new file with mode: 0644]
public/images/pd_c_bg.png [new file with mode: 0644]
public/images/pd_ft.png [new file with mode: 0644]
public/images/pd_head_bg.png [new file with mode: 0644]
public/images/pd_tab_1.png [new file with mode: 0644]
public/images/pd_tab_2.png [new file with mode: 0644]
public/images/pdl_btn_1.png [new file with mode: 0644]
public/images/pdl_btn_1h.png [new file with mode: 0644]
public/images/progress.gif [new file with mode: 0644]
public/images/rails.png [new file with mode: 0644]
public/images/red.png [new file with mode: 0644]
public/images/red2.png [new file with mode: 0644]
public/images/reorder.jpg [new file with mode: 0644]
public/images/right_01.png [new file with mode: 0644]
public/images/right_01_small.png [new file with mode: 0644]
public/images/separator.png [new file with mode: 0644]
public/images/shadow-top.png [new file with mode: 0644]
public/images/shadow_top.png [new file with mode: 0644]
public/images/skyblue.png [new file with mode: 0644]
public/images/slogan.png [new file with mode: 0644]
public/images/spinner.gif [new file with mode: 0644]
public/images/spree.jpg [new file with mode: 0644]
public/images/spree/Thumbs.db [new file with mode: 0644]
public/images/spree/progress.gif [new file with mode: 0644]
public/images/spree/spinner.gif [new file with mode: 0644]
public/images/spree/spree.jpg [new file with mode: 0644]
public/images/step-progress/Thumbs.db [new file with mode: 0644]
public/images/step-progress/completed-completed.gif [new file with mode: 0644]
public/images/step-progress/completed-current.gif [new file with mode: 0644]
public/images/step-progress/completed-first.gif [new file with mode: 0644]
public/images/step-progress/current-first.gif [new file with mode: 0644]
public/images/step-progress/current-incomplete.gif [new file with mode: 0644]
public/images/step-progress/current-right.gif [new file with mode: 0644]
public/images/step-progress/incomplete-incomplete.gif [new file with mode: 0644]
public/images/step-progress/incomplete-right.gif [new file with mode: 0644]
public/images/steps/1.png [new file with mode: 0644]
public/images/steps/1_small.png [new file with mode: 0644]
public/images/steps/2.png [new file with mode: 0644]
public/images/steps/2_small.png [new file with mode: 0644]
public/images/steps/3.png [new file with mode: 0644]
public/images/steps/3_small.png [new file with mode: 0644]
public/images/steps/4.png [new file with mode: 0644]
public/images/steps/4_small.png [new file with mode: 0644]
public/images/steps/5.png [new file with mode: 0644]
public/images/steps/5_small.png [new file with mode: 0644]
public/images/steps/6.png [new file with mode: 0644]
public/images/steps/6_small.png [new file with mode: 0644]
public/images/steps/Thumbs.db [new file with mode: 0644]
public/images/sxsw-ribbon-v1.png [new file with mode: 0644]
public/images/tab_bottom.gif [new file with mode: 0644]
public/images/tile-header.png [new file with mode: 0644]
public/images/tile-slider.png [new file with mode: 0644]
public/images/top-shine.png [new file with mode: 0644]
public/images/tree-nav-icons/Thumbs.db [new file with mode: 0644]
public/images/tree-nav-icons/bullet.gif [new file with mode: 0644]
public/images/tree-nav-icons/minus.gif [new file with mode: 0644]
public/images/tree-nav-icons/plus.gif [new file with mode: 0644]
public/images/tree-nav-icons/treeview-loading.gif [new file with mode: 0644]
public/images/tree-nav-icons/treeview-sprite.gif [new file with mode: 0644]
public/images/update.png [new file with mode: 0644]
public/images/visa_cid.gif [new file with mode: 0644]
public/images/wrapper-back-2.png [new file with mode: 0644]
public/images/wrapper-back.png [new file with mode: 0644]
public/images/yui-menubaritem_submenuindicator.png [new file with mode: 0644]
public/images/yui-menubaritem_submenuindicator_disabled.png [new file with mode: 0644]
public/images/yui-menuitem_checkbox.png [new file with mode: 0644]
public/images/yui-menuitem_checkbox_disabled.png [new file with mode: 0644]
public/images/yui-menuitem_submenuindicator.png [new file with mode: 0644]
public/images/yui-menuitem_submenuindicator_disabled.png [new file with mode: 0644]
public/images/yui-sprite.png [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/javascripts/DD_belatedPNG_0.0.8a-min.js [new file with mode: 0644]
public/javascripts/additional-methods.js [new file with mode: 0644]
public/javascripts/admin.js [new file with mode: 0644]
public/javascripts/admin/address_states.js [new file with mode: 0644]
public/javascripts/admin/checkouts/edit.js [new file with mode: 0644]
public/javascripts/admin/orders/edit.js [new file with mode: 0644]
public/javascripts/admin/orders/edit_form.js [new file with mode: 0644]
public/javascripts/admin/payments/new.js [new file with mode: 0644]
public/javascripts/admin/promotions.js [new file with mode: 0644]
public/javascripts/admin/unobtrusive_handlers.js [new file with mode: 0644]
public/javascripts/application.js [new file with mode: 0644]
public/javascripts/calculator.js [new file with mode: 0644]
public/javascripts/checkout.js [new file with mode: 0644]
public/javascripts/controls.js [new file with mode: 0644]
public/javascripts/dashboard.js [new file with mode: 0644]
public/javascripts/datepicker.js [new file with mode: 0644]
public/javascripts/dragdrop.js [new file with mode: 0644]
public/javascripts/effects.js [new file with mode: 0644]
public/javascripts/gateway.js [new file with mode: 0644]
public/javascripts/ias/jquery.imgareaselect.js [new file with mode: 0644]
public/javascripts/ias/jquery.imgareaselect.min.js [new file with mode: 0644]
public/javascripts/ias/jquery.imgareaselect.pack.js [new file with mode: 0644]
public/javascripts/ias/jquery.min.js [new file with mode: 0644]
public/javascripts/jqPlot/excanvas.min.js [new file with mode: 0644]
public/javascripts/jqPlot/jquery.jqplot.min.js [new file with mode: 0644]
public/javascripts/jqPlot/plugins/jqplot.canvasAxisLabelRenderer.min.js [new file with mode: 0644]
public/javascripts/jqPlot/plugins/jqplot.canvasAxisTickRenderer.min.js [new file with mode: 0644]
public/javascripts/jqPlot/plugins/jqplot.canvasTextRenderer.min.js [new file with mode: 0644]
public/javascripts/jqPlot/plugins/jqplot.categoryAxisRenderer.min.js [new file with mode: 0644]
public/javascripts/jqPlot/plugins/jqplot.dateAxisRenderer.min.js [new file with mode: 0644]
public/javascripts/jqPlot/plugins/jqplot.highlighter.min.js [new file with mode: 0644]
public/javascripts/jqPlot/plugins/jqplot.pieRenderer.min.js [new file with mode: 0644]
public/javascripts/jquery-1.4.2.min.js [new file with mode: 0644]
public/javascripts/jquery-ui.js [new file with mode: 0644]
public/javascripts/jquery.alerts/images/help.gif [new file with mode: 0644]
public/javascripts/jquery.alerts/images/important.gif [new file with mode: 0644]
public/javascripts/jquery.alerts/images/info.gif [new file with mode: 0644]
public/javascripts/jquery.alerts/images/title.gif [new file with mode: 0644]
public/javascripts/jquery.alerts/jquery.alerts.css [new file with mode: 0644]
public/javascripts/jquery.alerts/jquery.alerts.js [new file with mode: 0644]
public/javascripts/jquery.alerts/jquery.alerts.spree.css [new file with mode: 0644]
public/javascripts/jquery.autocomplete.min.js [new file with mode: 0644]
public/javascripts/jquery.cookie.js [new file with mode: 0644]
public/javascripts/jquery.delayedobserver.js [new file with mode: 0644]
public/javascripts/jquery.suggest.js [new file with mode: 0644]
public/javascripts/jquery.template.js [new file with mode: 0644]
public/javascripts/jquery.tokeninput.js [new file with mode: 0644]
public/javascripts/jquery.validate.min.js [new file with mode: 0644]
public/javascripts/jsTree/jquery.jstree.js [new file with mode: 0644]
public/javascripts/jsTree/themes/apple/bg.jpg [new file with mode: 0644]
public/javascripts/jsTree/themes/apple/d.png [new file with mode: 0644]
public/javascripts/jsTree/themes/apple/dot_for_ie.gif [new file with mode: 0644]
public/javascripts/jsTree/themes/apple/style.css [new file with mode: 0644]
public/javascripts/jsTree/themes/apple/throbber.gif [new file with mode: 0644]
public/javascripts/lang/af.js [new file with mode: 0644]
public/javascripts/lang/ar.js [new file with mode: 0644]
public/javascripts/lang/de.js [new file with mode: 0644]
public/javascripts/lang/du.js [new file with mode: 0644]
public/javascripts/lang/en.js [new file with mode: 0644]
public/javascripts/lang/es.js [new file with mode: 0644]
public/javascripts/lang/fi.js [new file with mode: 0644]
public/javascripts/lang/fr.js [new file with mode: 0644]
public/javascripts/lang/gr.js [new file with mode: 0644]
public/javascripts/lang/he.js [new file with mode: 0644]
public/javascripts/lang/it.js [new file with mode: 0644]
public/javascripts/lang/nl.js [new file with mode: 0644]
public/javascripts/lang/no.js [new file with mode: 0644]
public/javascripts/lang/pt.js [new file with mode: 0644]
public/javascripts/lang/ro.js [new file with mode: 0644]
public/javascripts/lang/ru.js [new file with mode: 0644]
public/javascripts/lang/sp.js [new file with mode: 0644]
public/javascripts/lang/sv.js [new file with mode: 0644]
public/javascripts/lang/ua.js [new file with mode: 0644]
public/javascripts/localization/messages_cn.js [new file with mode: 0644]
public/javascripts/localization/messages_cs.js [new file with mode: 0644]
public/javascripts/localization/messages_da.js [new file with mode: 0644]
public/javascripts/localization/messages_de.js [new file with mode: 0644]
public/javascripts/localization/messages_es.js [new file with mode: 0644]
public/javascripts/localization/messages_fr.js [new file with mode: 0644]
public/javascripts/localization/messages_hu.js [new file with mode: 0644]
public/javascripts/localization/messages_it.js [new file with mode: 0644]
public/javascripts/localization/messages_kk.js [new file with mode: 0644]
public/javascripts/localization/messages_nl.js [new file with mode: 0644]
public/javascripts/localization/messages_no.js [new file with mode: 0644]
public/javascripts/localization/messages_pl.js [new file with mode: 0644]
public/javascripts/localization/messages_ptbr.js [new file with mode: 0644]
public/javascripts/localization/messages_ro.js [new file with mode: 0644]
public/javascripts/localization/messages_ru.js [new file with mode: 0644]
public/javascripts/localization/messages_se.js [new file with mode: 0644]
public/javascripts/localization/messages_sk.js [new file with mode: 0644]
public/javascripts/localization/messages_tr.js [new file with mode: 0644]
public/javascripts/localization/messages_tw.js [new file with mode: 0644]
public/javascripts/localization/messages_ua.js [new file with mode: 0644]
public/javascripts/nested-attribute.js [new file with mode: 0644]
public/javascripts/open_id.js [new file with mode: 0644]
public/javascripts/product.js [new file with mode: 0644]
public/javascripts/prototype.js [new file with mode: 0644]
public/javascripts/rails.js [new file with mode: 0644]
public/javascripts/taxonomy.js [new file with mode: 0644]
public/javascripts/zone.js [new file with mode: 0644]
public/js/DD_belatedPNG_0.0.8a-min.js [new file with mode: 0644]
public/js/bighead/AC_RunActiveContent.js [new file with mode: 0644]
public/js/bighead/bighead.js [new file with mode: 0644]
public/js/bighead/bighead.swf [new file with mode: 0644]
public/js/builder.js [new file with mode: 0644]
public/js/contact.js [new file with mode: 0644]
public/js/effects.js [new file with mode: 0644]
public/js/jquery.easing.1.3.js [new file with mode: 0644]
public/js/jquery.roundabout-1.0.min.js [new file with mode: 0644]
public/js/jquery.roundabout-shapes-1.1.js [new file with mode: 0644]
public/js/lightbox.js [new file with mode: 0644]
public/js/main_page.js [new file with mode: 0644]
public/js/prototip/prototip.js [new file with mode: 0644]
public/js/prototip/styles.js [new file with mode: 0644]
public/js/prototype.js [new file with mode: 0644]
public/js/scriptaculous.js [new file with mode: 0644]
public/js/scriptaculous/builder.js [new file with mode: 0644]
public/js/scriptaculous/controls.js [new file with mode: 0644]
public/js/scriptaculous/dragdrop.js [new file with mode: 0644]
public/js/scriptaculous/effects.js [new file with mode: 0644]
public/js/scriptaculous/scriptaculous.js [new file with mode: 0644]
public/js/scriptaculous/slider.js [new file with mode: 0644]
public/js/scriptaculous/sound.js [new file with mode: 0644]
public/js/scriptaculous/unittest.js [new file with mode: 0644]
public/js/simple-slide-show.js [new file with mode: 0644]
public/js/unitpngfix.js [new file with mode: 0644]
public/js/util/calendar_e.js [new file with mode: 0644]
public/js/util/validator.js [new file with mode: 0644]
public/main.html [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
public/stylesheets/.gitkeep [new file with mode: 0644]
public/stylesheets/admin/admin-forms.css [new file with mode: 0644]
public/stylesheets/admin/admin-reset.css [new file with mode: 0644]
public/stylesheets/admin/admin-tables.css [new file with mode: 0644]
public/stylesheets/admin/admin-typography.css [new file with mode: 0644]
public/stylesheets/admin/admin.css [new file with mode: 0644]
public/stylesheets/admin/autocomplete.css [new file with mode: 0644]
public/stylesheets/admin/dashboard.css [new file with mode: 0644]
public/stylesheets/admin/edit_checkouts.css [new file with mode: 0644]
public/stylesheets/admin/grids.css [new file with mode: 0644]
public/stylesheets/admin/promotions.css [new file with mode: 0644]
public/stylesheets/admin/reset-fonts-grids-2-6-0.css [new file with mode: 0644]
public/stylesheets/admin/token-input.css [new file with mode: 0644]
public/stylesheets/admin/yui-includes.css [new file with mode: 0644]
public/stylesheets/datepicker.css [new file with mode: 0644]
public/stylesheets/global_c.css [new file with mode: 0644]
public/stylesheets/jquery.autocomplete.css [new file with mode: 0644]
public/stylesheets/reset.css [new file with mode: 0644]
public/stylesheets/scaffold.css [new file with mode: 0644]
public/stylesheets/screen.css [new file with mode: 0644]
public/stylesheets/store.css [new file with mode: 0644]
public/stylesheets/store_print.css [new file with mode: 0644]
public/test.mp3 [new file with mode: 0644]
public/upload/pet_pic/ABD_1306982888.jpg [new file with mode: 0644]
public/upload/pet_pic/ABD_1306982985.jpg [new file with mode: 0644]
script/rails [new file with mode: 0644]
test/fixtures/customers.yml [new file with mode: 0644]
test/fixtures/pets.yml [new file with mode: 0644]
test/functional/customers_controller_test.rb [new file with mode: 0644]
test/functional/pets_controller_test.rb [new file with mode: 0644]
test/performance/browsing_test.rb [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]
test/unit/customer_test.rb [new file with mode: 0644]
test/unit/helpers/customers_helper_test.rb [new file with mode: 0644]
test/unit/helpers/pets_helper_test.rb [new file with mode: 0644]
test/unit/pet_test.rb [new file with mode: 0644]
tmp/cache/C51/6F0/configuration_AppConfiguration [new file with mode: 0644]
tmp/pids/server.pid [new file with mode: 0644]
vendor/plugins/.gitkeep [new file with mode: 0644]