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

Find software packages matching

Only search category

Browse categories
Packages 1-10 of 21:
  • 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
    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
    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
    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
    Query TracePermalink
    by Nathaniel Talbott
    Ruby on Rails → Utilities → Logging
    Each logged database query displays an execution backtrace, allowing you to pinpoint the code line where a query was executed.
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

    Home Page

    Installation Instructions:

    script/plugin install git://github.com/ntalbott/query_trace.git
    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
    HpricotPermalink
    by why the lucky stiff
    Other
    A flexible and fast HTML parser.
    #!ruby
     require 'hpricot'
     require 'open-uri'
     # load the RedHanded home page
     doc = Hpricot(open("http://redhanded.hobix.com/index.html"))
     # change the CSS class on links
     (doc/"span.entryPermalink").set("class", "newLinks")
     # remove the sidebar
     (doc/"#sidebar").remove
     # print the altered HTML
     puts doc
    
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Installation

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

Previous PageNext Page

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