Logo_s
  • Find a Package
  • Check Live Licences
  • Register
  • FAQs
  • Login

Find software packages matching

Only search category

Browse categories
Packages 1-2 of 2 that are in category JavaScript:
  • Dec 19, 2008
    AssetPackager – JavaScript and CSS Asset Compression for Producti...Permalink
    by Scott Becker
    Ruby on Rails → Production
    Ruby on Rails → JavaScript
    Ruby on Rails → Subsystems → Content Management & Hosting

    When 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.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Home Page Support

    Installation Instructions:

    1. Download and install the plugin: script/plugin install git://github.com/sbecker/asset_packager.git
    2. Run the rake task asset:packager:create_yml to generate the /config/asset_packages.yml file the first time.
    I wrote this package

  • Dec 22, 2008
    In-Place EditingPermalink
    by David Heinemeier Hansson
    Ruby on Rails → JavaScript
    Ruby on Rails → Views → Forms
    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.
    class BlogController < ApplicationController
      in_place_edit_for :post, :title
    end
    
    <%= in_place_editor_field :post, 'title' %>
    
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Download Home Page

    Installation Instructions:

    For Git installs:
    Rails >= 2.1: script/plugin install git://github.com/rails/in_place_editing
    Rails < 2.1: git clone git://github.com/rails/in_place_editing vendor/plugins/in_place_editing && rm -rf vendor/plugins/in_plac
    I wrote this package

  • Privacy Policy
  • Terms of Use
  • Contact
  • About Rails Wheels