Attachment-Fu

インスト−ル方法がわかんない・・・普通の人(Rails使いでない)にはわかるのかな。(※1)


※1:git のインストールを使えばいい。
使い方は
$ rails plugin install git://github.com/thoughtbot/paperclip.git
インストールのやり方は機会があればまた今度。
さて

Gemfine に
gem 'attachment_fu'
を追加して、bundle install を行ったが

Fetching source index for http://rubygems.org/
Could not find gem 'attachment_fu (>= 0, runtime)' in any of the gem sources listed in your Gemfile.
と怒られた。

$ sudo gem install attachment_fu
ERROR: Could not find a valid gem 'attachment_fu' (>= 0) in any repository
ERROR: Possible alternatives: attachmerb_fu, attachments, attachment-san
としてもだめなので、仕方なく

$ sudo gem install attachmerb_fu attachments attachment-san attachment_fu
としたらおkでした。
きっと attachment_fu は不要です。

Fetching: extlib-0.9.15.gem (100%)
Fetching: merb-core-1.1.3.gem (100%)

(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)

(::) U P G R A D I N G (::)

Thank you for installing merb-core 1.1.3

The planned route for upgrading from merb 1.1.x to 1.2 will involve
changes which may break existing merb apps. Fear not, fixes for
apps broken by 1.2 should be trivial. Please be sure to read
http://wiki.github.com/merb/merb/release-120 for the details
regarding usage of the upcoming 1.2 release.

(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
Fetching: sexp_processor-3.0.5.gem (100%)
Fetching: ruby_parser-2.0.5.gem (100%)
Fetching: ruby2ruby-1.2.5.gem (100%)
Fetching: ZenTest-4.4.2.gem (100%)
Fetching: RubyInline-3.8.6.gem (100%)
Fetching: ParseTree-3.0.6.gem (100%)
Fetching: merb-action-args-1.1.3.gem (100%)
Fetching: merb-assets-1.1.3.gem (100%)
Fetching: merb-auth-core-1.1.1.gem (100%)
Fetching: merb-auth-more-1.1.1.gem (100%)
Fetching: merb-slices-1.1.3.gem (100%)
Fetching: merb-auth-slice-password-1.1.1.gem (100%)
Fetching: merb-auth-1.1.1.gem (100%)
Fetching: merb-cache-1.1.3.gem (100%)
Fetching: mailfactory-1.4.0.gem (100%)
Fetching: merb-mailer-1.1.3.gem (100%)
Fetching: merb-exceptions-1.1.3.gem (100%)
Fetching: highline-1.6.1.gem (100%)
Fetching: templater-1.0.0.gem (100%)
Fetching: merb-gen-1.1.3.gem (100%)
Fetching: haml-3.0.25.gem (100%)
Fetching: merb-haml-1.1.3.gem (100%)
Fetching: merb-helpers-1.1.3.gem (100%)
Fetching: merb-param-protection-1.1.3.gem (100%)
Fetching: addressable-2.2.2.gem (100%)
Fetching: dm-core-1.0.2.gem (100%)
Fetching: dm-migrations-1.0.2.gem (100%)
Fetching: merb_datamapper-1.1.2.gem (100%)
Fetching: dm-aggregates-1.0.2.gem (100%)
Fetching: dm-constraints-1.0.2.gem (100%)
Fetching: dm-transactions-1.0.2.gem (100%)
Fetching: fastercsv-1.5.4.gem (100%)
Fetching: json_pure-1.4.6.gem (100%)
Fetching: dm-serializer-1.0.2.gem (100%)
Fetching: dm-timestamps-1.0.2.gem (100%)
Fetching: dm-validations-1.0.2.gem (100%)
Fetching: uuidtools-2.1.1.gem (100%)
Fetching: stringex-1.1.0.gem (100%)
Fetching: dm-types-1.0.2.gem (100%)
Fetching: data_mapper-1.0.2.gem (100%)
Fetching: data_objects-0.10.2.gem (100%)
Fetching: do_sqlite3-0.10.2.gem (100%)
Building native extensions. This could take a while...
Fetching: merb-1.1.3.gem (100%)
Fetching: attachmerb_fu-0.0.1.gem (100%)
Successfully installed extlib-0.9.15
Successfully installed merb-core-1.1.3
Successfully installed sexp_processor-3.0.5
Successfully installed ruby_parser-2.0.5
Successfully installed ruby2ruby-1.2.5
Successfully installed ZenTest-4.4.2
Successfully installed RubyInline-3.8.6
Successfully installed ParseTree-3.0.6
Successfully installed merb-action-args-1.1.3
Successfully installed merb-assets-1.1.3
Successfully installed merb-auth-core-1.1.1
Successfully installed merb-auth-more-1.1.1
Successfully installed merb-slices-1.1.3
Successfully installed merb-auth-slice-password-1.1.1
Successfully installed merb-auth-1.1.1
Successfully installed merb-cache-1.1.3
Successfully installed mailfactory-1.4.0
Successfully installed merb-mailer-1.1.3
Successfully installed merb-exceptions-1.1.3
Successfully installed highline-1.6.1
Successfully installed templater-1.0.0
Successfully installed merb-gen-1.1.3
Successfully installed haml-3.0.25
Successfully installed merb-haml-1.1.3
Successfully installed merb-helpers-1.1.3
Successfully installed merb-param-protection-1.1.3
Successfully installed addressable-2.2.2
Successfully installed dm-core-1.0.2
Successfully installed dm-migrations-1.0.2
Successfully installed merb_datamapper-1.1.2
Successfully installed dm-aggregates-1.0.2
Successfully installed dm-constraints-1.0.2
Successfully installed dm-transactions-1.0.2
Successfully installed fastercsv-1.5.4
Successfully installed json_pure-1.4.6
Successfully installed dm-serializer-1.0.2
Successfully installed dm-timestamps-1.0.2
Successfully installed dm-validations-1.0.2
Successfully installed uuidtools-2.1.1
Successfully installed stringex-1.1.0
Successfully installed dm-types-1.0.2
Successfully installed data_mapper-1.0.2
Successfully installed data_objects-0.10.2
Successfully installed do_sqlite3-0.10.2
Successfully installed merb-1.1.3
Successfully installed attachmerb_fu-0.0.1
Fetching: attachments-0.0.13.gem (100%)
Successfully installed attachments-0.0.13
Fetching: attachment-san-0.0.2.gem (100%)
Successfully installed attachment-san-0.0.2
ERROR: Could not find a valid gem 'attachment_fu' (>= 0) in any repository
ERROR: Possible alternatives: attachmerb_fu, attachments, attachment-san
48 gems installed
Installing ri documentation for extlib-0.9.15...
Installing ri documentation for merb-core-1.1.3...
Installing ri documentation for sexp_processor-3.0.5...
Installing ri documentation for ruby_parser-2.0.5...
Installing ri documentation for ruby2ruby-1.2.5...
Installing ri documentation for ZenTest-4.4.2...
Installing ri documentation for RubyInline-3.8.6...
Installing ri documentation for ParseTree-3.0.6...
Installing ri documentation for merb-action-args-1.1.3...
Installing ri documentation for merb-assets-1.1.3...
Installing ri documentation for merb-auth-core-1.1.1...
Installing ri documentation for merb-auth-more-1.1.1...
Installing ri documentation for merb-slices-1.1.3...
Installing ri documentation for merb-auth-slice-password-1.1.1...
Installing ri documentation for merb-auth-1.1.1...
Installing ri documentation for merb-cache-1.1.3...
Installing ri documentation for mailfactory-1.4.0...
Installing ri documentation for merb-mailer-1.1.3...
Installing ri documentation for merb-exceptions-1.1.3...
Installing ri documentation for highline-1.6.1...
Installing ri documentation for templater-1.0.0...
Installing ri documentation for merb-gen-1.1.3...
Installing ri documentation for haml-3.0.25...
Installing ri documentation for merb-haml-1.1.3...
Installing ri documentation for merb-helpers-1.1.3...
Installing ri documentation for merb-param-protection-1.1.3...
Installing ri documentation for addressable-2.2.2...
Installing ri documentation for dm-core-1.0.2...
Installing ri documentation for dm-migrations-1.0.2...
Installing ri documentation for merb_datamapper-1.1.2...
Installing ri documentation for dm-aggregates-1.0.2...
Installing ri documentation for dm-constraints-1.0.2...
Installing ri documentation for dm-transactions-1.0.2...
Installing ri documentation for fastercsv-1.5.4...
Installing ri documentation for json_pure-1.4.6...
Installing ri documentation for dm-serializer-1.0.2...
Installing ri documentation for dm-timestamps-1.0.2...
Installing ri documentation for dm-validations-1.0.2...
Installing ri documentation for uuidtools-2.1.1...
Installing ri documentation for stringex-1.1.0...
Installing ri documentation for dm-types-1.0.2...
Installing ri documentation for data_mapper-1.0.2...
Installing ri documentation for data_objects-0.10.2...
Installing ri documentation for do_sqlite3-0.10.2...
Installing ri documentation for merb-1.1.3...
Installing ri documentation for attachmerb_fu-0.0.1...
Installing ri documentation for attachments-0.0.13...
Installing ri documentation for attachment-san-0.0.2...
Installing RDoc documentation for extlib-0.9.15...
Installing RDoc documentation for merb-core-1.1.3...
Installing RDoc documentation for sexp_processor-3.0.5...
Installing RDoc documentation for ruby_parser-2.0.5...
Installing RDoc documentation for ruby2ruby-1.2.5...
Installing RDoc documentation for ZenTest-4.4.2...
Installing RDoc documentation for RubyInline-3.8.6...
Installing RDoc documentation for ParseTree-3.0.6...
Installing RDoc documentation for merb-action-args-1.1.3...
Installing RDoc documentation for merb-assets-1.1.3...
Installing RDoc documentation for merb-auth-core-1.1.1...
Installing RDoc documentation for merb-auth-more-1.1.1...
Installing RDoc documentation for merb-slices-1.1.3...
Installing RDoc documentation for merb-auth-slice-password-1.1.1...
Installing RDoc documentation for merb-auth-1.1.1...
Installing RDoc documentation for merb-cache-1.1.3...
Installing RDoc documentation for mailfactory-1.4.0...
Installing RDoc documentation for merb-mailer-1.1.3...
Installing RDoc documentation for merb-exceptions-1.1.3...
Installing RDoc documentation for highline-1.6.1...
Installing RDoc documentation for templater-1.0.0...
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc
Installing RDoc documentation for merb-gen-1.1.3...
Installing RDoc documentation for haml-3.0.25...
Installing RDoc documentation for merb-haml-1.1.3...
Installing RDoc documentation for merb-helpers-1.1.3...
Installing RDoc documentation for merb-param-protection-1.1.3...
Installing RDoc documentation for addressable-2.2.2...
Installing RDoc documentation for dm-core-1.0.2...
Installing RDoc documentation for dm-migrations-1.0.2...
Installing RDoc documentation for merb_datamapper-1.1.2...
Installing RDoc documentation for dm-aggregates-1.0.2...
Installing RDoc documentation for dm-constraints-1.0.2...
Installing RDoc documentation for dm-transactions-1.0.2...
Installing RDoc documentation for fastercsv-1.5.4...
Installing RDoc documentation for json_pure-1.4.6...
Installing RDoc documentation for dm-serializer-1.0.2...
Installing RDoc documentation for dm-timestamps-1.0.2...
Installing RDoc documentation for dm-validations-1.0.2...
Installing RDoc documentation for uuidtools-2.1.1...
Installing RDoc documentation for stringex-1.1.0...
Installing RDoc documentation for dm-types-1.0.2...
Installing RDoc documentation for data_mapper-1.0.2...
Installing RDoc documentation for data_objects-0.10.2...
Installing RDoc documentation for do_sqlite3-0.10.2...
Installing RDoc documentation for merb-1.1.3...
Installing RDoc documentation for attachmerb_fu-0.0.1...
Installing RDoc documentation for attachments-0.0.13...
Installing RDoc documentation for attachment-san-0.0.2...

と終わったところで、http://www.railsplugins.org/plugins/236-attachment-fu
に使えないとのコメントを発見orz