Project

General

Profile

List of rake tasks?

Added by Jan Niggemann (redmine.org team member) almost 12 years ago

Hi,

I just came across the rake redmine:send_reminders command and its description.
Is there a list and description of all rake tasks that redmine provides?


Replies (7)

RE: List of rake tasks? - Added by Jan Niggemann (redmine.org team member) almost 12 years ago

>rake -T RAILS_ENV="production" 
rake aborted!
Access denied for user 'redmine'@'localhost' to database 'redmine_development'

(See full trace by running task with --trace)

Isn't there a wiki page listing those tasks and going a bit into detail as to what they are used for?

RE: List of rake tasks? - Added by Etienne Massip almost 12 years ago

Are you running it on a Windows system?

Then you should use separate commands, i.e.:

set RAILS_ENV=production
rake -T

RE: List of rake tasks? - Added by Jan Niggemann (redmine.org team member) almost 12 years ago

Holy cow, no! It's a Debian squeeze...
rake -T RAILS_ENV="production" didn't work...
Interestingly, it worked when I first export RAILS_ENV="production", and then rake -T...

RE: List of rake tasks? - Added by Jan Niggemann (redmine.org team member) almost 12 years ago

Neither rake -D db:test:clone nor rake -D db:charset describe anything, that's why I asked if there was a better place to look for the rake tasks and their descriptions...

RE: List of rake tasks? - Added by Jan Niggemann (redmine.org team member) almost 11 years ago

Thank you for pointing that out, it's quite new though, 1st revision is 2013-04-12 09:47...
The information contained on that page should reflect the descriptions of the tasks and vice versa.

    (1-7/7)