Questions tagged [rake]

3 questions
1
vote
1 answer

Redmine upgrade doesn't find mocha dependency

I've tried to upgrade my redmine 1.3.0 to 2.0.0 following these instructions. I am at step 3/6. In this step, I am trying to run the rake generate_session_store command, but I receive the following error: Could not find gem 'mocha (= 0.12.3) ruby'…
1
vote
1 answer

Rake - "bundle exec" - how can I avoid `bundle exec` with my `rake spec`

When I try to bundle exec I'm getting You have already activated rake 0.9.3.beta.1, but your Gemfile requires rake 0.9.2.2. Using bundle exec may solve this. ... I have rake, version 0.9.3.beta.1 I would like to have version 0.9.2.2 How do I switch…
Michael Durrant
  • 41,213
  • 69
  • 165
  • 232
1
vote
1 answer

Issue Using Crontab to Create/Restart Screen and Run Command

I want to have a certain script (rails rake task) running on my server at all times - it basically populates my DB using a live feed. I can create a screen (http://linux.die.net/man/1/screen) and run the task easily, but I'd like to automate it in…