We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed steps mentioned on this page, http://redmine-git-hosting.io/get_started
When I run following command,
I got this error,
NameError: uninitialized constant Faker::Base /Users/ramizraja/projects/vnc/redmine-testing/plugins/redmine_git_hosting/lib/core_ext/faker/git.rb:2:in <module:Faker>' /Users/ramizraja/projects/vnc/redmine-testing/plugins/redmine_git_hosting/lib/core_ext/faker/git.rb:1:in <top (required)>' /Users/ramizraja/projects/vnc/redmine-testing/plugins/redmine_git_hosting/lib/redmine_git_hosting.rb:91:in block in <top (required)>' /Users/ramizraja/.rvm/gems/ruby-2.3.0@vredmine/gems/activesupport-4.2.5.2/lib/active_support/callbacks.rb:446:in instance_exec' /Users/ramizraja/.rvm/gems/ruby-2.3.0@vredmine/gems/activesupport-4.2.5.2/lib/active_support/callbacks.rb:446:in `block in make_lambda'
<module:Faker>' /Users/ramizraja/projects/vnc/redmine-testing/plugins/redmine_git_hosting/lib/core_ext/faker/git.rb:1:in
block in <top (required)>' /Users/ramizraja/.rvm/gems/ruby-2.3.0@vredmine/gems/activesupport-4.2.5.2/lib/active_support/callbacks.rb:446:in
How can I fix this?
Redmine version: 3.2.1
The text was updated successfully, but these errors were encountered:
As discussed in #732 (comment), issues related to Redmine < 4.0 or severely outdated issues are being closed to help clean up the issue tracker.
If this issue is still relevant to you and you are running Redmine >= 4.0, please open a new issue including all new relevant information.
Sorry, something went wrong.
No branches or pull requests
I followed steps mentioned on this page,
http://redmine-git-hosting.io/get_started
When I run following command,
I got this error,
NameError: uninitialized constant Faker::Base
/Users/ramizraja/projects/vnc/redmine-testing/plugins/redmine_git_hosting/lib/core_ext/faker/git.rb:2:in
<module:Faker>' /Users/ramizraja/projects/vnc/redmine-testing/plugins/redmine_git_hosting/lib/core_ext/faker/git.rb:1:in
<top (required)>'/Users/ramizraja/projects/vnc/redmine-testing/plugins/redmine_git_hosting/lib/redmine_git_hosting.rb:91:in
block in <top (required)>' /Users/ramizraja/.rvm/gems/ruby-2.3.0@vredmine/gems/activesupport-4.2.5.2/lib/active_support/callbacks.rb:446:in
instance_exec'/Users/ramizraja/.rvm/gems/ruby-2.3.0@vredmine/gems/activesupport-4.2.5.2/lib/active_support/callbacks.rb:446:in `block in make_lambda'
How can I fix this?
Redmine version: 3.2.1
The text was updated successfully, but these errors were encountered: