User Tools

Site Tools


redmine_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
redmine_commands [2015/01/29 11:12] adminredmine_commands [2015/11/23 13:29] (current) – [Redmine related commands] admin
Line 12: Line 12:
 Run Migration for single plugin starting with Version 0 Run Migration for single plugin starting with Version 0
  
-  rake redmine:plugin:migrate NAME=whitewall VERSION=0+  rake db:migrate:plugin NAME=whitewall VERSION=0 
 + 
 +Generate Migration: 
 + 
 +  rails generate migration IssueAddEditor
  
 Set DEV Enviroment Set DEV Enviroment
Line 21: Line 25:
   ENV['RAILS_ENV'] ||= 'development'   ENV['RAILS_ENV'] ||= 'development'
  
 +Update Commit history:
 +<code>
 +./script/rails runner "Repository.fetch_changesets" -e production
 +</code>
 ===== Cron Reposman ===== ===== Cron Reposman =====
  
Line 49: Line 57:
 @workDaysOnly = working_days(from, to) @workDaysOnly = working_days(from, to)
 </code> </code>
 +
 +Get assignable users:
 +
 +@issue.assignable_users
redmine_commands.1422526334.txt.gz · Last modified: 2015/01/29 11:12 by admin