public
Description: Tools for legacy databases and ActiveRecord
Homepage:
Clone URL: git://github.com/adkron/legacy_woes.git
README.rdoc

Legacy Woes

If your working with

Install as a gem

  gem install adkron-legacy_woes --source http://gems.github.com

  In Rails you can instead add this to your environment.rb file
  config.gem "adkron-legacy_woes", :lib => 'legacy_woes', :source => 'http://gems.github.com'

Install as a plugin

  script/plugin install git://github.com/adkron/legacy_woes.git

Example

    require 'rubygems'
    require 'legacy_woes'

    class LegacyComments < ActiveRecord::Base
      created_at_column :datesubmitted
    end

**Copyright © 2008 Amos L. King, released under the MIT license**