[DRE-commits] [redmine] 05/06: Load awesome_nested_set in initializers
Ondrej Sury
ondrej at moszumanska.debian.org
Tue Apr 29 10:53:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
ondrej pushed a commit to branch master
in repository redmine.
commit 3a8b30745ea9af8c001bfaf94ef31318d9b442dc
Author: Ondřej Surý <ondrej at sury.org>
Date: Tue Apr 29 11:48:45 2014 +0200
Load awesome_nested_set in initializers
---
debian/patches/2020_load_awesome_nested_set.patch | 9 +++++++++
debian/patches/series | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/patches/2020_load_awesome_nested_set.patch b/debian/patches/2020_load_awesome_nested_set.patch
new file mode 100644
index 0000000..62e3e82
--- /dev/null
+++ b/debian/patches/2020_load_awesome_nested_set.patch
@@ -0,0 +1,9 @@
+--- redmine.orig/config/initializers/10-patches.rb
++++ redmine/config/initializers/10-patches.rb
+@@ -1,5 +1,6 @@
+ require 'active_record'
+ require 'active_record/connection_adapters/abstract_mysql_adapter'
++require 'awesome_nested_set'
+
+ module ActiveRecord
+ module ConnectionAdapters
diff --git a/debian/patches/series b/debian/patches/series
index 90657b3..193a8c0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
2019_unplug_bundler.patch
2017_Gemfile_debian.patch
1001_Parsedate.parsedate.patch
+2020_load_awesome_nested_set.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git
More information about the Pkg-ruby-extras-commits
mailing list