GithubHelp home page GithubHelp logo

Comments (2)

radar avatar radar commented on August 14, 2024

Did you solve this problem?

On Friday, March 8, 2013, Jack Tang wrote:

when I ran the following command, it said the table is already there. How
can I solve the problem? I have attached the error message of SQLite3 and

the gemfile

bundle exec rails g spree_product_assembly:install

...

== AddManyToManyRelationToProducts: migrating

-- create_table(:assemblies_parts, {:id=>false})
rake aborted!
An error has occurred, this and all later migrations canceled:

SQLite3::SQLException: table "assemblies_parts" already exists: CREATE
TABLE "assemblies_parts" ("assembly_id" integer NOT NULL, "part_id" integer
NOT NULL, "count" integer DEFAULT '1' NOT NULL)

...

source 'http://rubygems.org'

gem 'rails', '3.1.11'
gem 'sqlite3'
gem 'jquery-rails'

group :assets do
gem 'sass-rails', '> 3.1.5'
gem 'coffee-rails', '
> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end

group :test do
gem 'turn', '~> 0.8.3', :require => false
end

gem "spree_product_assembly", :git => "git://
github.com/spree/spree-product-assembly.git"

gem 'spree'


Reply to this email directly or view it on GitHubhttps://github.com//issues/22
.

Ryan Bigg
Community Manager
Spree Commerce, Inc.

Register now for SpreeConf
May 20-21 in Washington, D.C.
http://spreeconf.com

from spree-product-assembly.

jackhftang avatar jackhftang commented on August 14, 2024

yup, I read from the commit message and thought that it should work with spree 1.0.7. However, after a few attempt, it doesn't. Eventually, I install it with spree 1.1.5 . The problem gone.

from spree-product-assembly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.