Project

General

Profile

Actions

Defect #15377

closed

bundle install --without development test fails

Added by Tod Beardsley over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Rails support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Cant reproduce
Affected version:

Description

When installing per the instructions at

http://www.redmine.org/projects/redmine/wiki/RedmineInstall

bundler completes without incident. However, I am unable to `rake generate_secret_token` (the next step)

I get the message:

redmine@shawshank ~/redmine-2.4.0 $ rake generate_secret_token
Could not find gem 'database_cleaner (>= 0) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.

This is because database_cleaner is part of the test section.

Solution: move database_cleaner out of test and into main

Workaround: bundle install --without development # maybe, trying this now.


Related issues

Has duplicate Redmine - Defect #15797: Could not find gem 'database_cleaner (>= 0) x86-mingw32' in the gems available on this machine.Closed

Actions
Actions

Also available in: Atom PDF