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

Find software packages matching

Only search category

Browse categories
Packages 1-7 of 7 that are in category Views:
  • Jan 22, 2009
    WiceGrid 0.3Permalink
    by The WICE team
    Ruby on Rails → Views
    Ruby on Rails → Views → Paging
    Ruby on Rails → Database / Model → Find

    WiceGrid is a Rails plugin which does all dummy work for you when you need to render a table with:

    • paging
    • sortable columns
    • filtering by multiple columns
    • CSV export
    • saving queries (considered experimental as of version 0.3)

    Filters are added automatically according to the type of the underlying DB column, or can be customized. Filtering by more than one column at the same time is possible. More than one such grid can appear on a page, and manipulations with one grid do not have any impact on the other.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Prerequisites

    • Will Paginate (Version >= 2.3.2)

    Installation

    Release Notes Home Page Support

    Installation Instructions:

    script/plugin install http://svn.wice.eu/public/wice_grid

    or if you want to use svn externals to keep it up-to-date:

    script/plugin install -x http://svn.wice.eu/public/wice_grid
    I wrote this package

  • Dec 19, 2008
    Will PaginatePermalink
    by Mislav Marohnić, PJ Hyett
    Ruby on Rails → Views → Paging
    Ruby on Rails → Database/Model → Find

    Pagination is just limiting the number of records displayed. Why should you let it get in your way while developing, then? This plugin makes magic happen. Did you ever want to be able to do just this on a model:

    Post.paginate :page => 1, :order => 'created_at DESC'

    …and then render the page links with a single view helper? Well, now you can.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Instructions Home Page Support
    I wrote this package

  • 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