Hi Lee and Vladimir,
After removing file and directory as Vladimir recommended, I run
"bundle install" and the output is:
"
narb...@narblist.org [~/rails/test]# bundle install
Fetching source index from
http://gemcutter.org/
Using rake (0.8.7) from bundler gems
Using activesupport (2.3.8) from bundler gems
Using rack (1.1.0) from bundler gems
Using actionpack (2.3.8) from bundler gems
Using actionmailer (2.3.8) from bundler gems
Using activerecord (2.3.8) from bundler gems
Using activeresource (2.3.8) from bundler gems
Using acts_as_indexed (0.6.4) from bundler gems
Using authlogic (2.1.6) from bundler gems
Using babosa (0.1.1) from bundler gems
Using builder (2.1.2) from bundler gems
Using culerity (0.2.12) from bundler gems
Using mime-types (1.16) from bundler gems
Using nokogiri (1.4.3.1) from bundler gems
Using rack-test (0.5.4) from bundler gems
Using ffi (0.6.3) from bundler gems
Using json_pure (1.4.6) from bundler gems
Using rubyzip (0.9.4) from bundler gems
Using selenium-webdriver (0.0.28) from bundler gems
Using capybara (0.3.9) from bundler gems
Using configuration (1.1.0) from bundler gems
Using diff-lcs (1.1.2) from bundler gems
Using trollop (1.16.2) from bundler gems
Using gherkin (2.1.5) from bundler gems
Using term-ansicolor (1.0.5) from bundler gems
Using cucumber (0.8.5) from bundler gems
Using cucumber-rails (0.3.2) from bundler gems
Using database_cleaner (0.5.2) from bundler gems
Using factory_girl (1.3.2) from bundler gems
Using friendly_id (3.1.3) from bundler gems
Using rubyforge (2.0.4) from bundler gems
Using hoe (2.6.1) from bundler gems
Using launchy (0.3.7) from bundler gems
Using mysql (2.8.1) from system gems
Using rails (2.3.8) from bundler gems
Using rmagick (2.12.2) from bundler gems
Using rspec (1.3.0) from bundler gems
Using rspec-rails (1.3.2) from bundler gems
Using ruby-prof (0.9.1) from bundler gems
Using spork (0.8.4) from bundler gems
Using test-unit (1.2.3) from system gems
Using truncate_html (0.3.2) from system gems
Using will_paginate (2.3.14) from system gems
Your bundle is complete! Use `bundle show [gemname]` to see where a
bundled gem is installed."
I use mysql for my application so I commented out the sqlite3 require
on line 5 of Gemfile : "gem 'sqlite3-ruby', :require => 'sqlite3'
#db_adapter=sqlite3" and uncommented line 6 for mysql.
In error logs, I still see that error :
"/home5/narblist/rails/test/config/../config/preinitializer.rb:5:
Could not load the bundler gem. Install it with `gem install bundler`.
(RuntimeError)
from /home5/narblist/rails/test/config/boot.rb:28:in `load'
from /home5/narblist/rails/test/config/boot.rb:28:in `preinitialize'
from /home5/narblist/rails/test/config/boot.rb:10:in `boot!'
from /home5/narblist/rails/test/config/boot.rb:124
from /home5/narblist/rails/test/config/application.rb:2:in `require'
from /home5/narblist/rails/test/config/application.rb:2
from ./../config/environment.rb:2:in `require'
from ./../config/environment.rb:2
from dispatch.fcgi:21:in `require'
from dispatch.fcgi:21 "
Please help!
On 26 Tháng Tám, 20:15, Vladimir Krylov <
s6nu...@gmail.com> wrote:
> Yeah, you need to do this after removing. I forgot to say this :-D
>
> 2010/8/26 Lee Irving(MagpieUK) <
irvin...@gmail.com>
> > <
refinery-cms%2Bunsu...@googlegroups.com<
refinery-cms%252Buns...@googlegroups.com>