Jedrin
2011-Jun-01 15:45 UTC
my app used acts_as_attachment is that old or what should I try using instead ?
I am trying to get an old web site working. It used acts_as_attachment for file uploads. Alot of my google searches seem to show that there are not any recent informational posts on it and particularly not for Rails 3. Do I need to use something else ? What should I try ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Philip Hallstrom
2011-Jun-01 16:12 UTC
Re: my app used acts_as_attachment is that old or what should I try using instead ?
On Jun 1, 2011, at 8:45 AM, Jedrin wrote:> > I am trying to get an old web site working. It used > acts_as_attachment for file uploads. Alot of my google searches seem > to show that there are not any recent informational posts on it and > particularly not for Rails 3. > > Do I need to use something else ? > > What should I try ?http://ruby-toolbox.com/categories/rails_file_uploads.html -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Paul
2011-Jun-01 21:39 UTC
Re: my app used acts_as_attachment is that old or what should I try using instead ?
I like paperclip. I upgraded from acts_as_attachment. What I did was upload a file so I could see what it would do, then looked at the file structure and the database structure for both acts_as_attachment and paperclip. I was able to write a fairly simple rake task to convert the old uploads so that paperclip would find them. On Wed, Jun 1, 2011 at 12:12 PM, Philip Hallstrom <philip-LSG90OXdqQE@public.gmane.org> wrote:> > On Jun 1, 2011, at 8:45 AM, Jedrin wrote: > >> >> I am trying to get an old web site working. It used >> acts_as_attachment for file uploads. Alot of my google searches seem >> to show that there are not any recent informational posts on it and >> particularly not for Rails 3. >> >> Do I need to use something else ? >> >> What should I try ? > > http://ruby-toolbox.com/categories/rails_file_uploads.html > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.