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

Find software packages matching

Only search category

Browse categories
Packages 1-10 of 19 that are in category Ruby on Rails:
  • 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

  • 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
    Restful AuthenticationPermalink
    by Rick Olson
    Ruby on Rails → Subsystems → Security
    Ruby on Rails → Utilities → Generators
    Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Instructions Home Page

    Installation Instructions:

    git clone git://github.com/technoweenie/restful-authentication.git restful_authentication
    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
    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
    Exception NotifierPermalink
    by Jamis Buck
    Ruby on Rails → Production → Logging & Errors
    Ruby on Rails → Utilities → Logging

    Provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application.

    The email includes information about the current request, session, and environment, and also gives a backtrace of the exception.

    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Home Page

    Installation Instructions:

    script/plugin install http://dev.rubyonrails.org/svn/rails/plugins/exception_notification
    I wrote this package

  • Dec 19, 2008
    SSL RequirementPermalink
    by David Heinemeier Hansson
    Ruby on Rails → Controller
    Ruby on Rails → Production
    Adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Home Page

    Installation Instructions:

    script/plugin install http://dev.rubyonrails.org/svn/rails/plugins/ssl_requirement
    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 19, 2008
    BackgrounDRbPermalink
    by Hemant Kumar
    Ruby on Rails → Subsystems → Asynchronous Processing
    Ruby on Rails → Production
    BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long-running tasks.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Prerequisites

    • chronic
      Installation command: sudo gem install chronic
    • packet
      Installation command: sudo gem install packet

    Installation

    Instructions Home Page Support
    I wrote this package

Previous PageNext Page

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