Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
94f7bef2
Commit
94f7bef2
authored
13 years ago
by
Eric Davis
Browse files
Options
Downloads
Plain Diff
Merge branch 'ticket/master/298-separate-plugin-path'
parents
ba0ded88
13250b72
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/environment.rb
+3
-0
3 additions, 0 deletions
config/environment.rb
vendor/chiliproject_plugins/README
+1
-0
1 addition, 0 deletions
vendor/chiliproject_plugins/README
with
4 additions
and
0 deletions
config/environment.rb
+
3
−
0
View file @
94f7bef2
...
...
@@ -69,6 +69,9 @@ Rails::Initializer.run do |config|
# It will automatically turn deliveries on
config
.
action_mailer
.
perform_deliveries
=
false
# Insert vendor/chiliproject_plugins at the top of the plugin load paths
config
.
plugin_paths
.
insert
(
0
,
File
.
join
(
Rails
.
root
,
"vendor"
,
"chiliproject_plugins"
))
# Use redmine's custom plugin locater
require
File
.
join
(
RAILS_ROOT
,
"lib/redmine_plugin_locator"
)
config
.
plugin_locators
<<
RedminePluginLocator
...
...
This diff is collapsed.
Click to expand it.
vendor/chiliproject_plugins/README
0 → 100644
+
1
−
0
View file @
94f7bef2
Install ChiliProject plugins here and they will be automatically loaded.
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment