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

Find software packages matching

Only search category

Browse categories
Packages 1-8 of 8 that are in category Subsystems:
  • 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
    AuthlogicPermalink
    by Ben Johnson
    Ruby on Rails → Subsystems → Security
    Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Demo Instructions Home Page Support

    Installation Instructions:

    Gem (recommended)
    $ sudo gem install authlogic
    
    Then add the gem dependency in your config:
      # config/environment.rb
      config.gem "authlogic"
    
    Or you install this as a plugin (for older versions of rails)
      script/plugin install git://github.com/bi
    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
    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 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

  • 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 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

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