This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install bitbckt-libxml_rails
Brandon Mitchell (author)
Tue Jul 29 16:04:54 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
MIT-LICENSE | Mon Jul 28 15:58:18 -0700 2008 | |
| |
Manifest | ||
| |
README | ||
| |
Rakefile | Tue Jul 29 16:04:54 -0700 2008 | |
| |
init.rb | ||
| |
lib/ | ||
| |
libxml_rails.gemspec | Tue Jul 29 16:04:54 -0700 2008 | |
| |
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












