Skip to content

Instantly share code, notes, and snippets.

@softa
Created May 14, 2010 22:28
Show Gist options
  • Select an option

  • Save softa/401768 to your computer and use it in GitHub Desktop.

Select an option

Save softa/401768 to your computer and use it in GitHub Desktop.
>rake db:bootstrap
(in /home/maiz/projetos/my_store)
[find_by_param error] database not available?
This task will destroy any data in the database. Are you sure you want to
continue? [yn] y
== SpreeZeroNineZero: migrating ==============================================
-- create_table("addresses", {:force=>true})
NOTICE: CREATE TABLE will create implicit sequence "addresses_id_seq" for serial column "addresses.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "addresses_pkey" for table "addresses"
-> 0.1865s
...
loading fixture /var/lib/gems/1.8/gems/spree-0.10.2/db/default/states.yml
Default data has been loaded
Loading db/seeds.rb for each extension
Load Sample Data? [y]: y
loading fixture /var/lib/gems/1.8/gems/spree-0.10.2/db/sample/assets.yml
...
loading ruby /var/lib/gems/1.8/gems/spree-0.10.2/db/sample/users.rb
Create the admin user (press enter for defaults).
Email [spree@example.com]:
Password [spree]:
Sample data has been loaded
Bootstrap Complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment