This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
redmine_commands [2015/01/28 15:28] – [Redmine related commands] admin | redmine_commands [2015/11/23 12:29] (current) – [Redmine related commands] admin | ||
---|---|---|---|
Line 10: | Line 10: | ||
rake redmine: | rake redmine: | ||
+ | Run Migration for single plugin starting with Version 0 | ||
+ | |||
+ | rake db: | ||
+ | |||
+ | Generate Migration: | ||
+ | |||
+ | rails generate migration IssueAddEditor | ||
+ | |||
+ | Set DEV Enviroment | ||
Add following to config/ | Add following to config/ | ||
Line 15: | Line 24: | ||
# GET RID OF RESTART FOR EACH AND EVERY BLOODY CODE CHANGE! | # GET RID OF RESTART FOR EACH AND EVERY BLOODY CODE CHANGE! | ||
ENV[' | ENV[' | ||
+ | |||
+ | Update Commit history: | ||
+ | < | ||
+ | ./ | ||
+ | </ | ||
===== Cron Reposman ===== | ===== Cron Reposman ===== | ||
Line 43: | Line 57: | ||
@workDaysOnly = working_days(from, | @workDaysOnly = working_days(from, | ||
</ | </ | ||
+ | |||
+ | Get assignable users: | ||
+ | |||
+ | @issue.assignable_users |