<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,4 @@
 class Address &lt; ActiveRecord::Base
-  belongs_to :user
   belongs_to :country
   belongs_to :state
   </diff>
      <filename>app/models/address.rb</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,6 @@ class User &lt; ActiveRecord::Base
   
   has_many :orders
   has_and_belongs_to_many :roles
-  has_many :addresses
     
   def deliver_password_reset_instructions!
     reset_perishable_token!</diff>
      <filename>app/models/user.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,6 @@
 &lt;% order_form.fields_for :bill_address do |bill_form| %&gt;
   &lt;h2&gt;&lt;%= t(&quot;billing_address&quot;)%&gt;&lt;/h2&gt;
   &lt;div class=&quot;inner&quot;&gt;
-    &lt;div class=&quot;saved_addresses&quot;&gt;
-      &lt;input type=&quot;radio&quot; name=&quot;bill_address&quot; class=&quot;saved_radio&quot; value=&quot;1&quot; /&gt;
-      &lt;label class=&quot;saved_label&quot; for=&quot;&lt;%= t('saved_address') %&gt;&quot;&gt;&lt;%= t('saved_address') %&gt;&lt;/label&gt;
-      &lt;select class=&quot;billing&quot; id=&quot;order_bill_address_id&quot; name=&quot;order[bill_address_id]&quot;&gt;&lt;/select&gt;
-      &lt;span&gt;&lt;/span&gt;
-    &lt;/div&gt; 
-    &lt;input type=&quot;radio&quot; name=&quot;bill_address&quot; class=&quot;saved_radio&quot; value=&quot;0&quot; /&gt;
-    &lt;label class=&quot;saved_label&quot; for=&quot;&lt;%= t(&quot;new_address&quot;) %&gt;&quot;&gt;&lt;%= t(&quot;new_address&quot;) %&gt;&lt;/label&gt;
   	&lt;p id=&quot;bfname&quot;&gt;
   		&lt;label for=&quot;&lt;%= t(&quot;first_name&quot;) %&gt;&quot;&gt;&lt;%= t(&quot;first_name&quot;) %&gt;&lt;/label&gt;
   		&lt;%= bill_form.text_field :firstname, :class =&gt; 'required' -%&gt;&lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;</diff>
      <filename>app/views/orders/_billing.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,6 @@
 &lt;% order_form.fields_for :ship_address do |ship_form| %&gt;     
   &lt;h2&gt;&lt;%= t(&quot;shipping_address&quot;)%&gt;&lt;/h2&gt;
-   &lt;div class=&quot;inner&quot;&gt;
-     &lt;div class=&quot;saved_addresses&quot;&gt;
-       &lt;input type=&quot;radio&quot; name=&quot;ship_address&quot; class=&quot;saved_radio&quot; value=&quot;1&quot; /&gt;
-       &lt;label class=&quot;saved_label&quot; for=&quot;&lt;%= t('saved_address') %&gt;&quot;&gt;&lt;%= t('saved_address') %&gt;&lt;/label&gt;
-       &lt;select class=&quot;shipping&quot; id=&quot;order_ship_address_id&quot; name=&quot;order[ship_address_id]&quot;&gt;&lt;/select&gt;
-       &lt;span&gt;&lt;/span&gt;
-     &lt;/div&gt; 
-     &lt;input type=&quot;radio&quot; name=&quot;ship_address&quot; class=&quot;saved_radio&quot; value=&quot;0&quot; style=&quot;display:none;&quot;/&gt;
-     &lt;label class=&quot;saved_label&quot; for=&quot;&lt;%= t(&quot;new_address&quot;) %&gt;&quot; style=&quot;display:none;&quot;&gt;&lt;%= t(&quot;new_address&quot;) %&gt;&lt;/label&gt;
+  &lt;div class=&quot;inner&quot;&gt;
   	&lt;p&gt;&lt;label for=&quot;&lt;%= t(&quot;use_billing_address&quot;) %&gt;&quot; id=&quot;use_billing&quot;&gt;&lt;%= t(&quot;use_billing_address&quot;) %&gt;&lt;/label&gt;&lt;input id=&quot;checkout_same_address&quot; name=&quot;checkout_same_address&quot; type=&quot;checkbox&quot; /&gt;&lt;/p&gt; 
   	&lt;p id=&quot;sfname&quot;&gt;
   		&lt;label for=&quot;&lt;%= t(&quot;first_name&quot;) %&gt;&quot;&gt;&lt;%= t(&quot;first_name&quot;) %&gt;&lt;/label&gt;</diff>
      <filename>app/views/orders/_shipping.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,4 @@
 &lt;% content_for :head do %&gt;
-  &lt;%= javascript_include_tag 'address' %&gt;
   &lt;%= javascript_include_tag 'checkout' %&gt;
 &lt;% end %&gt;
 &lt;div id=&quot;ajax_error&quot;&gt;&lt;/div&gt;
@@ -15,6 +14,3 @@
 &lt;input type=&quot;hidden&quot; id=&quot;hidden_bcountry&quot; name=&quot;hidden_bcountry&quot; value=&quot;&lt;%= @order.bill_address.country_id %&gt;&quot; /&gt;
 &lt;input type=&quot;hidden&quot; id=&quot;hidden_sstate&quot; name=&quot;hidden_sstate&quot; value=&quot;&lt;%= @order.ship_address.state_id || @order.ship_address.state_name %&gt;&quot; /&gt;
 &lt;input type=&quot;hidden&quot; id=&quot;hidden_scountry&quot; name=&quot;hidden_scountry&quot; value=&quot;&lt;%= @order.ship_address.country_id %&gt;&quot; /&gt;
-&lt;% if current_user &amp;&amp; !current_user.addresses.empty? -%&gt; 
-&lt;input type=&quot;hidden&quot; id=&quot;retrieve_addresses&quot; /&gt;
-&lt;% end -%&gt; </diff>
      <filename>app/views/orders/checkout.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ de:
   destroy: Entfernen
   display: Anzeigen
   edit: Bearbeiten
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Kategorie bearbeiten&quot;
   editing_option_type: &quot;Optionstyp bearbeiten&quot;
   editing_option_types: &quot;Option bearbeiten&quot;
@@ -313,7 +312,6 @@ de:
   my_orders: &quot;Meine Bestellungen&quot;
   name: Name
   new: Neu
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Neue Kategorie&quot;
   new_credit_card_payment: &quot;Neue Kreditkartenzahlung&quot;
   new_customer: &quot;Neuer Kunde&quot;
@@ -334,7 +332,6 @@ de:
   new_variant: &quot;Neue Variante&quot;
   new_zone: &quot;Neue Zone&quot;
   next: weiter
-  nickname: Nickname
   no_items_in_cart: &quot;Keine Artikel im  Warenkorb&quot;
   no_match_found: &quot;Kein Treffer&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ de:
   sales_totals: &quot;Ums&#228;tze Gesamt&quot;
   sales_totals_description: &quot;&quot;
   save_preferences: Save Preferences           
-  saved_address: &quot;Use Saved Address&quot;
   search: Suchen
   secure_connection_type: Secure Connection Type
   select: Ausw&#228;hlen</diff>
      <filename>config/locales/de.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ en-GB:
   destroy: Destroy
   display: Display
   edit: Edit
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Editing Category&quot;
   editing_option_type: &quot;Editing Option Type&quot;
   editing_option_types: &quot;Editing Option Types&quot;
@@ -313,7 +312,6 @@ en-GB:
   my_orders: &quot;My Orders&quot;
   name: Name
   new: New
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;New category&quot;
   new_credit_card_payment: &quot;New Credit Card Payment&quot;
   new_customer: &quot;New Customer&quot;
@@ -334,7 +332,6 @@ en-GB:
   new_variant: &quot;New Variant&quot;
   new_zone: &quot;New Zone&quot;
   next: Next
-  nickname: Nickname
   no_items_in_cart: &quot;Basket is empty.&quot;
   no_match_found: &quot;No Match Found&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ en-GB:
   sales_totals: &quot;Sales Totals&quot;
   sales_totals_description: &quot;Sales Total For All Orders&quot;
   save_preferences: Save Preferences           
-  saved_address: &quot;Use Saved Address&quot;
   search: Search
   secure_connection_type: Secure Connection Type
   select: Select</diff>
      <filename>config/locales/en-GB.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ en-US:
   destroy: Destroy
   display: Display
   edit: Edit
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Editing Category&quot;
   editing_option_type: &quot;Editing Option Type&quot;
   editing_option_types: &quot;Editing Option Types&quot;
@@ -313,7 +312,6 @@ en-US:
   my_orders: &quot;My Orders&quot;    
   name: Name
   new: New
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;New category&quot;
   new_credit_card_payment: &quot;New Credit Card Payment&quot;
   new_customer: &quot;New Customer&quot;
@@ -334,7 +332,6 @@ en-US:
   new_variant: &quot;New Variant&quot;
   new_zone: &quot;New Zone&quot;
   next: Next
-  nickname: Nickname
   no_items_in_cart: &quot;&quot;
   no_match_found: &quot;No Match Found&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ en-US:
   sales_totals: &quot;Sales Totals&quot;
   sales_totals_description: &quot;Sales Total For All Orders&quot;
   save_preferences: Save Preferences           
-  saved_address: &quot;Use Saved Address&quot;
   search: Search
   secure_connection_type: Secure Connection Type
   select: Select</diff>
      <filename>config/locales/en-US.yml</filename>
    </modified>
    <modified>
      <diff>@@ -332,7 +332,6 @@ es:
   new_variant: &quot;Nueva Variante&quot;
   new_zone: &quot;Nueva zona&quot;
   next: pr&#243;ximo
-  nickname: Nickname
   no_items_in_cart: &quot;La cesta est&#225; vac&#237;a&quot;
   no_match_found: &quot;No se ha encontrado&quot;
   no_user_found: &quot;No se ha encontrado ningun usuario con esa direccion de correo&quot;</diff>
      <filename>config/locales/es.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ fr-FR:
   destroy: Supprimer
   display: Afficher
   edit: Editer
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Edition de la cat&#233;gorie&quot;
   editing_option_type: &quot;Edition du type d'option&quot;
   editing_option_types: &quot;Edition des types d'options&quot;
@@ -313,7 +312,6 @@ fr-FR:
   my_orders: &quot;Mes commandes&quot;
   name: Nom
   new: Nouveau
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Nouvelle categorie&quot;
   new_credit_card_payment: &quot;Nouveau mode de paiement par carte de cr&#233;dit&quot;
   new_customer: &quot;Nouveau client&quot;
@@ -334,7 +332,6 @@ fr-FR:
   new_variant: &quot;Nouvelle gamme&quot;
   new_zone: &quot;Nouvelle zone&quot;
   next: Suivant
-  nickname: Nickname
   no_items_in_cart: &quot;&quot;
   no_match_found: &quot;Aucune correspondance trouv&#233;e&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ fr-FR:
   sales_totals: &quot;Total des ventes&quot;
   sales_totals_description: &quot;Total des ventes pour toutes les commandes&quot;
   save_preferences: Sauvegarder les pr&#233;f&#233;rences
-  saved_address: &quot;Use Saved Address&quot;
   search: Rechercher
   secure_connection_type: Connection de type s&#233;curis&#233;e
   select: Selectionner</diff>
      <filename>config/locales/fr-FR.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ it:
   destroy: Cancellare
   display: Visualizza
   edit: editare
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Edita la categoria&quot;
   editing_option_type: &quot;Editing Option Type&quot;
   editing_option_types: &quot;Edita l'opzione&quot;
@@ -313,7 +312,6 @@ it:
   my_orders: &quot;My Orders&quot;
   name: Name
   new: New
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Nuova categoria&quot;
   new_credit_card_payment: &quot;New Credit Card Payment&quot;
   new_customer: &quot;New Customer&quot;
@@ -334,7 +332,6 @@ it:
   new_variant: &quot;Nuova variante&quot;
   new_zone: &quot;New Zone&quot;
   next: continua
-  nickname: Nickname
   no_items_in_cart: &quot;Carrello vuoto&quot;
   no_match_found: &quot;No Match Found&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ it:
   sales_totals: &quot;Vendite totali&quot;
   sales_totals_description: &quot;Sales Total For All Orders&quot;
   save_preferences: Save Preferences           
-  saved_address: &quot;Use Saved Address&quot;
   search: Cerca
   secure_connection_type: Secure Connection Type
   select: Seleziona</diff>
      <filename>config/locales/it.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ nb-NO:
   destroy: Fjern
   display: Vis
   edit: Endre
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Endre kategori&quot;
   editing_option_type: &quot;Endre variasjonstype&quot;
   editing_option_types: &quot;Endre variasjonstyper&quot;
@@ -313,7 +312,6 @@ nb-NO:
   my_orders: &quot;Mine ordrer&quot;    
   name: Navn
   new: Ny
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Ny kategori&quot;
   new_credit_card_payment: &quot;Ny kortbetaling&quot;
   new_customer: &quot;Ny kunde&quot;
@@ -334,7 +332,6 @@ nb-NO:
   new_variant: &quot;Ny variant&quot;
   new_zone: &quot;Ny sone&quot;
   next: Neste
-  nickname: Nickname
   no_items_in_cart: &quot;Ingen artikler i handlekurven&quot;
   no_match_found: &quot;Ingen treff&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ nb-NO:
   sales_totals: &quot;Omsetning&quot;
   sales_totals_description: &quot;Totale salg for alle ordrer&quot;
   save_preferences: &quot;Lagre preferanser&quot;
-  saved_address: &quot;Use Saved Address&quot;
   search: S&#248;k
   secure_connection_type: &quot;Kryptert forbindelse&quot;
   select: Velg</diff>
      <filename>config/locales/nb-NO.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ nl-BE:
   destroy: Verwijder
   display: Weergeven
   edit: Wijzig
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Wijzig Categorie&quot;
   editing_option_type: &quot;Optie Type Wijzigen&quot;
   editing_option_types: &quot;Optie Types Wijzigen&quot;
@@ -313,7 +312,6 @@ nl-BE:
   my_orders: &quot;Mijn Bestellingen&quot;    
   name: Naam
   new: Nieuw
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Nieuwe categorie&quot;
   new_credit_card_payment: &quot;Nieuwe Kredietkaart betaling&quot;
   new_customer: &quot;Nieuwe Klant&quot;
@@ -334,7 +332,6 @@ nl-BE:
   new_variant: &quot;Nieuwe Variant&quot;
   new_zone: &quot;Nieuwe Zone&quot;
   next: Volgende
-  nickname: Nickname
   no_items_in_cart: &quot;Geen producten in Winkelmandje&quot;
   no_match_found: &quot;Geen gelijke gevonden&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ nl-BE:
   sales_totals: &quot;Omzet&quot;
   sales_totals_description: &quot;Omzet voor alle bestellingen&quot;
   save_preferences: &quot;Instellingen Opslaan&quot;           
-  saved_address: &quot;Use Saved Address&quot;
   search: Zoek
   secure_connection_type: &quot;Secure Connection Type&quot;
   select: Selecteer</diff>
      <filename>config/locales/nl-BE.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ pl:
   destroy: Usu&#324;
   display: Wy&#347;wietl
   edit: Edytuj
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Edycja kategorii&quot;
   editing_option_type: &quot;Editing Option Type&quot;
   editing_option_types: &quot;Edycja typ&#243;w opcji&quot;
@@ -313,7 +312,6 @@ pl:
   my_orders: &quot;My Orders&quot;
   name: Name
   new: New
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Nowa kategoria&quot;
   new_credit_card_payment: &quot;New Credit Card Payment&quot;
   new_customer: &quot;New Customer&quot;
@@ -334,7 +332,6 @@ pl:
   new_variant: &quot;Nowy wariant&quot;
   new_zone: &quot;Nowa Strefa&quot;
   next: Nast&#281;pne
-  nickname: Nickname
   no_items_in_cart: &quot;Koszyk jest pusty&quot;
   no_match_found: &quot;No Match Found&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ pl:
   sales_totals: &quot;Sales Totals&quot;
   sales_totals_description: &quot;Sales Total For All Orders&quot;
   save_preferences: Save Preferences           
-  saved_address: &quot;Use Saved Address&quot;
   search: Szukaj
   secure_connection_type: Secure Connection Type
   select: Wybierz</diff>
      <filename>config/locales/pl.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ pt-BR:
   destroy: Destruir
   display: Mostrar
   edit: Editar
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Editando Categoria&quot;
   editing_option_type: &quot;Editando Tipo de Op&#231;&#227;o&quot;
   editing_option_types: &quot;Editando Tipos de Op&#231;&#227;o&quot;
@@ -313,7 +312,6 @@ pt-BR:
   my_orders: &quot;Meus Pedidos&quot;
   name: Nome
   new: Novo
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Nova categoria&quot;
   new_credit_card_payment: &quot;Novo Pagamento de Cart&#227;o de Cr&#233;dito&quot;
   new_customer: &quot;Novo Cliente&quot;
@@ -334,7 +332,6 @@ pt-BR:
   new_variant: &quot;Nova Variante&quot;
   new_zone: &quot;Nova Zona&quot;
   next: Pr&#243;ximo
-  nickname: Nickname
   no_items_in_cart: &quot;Nr. de itens no carrinho&quot;
   no_match_found: &quot;Nada encontrado&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ pt-BR:
   sales_totals: &quot;Total de Vendas&quot;
   sales_totals_description: &quot;Total de Vendas para todos os Pedidos&quot;
   save_preferences: Gravar Prefer&#234;ncias           
-  saved_address: &quot;Use Saved Address&quot;
   search: Pesquisa
   secure_connection_type: Tipo de Conex&#227;o Segura
   select: Selecionar</diff>
      <filename>config/locales/pt-BR.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ pt-PT:
   destroy: Destruir
   display: Mostrar
   edit: Editar
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;Editando Categoria&quot;
   editing_option_type: &quot;Editando Tipo de Op&#231;&#227;o&quot;
   editing_option_types: &quot;Editando Tipos de Op&#231;&#227;o&quot;
@@ -313,7 +312,6 @@ pt-PT:
   my_orders: &quot;As Minhas Encomendas&quot;
   name: Name
   new: New
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;Nova categoria&quot;
   new_credit_card_payment: &quot;Novo Pagamento por Cart&#227;o de Credito&quot;
   new_customer: &quot;Novo Cliente&quot;
@@ -334,7 +332,6 @@ pt-PT:
   new_variant: &quot;Nova Variante&quot;
   new_zone: &quot;Nova Zona&quot;
   next: Pr&#243;ximo
-  nickname: Nickname
   no_items_in_cart: &quot;Nr. de itens no carro&quot;
   no_match_found: &quot;N&#227;o encontrado&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ pt-PT:
   sales_totals: &quot;Total de Vendas&quot;
   sales_totals_description: &quot;Total de Vendas para todos os Pedidos&quot;
   save_preferences: Save Preferences           
-  saved_address: &quot;Use Saved Address&quot;
   search: Pesquisa
   secure_connection_type: Secure Connection Type
   select: Selecionar</diff>
      <filename>config/locales/pt-PT.yml</filename>
    </modified>
    <modified>
      <diff>@@ -225,7 +225,6 @@ ru-RU:
   destroy: &#1059;&#1076;&#1072;&#1083;&#1080;&#1090;&#1100;
   display: &#1055;&#1086;&#1082;&#1072;&#1079;&#1072;&#1090;&#1100;
   edit: &#1056;&#1077;&#1076;&#1072;&#1082;&#1090;&#1080;&#1088;&#1086;&#1074;&#1072;&#1090;&#1100;
-  editing_address: &quot;Edit Address&quot;
   editing_category: &quot;&#1056;&#1077;&#1076;&#1072;&#1082;&#1090;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1082;&#1072;&#1090;&#1077;&#1075;&#1086;&#1088;&#1080;&#1080;&quot;
   editing_option_type: &quot;&#1056;&#1077;&#1076;&#1072;&#1082;&#1090;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1090;&#1080;&#1087;&#1072; &#1086;&#1087;&#1094;&#1080;&#1080;&quot;
   editing_option_types: &quot;&#1056;&#1077;&#1076;&#1072;&#1082;&#1090;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1090;&#1080;&#1087;&#1086;&#1074; &#1086;&#1087;&#1094;&#1080;&#1081;&quot;
@@ -313,7 +312,6 @@ ru-RU:
   my_orders: &quot;&#1052;&#1086;&#1080; &#1079;&#1072;&#1082;&#1072;&#1079;&#1099;&quot;
   name: &#1053;&#1072;&#1079;&#1074;&#1072;&#1085;&#1080;&#1077;
   new: &#1053;&#1086;&#1074;&#1099;&#1081;
-  new_address: &quot;Add New Address&quot;
   new_category: &quot;&#1053;&#1086;&#1074;&#1072;&#1103; &#1082;&#1072;&#1090;&#1077;&#1075;&#1086;&#1088;&#1080;&#1103;&quot;
   new_credit_card_payment: &quot;&#1053;&#1086;&#1074;&#1099;&#1081; &#1087;&#1083;&#1072;&#1090;&#1077;&#1078; &#1087;&#1086; &#1082;&#1088;&#1077;&#1076;&#1080;&#1090;&#1085;&#1086;&#1081; &#1082;&#1072;&#1088;&#1090;&#1077;&quot;
   new_customer: &quot;&#1044;&#1083;&#1103; &#1085;&#1086;&#1074;&#1099;&#1093; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1077;&#1081;&quot;
@@ -334,7 +332,6 @@ ru-RU:
   new_variant: &quot;&#1053;&#1086;&#1074;&#1099;&#1081; &#1074;&#1072;&#1088;&#1080;&#1072;&#1085;&#1090;&quot;
   new_zone: &quot;&#1053;&#1086;&#1074;&#1072;&#1103; &#1079;&#1086;&#1085;&#1072;&quot;
   next: &#1057;&#1083;&#1077;&#1076;.
-  nickname: Nickname
   no_items_in_cart: &quot;&quot;
   no_match_found: &quot;&#1057;&#1086;&#1074;&#1087;&#1072;&#1076;&#1077;&#1085;&#1080;&#1081; &#1085;&#1077; &#1085;&#1072;&#1081;&#1076;&#1077;&#1085;&#1086;&quot;
   no_user_found: &quot;No user was found with that email address&quot;
@@ -413,7 +410,6 @@ ru-RU:
   sales_totals: &quot;Sales Totals ??&quot;
   sales_totals_description: &quot;Sales Total For All Orders ??&quot;
   save_preferences: &#1057;&#1086;&#1093;&#1088;&#1072;&#1085;&#1080;&#1090;&#1100; &#1085;&#1072;&#1089;&#1090;&#1088;&#1086;&#1081;&#1082;&#1080;
-  saved_address: &quot;Use Saved Address&quot;
   search: &#1055;&#1086;&#1080;&#1089;&#1082;
   secure_connection_type: &#1058;&#1080;&#1087; &#1079;&#1072;&#1097;&#1080;&#1097;&#1077;&#1085;&#1085;&#1086;&#1075;&#1086; &#1089;&#1086;&#1077;&#1076;&#1080;&#1085;&#1077;&#1085;&#1080;&#1103;
   select: &#1042;&#1099;&#1073;&#1088;&#1072;&#1090;&#1100;</diff>
      <filename>config/locales/ru-RU.yml</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,7 @@ ActionController::Routing::Routes.draw do |map|
   map.resources :tax_categories
   map.resources :countries, :has_many =&gt; :states, :only =&gt; :index
   map.resources :states, :only =&gt; :index
-  map.resources :users, :has_many =&gt; :addresses
+  map.resources :users
   map.resources :products, :member =&gt; {:change_image =&gt; :post}
   map.resources :addresses
   map.resources :orders, :member =&gt; {:address_info =&gt; :get, :checkout =&gt; :any}, :has_many =&gt; [:line_items, :creditcards, :creditcard_payments]</diff>
      <filename>config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
-frank_ship_address:
+&lt;% 1.upto(30) do |i| %&gt;
+frank_ship_address_&lt;%= i %&gt;:
   firstname: Betty
   lastname: Bar
   address1: 123 Foo St.
@@ -8,10 +9,9 @@ frank_ship_address:
   zipcode: 16804
   country_id: 214
   phone: 614-555-1212
-  nickname: Ship to Betty
-  active: 1
-  user: frank
-frank_bill_address:
+&lt;% end %&gt;
+&lt;% 1.upto(30) do |i| %&gt;
+frank_bill_address_&lt;%= i %&gt;:
   firstname: Frank
   lastname: Foo
   address1: 123 Foo St.
@@ -21,6 +21,4 @@ frank_bill_address:
   zipcode: 16804
   country_id: 214
   phone: 614-555-1212
-  nickname: Bill to Frank
-  active: 1
-  user: frank
+&lt;% end %&gt;</diff>
      <filename>db/sample/addresses.yml</filename>
    </modified>
    <modified>
      <diff>@@ -7,5 +7,5 @@ card_&lt;%= i %&gt;:
   first_name: Sean
   last_name: Schofield
   order: order_&lt;%= i %&gt;  
-  address: frank_bill_address
-&lt;% end %&gt;
+  address: frank_bill_address_&lt;%= i %&gt;
+&lt;% end %&gt;
\ No newline at end of file</diff>
      <filename>db/sample/creditcards.yml</filename>
    </modified>
    <modified>
      <diff>@@ -8,8 +8,8 @@ order_&lt;%= i %&gt;:
   item_total: 37.97
   total: 45.75
   ip_address: 127.0.0.1
-  checkout_complete: true
-  email: frank.foo@example.com 
-  ship_address: frank_ship_address
-  bill_address: frank_bill_address
-&lt;% end %&gt;
+  checkout_complete: true 
+  ship_address: frank_ship_address_&lt;%= i %&gt;
+  bill_address: frank_bill_address_&lt;%= i %&gt;
+  email: frank.foo@example.com
+&lt;% end %&gt;
\ No newline at end of file</diff>
      <filename>db/sample/orders.yml</filename>
    </modified>
    <modified>
      <diff>@@ -3,5 +3,5 @@ shipment_&lt;%= i %&gt;:
   number: &lt;%= Array.new(11){rand(11)}.join %&gt;
   order: &lt;%= &quot;order_#{i}&quot; %&gt;
   shipping_method: ups_ground 
-  address: frank_ship_address
-&lt;% end %&gt;
+  address: frank_ship_address_&lt;%= i %&gt;
+&lt;% end %&gt;
\ No newline at end of file</diff>
      <filename>db/sample/shipments.yml</filename>
    </modified>
    <modified>
      <diff>@@ -11,8 +11,8 @@ module Spree::Checkout
     @order.update_attributes(params[:order])
 
     # additional default values needed for checkout
-    @order.bill_address ||= params[:order] &amp;&amp; params[:order][:bill_address_id] ? Address.find(params[:order][:bill_address_id]) : Address.new(:country =&gt; @default_country)
-    @order.ship_address ||= params[:order] &amp;&amp; params[:order][:ship_address_id] ? Address.find(params[:order][:ship_address_id]) : Address.new(:country =&gt; @default_country)
+    @order.bill_address ||= Address.new(:country =&gt; @default_country)
+    @order.ship_address ||= Address.new(:country =&gt; @default_country) 
     if @order.creditcards.empty?
       @order.creditcards.build(:month =&gt; Date.today.month, :year =&gt; Date.today.year)
     end</diff>
      <filename>lib/spree/checkout.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>app/controllers/addresses_controller.rb</filename>
    </removed>
    <removed>
      <filename>app/helpers/addresses_helper.rb</filename>
    </removed>
    <removed>
      <filename>app/views/addresses/_form.html.erb</filename>
    </removed>
    <removed>
      <filename>app/views/addresses/edit.html.erb</filename>
    </removed>
    <removed>
      <filename>app/views/addresses/index.html.erb</filename>
    </removed>
    <removed>
      <filename>app/views/addresses/new.html.erb</filename>
    </removed>
    <removed>
      <filename>app/views/shared/_address.html.erb</filename>
    </removed>
    <removed>
      <filename>app/views/shared/_address_display.html.erb</filename>
    </removed>
    <removed>
      <filename>db/migrate/20090406174646_refactor_addresses_user_nickname.rb</filename>
    </removed>
    <removed>
      <filename>public/javascripts/address.js</filename>
    </removed>
    <removed>
      <filename>public/javascripts/address_book.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f34ae6f7a79f69339a90e778351247decdf8e8e2</id>
    </parent>
  </parents>
  <author>
    <name>Stephanie Powell</name>
    <email>steph@The-Laptop.(none)</email>
  </author>
  <url>http://github.com/akitaonrails/spree/commit/c2d179198a2ead0c3a788d01c1891e40054a5114</url>
  <id>c2d179198a2ead0c3a788d01c1891e40054a5114</id>
  <committed-date>2009-04-24T11:13:17-07:00</committed-date>
  <authored-date>2009-04-24T11:13:17-07:00</authored-date>
  <message>Removing address book stuff.</message>
  <tree>0e8f89e2266163ea97948725fefc73c07c8c475c</tree>
  <committer>
    <name>Stephanie Powell</name>
    <email>steph@The-Laptop.(none)</email>
  </committer>
</commit>
