Project

General

Profile

Update 3.2->3.3 and unicorn_rails

Added by Андрей С over 7 years ago

After update from 3.2->3.3 can't do it

bundle exec unicorn_rails -E production -c config/unicorn.rb get this
/usr/local/rvm/gems/ruby-2.3.0/gems/bundler-1.13.7/lib/bundler/rubygems_integration.rb:393:in `block in replace_bin_path': can't find executable unicorn_rails (Gem::Exception)
from /usr/local/rvm/gems/ruby-2.3.0/gems/bundler-1.13.7/lib/bundler/rubygems_integration.rb:410:in `block in replace_bin_path'
from /usr/local/rvm/gems/ruby-2.3.0/bin/unicorn_rails:22:in `<main>'
from /usr/local/rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval'
from /usr/local/rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'
if use rails server webrick -e production -b 192.168.53.24
redmine 3.3 works
where is the problem?


Replies (2)

RE: Update 3.2->3.3 and unicorn_rails - Added by Андрей С over 7 years ago

Problem was resolved after adding gem "Unicorn" into the Gemfile

RE: Update 3.2->3.3 and unicorn_rails - Added by Андрей С over 7 years ago

mm it's work but not all
when i start over
bundle exec unicorn_rails -E production -c config/unicorn.rb
pop-down menu look like

http://prntscr.com/dx8b26

if i use rails server webrick -e production -b 192.168.53.24

    (1-2/2)