Displaying 2 results from an estimated 2 matches for "shipping_st".
Did you mean:
shipping_ca
2006 Jan 03
5
update command not updating DB
...nt information, please try
again."
redirect_to(:action => ''edit'', :id => @user.id)
end
end
======
if I set up a template for update and inspect both @user and
params[:user] this is what I get, in that same order:
======
#"test s address", "shipping_state"=>"te", "billing_street"=>"16409",
"billing_city"=>"test", "website"=>"www.test.com",
"shipping_country"=>"test", "shipping_zip"=>"test", "id"=>&quo...
2006 Sep 05
0
rake craziness with Migrate as a dependency
..._column(:users, "shipping_address2", :string, {:default=>"",
:limit=>150, :null=>false})
-> 0.2200s
-- add_column(:users, "shipping_city", :string, {:default=>"",
:limit=>150, :null=>false})
-> 0.2100s
-- add_column(:users, "shipping_state", :string, {:default=>"",
:limit=>150, :null=>false})
-> 0.2110s
-- add_column(:users, "shipping_zip", :string, {:default=>"",
:limit=>150, :null=>false})
-> 0.2700s
-- add_column(:users, "shipping_telephone", :string, {:...