Displaying 2 results from an estimated 2 matches for "load_authority_data".
2006 May 29
1
Substruct 0.7 now here!!!
...t creation where tags weren''t being saved properly.
- Bug where it was impossible to clear all tags from a product once
assigned.
- Adding multiple items to the cart object. Before it was only adding 1
at a time.
Upgrade steps:
0. rake db:migrate:engines:substruct
1. rake load_authority_data
!!! WARNING !!!
This could overwrite your admin user! All that''s needed is to
update the shipping tables, so you could possibly extract those
records by themselves and insert by hand.
Yes, I know it should have probably been a migration...sorry.
2. Create an...
2005 Dec 28
3
Unit tests, Fixtures, Authority Data, Oh my!
...I really don''t want to duplicate that
information in fixtures - especially the huge country list.
I''ve been calling that Rake task in the "setup" method - which works
sometimes. On OSX/Linux it works, in XP it breaks. I''m guessing XP doesn''t
like `rake load_authority_data`. Ideas on that? Additionally, running the
rake task in setup causes my tests to run extremely sloooow.
How is everyone handling this situation in their applications? How do you
load authority data in new applications vs testing? Am I doing something
really stupid here or what?
Let me know, thank...