-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (18 loc) · 827 Bytes
/
README
File metadata and controls
25 lines (18 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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