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 13: | Line 13: | ||
| rake db: | rake db: | ||
| + | |||
| + | Generate Migration: | ||
| + | |||
| + | rails generate migration IssueAddEditor | ||
| Set DEV Enviroment | Set DEV Enviroment | ||
| 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 | ||