Project

General

Profile

Ubuntu 14.04 - Redmine install breaks on any attempt to run bundle install

Added by Luna Deos almost 10 years ago

I am using Ubuntu 14.04 Server. This server has nothing of note on it at all; it is solely for Redmine testing at this time.

ruby 1.9.3p484 (2013-11-22 revision 43786) [i686-linux]
Rails 3.2.16
MySQL Distrib 5.5.37, for debian-linux-gnu (i686) using readline 6.3
Using Webrick (probably), passenger is used if it's not Webrick

I have a successful installation of Redmine running and wanted to add in some functionality via plugins. However, trying to install any of them seems to fail and then break the installation in one felt swoop. It does not appear to matter what I try to install, after trying four different plugins.

Here's the process:

  • Download package
  • Stage to /usr/share/redmine/lib/plugins
  • cd to directory
  • run `bundle install`

At this point, the install is killed: Unknown validator: 'DateValidator' (Full text at the end of the post)

This doesn't show right away, but will show as soon as apache is restarted.

I don't know why it's doing this or how to fix it. Thankfully, I did have the foresight, since I am running a VM, to snapshot it once the vanilla site was functioning.

I would however like to install plugins at some point here and wouldn't mind knowing for personal knowledge how it all went wrong. Any feedback would be appreciated.

Last note: the command `bundle install` kills the Redmine installation both if run as a standard user and as root.

Full dump:

Unknown validator: 'DateValidator' (ArgumentError)
/usr/lib/ruby/vendor_ruby/active_model/validations/validates.rb:96:in `rescue in block in validates'
/usr/lib/ruby/vendor_ruby/active_model/validations/validates.rb:93:in `block in validates'
/usr/lib/ruby/vendor_ruby/active_model/validations/validates.rb:90:in `each'
/usr/lib/ruby/vendor_ruby/active_model/validations/validates.rb:90:in `validates'
/usr/share/redmine/app/models/version.rb:33:in `<class:Version>'
/usr/share/redmine/app/models/version.rb:18:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `block in require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:359:in `require_or_load'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:502:in `load_missing_constant'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:192:in `block in const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `each'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:514:in `load_missing_constant'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:192:in `block in const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `each'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `const_missing'
/usr/share/redmine/app/models/attachment.rb:38:in `<class:Attachment>'
/usr/share/redmine/app/models/attachment.rb:21:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `block in require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:359:in `require_or_load'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:502:in `load_missing_constant'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:192:in `block in const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `each'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:514:in `load_missing_constant'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:192:in `block in const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `each'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:514:in `load_missing_constant'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:192:in `block in const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `each'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:514:in `load_missing_constant'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:192:in `block in const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `each'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:514:in `load_missing_constant'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:192:in `block in const_missing'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `each'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:190:in `const_missing'
/usr/share/redmine/lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb:33:in `acts_as_attachable'
/usr/share/redmine/app/models/issue.rb:48:in `<class:Issue>'
/usr/share/redmine/app/models/issue.rb:18:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `block in require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:359:in `require_or_load'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:313:in `depend_on'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:225:in `require_dependency'
/usr/share/redmine/lib/plugins/redmine_agile/lib/redmine_agile/patches/issue_patch.rb:20:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `block in require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/share/redmine/lib/plugins/redmine_agile/lib/redmine_agile.rb:26:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `block in require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/share/redmine/lib/plugins/redmine_agile/init.rb:55:in `block in <top (required)>'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `eval'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `block in <top (required)>'
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `each'
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in `load'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in `block in load'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in `load'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:593:in `block (2 levels) in <class:Engine>'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:592:in `each'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:592:in `block in <class:Engine>'
/usr/lib/ruby/vendor_ruby/rails/initializable.rb:30:in `instance_exec'
/usr/lib/ruby/vendor_ruby/rails/initializable.rb:30:in `run'
/usr/lib/ruby/vendor_ruby/rails/initializable.rb:55:in `block in run_initializers'
/usr/lib/ruby/vendor_ruby/rails/initializable.rb:54:in `each'
/usr/lib/ruby/vendor_ruby/rails/initializable.rb:54:in `run_initializers'
/usr/lib/ruby/vendor_ruby/rails/application.rb:136:in `initialize!'
/usr/lib/ruby/vendor_ruby/rails/railtie/configurable.rb:30:in `method_missing'
/usr/share/redmine/config/environment.rb:14:in `<top (required)>'
config.ru:3:in `require'
config.ru:3:in `block in <main>'
/usr/lib/ruby/vendor_ruby/rack/builder.rb:51:in `instance_eval'
/usr/lib/ruby/vendor_ruby/rack/builder.rb:51:in `initialize'
config.ru:1:in `new'
config.ru:1:in `<main>'
/usr/share/passenger/helper-scripts/rack-preloader.rb:112:in `eval'
/usr/share/passenger/helper-scripts/rack-preloader.rb:112:in `preload_app'
/usr/share/passenger/helper-scripts/rack-preloader.rb:158:in `<module:App>'
/usr/share/passenger/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
/usr/share/passenger/helper-scripts/rack-preloader.rb:28:in `<main>'

Application root
/usr/share/redmine
Environment (value of RAILS_ENV, RACK_ENV, WSGI_ENV and PASSENGER_ENV)
production
Ruby interpreter command

/usr/bin/ruby

User and groups

uid=33(www-data) gid=33(www-data) groups=33(www-data)

Environment variables

APACHE_RUN_DIR = /var/run/apache2
APACHE_PID_FILE = /var/run/apache2/apache2.pid
PATH = /var/lib/gems/1.9.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
APACHE_LOCK_DIR = /var/lock/apache2
LANG = C
APACHE_RUN_USER = www-data
APACHE_RUN_GROUP = www-data
APACHE_LOG_DIR = /var/log/apache2
PWD = /usr/share/redmine
PASSENGER_DEBUG_DIR = /tmp/passenger.spawn-debug.XXXXybSTw5
USER = www-data
LOGNAME = www-data
SHELL = /usr/sbin/nologin
HOME = /var/www
IN_PASSENGER = 1
PYTHONUNBUFFERED = 1
NODE_PATH = /usr/share/passenger/node
RAILS_ENV = production
RACK_ENV = production
WSGI_ENV = production
NODE_ENV = production
PASSENGER_APP_ENV = production
SERVER_PROTOCOL = HTTP/1.1
SERVER_ADDR = 192.168.20.53
REMOTE_ADDR = 192.168.10.90
REQUEST_URI = /
SERVER_PORT = 80
SERVER_NAME = 192.168.20.53
SERVER_SOFTWARE = Apache/2.4.7 (Ubuntu)
SERVER_ADMIN =
REMOTE_PORT = 59731
DOCUMENT_ROOT = /var/www
QUERY_STRING =
REQUEST_METHOD = GET
GEM_PATH = /var/lib/gems/1.9.1:/var/www/.gem/ruby/1.9.1
GEM_HOME = /var/lib/gems/1.9.1
BUNDLE_BIN_PATH = /var/lib/gems/1.9.1/gems/bundler-1.6.2/bin/bundle
BUNDLE_GEMFILE = /usr/share/redmine/Gemfile
RUBYOPT = -rbundler/setup
RUBYLIB = /var/lib/gems/1.9.1/gems/bundler-1.6.2/lib
X_DEBIAN_SITEID = default
RAILS_ETC = /etc/redmine/default
RAILS_LOG = /var/log/redmine/default
RAILS_VAR = /var/lib/redmine/default
RAILS_TMP = /var/cache/redmine/default

Ulimits

Unknown

System memory usage

total       used       free     shared    buffers     cached
Mem: 1001 825 176 5 61 282
-/+ buffers/cache: 482 519
Swap: 1021 0 1021

General Ruby interpreter information

RUBY_VERSION = 1.9.3
RUBY_PLATFORM = i686-linux
RUBY_ENGINE = ruby
RubyGems version = 1.8.23

Ruby configuration (RbConfig::CONFIG)

DESTDIR = 
MAJOR = 1
MINOR = 9
TEENY = 1
PATCHLEVEL = 484
INSTALL = /usr/bin/install -c
EXEEXT =
prefix = /usr
ruby_install_name = ruby1.9.1
RUBY_INSTALL_NAME = ruby1.9.1
RUBY_SO_NAME = ruby-1.9.1
exec = exec
ruby_pc = ruby-1.9.pc
PACKAGE = ruby
BUILTIN_TRANSSRCS = newline.c
USE_RUBYGEMS = YES
MANTYPE = doc
NROFF = /usr/bin/nroff
vendorhdrdir = /usr/include/ruby-1.9.1/vendor_ruby
sitehdrdir = /usr/include/ruby-1.9.1/site_ruby
rubyhdrdir = /usr/include/ruby-1.9.1
UNIVERSAL_INTS =
UNIVERSAL_ARCHNAMES =
configure_args = '--build=i686-linux-gnu' '--prefix=/usr' '--includedir=/usr/include' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=/usr/lib/ruby1.9.1' '--srcdir=.' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' '--enable-frame-address' '--enable-pthread' '--enable-shared' '--disable-rpath' '--disable-install-doc' '--with-vendordir=/usr/lib/ruby/vendor_ruby' '--with-sitedir=/usr/local/lib/site_ruby' '--program-suffix=1.9.1' '--with-soname=ruby-1.9.1' '--enable-ipv6' '--with-dbm-type=gdbm_compat' '--with-tklib=tk8.5' '--with-tcllib=tcl8.5' '--with-tcl-include=/usr/include/tcl8.5' '--with-tk-include=/usr/include/tcl8.5' '--with-tcl-lib=/usr/lib/i386-linux-gnu' '--with-tk-lib=/usr/lib/i386-linux-gnu' '--with-bundled-sha1' '--with-bundled-md5' '--with-bundled-rmd160' 'build_alias=i686-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -L/build/buildd/ruby1.9.1-1.9.3.484/debian/lib' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing'
vendordir = /usr/lib/ruby/vendor_ruby
sitedir = /usr/local/lib/site_ruby
ruby_version = 1.9.1
sitearch = i686-linux
arch = i686-linux
RI_BASE_NAME = ri
ridir = /usr/share/ri
rubylibprefix = /usr/lib/ruby
MAKEFILES = Makefile
PLATFORM_DIR =
THREAD_MODEL = pthread
SYMBOL_PREFIX =
EXPORT_PREFIX =
COMMON_HEADERS =
COMMON_MACROS =
COMMON_LIBS =
MAINLIBS =
ENABLE_SHARED = yes
DLDLIBS = -lc
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
LIBRUBYARG_SHARED = -lruby-1.9.1
LIBRUBYARG_STATIC = -lruby-1.9.1-static
LIBRUBYARG = -lruby-1.9.1
LIBRUBY = libruby-1.9.1.so.1.9.1
LIBRUBY_ALIASES = libruby-1.9.1.so.1.9 libruby-1.9.1.so
LIBRUBY_SO = libruby-1.9.1.so.1.9.1
LIBRUBY_A = libruby-1.9.1-static.a
RUBYW_INSTALL_NAME =
rubyw_install_name =
LIBRUBY_DLDFLAGS = -Wl,-soname,libruby-1.9.1.so.1.9
LIBRUBY_LDSHARED = gcc -shared
EXTDLDFLAGS =
warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
debugflags = -ggdb
optflags = -O3
cxxflags = -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
cflags = -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
cppflags = -D_FORTIFY_SOURCE=2
NULLCMD = :
INSTALLDOC = nodoc
CAPITARGET = nodoc
RDOCTARGET = nodoc
EXECUTABLE_EXTS =
ARCHFILE =
LIBRUBY_RELATIVE = no
EXTOUT = .ext
PREP = miniruby
TEST_RUNNABLE = yes
setup = Setup
EXTSTATIC =
STRIP = strip -S -x
TRY_LINK =
LIBPATHENV = LD_LIBRARY_PATH
RPATHFLAG =
LIBPATHFLAG = -L%s
LINK_SO =
LIBEXT = a
DLEXT2 =
DLEXT = so
LDSHAREDXX = g++ -shared
LDSHARED = gcc -shared
CCDLFLAGS = -fPIC
STATIC =
ARCH_FLAG =
DLDFLAGS =
ALLOCA =
POSTLINK = :
WERRORFLAG = -Werror
CHDIR = cd -P
RMALL = rm -fr
RMDIRS = rmdir --ignore-fail-on-non-empty -p
RMDIR = rmdir --ignore-fail-on-non-empty
CP = cp
RM = rm -f
PKG_CONFIG = pkg-config
DOXYGEN =
DOT =
MAKEDIRS = /bin/mkdir -p
MKDIR_P = /bin/mkdir -p
INSTALL_DATA = /usr/bin/install -c -m 644
INSTALL_SCRIPT = /usr/bin/install -c
INSTALL_PROGRAM = /usr/bin/install -c
SET_MAKE =
LN_S = ln -s
NM = nm
DLLWRAP =
WINDRES =
OBJCOPY = :
OBJDUMP = objdump
ASFLAGS =
AS = as
AR = ar
RANLIB = ranlib
try_header =
COUTFLAG = -o
OUTFLAG = -o
CPPOUTFILE = -o conftest.i
GNU_LD = yes
GCC = yes
EGREP = /bin/grep -E
GREP = /bin/grep
CPP = gcc -E
CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing
CXX = g++
OBJEXT = o
CPPFLAGS = -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
LDFLAGS = -L. -Wl,-Bsymbolic-functions -Wl,-z,relro -L/build/buildd/ruby1.9.1-1.9.3.484/debian/lib -rdynamic -Wl,-export-dynamic
CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC
CC = gcc
target_os = linux
target_vendor = pc
target_cpu = i686
target = i686-pc-linux-gnu
host_os = linux-gnu
host_vendor = pc
host_cpu = i686
host = i686-pc-linux-gnu
RUBYW_BASE_NAME = rubyw
RUBY_BASE_NAME = ruby
build_os = linux-gnu
build_vendor = pc
build_cpu = i686
build = i686-pc-linux-gnu
RUBY_RELEASE_DATE = 2013-11-22
RUBY_PROGRAM_VERSION = 1.9.3
BASERUBY = ruby
target_alias =
host_alias =
build_alias = i686-linux-gnu
LIBS = -lpthread -lrt -ldl -lcrypt -lm
ECHO_T =
ECHO_N = -n
ECHO_C =
DEFS = -D_FILE_OFFSET_BITS=64
mandir = /usr/share/man
localedir = /usr/share/locale
libdir = /usr/lib
psdir = /usr/share/doc/ruby
pdfdir = /usr/share/doc/ruby
dvidir = /usr/share/doc/ruby
htmldir = /usr/share/doc/ruby
infodir = /usr/share/info
docdir = /usr/share/doc/ruby
oldincludedir = /usr/include
includedir = /usr/include
localstatedir = /var
sharedstatedir = /usr/com
sysconfdir = /etc
datadir = /usr/share
datarootdir = /usr/share
libexecdir = /usr/lib/ruby1.9.1
sbindir = /usr/sbin
bindir = /usr/bin
program_transform_name = s&$&1.9.1&;s&^&&
exec_prefix = /usr
PACKAGE_URL =
PACKAGE_BUGREPORT =
PACKAGE_STRING =
PACKAGE_VERSION =
PACKAGE_TARNAME =
PACKAGE_NAME =
PATH_SEPARATOR = :
SHELL = /bin/bash
rubylibdir = /usr/lib/ruby/1.9.1
archdir = /usr/lib/ruby/1.9.1/i686-linux
sitelibdir = /usr/local/lib/site_ruby/1.9.1
sitearchdir = /usr/local/lib/site_ruby/1.9.1/i686-linux
vendorlibdir = /usr/lib/ruby/vendor_ruby/1.9.1
vendorarchdir = /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
topdir = /usr/lib/ruby/1.9.1/i686-linux

Activated Ruby gems

bundler => 1.6.2

Ruby load path ($LOAD_PATH)

/usr/share/redmine/lib/plugins/redmine_agile/lib
/usr/share/redmine/lib/plugins/open_id_authentication/lib
/usr/share/redmine/lib/plugins/gravatar/lib
/usr/share/redmine/lib/plugins/awesome_nested_set/lib
/usr/share/redmine/lib/plugins/acts_as_watchable/lib
/usr/share/redmine/lib/plugins/acts_as_versioned/lib
/usr/share/redmine/lib/plugins/acts_as_tree/lib
/usr/share/redmine/lib/plugins/acts_as_searchable/lib
/usr/share/redmine/lib/plugins/acts_as_list/lib
/usr/share/redmine/lib/plugins/acts_as_list/lib
/usr/share/redmine/lib/plugins/acts_as_event/lib
/usr/share/redmine/lib/plugins/acts_as_customizable/lib
/usr/share/redmine/lib/plugins/acts_as_attachable/lib
/usr/share/redmine/lib/plugins/acts_as_activity_provider/lib
/usr/share/redmine/lib
/usr/share/redmine/app/controllers
/usr/share/redmine/app/helpers
/usr/share/redmine/app/models
/usr/share/redmine/app/sweepers
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib
/usr/local/lib/site_ruby/1.9.1
/usr/local/lib/site_ruby/1.9.1/i686-linux
/usr/local/lib/site_ruby
/usr/lib/ruby/vendor_ruby/1.9.1
/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
/usr/lib/ruby/vendor_ruby
/usr/lib/ruby/1.9.1
/usr/lib/ruby/1.9.1/i686-linux
/usr/lib/ruby/vendor_ruby/action_controller/vendor/html-scanner

Ruby loaded libraries ($LOADED_FEATURES)

enumerator.so
/usr/lib/ruby/1.9.1/i686-linux/enc/encdb.so
/usr/lib/ruby/1.9.1/i686-linux/enc/trans/transdb.so
/usr/lib/ruby/1.9.1/rubygems/defaults.rb
/usr/lib/ruby/1.9.1/i686-linux/rbconfig.rb
/usr/lib/ruby/1.9.1/rubygems/deprecate.rb
/usr/lib/ruby/1.9.1/rubygems/exceptions.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb
/usr/lib/ruby/1.9.1/rubygems.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger.rb
/usr/lib/ruby/1.9.1/i686-linux/etc.so
/usr/lib/ruby/1.9.1/fileutils.rb
/usr/lib/ruby/1.9.1/tmpdir.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tmpio.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info/operating_system.rb
/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux/passenger_native_support.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/native_support.rb
/usr/lib/ruby/1.9.1/i686-linux/socket.so
/usr/lib/ruby/1.9.1/socket.rb
/usr/lib/ruby/1.9.1/thread.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/ruby_core_enhancements.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tmpdir.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/preloader_shared_helpers.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/constants.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/public_api.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/debug_logging.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb
/usr/lib/ruby/1.9.1/i686-linux/fcntl.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/message_channel.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/message_client.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/native_support_utils.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/unseekable_socket.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb
/usr/lib/ruby/1.9.1/i686-linux/stringio.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tee_input.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/analytics_logger.rb
/usr/lib/ruby/1.9.1/rubygems/version.rb
/usr/lib/ruby/1.9.1/rubygems/requirement.rb
/usr/lib/ruby/1.9.1/rubygems/platform.rb
/usr/lib/ruby/1.9.1/rubygems/specification.rb
/usr/lib/ruby/1.9.1/rubygems/path_support.rb
/usr/lib/ruby/1.9.1/rubygems/dependency.rb
/usr/lib/ruby/1.9.1/i686-linux/pathname.so
/usr/lib/ruby/1.9.1/pathname.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/constants.rb
/usr/lib/ruby/1.9.1/rubygems/config_file.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/rubygems_integration.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/current_ruby.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/shared_helpers.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/gem_path_manipulation.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/gem_helpers.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/match_platform.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/rubygems_ext.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/version.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/settings.rb
/usr/lib/ruby/1.9.1/i686-linux/digest.so
/usr/lib/ruby/1.9.1/digest.rb
/usr/lib/ruby/1.9.1/i686-linux/digest/sha1.so
/usr/lib/ruby/1.9.1/set.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/definition.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/dependency.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/ruby_dsl.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/dsl.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/source.rb
/usr/lib/ruby/1.9.1/uri/common.rb
/usr/lib/ruby/1.9.1/uri/generic.rb
/usr/lib/ruby/1.9.1/uri/ftp.rb
/usr/lib/ruby/1.9.1/uri/http.rb
/usr/lib/ruby/1.9.1/uri/https.rb
/usr/lib/ruby/1.9.1/uri/ldap.rb
/usr/lib/ruby/1.9.1/uri/ldaps.rb
/usr/lib/ruby/1.9.1/uri/mailto.rb
/usr/lib/ruby/1.9.1/uri.rb
/usr/lib/ruby/1.9.1/rubygems/user_interaction.rb
/usr/lib/ruby/1.9.1/rubygems/remote_fetcher.rb
/usr/lib/ruby/1.9.1/rubygems/errors.rb
/usr/lib/ruby/1.9.1/rubygems/text.rb
/usr/lib/ruby/1.9.1/rubygems/spec_fetcher.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/source/rubygems.rb
/usr/lib/ruby/1.9.1/i686-linux/strscan.so
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/source/path.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/source/git.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/lockfile_parser.rb
/usr/lib/ruby/1.9.1/tsort.rb
/usr/lib/ruby/1.9.1/forwardable.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/spec_set.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/environment.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/runtime.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/index.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/remote_specification.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/lazy_specification.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/endpoint_specification.rb
/usr/lib/ruby/1.9.1/rubygems/source_index.rb
/var/lib/gems/1.9.1/gems/bundler-1.6.2/lib/bundler/setup.rb
/usr/lib/ruby/vendor_ruby/rack.rb
/usr/lib/ruby/vendor_ruby/rack/builder.rb
/usr/share/redmine/config/boot.rb
/usr/lib/ruby/vendor_ruby/rails/ruby_version_check.rb
/usr/lib/ruby/1.9.1/i686-linux/openssl.so
/usr/lib/ruby/1.9.1/openssl/bn.rb
/usr/lib/ruby/1.9.1/openssl/cipher.rb
/usr/lib/ruby/1.9.1/openssl/config.rb
/usr/lib/ruby/1.9.1/openssl/digest.rb
/usr/lib/ruby/1.9.1/openssl/buffering.rb
/usr/lib/ruby/1.9.1/openssl/ssl-internal.rb
/usr/lib/ruby/1.9.1/openssl/x509-internal.rb
/usr/lib/ruby/1.9.1/openssl.rb
/usr/lib/ruby/1.9.1/securerandom.rb
/usr/lib/ruby/vendor_ruby/active_support/inflector/inflections.rb
/usr/lib/ruby/vendor_ruby/active_support/inflections.rb
/usr/lib/ruby/vendor_ruby/active_support/inflector/methods.rb
/usr/lib/ruby/vendor_ruby/active_support/lazy_load_hooks.rb
/usr/lib/ruby/vendor_ruby/active_support/dependencies/autoload.rb
/usr/lib/ruby/vendor_ruby/active_support/version.rb
/usr/lib/ruby/vendor_ruby/active_support.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/kernel/reporting.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/extract_options.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/class/attribute_accessors.rb
/usr/lib/ruby/vendor_ruby/active_support/notifications/fanout.rb
/usr/lib/ruby/vendor_ruby/active_support/notifications.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/wrap.rb
/usr/lib/ruby/vendor_ruby/active_support/deprecation/behaviors.rb
/usr/lib/ruby/vendor_ruby/active_support/deprecation/reporting.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/deprecation.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/aliasing.rb
/usr/lib/ruby/vendor_ruby/active_support/deprecation/method_wrappers.rb
/usr/lib/ruby/vendor_ruby/active_support/deprecation/proxy_wrappers.rb
/usr/lib/ruby/vendor_ruby/active_support/deprecation.rb
/usr/lib/ruby/1.9.1/monitor.rb
/usr/lib/ruby/1.9.1/logger.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/logger.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/reverse_merge.rb
/usr/lib/ruby/vendor_ruby/rails/initializable.rb
/usr/lib/ruby/1.9.1/psych/syntax_error.rb
/usr/lib/ruby/1.9.1/i686-linux/psych.so
/usr/lib/ruby/1.9.1/psych/nodes/node.rb
/usr/lib/ruby/1.9.1/psych/nodes/stream.rb
/usr/lib/ruby/1.9.1/psych/nodes/document.rb
/usr/lib/ruby/1.9.1/psych/nodes/sequence.rb
/usr/lib/ruby/1.9.1/psych/nodes/scalar.rb
/usr/lib/ruby/1.9.1/psych/nodes/mapping.rb
/usr/lib/ruby/1.9.1/psych/nodes/alias.rb
/usr/lib/ruby/1.9.1/psych/nodes.rb
/usr/lib/ruby/1.9.1/psych/streaming.rb
/usr/lib/ruby/1.9.1/psych/visitors/visitor.rb
/usr/lib/ruby/1.9.1/psych/scalar_scanner.rb
/usr/lib/ruby/1.9.1/psych/visitors/to_ruby.rb
/usr/lib/ruby/1.9.1/psych/visitors/emitter.rb
/usr/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb
/usr/lib/ruby/1.9.1/psych/json/ruby_events.rb
/usr/lib/ruby/1.9.1/psych/visitors/json_tree.rb
/usr/lib/ruby/1.9.1/psych/visitors/depth_first.rb
/usr/lib/ruby/1.9.1/psych/visitors.rb
/usr/lib/ruby/1.9.1/psych/handler.rb
/usr/lib/ruby/1.9.1/psych/tree_builder.rb
/usr/lib/ruby/1.9.1/psych/parser.rb
/usr/lib/ruby/1.9.1/psych/omap.rb
/usr/lib/ruby/1.9.1/psych/set.rb
/usr/lib/ruby/1.9.1/psych/coder.rb
/usr/lib/ruby/1.9.1/psych/core_ext.rb
/usr/lib/ruby/1.9.1/i686-linux/date_core.so
/usr/lib/ruby/1.9.1/date/format.rb
/usr/lib/ruby/1.9.1/date.rb
/usr/lib/ruby/1.9.1/psych/deprecated.rb
/usr/lib/ruby/1.9.1/psych/stream.rb
/usr/lib/ruby/1.9.1/psych/json/yaml_events.rb
/usr/lib/ruby/1.9.1/psych/json/tree_builder.rb
/usr/lib/ruby/1.9.1/psych/json/stream.rb
/usr/lib/ruby/1.9.1/psych/handlers/document_stream.rb
/usr/lib/ruby/1.9.1/psych.rb
/usr/lib/ruby/1.9.1/yaml.rb
/usr/lib/ruby/vendor_ruby/active_support/ordered_hash.rb
/usr/lib/ruby/vendor_ruby/active_support/ordered_options.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/deep_dup.rb
/usr/lib/ruby/vendor_ruby/rails/paths.rb
/usr/lib/ruby/vendor_ruby/rails/rack.rb
/usr/lib/ruby/vendor_ruby/rails/configuration.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/attribute_accessors.rb
/usr/lib/ruby/vendor_ruby/active_support/multibyte/utils.rb
/usr/lib/ruby/vendor_ruby/active_support/multibyte.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/multibyte.rb
/usr/lib/ruby/vendor_ruby/i18n/version.rb
/usr/lib/ruby/1.9.1/cgi/core.rb
/usr/lib/ruby/1.9.1/cgi/cookie.rb
/usr/lib/ruby/1.9.1/cgi/util.rb
/usr/lib/ruby/1.9.1/cgi.rb
/usr/lib/ruby/vendor_ruby/i18n/exceptions.rb
/usr/lib/ruby/vendor_ruby/i18n/interpolate/ruby.rb
/usr/lib/ruby/vendor_ruby/i18n.rb
/usr/lib/ruby/vendor_ruby/i18n/config.rb
/usr/lib/ruby/vendor_ruby/active_support/i18n.rb
/usr/lib/ruby/vendor_ruby/active_support/inflector/transliterate.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/inflections.rb
/usr/lib/ruby/vendor_ruby/active_support/inflector.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/introspection.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/delegation.rb
/usr/lib/ruby/vendor_ruby/rails/railtie.rb
/usr/lib/ruby/vendor_ruby/rails/engine/railties.rb
/usr/lib/ruby/vendor_ruby/rails/engine.rb
/usr/lib/ruby/1.9.1/time.rb
/usr/lib/ruby/1.9.1/base64.rb
/usr/lib/ruby/vendor_ruby/active_support/base64.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/encoding.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/blank.rb
/usr/lib/ruby/vendor_ruby/active_support/xml_mini/rexml.rb
/usr/lib/ruby/vendor_ruby/active_support/xml_mini.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/keys.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/conversions.rb
/usr/lib/ruby/vendor_ruby/rails/plugin.rb
/usr/lib/ruby/vendor_ruby/rails/application.rb
/usr/lib/ruby/vendor_ruby/rails/version.rb
/usr/lib/ruby/vendor_ruby/active_support/file_update_checker.rb
/usr/lib/ruby/vendor_ruby/active_support/concern.rb
/usr/lib/ruby/vendor_ruby/rails/railtie/configurable.rb
/usr/lib/ruby/vendor_ruby/rails/railtie/configuration.rb
/usr/lib/ruby/vendor_ruby/active_support/i18n_railtie.rb
/usr/lib/ruby/vendor_ruby/active_support/railtie.rb
/usr/lib/ruby/vendor_ruby/action_pack/version.rb
/usr/lib/ruby/vendor_ruby/action_pack.rb
/usr/lib/ruby/vendor_ruby/active_model/version.rb
/usr/lib/ruby/vendor_ruby/active_model.rb
/usr/lib/ruby/vendor_ruby/action_dispatch.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/railtie.rb
/usr/lib/ruby/vendor_ruby/rails.rb
/usr/lib/ruby/vendor_ruby/arel/crud.rb
/usr/lib/ruby/vendor_ruby/arel/factory_methods.rb
/usr/lib/ruby/vendor_ruby/arel/expressions.rb
/usr/lib/ruby/vendor_ruby/arel/predications.rb
/usr/lib/ruby/vendor_ruby/arel/window_predications.rb
/usr/lib/ruby/vendor_ruby/arel/math.rb
/usr/lib/ruby/vendor_ruby/arel/alias_predication.rb
/usr/lib/ruby/vendor_ruby/arel/order_predications.rb
/usr/lib/ruby/vendor_ruby/arel/table.rb
/usr/lib/ruby/vendor_ruby/arel/attributes/attribute.rb
/usr/lib/ruby/vendor_ruby/arel/attributes.rb
/usr/lib/ruby/vendor_ruby/arel/compatibility/wheres.rb
/usr/lib/ruby/vendor_ruby/arel/expression.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/visitor.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/depth_first.rb
/usr/lib/ruby/1.9.1/i686-linux/bigdecimal.so
/usr/lib/ruby/vendor_ruby/arel/visitors/to_sql.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/sqlite.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/postgresql.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/mysql.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/mssql.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/oracle.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/join_sql.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/where_sql.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/order_clauses.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/dot.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/ibm_db.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/informix.rb
/usr/lib/ruby/vendor_ruby/arel/visitors.rb
/usr/lib/ruby/vendor_ruby/arel/tree_manager.rb
/usr/lib/ruby/vendor_ruby/arel/insert_manager.rb
/usr/lib/ruby/vendor_ruby/arel/select_manager.rb
/usr/lib/ruby/vendor_ruby/arel/update_manager.rb
/usr/lib/ruby/vendor_ruby/arel/delete_manager.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/node.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/select_statement.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/select_core.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/insert_statement.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/update_statement.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/terminal.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/true.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/false.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/unary.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/grouping.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/ascending.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/descending.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/unqualified_column.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/with.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/binary.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/equality.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/in.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/join_source.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/delete_statement.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/table_alias.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/infix_operation.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/over.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/and.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/function.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/count.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/extract.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/values.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/named_function.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/window.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/inner_join.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/outer_join.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/string_join.rb
/usr/lib/ruby/vendor_ruby/arel/nodes/sql_literal.rb
/usr/lib/ruby/vendor_ruby/arel/nodes.rb
/usr/lib/ruby/vendor_ruby/arel/deprecated.rb
/usr/lib/ruby/vendor_ruby/arel/sql/engine.rb
/usr/lib/ruby/vendor_ruby/arel/sql_literal.rb
/usr/lib/ruby/vendor_ruby/arel.rb
/usr/lib/ruby/vendor_ruby/active_record/version.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/enumerable.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/kernel/singleton_class.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/remove_method.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/class/attribute.rb
/usr/lib/ruby/vendor_ruby/active_model/attribute_methods.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods.rb
/usr/lib/ruby/1.9.1/bigdecimal/util.rb
/usr/lib/ruby/1.9.1/benchmark.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/benchmark.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/schema_cache.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/big_decimal/conversions.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/quoting.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/database_statements.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/schema_statements.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/database_limits.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/query_cache.rb
/usr/lib/ruby/vendor_ruby/active_support/descendants_tracker.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/inclusion.rb
/usr/lib/ruby/vendor_ruby/active_support/callbacks.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract_adapter.rb
/usr/lib/ruby/vendor_ruby/active_record/scoping.rb
/usr/lib/ruby/vendor_ruby/active_record.rb
/usr/lib/ruby/vendor_ruby/active_model/railtie.rb
/usr/lib/ruby/vendor_ruby/active_support/basic_object.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/acts_like.rb
/usr/lib/ruby/vendor_ruby/active_support/duration.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/try.rb
/usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb
/usr/lib/ruby/vendor_ruby/active_support/time_with_zone.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/time/zones.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date/zones.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date/calculations.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/time/publicize_conversion_methods.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/time/conversions.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date_time/calculations.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date_time/conversions.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/process/daemon.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/time/calculations.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/conversions.rb
/usr/lib/ruby/vendor_ruby/i18n/core_ext/string/interpolate.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/interpolation.rb
/usr/lib/ruby/1.9.1/rexml/rexml.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/rexml.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/file/path.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/method_names.rb
/usr/lib/ruby/vendor_ruby/active_support/ruby/shim.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/attr_internal.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/anonymous.rb
/usr/lib/ruby/vendor_ruby/abstract_controller.rb
/usr/lib/ruby/1.9.1/erb.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/output_safety.rb
/usr/lib/ruby/vendor_ruby/action_view.rb
/usr/lib/ruby/vendor_ruby/action_controller/vendor/html-scanner.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/load_error.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/name_error.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/uri.rb
/usr/lib/ruby/vendor_ruby/action_controller.rb
/usr/lib/ruby/vendor_ruby/action_view/railtie.rb
/usr/lib/ruby/vendor_ruby/abstract_controller/railties/routes_helpers.rb
/usr/lib/ruby/vendor_ruby/action_controller/railties/paths.rb
/usr/lib/ruby/vendor_ruby/action_controller/railtie.rb
/usr/lib/ruby/vendor_ruby/active_record/railtie.rb
/usr/lib/ruby/vendor_ruby/action_mailer/version.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/class/delegating_attributes.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/reachable.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/class/subclasses.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/class.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/uniq_by.rb
/usr/lib/ruby/vendor_ruby/action_mailer.rb
/usr/lib/ruby/vendor_ruby/action_mailer/railtie.rb
/usr/lib/ruby/vendor_ruby/active_resource/exceptions.rb
/usr/lib/ruby/vendor_ruby/active_resource/version.rb
/usr/lib/ruby/vendor_ruby/active_resource.rb
/usr/lib/ruby/vendor_ruby/active_resource/railtie.rb
/usr/lib/ruby/vendor_ruby/rails/test_unit/railtie.rb
/usr/lib/ruby/vendor_ruby/sprockets/railtie.rb
/usr/lib/ruby/vendor_ruby/rails/all.rb
/usr/lib/ruby/vendor_ruby/active_support/string_inquirer.rb
/usr/lib/ruby/vendor_ruby/rails/engine/configuration.rb
/usr/lib/ruby/vendor_ruby/rails/application/configuration.rb
/usr/share/redmine/config/application.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/qualified_const.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/starts_ends_with.rb
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb
/usr/lib/ruby/vendor_ruby/rails/application/bootstrap.rb
/usr/lib/ruby/vendor_ruby/rails/application/railties.rb
/usr/lib/ruby/vendor_ruby/rails/application/finisher.rb
/usr/lib/ruby/vendor_ruby/rails/application/routes_reloader.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/to_param.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/regexp.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/routing/polymorphic_routes.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/routing.rb
/usr/lib/ruby/vendor_ruby/journey/core-ext/hash.rb
/usr/lib/ruby/vendor_ruby/journey/router/utils.rb
/usr/lib/ruby/vendor_ruby/journey/router/strexp.rb
/usr/lib/ruby/vendor_ruby/journey/routes.rb
/usr/lib/ruby/vendor_ruby/journey/formatter.rb
/usr/lib/ruby/1.9.1/i686-linux/racc/cparse.so
/usr/lib/ruby/1.9.1/racc/parser.rb
/usr/lib/ruby/vendor_ruby/journey/scanner.rb
/usr/lib/ruby/vendor_ruby/journey/visitors.rb
/usr/lib/ruby/vendor_ruby/journey/nodes/node.rb
/usr/lib/ruby/vendor_ruby/journey/parser_extras.rb
/usr/lib/ruby/vendor_ruby/journey/parser.rb
/usr/lib/ruby/vendor_ruby/journey/route.rb
/usr/lib/ruby/vendor_ruby/journey/path/pattern.rb
/usr/lib/ruby/vendor_ruby/journey/router.rb
/usr/lib/ruby/vendor_ruby/journey/nfa/dot.rb
/usr/lib/ruby/vendor_ruby/journey/gtg/transition_table.rb
/usr/lib/ruby/vendor_ruby/journey/gtg/builder.rb
/usr/lib/ruby/vendor_ruby/journey/gtg/simulator.rb
/usr/lib/ruby/vendor_ruby/journey/nfa/transition_table.rb
/usr/lib/ruby/vendor_ruby/journey/nfa/builder.rb
/usr/lib/ruby/vendor_ruby/journey/nfa/simulator.rb
/usr/lib/ruby/vendor_ruby/journey.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/to_query.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/slice.rb
/usr/lib/ruby/vendor_ruby/action_controller/metal/exceptions.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/routing/route_set.rb
/usr/lib/ruby/1.9.1/delegate.rb
/usr/lib/ruby/1.9.1/tempfile.rb
/usr/lib/ruby/vendor_ruby/active_support/hash_with_indifferent_access.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/indifferent_access.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/access.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/headers.rb
/usr/lib/ruby/vendor_ruby/rack/multipart.rb
/usr/lib/ruby/vendor_ruby/rack/utils.rb
/usr/lib/ruby/vendor_ruby/rack/request.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/cache.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/mime_negotiation.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/parameters.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/duplicable.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/filter_parameters.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/upload.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/url.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/request.rb
/usr/share/redmine/config/environments/production.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/time/marshal.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/time/acts_like.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date/acts_like.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date/freeze.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date/conversions.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date_time/acts_like.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/date_time/zones.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/integer/time.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/numeric/time.rb
/usr/lib/ruby/vendor_ruby/active_support/time.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/access.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/grouping.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/random_access.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array/prepend_and_append.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/array.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/big_decimal.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/exception.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/file/atomic.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/file.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/float/rounding.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/float.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/conversions.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/deep_merge.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/diff.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash/except.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/hash.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/integer/multiple.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/integer/inflections.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/integer.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/io.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/kernel/agnostics.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/kernel/debugger.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/kernel.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module/synchronization.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/module.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/numeric/bytes.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/numeric.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/conversions.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/instance_variables.rb
/usr/lib/ruby/vendor_ruby/json/version.rb
/usr/lib/ruby/1.9.1/ostruct.rb
/usr/lib/ruby/vendor_ruby/json/generic_object.rb
/usr/lib/ruby/vendor_ruby/json/common.rb
/usr/lib/ruby/1.9.1/i686-linux/enc/utf_16be.so
/usr/lib/ruby/1.9.1/i686-linux/enc/utf_16le.so
/usr/lib/ruby/1.9.1/i686-linux/enc/utf_32be.so
/usr/lib/ruby/1.9.1/i686-linux/enc/utf_32le.so
/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux/json/ext/parser.so
/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux/json/ext/generator.so
/usr/lib/ruby/vendor_ruby/json/ext.rb
/usr/lib/ruby/vendor_ruby/json.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/to_json.rb
/usr/lib/ruby/vendor_ruby/active_support/option_merger.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object/with_options.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/object.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/proc.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/process.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/range/blockless_step.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/range/conversions.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/range/include_range.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/range/overlaps.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/range/cover.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/range.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/filters.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/xchar.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/behavior.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/exclude.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/strip.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string/inquiry.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext/string.rb
/usr/lib/ruby/vendor_ruby/active_support/core_ext.rb
/usr/lib/ruby/vendor_ruby/active_support/all.rb
/usr/lib/ruby/vendor_ruby/active_support/tagged_logging.rb
/usr/lib/ruby/vendor_ruby/active_support/buffered_logger.rb
/usr/lib/ruby/1.9.1/i686-linux/zlib.so
/usr/lib/ruby/vendor_ruby/active_support/cache.rb
/usr/lib/ruby/vendor_ruby/active_support/cache/file_store.rb
/usr/lib/ruby/vendor_ruby/active_support/cache/strategy/local_cache.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/body_proxy.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/reloader.rb
/usr/lib/ruby/vendor_ruby/tzinfo/ruby_core_support.rb
/usr/lib/ruby/vendor_ruby/tzinfo/offset_rationals.rb
/usr/lib/ruby/1.9.1/rational.rb
/usr/lib/ruby/vendor_ruby/tzinfo/time_or_datetime.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_definition.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_offset.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_transition.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_transition_definition.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_index_definition.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/data_timezone_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/linked_timezone_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/transition_data_timezone_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/zoneinfo_timezone_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb
/usr/lib/ruby/vendor_ruby/tzinfo/ruby_data_source.rb
/usr/lib/ruby/vendor_ruby/tzinfo/zoneinfo_data_source.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_period.rb
/usr/lib/ruby/vendor_ruby/thread_safe/version.rb
/usr/lib/ruby/vendor_ruby/thread_safe/synchronized_delegator.rb
/usr/lib/ruby/vendor_ruby/thread_safe.rb
/usr/lib/ruby/vendor_ruby/thread_safe/non_concurrent_cache_backend.rb
/usr/lib/ruby/vendor_ruby/thread_safe/mri_cache_backend.rb
/usr/lib/ruby/vendor_ruby/thread_safe/cache.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb
/usr/lib/ruby/vendor_ruby/tzinfo/info_timezone.rb
/usr/lib/ruby/vendor_ruby/tzinfo/data_timezone.rb
/usr/lib/ruby/vendor_ruby/tzinfo/linked_timezone.rb
/usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb
/usr/lib/ruby/vendor_ruby/tzinfo/country_index_definition.rb
/usr/lib/ruby/vendor_ruby/tzinfo/country_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/ruby_country_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/zoneinfo_country_info.rb
/usr/lib/ruby/vendor_ruby/tzinfo/country.rb
/usr/lib/ruby/vendor_ruby/tzinfo/country_timezone.rb
/usr/lib/ruby/vendor_ruby/tzinfo.rb
/usr/lib/ruby/1.9.1/i686-linux/digest/md5.so
/usr/lib/ruby/vendor_ruby/rack/response.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/response.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/exception_wrapper.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/cookies.rb
/usr/lib/ruby/vendor_ruby/active_support/log_subscriber.rb
/usr/lib/ruby/vendor_ruby/active_record/log_subscriber.rb
/usr/lib/ruby/vendor_ruby/active_record/railties/controller_runtime.rb
/usr/share/redmine/lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb
/usr/lib/ruby/vendor_ruby/active_support/benchmarkable.rb
/usr/lib/ruby/vendor_ruby/active_record/errors.rb
/usr/lib/ruby/vendor_ruby/active_record/explain_subscriber.rb
/usr/lib/ruby/vendor_ruby/active_record/persistence.rb
/usr/lib/ruby/vendor_ruby/active_model/naming.rb
/usr/lib/ruby/vendor_ruby/active_record/query_cache.rb
/usr/lib/ruby/vendor_ruby/active_record/querying.rb
/usr/lib/ruby/vendor_ruby/active_record/readonly_attributes.rb
/usr/lib/ruby/vendor_ruby/active_record/model_schema.rb
/usr/lib/ruby/vendor_ruby/active_model/translation.rb
/usr/lib/ruby/vendor_ruby/active_record/translation.rb
/usr/lib/ruby/vendor_ruby/active_record/inheritance.rb
/usr/lib/ruby/vendor_ruby/active_record/scoping/default.rb
/usr/lib/ruby/vendor_ruby/active_record/scoping/named.rb
/usr/lib/ruby/vendor_ruby/active_record/dynamic_matchers.rb
/usr/lib/ruby/vendor_ruby/active_record/sanitization.rb
/usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security/permission_set.rb
/usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security/sanitizer.rb
/usr/lib/ruby/vendor_ruby/active_model/mass_assignment_security.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_assignment.rb
/usr/lib/ruby/vendor_ruby/active_model/conversion.rb
/usr/lib/ruby/vendor_ruby/active_record/integration.rb
/usr/lib/ruby/vendor_ruby/active_model/errors.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/callbacks.rb
/usr/lib/ruby/vendor_ruby/active_model/validator.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/acceptance.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/confirmation.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/exclusion.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/format.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/inclusion.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/length.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/numericality.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/presence.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/validates.rb
/usr/lib/ruby/vendor_ruby/active_model/validations/with.rb
/usr/lib/ruby/vendor_ruby/active_model/validations.rb
/usr/lib/ruby/vendor_ruby/active_record/validations/associated.rb
/usr/lib/ruby/vendor_ruby/active_record/validations/uniqueness.rb
/usr/lib/ruby/vendor_ruby/active_record/validations.rb
/usr/lib/ruby/vendor_ruby/active_record/counter_cache.rb
/usr/lib/ruby/vendor_ruby/active_record/locking/optimistic.rb
/usr/lib/ruby/vendor_ruby/active_record/locking/pessimistic.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/read.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/write.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/before_type_cast.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/query.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/primary_key.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/time_zone_conversion.rb
/usr/lib/ruby/vendor_ruby/active_model/dirty.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/dirty.rb
/usr/lib/ruby/vendor_ruby/active_record/timestamp.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/serialization.rb
/usr/lib/ruby/vendor_ruby/active_record/attribute_methods/deprecated_underscore_read.rb
/usr/lib/ruby/vendor_ruby/active_record/callbacks.rb
/usr/lib/ruby/1.9.1/singleton.rb
/usr/lib/ruby/vendor_ruby/active_model/observer_array.rb
/usr/lib/ruby/vendor_ruby/active_model/observing.rb
/usr/lib/ruby/vendor_ruby/active_model/callbacks.rb
/usr/lib/ruby/vendor_ruby/active_record/associations.rb
/usr/lib/ruby/vendor_ruby/active_record/identity_map.rb
/usr/lib/ruby/vendor_ruby/active_model/secure_password.rb
/usr/lib/ruby/vendor_ruby/active_record/explain.rb
/usr/lib/ruby/vendor_ruby/active_record/autosave_association.rb
/usr/lib/ruby/vendor_ruby/active_record/nested_attributes.rb
/usr/lib/ruby/vendor_ruby/active_record/associations/builder/association.rb
/usr/lib/ruby/vendor_ruby/active_record/associations/builder/singular_association.rb
/usr/lib/ruby/vendor_ruby/active_record/associations/builder/has_one.rb
/usr/lib/ruby/vendor_ruby/active_record/associations/builder/collection_association.rb
/usr/lib/ruby/vendor_ruby/active_record/associations/builder/has_many.rb
/usr/lib/ruby/vendor_ruby/active_record/associations/builder/belongs_to.rb
/usr/lib/ruby/vendor_ruby/active_record/associations/builder/has_and_belongs_to_many.rb
/usr/lib/ruby/vendor_ruby/active_record/aggregations.rb
/usr/lib/ruby/vendor_ruby/active_record/transactions.rb
/usr/lib/ruby/vendor_ruby/active_record/reflection.rb
/usr/lib/ruby/vendor_ruby/multi_json/options.rb
/usr/lib/ruby/vendor_ruby/multi_json/version.rb
/usr/lib/ruby/vendor_ruby/multi_json/load_error.rb
/usr/lib/ruby/vendor_ruby/multi_json.rb
/usr/lib/ruby/vendor_ruby/active_support/json/decoding.rb
/usr/lib/ruby/vendor_ruby/active_support/json/variable.rb
/usr/lib/ruby/vendor_ruby/active_support/json/encoding.rb
/usr/lib/ruby/vendor_ruby/active_support/json.rb
/usr/lib/ruby/vendor_ruby/active_model/serialization.rb
/usr/lib/ruby/vendor_ruby/active_model/serializers/json.rb
/usr/lib/ruby/vendor_ruby/active_model/serializers/xml.rb
/usr/lib/ruby/vendor_ruby/active_record/serializers/xml_serializer.rb
/usr/lib/ruby/vendor_ruby/active_record/serialization.rb
/usr/lib/ruby/vendor_ruby/active_record/store.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_specification.rb
/usr/lib/ruby/vendor_ruby/arel/visitors/bind_visitor.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/column.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract_mysql_adapter.rb
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/statement_pool.rb
/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux/mysql.so
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/mysql_adapter.rb
/usr/lib/ruby/vendor_ruby/active_record/dynamic_finder_match.rb
/usr/lib/ruby/vendor_ruby/active_record/dynamic_scope_match.rb
/usr/lib/ruby/vendor_ruby/active_record/base.rb
/usr/share/redmine/lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb
/usr/share/redmine/lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb
/usr/share/redmine/lib/plugins/acts_as_event/lib/acts_as_event.rb
/usr/share/redmine/lib/plugins/acts_as_list/lib/active_record/acts/list.rb
/usr/share/redmine/lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb
/usr/share/redmine/lib/plugins/acts_as_tree/lib/active_record/acts/tree.rb
/usr/share/redmine/lib/plugins/acts_as_versioned/lib/acts_as_versioned.rb
/usr/share/redmine/lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
/usr/share/redmine/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb
/usr/share/redmine/lib/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb
/usr/lib/ruby/vendor_ruby/action_view/log_subscriber.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/active_model_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/tag_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/asset_tag_helpers/asset_include_tag.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb
/usr/lib/ruby/vendor_ruby/action_view/asset_paths.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/asset_tag_helpers/asset_paths.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/asset_tag_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/atom_feed_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/cache_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/controller_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/csrf_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/date_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/debug_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/javascript_helper.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/routing/url_for.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/url_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/sanitize_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/text_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/form_tag_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/form_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/number_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/output_safety_helper.rb
/usr/lib/ruby/vendor_ruby/action_controller/record_identifier.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/record_tag_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/rendering_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers/translation_helper.rb
/usr/lib/ruby/vendor_ruby/action_view/helpers.rb
/usr/lib/ruby/vendor_ruby/action_view/context.rb
/usr/lib/ruby/vendor_ruby/action_view/template/handlers.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/mime_types.rb
/usr/lib/ruby/vendor_ruby/action_dispatch/http/mime_type.rb
/usr/lib/ruby/vendor_ruby/erubis/util.rb
/usr/lib/ruby/vendor_ruby/erubis/generator.rb
/usr/lib/ruby/vendor_ruby/erubis/converter.rb
/usr/lib/ruby/vendor_ruby/erubis/error.rb
/usr/lib/ruby/vendor_ruby/erubis/context.rb
/usr/lib/ruby/vendor_ruby/erubis/evaluator.rb
/usr/lib/ruby/vendor_ruby/erubis/engine.rb
/usr/lib/ruby/vendor_ruby/erubis/helper.rb
/usr/lib/ruby/vendor_ruby/erubis/enhancer.rb
/usr/lib/ruby/vendor_ruby/erubis/engine/eruby.rb
/usr/lib/ruby/vendor_ruby/erubis/local-setting.rb
/usr/lib/ruby/vendor_ruby/erubis.rb
/usr/lib/ruby/vendor_ruby/action_view/template/handlers/erb.rb
/usr/lib/ruby/vendor_ruby/action_view/template/handlers/builder.rb
/usr/lib/ruby/vendor_ruby/action_view/template.rb
/usr/lib/ruby/vendor_ruby/action_view/template/resolver.rb
/usr/lib/ruby/vendor_ruby/action_view/base.rb
/usr/share/redmine/lib/plugins/awesome_nested_set/lib/awesome_nested_set.rb
/usr/share/redmine/lib/plugins/gravatar/lib/gravatar.rb
/usr/lib/ruby/vendor_ruby/openid/extras.rb
/usr/lib/ruby/vendor_ruby/openid/util.rb
/usr/lib/ruby/vendor_ruby/openid/kvform.rb
/usr/lib/ruby/vendor_ruby/openid/message.rb
/usr/lib/ruby/vendor_ruby/openid/protocolerror.rb
/usr/lib/ruby/1.9.1/timeout.rb
/usr/lib/ruby/1.9.1/net/protocol.rb
/usr/lib/ruby/1.9.1/net/http.rb
/usr/lib/ruby/1.9.1/net/https.rb
/usr/lib/ruby/vendor_ruby/openid/fetchers.rb
/usr/lib/ruby/vendor_ruby/openid/kvpost.rb
/usr/lib/ruby/vendor_ruby/openid/urinorm.rb
/usr/lib/ruby/vendor_ruby/openid/yadis/accept.rb
/usr/lib/ruby/vendor_ruby/openid/yad

Replies (10)

RE: Redmine install breaks on any attempt to run bundle install - Added by Luna Deos almost 10 years ago

Did so, but it does not appear to either fix a broken install, nor prevent one from happening.

Output is also sparse:

The Gemfile specifies no dependencies
Resolving dependencies...
Your bundle is updated!

RE: Redmine install breaks on any attempt to run bundle install - Added by Abacus Avenger almost 10 years ago

I'm working with Luna on this project and have found that adding:

require 'redmine/core_ext/active_record'

in redmine/app/models/version.rb gets rid of the "Unknown validator" error, but makes way for a new error:

No such file to load -- agile_rank
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:312:in `depend_on'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:225:in `require_dependency'
/usr/share/redmine/lib/plugins/redmine_agile/lib/redmine_agile/patches/issue_patch.rb:21:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `block in require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/share/redmine/lib/plugins/redmine_agile/lib/redmine_agile.rb:26:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `block in require'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:251:in `require'
/usr/share/redmine/lib/plugins/redmine_agile/init.rb:55:in `block in <top (required)>'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `eval'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `block in <top (required)>'
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `each'
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in `load'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in `block in load'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:236:in `load_dependency'
/usr/lib/ruby/vendor_ruby/active_support/dependencies.rb:245:in `load'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:593:in `block (2 levels) in <class:Engine>'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:592:in `each'
/usr/lib/ruby/vendor_ruby/rails/engine.rb:592:in `block in <class:Engine>'
[...]

RE: Redmine install breaks on any attempt to run bundle install - Added by Luna Deos almost 10 years ago

It should be noted that the new error in question is specific to redmine_agile. Trying with redmine_issue_checklist does not appear to have this issue, but considering the aforementioned "fix", it sort of looks like an issue with looking in the correct require paths.

The new error, I feel, just highlights that problem.

RE: Redmine install breaks on any attempt to run bundle install - Added by Abacus Avenger almost 10 years ago

OK, so issue_patch.rb is doing something strange:

require_dependency 'agile_rank'

agile_rank.rb is in app/models, and 'require_dependency' and friends are looking in 'lib'. I think 'agile_rank' needs to be shuffled around somewhere, but I don't know enough about rails to know what the right thing to do is.

I was able to work around the breakage by changing the require_dependency line to the horribly grotesque Ruby 1.9-ism:

require_relative '../../../app/models/agile_rank'

After this, the redmine install is functioning correctly.

RE: Redmine install breaks on any attempt to run bundle install - Added by Luna Deos almost 10 years ago

We spoke too soon. Another update:

Anything touched by a module seems to be broken for one reason or another. Using redmine_agile for instance will cause a 500 error in the log (though Redmine will say it's a 404) if you open a project, but only if that project has the Agile module activated for it. Meanwhile, the redmine_issue_checklist plugin, which affects all issues and the creation thereof, causes all issue related pages to also have this 500 error.

Sidenote: Translations are also unable to be loaded. So we're closer, but not there.

RE: Ubuntu 14.04 - Redmine install breaks on any attempt to run bundle install - Added by Martin Denizet (redmine.org team member) almost 10 years ago

I don't think you guys are working in the right direction.
Commenting Redmine's core files is very unlikely to lead to a stable instance.
I suggest the plugin version you got is not compatible with the version of Redmine you are using or not compatible with the Redmine Debian/Ubuntu package you seem to be using.
Maybe you could test that on a clean install, it's fast to install from scratch

Cheers

RE: Ubuntu 14.04 - Redmine install breaks on any attempt to run bundle install - Added by Toshi MARUYAMA almost 10 years ago

Luna Deos wrote:

  • Stage to /usr/share/redmine/lib/plugins

Not "lib/plugins/". It is "plugins/".

RE: Ubuntu 14.04 - Redmine install breaks on any attempt to run bundle install - Added by Wolfgang Baron about 9 years ago

I have tried to install redmine plugins on ubuntu 12.04 and 14.04, using

  • ruby 1.9.3 and 2.0.0
  • redmine 2.4 and redmine 2.5
  • scrum plugin 0.3 upto 0.9.1
  • current redmine_app_notifications

executing RAILS_ENV=production bundle exec rake redmine:plugins:migrate or rake redmine:plugins:migrate RAILS_ENV=production always gets me the Unknown validator: 'DateValidator' error. When I use ruby2, I get undefined method `acts_as_nested_set'. I start to wonder, how anyone could ever have installed any plugin into redmine.

I am not a ruby expert, so I must be missing something obvious, like those other guys, who have been reporting this issue for 2 years now without any resolution. Could anybody please post a nice description of a working combination of packages and versions to make this work?

Thanks for any help!

RE: Ubuntu 14.04 - Redmine install breaks on any attempt to run bundle install - Added by lg sb almost 9 years ago

Toshi MARUYAMA wrote:

Luna Deos wrote:

  • Stage to /usr/share/redmine/lib/plugins

Not "lib/plugins/". It is "plugins/".

Besides, after that, try this:

sudo rake -t redmine:plugins:migrate RAILS_ENV=production

    (1-10/10)