Skip to content

anathematic/paperclip_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperClip Example
================

This is just a quick and dirty example of how to use paperclip plugin by thoughtbot I'm using Rails 2.3.1 for this example but anything 2.0+ should be fine

Install / Usage
================

May need to update to edge Rails (using Rails 2.3.1 as of this writing)
1. gem install rails --source http://gems.rubyonrails.org
2. setup database.yml as needed (look at config/database.yml.example if you need help)
3. rake db:create
4. rake db:migrate

Other Notes
================

On some Mac Os X systems you're going to need to define the imagemagick path, on my Leopard box w/ Macports I used the following:
Paperclip.options[:image_magick_path] = '/opt/local/bin'

Contact Information
================

If you have any problems / feedback you can find me at:
Anathematic (irc) or pm on github

About

A quick inline example of paperclip w/ Rails 2.3.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published