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

Find software packages matching

Only search category

Browse categories
Packages 1-9 of 9 that are in category Database / Model:
  • Dec 19, 2008
    Acts As EnumeratedPermalink
    by Trevor Squires
    Ruby on Rails → Database/Model → Caching
    Ruby on Rails → Database/Model → Data Structures
    Allows you to treat instances of your ActiveRecord models as though they were an enumeration of values.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Home Page

    Installation Instructions:

    script/plugin install http://svn.protocool.com/public/plugins/enumerations_mixin
    I wrote this package

  • Dec 19, 2008
    SearchlogicPermalink
    by Ben Johnson
    Ruby on Rails → Database/Model → Find
    Ruby on Rails → Subsystems → Search & Geolocation

    Searchlogic‘s goal is to keep your application free of searching clutter. It‘s is an ActiveRecord extension that allows you to perform simple and complex searches with a hash:

      @search = User.new_search(params[:search])
      @users = @search.all
    

    These are just the basics of Searchlogic, it can do a lot more, including pagination, ordering data, etc.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Instructions Home Page

    Installation Instructions:

    sudo gem install searchlogic
    
    For rails, as a gem (recommended)
    
      # config/environment.rb
      config.gem "searchlogic"
    
    Or as a plugin (for older versions of rails)
    
      script/plugin install git://github.com/binarylogic/searchlogic.git
    
    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

  • Jan 05, 2009
    Acts As ListPermalink
    by David Heinemeier Hansson
    Ruby on Rails → Database/Model → Data Structures

    Provides the capabilities for sorting and reordering a number of objects in a list.

    The class that has this specified needs to have a position column defined as an integer on the mapped database table.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Download Home Page
    I wrote this package

  • Dec 19, 2008
    Acts As Taggable On SteroidsPermalink
    by Jonathan Viney
    Ruby on Rails → Database / Model
    Ruby on Rails → Subsystems → Community
    Based on acts_as_taggable by DHH, but includes extras such as tests, smarter tag assignment, and tag cloud calculations.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Instructions Home Page

    Installation Instructions:

    script/plugin install http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids
    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
    Acts as RateablePermalink
    by Chris Ingrassia
    Ruby on Rails → Database / Model
    Ruby on Rails → Subsystems → Votes & Surveys
    Adds the ability to rate/rank arbitrary ActiveRecord model objects.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Instructions Home Page
    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

  • 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

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