Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Add support for created_at field #787

Closed
wants to merge 68 commits into from
Closed

Add support for created_at field #787

wants to merge 68 commits into from

Commits on Mar 21, 2012

  1. Configuration menu
    Copy the full SHA
    5db18eb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2012

  1. Refactored and added tests

    jerefrer committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    144c3b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2012

  1. Refactored

    jerefrer committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    d4eb26a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2012

  1. add Geometry#resize_to to calculate dimensions of new source

    Ryan Sonnek authored and mike-burns committed May 31, 2012
    Configuration menu
    Copy the full SHA
    d594746 View commit details
    Browse the repository at this point in the history
  2. remove extra requires

    Ryan Sonnek authored and mike-burns committed May 31, 2012
    Configuration menu
    Copy the full SHA
    b567175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02f16c9 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    efead1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43f5d4f View commit details
    Browse the repository at this point in the history
  6. Updated README

    mrkcor authored and mike-burns committed May 31, 2012
    Configuration menu
    Copy the full SHA
    0354f66 View commit details
    Browse the repository at this point in the history
  7. Re-arranged the cucumber features

    mrkcor authored and mike-burns committed May 31, 2012
    Configuration menu
    Copy the full SHA
    1ded077 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9f825a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24d1439 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d60582f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2012

  1. Configuration menu
    Copy the full SHA
    cdfc4cf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2012

  1. Configuration menu
    Copy the full SHA
    c54708f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd99e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c96365d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2012

  1. Update main dependencies

    Closes #910
    sikachu committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    25449d2 View commit details
    Browse the repository at this point in the history
  2. Improved the coverage of character restriction logic

    phene authored and Jon Yurek committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    e54c836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b920ee4 View commit details
    Browse the repository at this point in the history
  4. Abstract the Tempfile generation into a factory

    Jon Yurek committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    073152e View commit details
    Browse the repository at this point in the history
  5. Use more duck typing instead of class checking

            ,----,      _____________
       ___.`      `,   /             \
       `===  D     :  <  Quack Quack! |
         `'.      .'   \_____________/
            )    (                   ,
           /      \_________________/|
          /                          |
         |                           ;
         |               _____       /
         |      \       ______7    ,'
         |       \    ______7     /
          \       `-,____7      ,'   jgs
    ^~^~^~^`\                  /~^~^~^~^
      ~^~^~^ `----------------' ~^~^~^
     ~^~^~^~^~^^~^~^~^~^~^~^~^~^~^~^~
    sikachu committed Jun 8, 2012
    4 Configuration menu
    Copy the full SHA
    5840b75 View commit details
    Browse the repository at this point in the history
  6. Revise :respond_to? duck typing check

    Actually trying to check what's being used in the method instead of
    checking for something and use another thing. Thanks @jferris.
    sikachu committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    6003e54 View commit details
    Browse the repository at this point in the history
  7. Re-merge the permission with the same value

    `#reverse_merge` did not work as planned because :default key was
    already existed in the hash.
    sikachu committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    3f48043 View commit details
    Browse the repository at this point in the history
  8. rewind before generating fingerprint

    Mankyu Han authored and Jon Yurek committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    d699680 View commit details
    Browse the repository at this point in the history
  9. Including test.

    mankyuhan authored and Jon Yurek committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    2337e0f View commit details
    Browse the repository at this point in the history
  10. caching fingerprint & test update

    mankyuhan authored and Jon Yurek committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    7332e51 View commit details
    Browse the repository at this point in the history
  11. Make sure no newline from type_from_file_command

    This relates to #817
    sikachu committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    6728166 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2012

  1. 1 Configuration menu
    Copy the full SHA
    49b833a View commit details
    Browse the repository at this point in the history
  2. Added expiring_url method to Fog Storage

    IMPORTANT: There is a bug in the current release of Fog (1.3.1) that will
    return a broken expiring URL when the bucket name is valid for a subdomain.
    This is fixed per fog/fog#857 but not released
    in the gem yet. I have added currently FAILING tests for these cases that
    should pass when a new Fog is released.
    michiels authored and sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    357d030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1ad6f3 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded file

    sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    40a74fd View commit details
    Browse the repository at this point in the history
  5. update rails versions

    shime authored and sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    3275f69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdf85a2 View commit details
    Browse the repository at this point in the history
  7. Rewind tempfiles after get saved to storages

    Re-fix of #838, #766, #911
    sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    d46a1af View commit details
    Browse the repository at this point in the history
  8. Remove whitespaces

    sikachu committed Jun 15, 2012
    6 Configuration menu
    Copy the full SHA
    e90de5d View commit details
    Browse the repository at this point in the history
  9. Always convert s3_protocol to string first

    Fixes #883
    sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    95d7c4a View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    e5ed019 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2059c5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d9de7ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b09bb31 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef646f3 View commit details
    Browse the repository at this point in the history
  15. 3 Configuration menu
    Copy the full SHA
    90ea9da View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    76cbfb8 View commit details
    Browse the repository at this point in the history
  17. Add command recorder for our migrations

    This is for Rails 3.1+
    sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    77ee8a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3a7a93d View commit details
    Browse the repository at this point in the history
  19. Update NEWS file

    sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    5a138fd View commit details
    Browse the repository at this point in the history
  20. Cleanup whitespaces

    sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    04094b6 View commit details
    Browse the repository at this point in the history
  21. Bump to 3.1.0

    sikachu committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    ccfcc22 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2012

  1. Fix typo in README

    groe committed Jun 16, 2012
    Configuration menu
    Copy the full SHA
    f30f9cb View commit details
    Browse the repository at this point in the history
  2. Require Paperclip::Schema only when used with AR

    This will solve an issue when using Paperclip without Active Record
    such as Mongoid.
    
    Fixes #919
    sikachu committed Jun 16, 2012
    Configuration menu
    Copy the full SHA
    2860c70 View commit details
    Browse the repository at this point in the history
  3. Bump to 3.1.1

    sikachu committed Jun 16, 2012
    Configuration menu
    Copy the full SHA
    271008d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2012

  1. Pass only column name to #remove_column

    @mvz caught this in 90ea9da.
    Thank you!
    sikachu committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    127e879 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.1.2

    Also, 3.1.0 and 3.1.1 will be yanked because of the regression.
    sikachu committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    0eae7db View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2012

  1. Adds a class for managing content type detection

    Jon Yurek committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    f407412 View commit details
    Browse the repository at this point in the history
  2. Extra checking on the content type detector

    Jon Yurek committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    9fc74e0 View commit details
    Browse the repository at this point in the history
  3. Bringing back functionality to allow StringioAdapter to accept conten…

    …t_type and original_filename
    ylansegal authored and Jon Yurek committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    16f707e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76946b6 View commit details
    Browse the repository at this point in the history
  5. Refactored and added tests

    jerefrer committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    a1e7b28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a37b8ba View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:jerefrer/paperclip

    Conflicts:
    	lib/paperclip/attachment.rb
    jerefrer committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    f548077 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    059e9e5 View commit details
    Browse the repository at this point in the history
  9. Refactored and added tests

    jerefrer committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    2aebc3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f0ffe7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4d0613 View commit details
    Browse the repository at this point in the history
  12. Refactored and added tests

    jerefrer committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    58e4a94 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    16cdeda View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' of github.com:jerefrer/paperclip

    Conflicts:
    	test/attachment_test.rb
    jerefrer committed Jun 22, 2012
    Configuration menu
    Copy the full SHA
    05586bc View commit details
    Browse the repository at this point in the history