- I wrote this packageDec 19, 2008Attachment FuPermalinkShow Details
attachment_fu facilitates file uploads in Ruby on Rails. There are a few storage options for the actual file data, but the plugin always at a minimum stores metadata for each file in the database.
There are three storage options for files uploaded through attachment_fu:
- File system
- Database file
- Amazon S3
Licence
This package is licenced under the MIT licence.
Installation
Installation Instructions:
script/plugin install git://github.com/technoweenie/attachment_fu.git
class BlogController < ApplicationController in_place_edit_for :post, :title end <%= in_place_editor_field :post, 'title' %>
Licence
This package is licenced under the MIT licence.
Installation
Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard.
This plugin was the country_select helper in versions of Rails prior to 2.2.
Licence
This package is licenced under the MIT licence.
