No commit activity in last 3 years
No release in over 3 years
Configurable application wide defaults for Paperclip
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

NOTE: This functionality was merged into Paperclip itself on the 31 May 2012, therefor this gem is now in maintenance mode (and is no longer being actively developed).

Paperclip::Defaults Build Status

Configurable Rails application wide defaults for Paperclip.

This gem requires Ruby 1.9.2 or 1.9.3

Usage

Please read the Paperclip documentation to learn how to use Paperclip.

To use Paperclip::Defaults simply add it to your Gemfile and update config/application.rb or one of your config/environments/ files. In these files you can set the default options Hash for has_attached_file like so:

config.paperclip_defaults = {default_url: "http://www.example.com/missing.png"}

Development

Pull requests are welcome, please make sure your patches are well tested before contributing. When sending a pull request:

  • Use a topic branch for your change
  • Add tests for your changes using MiniTest::Unit
  • Do not change the version number in the gemspec

License

Paperclip::Defaults is released under the MIT license.

Author

Mark Kremer