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

Find software packages matching

Only search category

Browse categories
Packages 1-5 of 5 that are in category Forms:
  • Dec 19, 2008
    Attachment FuPermalink
    by Rick Olson
    Ruby on Rails → Views → Forms
    Ruby on Rails → Subsystems → Content Management & Hosting

    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
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Home Page

    Installation Instructions:

    script/plugin install git://github.com/technoweenie/attachment_fu.git
    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

  • Jan 03, 2009
    Country SelectPermalink
    by Michael Koziarski
    Ruby on Rails → Views → Forms

    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.

    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/country_select
    Rails < 2.1: git clone git://github.com/rails/country_select vendor/plugins/country_select && rm -rf vendor/plugins/country_select/.gi
    I wrote this package

  • Dec 22, 2008
    Acts As TextiledPermalink
    by Chris Wanstrath
    Ruby on Rails → Views → Forms
    Ruby on Rails → Database / Model
    Allows you to forget about constantly rendering Textile in your application. Instead, you can rest easy knowing the Textile fields you want to display as HTML will always be displayed as HTML (unless you tell your code otherwise).
    class Story < ActiveRecord::Base
      acts_as_textiled :body_text, :description
    end
    
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Prerequisites

    • RedCloth

    Installation

    Download Release Notes Home Page

    Installation Instructions:

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

  • Dec 19, 2008
    Active ScaffoldPermalink
    by Scott Rutherford, Richard White, Lance Ivy, Ed Moss, and Tim Harper
    Ruby on Rails → Database / Model
    Ruby on Rails → Views → Forms

    AJAX CRUD functionality that’s smart enough to handle all your ActiveRecord associations.

    • An AJAXified table interface for creating, updating, and deleting objects
    • Automatic handling of ActiveRecord associations
    • Sorting, Search and Pagination
    • Graceful JavaScript degradation
    • RESTful API support (XML/YAML/JSON) baked in
    • Sexy CSS styling and theming support
    • More extension points than you can shake a stick at
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Prerequisites

    • Ruby on Rails (Version >= 2.2)

    Optional prerequisites:

    • RecordSelect

    Installation

    Demo Download Release Notes Instructions Home Page Support

    Installation Instructions:

    script/plugin install http://activescaffold.googlecode.com/svn/tags/active_scaffold
    I wrote this package

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