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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 19 19:49:20 -0800 2008 | |
| |
CHANGELOG.rdoc | Wed Jan 28 08:29:18 -0800 2009 | |
| |
MIT-LICENSE | Fri Dec 19 19:48:57 -0800 2008 | |
| |
Manifest | Wed Jan 28 08:29:18 -0800 2009 | |
| |
README.rdoc | Fri Dec 19 20:52:11 -0800 2008 | |
| |
Rakefile | Wed Jan 28 08:29:18 -0800 2009 | |
| |
init.rb | Fri Dec 19 20:50:34 -0800 2008 | |
| |
legacy_woes.gemspec | Wed Jan 28 08:29:18 -0800 2009 | |
| |
lib/ | Wed Jan 28 08:48:55 -0800 2009 | |
| |
test/ | Wed Jan 28 08:48:55 -0800 2009 |
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**







