Links
Categories
Category: Assets
-
action_mailer_tls
Configure Rails To Use Gmail's SMTP
-
ActiveResources
This plugin enables you to do ActiveRecord operations from the client
-
Acts As Featurable
In restate.ae, we need to feature some videos and properties in the home page for a specific amount of period; so, for that purpose, we create Acts As Featurable. It assumes that you want to "feature" a specific type of object for a pre-defined amount of time.
-
ActsAsFile
Saves files to the file system.
-
ActsAsImage
Scales images and writes them to the file system.
-
acts_as_bytefield
A Rails plugin to turn a string column into a bytefield.
-
acts_as_currency
Allows you to use a '$' in a currency form field when the field is a decimal in the database.
-
acts_as_smilable
Adding smile support to your site
-
acts_as_truncatable
Provides method for truncating html
-
acts_as_video_fu
Rails plugin that easily allows you to show video streams on your site.
-
AdministrateMe
A Rails plugin to provide support for common administration functions.
You could say it's a way better scaffolding options.
-
admin_data
Browse and Manage your data using browser
-
ArabicHelper
A plugin to help you localize your Rails app to Arabic, this include few useful helpers and ActiveRecord localization
Arabic Helper consists of two parts, model extension and views helper methods. Model extension is to help you have Arabic error messages and attributes names in your model. Helper methods are made to support, pluralizing, country names and time distance in Arabic.
-
Asset Field
Adds asset management capabilities to your model.
-
Asset timestamping
Automatically appends a last modified timestamp to all static asset URLs to avoid caching issues with updated images, javascripts and stylesheets.
-
asset-version
Amazingly easy versioning for cached assets.
-
AssetPackager
JavaScript and CSS Asset Compression for Production Rails Apps
-
attachment_fu image generator
Generates migrations and models for attachment_fu images
-
attachment_fu_app_engine
Extension for AttachmentFu which uses the Google App Engine for storage and image resizing. Allows you to add or change thumbnail sizes without migrating previous data and removes the need to install ImageMagick.
-
Bundled CSS and Javascript assets
By bundling and compacting your CSS and Javascript ressources you can significantly reduce your page load times because there’s (potentially) far less HTTP overhead occuring.
This little plugin does all the packaging and compacting for you - on the fly. There’s no need to handle any Rake tasks or even copy stuff manually. Simply install the plugin and you’re ready to use dynamic asset URLs in your templates.
