public
Description: A Rails 2.1 compatible plugin for replacing XmlSimple with libxml-ruby.
Homepage:
Clone URL: git://github.com/bitbckt/libxml_rails.git
bitbckt (author)
Tue Jul 29 16:04:54 -0700 2008
commit  77c9a7276dd007cd5050618099e37e751bb49d98
tree    7d4690d7c6c5abeec74835c843223dc531d23ccd
parent  244d222a9fe09e755c2e25bfa71e85e6eaac1d92
name age message
file CHANGELOG Tue Jul 29 16:04:54 -0700 2008 Bump version to 0.0.2. [bitbckt]
file MIT-LICENSE Mon Jul 28 15:58:18 -0700 2008 Initial commit. [bitbckt]
file Manifest Mon Jul 28 17:18:13 -0700 2008 Minor changes to the libxml load method. [bitbckt]
file README Mon Jul 28 17:23:33 -0700 2008 Document some installation procedures. [bitbckt]
file Rakefile Tue Jul 29 16:04:54 -0700 2008 Bump version to 0.0.2. [bitbckt]
file init.rb Mon Jul 28 17:18:13 -0700 2008 Minor changes to the libxml load method. [bitbckt]
directory lib/ Mon Jul 28 17:40:56 -0700 2008 Fix const lookup issue. [bitbckt]
file libxml_rails.gemspec Tue Jul 29 16:04:54 -0700 2008 Bump version to 0.0.2. [bitbckt]
directory spec/ Tue Jul 29 16:04:37 -0700 2008 Port ActiveSupport Test::Unit tests to RSpec. [bitbckt]
README
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