Packages 1-2 of 2 that are in category JavaScript:
- I wrote this packageDec 19, 2008AssetPackager – JavaScript and CSS Asset Compression for Producti...PermalinkRuby on Rails → Production
Ruby on Rails → JavaScript
Ruby on Rails → Subsystems → Content Management & Hosting
Show DetailsWhen it comes time to deploy your new web application, instead of sending down a dozen JavaScript and CSS files full of formatting and comments, this Rails plugin makes it simple to merge and compress JavaScript and CSS down into one or more files, increasing speed and saving bandwidth.
When in development, it allows you to use your original versions and retain formatting and comments for readability and debugging.
Licence
This package is licenced under the MIT licence.
Installation
Dec 22, 2008
In-Place EditingPermalink
Makes it easy for Rails apps to use
script.aculo.us's
Ajax.InPlaceEditor class, which allows text fields to be edited and saved on the fly by clicking on them.
Show Details
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.
