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
Doing rake gems:install gives error -
rake aborted! LoadError: cannot load such file -- initializer /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:55:in load_initializer' /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:38:in run' /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:11:in boot!' /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:110:in <top (required)>' /home/sumitniq/ruby_tutorials/wizardly-examples/Rakefile:4:in <top (required)>' /home/sumitniq/.rvm/gems/ruby-2.3.3/gems/rake-12.0.0/exe/rake:27:in <top (required)>' /home/sumitniq/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in eval' /home/sumitniq/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in
load_initializer' /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:38:in
boot!' /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:110:in
<top (required)>' /home/sumitniq/.rvm/gems/ruby-2.3.3/gems/rake-12.0.0/exe/rake:27:in
eval' /home/sumitniq/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in
I am new to rails and till now I have used bundle install. Please tell how to resolve this problem. Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Doing rake gems:install gives error -
rake aborted!
'LoadError: cannot load such file -- initializer
/home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:55:in
load_initializer' /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:38:in
run'/home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:11:in
boot!' /home/sumitniq/ruby_tutorials/wizardly-examples/config/boot.rb:110:in
<top (required)>'/home/sumitniq/ruby_tutorials/wizardly-examples/Rakefile:4:in
<top (required)>' /home/sumitniq/.rvm/gems/ruby-2.3.3/gems/rake-12.0.0/exe/rake:27:in
<top (required)>'/home/sumitniq/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in
eval' /home/sumitniq/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in
(See full trace by running task with --trace)
I am new to rails and till now I have used bundle install. Please tell how to resolve this problem. Thanks
The text was updated successfully, but these errors were encountered: