Got some strange behaviour on the admin pages after a clean install of
version 1.3.2 (last stable))

On the admin pages:

- I can't add line items to orders, because the field to do it does'nt open
(in the order-edit page)
- I can't see (much less edit) the taxonomy trees (in the
configuration-taxonomies page)

It is a new clean installation on a clean independent gemset (on Ubuntu
10.04; I tried it with same results on MacOS).

The first problem (line items SKUs) also happens in my source-code
installation (cloned from github, commit 2f2ef44e9716...). I saw some posts
suggesting the update of jquery-rails to '~> 2.2.0', so I tried that, but
it did'nt fix the problem.

Here follows my Gemfile:

========= GEMFILE =========================
source 'https://rubygems.org'

gem 'rails', '3.2.12'

gem 'mysql2'

group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end

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

Here follow my installation steps:

======== INSTALLATION STEPS ===========================
[email protected]:~$ rvm use 1.9.3
an[email protected]:~$ rvm gemset create spree_1_3_2_mysql
[email protected]:~$ rvm use [email protected]_1_3_2_mysql # New
clean gemset


[email protected]:~$ gem install rails -v 3.2.12
[email protected]:~$ gem install spree --version=1.3.2 #
Installed gems

[email protected]:~$ cd railsdev/spree/ # My
Development Folder

[email protected]:~/railsdev/spree$ rails _3.2.12_ new
spree_1_3_2_mysql -d mysql --skip-test-unit # New Rails app

an[email protected]:~/railsdev/spree$ cd spree_1_3_2_mysql
[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ echo 'rvm
--create use [email protected]_1_3_2_mysql > /dev/null' > .rvmrc
anton[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ cd ..
[email protected]:~/railsdev/spree$ cd spree_1_3_2_mysql #
Created, activated and checked .rvmrc file in the application root folder

anto[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ rake
db:create # Should create the MySQL dbase now, to avoid spree install
failing

anton[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ spree
install # Installed spree

[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ git init
[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ git add .
[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ git commit -m
"Initial Commit" # git repository and initial commit

[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ bundle exec
rake assets:precompile:nondigest

=================================================================

Could anybody help with explanations or suggestions ?

Anticipated thanks,

Antonio

--
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

  • Ryan Bigg at Mar 26, 2013 at 9:50 pm
    Hi Antonio,

    If you haven't already, please open an issue for these problems on
    https://github.com/spree/spree/issues.

    Thanks!

    On Sun, Mar 17, 2013 at 2:26 AM, antoniov wrote:

    Got some strange behaviour on the admin pages after a clean install of
    version 1.3.2 (last stable))

    On the admin pages:

    - I can't add line items to orders, because the field to do it does'nt
    open (in the order-edit page)
    - I can't see (much less edit) the taxonomy trees (in the
    configuration-taxonomies page)

    It is a new clean installation on a clean independent gemset (on Ubuntu
    10.04; I tried it with same results on MacOS).

    The first problem (line items SKUs) also happens in my source-code
    installation (cloned from github, commit 2f2ef44e9716...). I saw some posts
    suggesting the update of jquery-rails to '~> 2.2.0', so I tried that, but
    it did'nt fix the problem.

    Here follows my Gemfile:

    ========= GEMFILE =========================
    source 'https://rubygems.org'

    gem 'rails', '3.2.12'

    gem 'mysql2'

    group :assets do
    gem 'sass-rails', '~> 3.2.3'
    gem 'coffee-rails', '~> 3.2.1'
    gem 'uglifier', '>= 1.0.3'
    end

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

    Here follow my installation steps:

    ======== INSTALLATION STEPS ===========================
    [email protected]:~$ rvm use 1.9.3
    an[email protected]:~$ rvm gemset create spree_1_3_2_mysql
    [email protected]:~$ rvm use [email protected]_1_3_2_mysql #
    New clean gemset


    [email protected]:~$ gem install rails -v 3.2.12
    [email protected]:~$ gem install spree --version=1.3.2 #
    Installed gems

    [email protected]:~$ cd railsdev/spree/ # My
    Development Folder

    [email protected]:~/railsdev/spree$ rails _3.2.12_ new
    spree_1_3_2_mysql -d mysql --skip-test-unit # New Rails app

    an[email protected]:~/railsdev/spree$ cd spree_1_3_2_mysql
    [email protected]:~/railsdev/spree/spree_1_3_2_mysql$ echo 'rvm
    --create use [email protected]_1_3_2_mysql > /dev/null' > .rvmrc
    anton[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ cd ..
    [email protected]:~/railsdev/spree$ cd spree_1_3_2_mysql #
    Created, activated and checked .rvmrc file in the application root folder

    anto[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ rake
    db:create # Should create the MySQL dbase now, to avoid spree install
    failing

    anton[email protected]:~/railsdev/spree/spree_1_3_2_mysql$ spree
    install # Installed spree

    [email protected]:~/railsdev/spree/spree_1_3_2_mysql$ git init
    [email protected]:~/railsdev/spree/spree_1_3_2_mysql$ git add .
    [email protected]:~/railsdev/spree/spree_1_3_2_mysql$ git commit -m
    "Initial Commit" # git repository and initial commit

    [email protected]:~/railsdev/spree/spree_1_3_2_mysql$ bundle exec
    rake assets:precompile:nondigest

    =================================================================

    Could anybody help with explanations or suggestions ?

    Anticipated thanks,

    Antonio

    --
    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.



    --

    Ryan Bigg
    Community Manager
    Spree Commerce, Inc.

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

    --
    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
postedMar 16, '13 at 3:26p
activeMar 26, '13 at 9:50p
posts2
users2
websitespreecommerce.com
irc#RubyOnRails

2 users in discussion

Antoniov: 1 post Ryan Bigg: 1 post

People

Translate

site design / logo © 2023 Grokbase