Plugin not found: 'attachment_fu'

Hi,

I tried to install 'attachment_fu' by the following command: script/plugin install http://svn.techno-weenie.net/projects/plugins/attachment_fu/ but its giving me the error: Plugin not found: ["http://svn.techno-weenie.net/projects/plugins/attachment_fu/ "]

Please let me know how to install it.

The command looks correct, so I dont know whats wrong. You could try installing it from github instead: http://github.com/technoweenie/attachment_fu.git

Sharagoz -- wrote:

The command looks correct, so I dont know whats wrong. You could try installing it from github instead: GitHub - technoweenie/attachment_fu: Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.

Still the same error: Plugin not found

Hmm.. are you on Ruby 1.9? It seems that there's a bug with Ruby 1.9 and Rails 2.3.4. See this ticket: https://rails.lighthouseapp.com/projects/8994/tickets/2018-ruby-19-compat-plugininstall-git-always-fails-in-ruby-19

You may have to upgrade to 2.3.5 or edge to solve it, or downgrade ruby to 1.8

Sharagoz -- wrote:

Hmm.. are you on Ruby 1.9? It seems that there's a bug with Ruby 1.9 and Rails 2.3.4. See this ticket: #2018 Ruby 1.9 compat: plugin/install git://... always fails in Ruby 1.9 - Ruby on Rails - rails

You may have to upgrade to 2.3.5 or edge to solve it, or downgrade ruby to 1.8

Thanks for the information I am using Ruby 1.9 I will try to use 1.8