Hallo all ruby on rails experts,
i am very sure everybody here know more than me regarding ruby and
ruby on rails. I challenge myself to learn from scratch again on
programming and focus on ruby on rails.
I never use ruby at all. do you guys think I might have difficulties
using RoR?
here is my problem with spree.
I am using windows vista with xampp C:\xampp\ and I installed ruby C:
\ruby192\
I manage to get it work on port :3000
I tried to install spree on but I am stock and can not go to anywhere.
I use
http://spreecommerce.com/documentation/getting_started.html as
my referrer but i can not go anywhere from here
here is my gem info
===============================
source '
http://rubygems.org'
gem 'rails', '3.0.9'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://
github.com/rails/rails.git'
# Followed by spree itself first, all spree-specific extensions second
gem 'spree'
gem 'spree_static_content'
gem 'spree_editor', :git => "git://
github.com/romul/spree_editor.git"
gem 'spree_product_assembly', :git => 'git://
github.com/spree/spree-
product-assembly.git'
====================================================
when I type "bundle install", I got following page
================================================
C:\xampp\htdocs\spree>bundle install
Fetching git://
github.com/romul/spree_editor.git
C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/
source.rb:572:in
``': No such file or directory - git clone "git://
github.com/romul/
spree_editor.
git" "C:/Ruby192/lib/ruby/gems/1.9.1/cache/bundler/git/spree_editor-
e0ec6619946c
03c51428ccc763993eefc03ff3df" --bare --no-hardlinks (Errno::ENOENT)
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/source.rb:572:in `git'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/source.rb:646:in `cache'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/source.rb:544:in `specs'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/definition.rb:356:in `block in converge_locked_specs'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/
definition.rb:345:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/definition.rb:345:in`converge_locked_specs'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/definition.rb:143:in `resolve'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/definition.rb:90:in `specs'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/definition.rb:85:in `resolve_remotely!'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/installer.rb:43:in `run'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/installer.rb:8:in `install'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/cli.rb:222:in `install'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/vendor/thor/task.rb:22:in `run'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/vendor/thor.rb:246:in `dispatch'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/
bundler/vendor/thor/base.rb:389:in `start'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/bin/
bundle:13:in `<top (required)>'
from C:/Ruby192/bin/bundle:19:in `load'
from C:/Ruby192/bin/bundle:19:in `<main>'
========================================================
Here is my gem list
=========================
C:\xampp\htdocs\spree>gem list
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.9)
actionpack (3.0.9)
activemerchant (1.15.0)
activemodel (3.0.9)
activerecord (3.0.9)
activeresource (3.0.9)
activesupport (3.0.9)
acts_as_list (0.1.2)
addressable (2.2.6)
arel (2.1.3, 2.0.10)
bcrypt-ruby (2.1.4 x86-mingw32)
braintree (2.10.1)
builder (3.0.0, 2.1.2)
bundler (1.0.15)
cancan (1.6.4)
devise (1.3.3)
erubis (2.7.0, 2.6.6)
faker (0.9.5)
formtastic (1.2.4)
heroku (2.4.0)
highline (1.5.1)
i18n (0.6.0, 0.5.0)
jquery-rails (0.2.6)
launchy (2.0.4)
mail (2.3.0, 2.2.19)
meta_search (1.0.5)
mime-types (1.16)
minitest (2.3.1, 1.6.0)
nested_set (1.6.6)
orm_adapter (0.0.5)
paperclip (2.3.11)
polyglot (0.3.1)
rack (1.3.0, 1.2.3)
rack-mount (0.8.1, 0.6.14)
rack-test (0.6.0, 0.5.7)
rails (3.0.9)
railties (3.0.9)
rake (0.9.2, 0.8.7)
rd_find_by_param (0.1.1)
rd_resource_controller (1.0.1)
rd_unobtrusive_date_picker (0.1.0)
rdoc (3.8, 2.5.8)
rest-client (1.6.3)
spree (0.60.1)
spree_api (0.60.1)
spree_auth (0.60.1)
spree_core (0.60.1)
spree_dash (0.60.1)
spree_editor (0.50.1)
spree_product_assembly (0.60.0)
spree_promo (0.60.1)
spree_sample (0.60.1)
spree_static_content (0.60.1)
sqlite3 (1.3.4 x86-mingw32)
state_machine (0.9.4)
stringex (1.0.3)
term-ansicolor (1.0.6)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.29)
warden (1.0.4)
will_paginate (3.0.pre2)
=================================
I honestly do not know what is going on. can anyone help me please?
thank you