search for: spreecommerc

Displaying 7 results from an estimated 7 matches for "spreecommerc".

Did you mean: spreecommerce
2011 Apr 21
1
GEMFile gem 'mysql2' and mysql version is 4.1.2
...ql version as it may affect many other users in the same server." how can I replace the expression gem ''mysql2'' created by default when I run ''rails new mystore -d=mysql'' to run with mysql 4.1.2? I am trying to install Spree following this link http://spreecommerce.com/documentation/getting_started.html Please advise! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6...
2012 Jun 21
2
Rails production load order giving uninitialized constant (NameError)
...;'ve tried: require ''spree/calculator_decorator'' in the checkout_controller_decorator.rb. and adding: Dir.glob(File.join(File.dirname(__FILE__), "../app/**/*_decorator*.rb")) do |c| Rails.configuration.cache_classes ? require(c) : load(c) end per http://guides.spreecommerce.com/logic_customization.html I''m thinking this isn''t a Spree issue, but an engines issue that I''m getting stuck on. It''s probably not even an issue, but just me not knowing how everything is tied together in Rails and engines. Any help will be greatly appre...
2009 Dec 03
2
AuthLogic Question - one time password (persistence_token) - what config is required to use this???
Hi, I''m stuck trying to work this one out - have been reviewing the AuthLogic code base but having a hard time making sense of it ( http://github.com/binarylogic/authlogic ). Question 1 - Can anyone confirm what config exactly is required to make the one time password (persistence_token) work in AuthLogic? See below for the bulk... Question 2 - If not the full answer to the above,
2009 May 04
2
Spree 0.8.0 Released (Rails eCommerce Project)
Spree is an open source ecommerce solution for Ruby on Rails. http://spreecommerce.com/articles/2009/05/04/spree-0-8-0-released/ I''ll also be leading a BOF at RailsConf where we will be chatting about Rails commerce so hopefully I''ll see you there! Sean Schofield Twitter: @railsdog
2009 Aug 25
0
Spree custom css not working
I followed "2.2 Add the stylesheet to the default layout" at http://spreecommerce.com/documentation/customization_tutorial.html#createthecustomstylesheet Doesn''t work. The file gets copied over but not the <link ... /> -- Posted via http://www.ruby-forum.com/.
2009 Nov 14
4
how to login in spree
any one cn tell me how i cn login in spree when i click on login button it redirects t0 https://localhost/login -- Posted via http://www.ruby-forum.com/.
2011 Sep 18
12
3.1 asset pipeline + Capistrano troubles
Hello, I''m having a bit of trouble with the asset pipeline and, I think, Capistrano. In my app layout I have: <%= stylesheet_link_tag "application", "bootstrap" %> And the relevant bits of the app dir structure are: app/assets/stylesheets/application.css.scss # Contains ''require_self'' and ''require_tree .'' as usual