We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 834f4a1 + 3be6bb4 commit cf5f750Copy full SHA for cf5f750
app/controllers/gitolite_hooks_controller.rb
@@ -71,7 +71,7 @@ def post_receive_redmine
71
72
73
## Post to each post-receive URL
74
- @repository.repository_post_receive_urls.active.order('created_at ASC').each do |post_receive_url|
+ @repository.repository_post_receive_urls.active.each do |post_receive_url|
75
logger.info { "Notifying #{post_receive_url.url} ... " }
76
y << " - Notifying #{post_receive_url.url} ... "
77
0 commit comments