I'm trying to set up a new store that uses spree-product-assembly and I'm
having trouble.

To start, if I use the most recent version of spree, the 1-3-stable branch
that comes from following the Getting Started documentation and then follow
the install directions on spree-product-assembly I see no new features or
pages, but I do see warnings from Deface in the logs. Looking at the
product assembly page in the spree extensions directory
at http://spreecommerce.com/extensions/236-spree-product-assembly I see
that it is only listed as being for the 1-1-stable version of spree.

If I install the 1.1.5 version of the spree gem via ruby gems, create a new
application, and then try:

spree install --version='1.1.5' --branch='1-1-stable'

I end up with the following in my Gemfile.

gem 'spree', '1.1.5'
gem 'spree_gateway', :branch => '1-3-stable', :github =>
'spree/spree_gateway'
gem 'spree_auth_devise', :branch => '1-3-stable', :github =>
'spree/spree_auth_devise'


That doesn't look right, but forging ahead bundler tells me:

Bundler could not find compatible versions for gem "devise":
In Gemfile:
spree_auth_devise (>= 0) ruby depends on
devise (~> 2.2.3) ruby

spree_auth_devise (>= 0) ruby depends on
devise (2.2.2)

So to get to the question: What do I need to do to create a working
version of Spree with spree-product-assembly installed? If the answer is
install spree-1.1.5, how do I do that?

--
You received this message because you are subscribed to the Google Groups "Spree" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Search Discussions

  • Nate Lowrie at Feb 14, 2013 at 8:01 pm
    James,

    I would recommend using 1.3 instead of 1.1 and updating
    spree-product-assembly to work with 1.3. The rationale being at some point
    you want to upgrade and upgrading from 1.1 to 1.3 is probably as much work
    as just upgrading the gem to work with 1.3 right off the bat. There are
    many good improvements in 1.2 and 1.3 that you would be missing out on.

    On that note, I would like to be using the spree-product-assembly gem with
    1.3 at some point in the near future too so if the spree folks want to
    update it you got my vote.

    Regards,

    Nate
    On Wednesday, February 13, 2013 9:48:57 PM UTC-5, James Prior wrote:

    I'm trying to set up a new store that uses spree-product-assembly and I'm
    having trouble.

    To start, if I use the most recent version of spree, the 1-3-stable branch
    that comes from following the Getting Started documentation and then follow
    the install directions on spree-product-assembly I see no new features or
    pages, but I do see warnings from Deface in the logs. Looking at the
    product assembly page in the spree extensions directory at
    http://spreecommerce.com/extensions/236-spree-product-assembly I see that
    it is only listed as being for the 1-1-stable version of spree.

    If I install the 1.1.5 version of the spree gem via ruby gems, create a
    new application, and then try:

    spree install --version='1.1.5' --branch='1-1-stable'

    I end up with the following in my Gemfile.

    gem 'spree', '1.1.5'
    gem 'spree_gateway', :branch => '1-3-stable', :github =>
    'spree/spree_gateway'
    gem 'spree_auth_devise', :branch => '1-3-stable', :github =>
    'spree/spree_auth_devise'


    That doesn't look right, but forging ahead bundler tells me:

    Bundler could not find compatible versions for gem "devise":
    In Gemfile:
    spree_auth_devise (>= 0) ruby depends on
    devise (~> 2.2.3) ruby

    spree_auth_devise (>= 0) ruby depends on
    devise (2.2.2)

    So to get to the question: What do I need to do to create a working
    version of Spree with spree-product-assembly installed? If the answer is
    install spree-1.1.5, how do I do that?
    --
    You received this message because you are subscribed to the Google Groups "Spree" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.
  • James Prior at Feb 18, 2013 at 8:06 pm
    Looks like it was my error - I had not restarted the development server
    after installing the product assembly extension. Some of the changes were
    picked up but not the UI pieces it seems - Spree 1.3 and product assembly
    appear to be working happily together now.
    On Thursday, February 14, 2013 2:01:03 PM UTC-6, Nate Lowrie wrote:

    James,

    I would recommend using 1.3 instead of 1.1 and updating
    spree-product-assembly to work with 1.3. The rationale being at some point
    you want to upgrade and upgrading from 1.1 to 1.3 is probably as much work
    as just upgrading the gem to work with 1.3 right off the bat. There are
    many good improvements in 1.2 and 1.3 that you would be missing out on.

    On that note, I would like to be using the spree-product-assembly gem with
    1.3 at some point in the near future too so if the spree folks want to
    update it you got my vote.

    Regards,

    Nate
    On Wednesday, February 13, 2013 9:48:57 PM UTC-5, James Prior wrote:

    I'm trying to set up a new store that uses spree-product-assembly and I'm
    having trouble.

    To start, if I use the most recent version of spree, the 1-3-stable
    branch that comes from following the Getting Started documentation and then
    follow the install directions on spree-product-assembly I see no new
    features or pages, but I do see warnings from Deface in the logs. Looking
    at the product assembly page in the spree extensions directory at
    http://spreecommerce.com/extensions/236-spree-product-assembly I see
    that it is only listed as being for the 1-1-stable version of spree.

    If I install the 1.1.5 version of the spree gem via ruby gems, create a
    new application, and then try:

    spree install --version='1.1.5' --branch='1-1-stable'

    I end up with the following in my Gemfile.

    gem 'spree', '1.1.5'
    gem 'spree_gateway', :branch => '1-3-stable', :github =>
    'spree/spree_gateway'
    gem 'spree_auth_devise', :branch => '1-3-stable', :github =>
    'spree/spree_auth_devise'


    That doesn't look right, but forging ahead bundler tells me:

    Bundler could not find compatible versions for gem "devise":
    In Gemfile:
    spree_auth_devise (>= 0) ruby depends on
    devise (~> 2.2.3) ruby

    spree_auth_devise (>= 0) ruby depends on
    devise (2.2.2)

    So to get to the question: What do I need to do to create a working
    version of Spree with spree-product-assembly installed? If the answer is
    install spree-1.1.5, how do I do that?
    --
    You received this message because you are subscribed to the Google Groups "Spree" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupspree-user @
categoriesrubyonrails
postedFeb 14, '13 at 1:57p
activeFeb 18, '13 at 8:06p
posts3
users2
websitespreecommerce.com
irc#RubyOnRails

2 users in discussion

James Prior: 2 posts Nate Lowrie: 1 post

People

Translate

site design / logo © 2023 Grokbase