2013-03-08 3 views
0

devise로 Social-stream을 구현하려고합니다. 이 레일을 실행하면 social_stream : install을 생성합니다. Gemfile에 : social_stream (> = 0) 루비 내가 번들 후 유증 (~> 1.1.3) 루비이 컴퓨터에서 사용할 수있는 보석에서 보석 'jquery-rails (~> 1.1.6) ruby'을 (를) 찾을 수 없습니다.

devise (2.2.3) 

에 따라 나는 "고안"보석 호환 버전을 찾을 수 없습니다 오류 Bundler를 무엇입니까 갱신 그런 다음 오류가 종속 물건 내가

/home/cis/.rvm/gems/ruby-1.9.3-p125/gems/devise-1.1.9/lib/devise.rb:193:in `mailer=': undefined method `ref' for ActiveSupport::Dependencies:Module (NoMethodError) 
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/devise-1.1.9/lib/devise.rb:195:in `<module:Devise>' 
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/devise-1.1.9/lib/devise.rb:4:in `<top (required)>' 
    from /home/cis/.rvm/gems/[email protected]/gems/bundler-1.3.0/lib/bundler/runtime.rb:72:in `require' 
    from /home/cis/.rvm/gems/[email protected]/gems/bundler-1.3.0/lib/bundler/runtime.rb:72:in `block (2 levels) in require' 
    from /home/cis/.rvm/gems/[email protected]/gems/bundler-1.3.0/lib/bundler/runtime.rb:70:in `each' 
    from /home/cis/.rvm/gems/[email protected]/gems/bundler-1.3.0/lib/bundler/runtime.rb:70:in `block in require' 
    from /home/cis/.rvm/gems/[email protected]/gems/bundler-1.3.0/lib/bundler/runtime.rb:59:in `each' 
    from /home/cis/.rvm/gems/[email protected]/gems/bundler-1.3.0/lib/bundler/runtime.rb:59:in `require' 
    from /home/cis/.rvm/gems/[email protected]/gems/bundler-1.3.0/lib/bundler.rb:132:in `require' 
    from /home/cis/test_app/config/application.rb:7:in `<top (required)>' 
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.12/lib/rails/commands.rb:24:in `require' 
    from /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/railties-3.2.12/lib/rails/commands.rb:24:in `<top (required)>' 
    from script/rails:6:in `require' 
    from script/rails:6:in `<main> 
012를 얻고을 해결 한 후이

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. 

     /home/cis/.rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb 
checking for Ruby version >= 1.8.5... yes 
checking for gcc... yes 
checking for Magick-config... no 
Can't install RMagick 2.13.2. Can't find Magick-config in /home/cis/.rvm/gems/ruby-1.9.3-p125/bin:/home/cis/.rvm/gems/[email protected]/bin:/home/cis/.rvm/rubies/ruby-1.9.3-p125/bin:/home/cis/.rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/cis/.rvm/bin 

*** extconf.rb failed *** 
Could not create Makefile due to some reason, probably lack of 
necessary libraries and/or headers. Check the mkmf.log file for more 
details. You may need configuration options. 

Provided configuration options: 
    --with-opt-dir 
    --with-opt-include 
    --without-opt-include=${opt-dir}/include 
    --with-opt-lib 
    --without-opt-lib=${opt-dir}/lib 
    --with-make-prog 
    --without-make-prog 
    --srcdir=. 
    --curdir 
    --ruby=/home/cis/.rvm/rubies/ruby-1.9.3-p125/bin/ruby 


Gem files will remain installed in /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/rmagick-2.13.2 for inspection. 
Results logged to /home/cis/.rvm/gems/ruby-1.9.3-p125/gems/rmagick-2.13.2/ext/RMagick/gem_make.out 

An error occurred while installing rmagick (2.13.2), and Bundler cannot continue. 
Make sure that `gem install rmagick -v '2.13.2'` succeeds before bundling. 

처럼 온다social_stream을 사용하여 Jquery rails의 종속성을 분류하려고 시도했지만 작동하지 않았습니다.

답변