11155
(-- --)
September 14, 2010, 7:20am
1
I tried to get "acts_as_attachment". All I get from the website is the
link list below.
http://svn.techno-weenie.net/projects/plugins/acts_as_attachment/
This link seems not availiable now. Does anyone know about other URL for
this plugin?
thanks in advance.
Gcompany
(Gcompany)
September 14, 2010, 7:46am
2
This plugin is now renamed as Restful authentication, available at
http://github.com/technoweenie/restful-authentication
Simon
(Simon)
September 14, 2010, 11:12am
3
I think you meant acts_as_authenticated.
Simon
(Simon)
September 14, 2010, 11:17am
4
attachment_fu is the successor of acts_as_attachment.
http://github.com/technoweenie/attachment_fu
You should also have a look at paperclip.
http://github.com/thoughtbot/paperclip
11155
(-- --)
September 14, 2010, 2:05pm
5
Edwin Chen wrote:
I tried to get "acts_as_attachment". All I get from the website is the
link list below.
http://svn.techno-weenie.net/projects/plugins/acts_as_attachment/
This link seems not availiable now. Does anyone know about other URL for
this plugin?
thanks in advance.
I think most people use Paperclip these days.
Best,
11155
(-- --)
September 15, 2010, 5:11am
6
Simon wrote:
attachment_fu is the successor of acts_as_attachment.
GitHub - technoweenie/attachment_fu: Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
You should also have a look at paperclip.
GitHub - thoughtbot/paperclip: Easy file attachment management for ActiveRecord
Thanks everyone!
I have installed the paperclip. it seems work.
Here left one issue when I submit the upload button.
I followed the steps in "README.rdoc->quick start", replace the "avatar"
with "photo"
Below is some debug info in trace log. Does anyone have idea about this
issue?
Simon
(Simon)
September 15, 2010, 7:11am
7
Have you installed ImageMagick on your machine?
11155
(-- --)
September 15, 2010, 7:24am
8
Simon wrote:
Have you installed ImageMagick on your machine?
My bad. I am downloading the ImageMagick. Thanks for your reminder.