public
Description: Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/technoweenie/attachment_fu.git
Click here to lend your support to: attachment_fu and make a donation at www.pledgie.com !
technoweenie (author)
Wed Dec 13 16:59:38 -0800 2006
commit  941233203ad0ddd85929e91625cfa98bdaaa334b
tree    c7a90c76f5f3a1e753383698f0b805469c91eee7
parent  1e91f6545a38dc16bf7ba35292841dbe8f860fb0
attachment_fu / test / database.yml
100644 18 lines (18 sloc) 0.396 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sqlite:
  :adapter: sqlite
  :dbfile: attachment_fu_plugin.sqlite.db
sqlite3:
  :adapter: sqlite3
  :dbfile: attachment_fu_plugin.sqlite3.db
postgresql:
  :adapter: postgresql
  :username: postgres
  :password: postgres
  :database: attachment_fu_plugin_test
  :min_messages: ERROR
mysql:
  :adapter: mysql
  :host: localhost
  :username: rails
  :password:
  :database: attachment_fu_plugin_test