RailsCasts Pro episodes are now free!

Learn more or hide this

Markus Schwarz's Profile

GitHub User: christiansteifen

Site: http://conspect.de

Comments by Markus Schwarz

Avatar

So got it: The Installation of Imagemagick an RMagick was incorrect. Installed the actual Version of xcode, uninstalled imagemagick (had several 6.xx Versions around) and uninstalled rmagick. Installed everything new and did this:

brew remove imagemagick
rm -rf 'brew --cache imagemagick'
brew install -f imagemagick --disable-openmp

works fine.

Avatar

I had a big crash too. I used this configuration:

ImageMagick 6.6.7-0 2011-11-26
rmagick (2.13.1)

on rvm 1.8.5 Ruby Version: 1.9.2, Rails 3.1.1

Using rake (0.9.2.2)
Using multi_json (1.0.3)
Using activesupport (3.1.1)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.1)
Using erubis (2.7.0)
Using rack (1.3.5)
Using rack-cache (1.1)
Using rack-mount (0.8.3)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.0.3)
Using actionpack (3.1.1)
Using mime-types (1.17.2)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.1)
Using bcrypt-ruby (3.0.1)
Using orm_adapter (0.0.5)
Using warden (1.1.0)
Using devise (1.5.1)
Using fastercsv (1.5.4)
Using formtastic (1.2.4)
Using has_scope (0.5.1)
Using responders (0.6.4)
Using inherited_resources (1.2.2)
Using arel (2.2.1)
Using tzinfo (0.3.31)
Using activerecord (3.1.1)
Using activeresource (3.1.1)
Using bundler (1.0.21)
Using rack-ssl (1.3.2)
Using json (1.6.1)
Using rdoc (3.11)
Using thor (0.14.6)
Using railties (3.1.1)
Using rails (3.1.1)
Using kaminari (0.12.4)
Using polyamorous (0.5.0)
Using meta_search (1.1.1)
Using sass (3.1.10)
Using activeadmin (0.3.4)
Using ansi (1.4.1)
Using carrierwave (0.5.8)
Using coffee-script-source (1.1.3)
Using execjs (1.2.9)
Using coffee-script (2.2.0)
Using coffee-rails (3.1.1)
Installing jquery-rails (1.0.19)
Using rmagick (2.13.1)
Using sass-rails (3.1.5)
Using simple_form (1.5.2)
Using sqlite3 (1.3.4)
Using turn (0.8.3)
Using uglifier (1.1.0)

Avatar

Hi Ryan,
you should use »rails generate sorcery:install« instead of »sorcery:bootstrap«.
Have fun!