This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
redmine_commands [2015/01/29 10:09] – admin | redmine_commands [2015/11/23 12:29] (current) – [Redmine related commands] admin | ||
---|---|---|---|
Line 14: | Line 14: | ||
rake db: | rake db: | ||
- | Set DEV ENviroment | + | Generate Migration: |
+ | |||
+ | rails generate migration IssueAddEditor | ||
+ | |||
+ | Set DEV Enviroment | ||
Add following to config/ | Add following to config/ | ||
Line 21: | Line 25: | ||
ENV[' | ENV[' | ||
+ | Update Commit history: | ||
+ | < | ||
+ | ./ | ||
+ | </ | ||
===== Cron Reposman ===== | ===== Cron Reposman ===== | ||
Line 49: | Line 57: | ||
@workDaysOnly = working_days(from, | @workDaysOnly = working_days(from, | ||
</ | </ | ||
+ | |||
+ | Get assignable users: | ||
+ | |||
+ | @issue.assignable_users |