1. 23 Mar, 2012 4 commits
  2. 18 Mar, 2012 1 commit
  3. 16 Mar, 2012 3 commits
  4. 12 Mar, 2012 3 commits
  5. 09 Mar, 2012 1 commit
    • Change the default :url and :path to avoid conflicts. Closes #727. · 26f4d409
      The new default :path and :include include the name of the model and
      also nests the model ID under a series of subdirectories, improving
      filesystem access speed when more than 1024 models have saved
      attachments.
      
      The easiest way to upgrade is to add an explicit :url and :path to your
      has_attached_file calls:
      
          has_attached_file :avatar,
            :path => ":rails_root/public/system/:attachment/:id/:style/:filename",
            :url => "/system/:attachment/:id/:style/:filename"
      Mike Burns committed
  6. 05 Mar, 2012 1 commit
  7. 02 Mar, 2012 11 commits
  8. 01 Mar, 2012 2 commits
  9. 29 Feb, 2012 1 commit
  10. 24 Feb, 2012 4 commits
  11. 23 Feb, 2012 2 commits
  12. 19 Feb, 2012 1 commit
  13. 17 Feb, 2012 6 commits