Railsify!

artmotion

  • artmotion has 0 plugins published and has 0 fans on Railsify!

attachment_fu by Rick Olson in Images & Graphics and File Management

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.

Foreign Key Migrations by Clinton Nixon (crnixon) in ActiveRecord

Simply, this plugin allows foreign keys to be specified in ActiveRecord migrations. It currently works with SQLite, MySQL, and PostgreSQL.

Friendly Identifier by Nick Zadrozny (nzadrozny) in Utilities, ActiveRecord, and Miscellaneous

It's nice to have human-readable identifiers in your URLs, but can be a bit of a pain to get just right. This plugin provides a single command that parses out a nice permalink, overrides to_param and even overrides find so you can start using friendly urls right away! This isn't the end-all permalink plugin, but it's an excellent time- and code-saver for small, restful apps.

In Place Rich Editor by Mathieu Fosse (pointcom) in HTML Helpers

"In Place Rich Editor" Rails plugin aims to enrich the classical "In Place Editor" helper with WYSIWYG features.