8000 Can't convert nil into string : init.rb row 24 Redmine 2.3.1 · Issue #27 · teleological/redmine_stealth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Can't convert nil into string : init.rb row 24 Redmine 2.3.1 #27
Open
@patfrat

Description

@patfrat

Hello,
I used this plugin on a redmine v2.3.0 and after a light upgrade in v2.3.1, this issue appears.
Can(t convert nil into string on init.rb(24)

I have just changed the code to this to get it to work !

#plugin_locale_glob = respond_to?(:directory) ?
#    File.join(directory, 'config', 'locales', '*.yml') :
plugin_locale_glob = File.join(Rails.root, 'vendor', 'plugins', 'redmine_stealth', 'config', 'locales', '*.yml')

And everything is ok now !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0