public
Rubygem
Description: A Rails 2.1 compatible plugin for replacing XmlSimple with libxml-ruby.
Homepage:
Clone URL: git://github.com/bitbckt/libxml_rails.git
name age message
file CHANGELOG Loading commit data...
file MIT-LICENSE Mon Jul 28 15:58:18 -0700 2008 Initial commit. [Brandon Mitchell]
file Manifest
file README
file Rakefile Tue Jul 29 16:04:54 -0700 2008 Bump version to 0.0.2. [Brandon Mitchell]
file init.rb
directory lib/
file libxml_rails.gemspec Tue Jul 29 16:04:54 -0700 2008 Bump version to 0.0.2. [Brandon Mitchell]
directory spec/
libxml_rails
===========

libxml_rails is a plugin by Brandon Mitchell designed to replace the default XML processor in Rails (XmlSimple) with the 
C-based libxml. Requires the libxml-ruby gem.

=== Plugin Installation

From RAILS_ROOT:
  > script/plugin install git://github.com/bitbckt/libxml_rails.git

Add the following to the configuration block in config/environment.rb:
  config.gem 'libxml-ruby'
  
=== Gem Installation

Add the following to the configuration block in config/environment.rb:
  config.gem 'bitbckt-libxml_rails', :source => 'http://gems.github.com'

Copyright (c) 2008 Brandon Mitchell, released under the MIT license