public
Description: ActiveRecord like functionalities for reading from YAML with a simple class implementation
Homepage: http://quirkey.rubyforge.org/static_model
Clone URL: git://github.com/quirkey/static_model.git
name age message
file .gitignore Thu Dec 03 08:58:20 -0800 2009 Switching to jeweler - removing Hoe/newgem arti... [quirkey]
file History.txt Mon Dec 14 15:13:21 -0800 2009 Pushing new version [quirkey]
file License.txt Wed Nov 26 06:16:56 -0800 2008 Wrote up a ton of documentation for the rubyfor... [quirkey]
file README.rdoc Fri Dec 12 08:10:58 -0800 2008 Added mrb to contributors list [quirkey]
file Rakefile Thu Dec 03 08:58:20 -0800 2009 Switching to jeweler - removing Hoe/newgem arti... [quirkey]
directory generators/ Fri Nov 28 16:05:30 -0800 2008 Fixed --lib option for generator Added --data o... [quirkey]
file index.html Sun Mar 01 20:18:02 -0800 2009 github generated gh-pages branch [quirkey]
directory lib/ Mon Dec 14 15:13:21 -0800 2009 Pushing new version [quirkey]
file static_model.gemspec Mon Dec 14 15:13:54 -0800 2009 Regenerated gemspec for version 0.2.4 [quirkey]
directory test/ Mon Dec 14 15:10:40 -0800 2009 Finds dont care if attribute doesnt exist on ce... [quirkey]
README.rdoc

static_model

quirkey.rubyforge.org/static_model/

DESCRIPTION:

ActiveRecord like functionalities for reading from YAML with a simple class implementation

SYNOPSIS:

Use like ActiveRecord::Base, except no database, just a YAML file. The YAML should contain an array of records.

For usage and setup check out the project’s site:

quirkey.rubyforge.org/static_model/

REQUIREMENTS:

YAML activesupport >= 2.1.0

INSTALL:

        sudo gem install static_model

The source is at github:

github.com/quirkey/static_model/

CONTRIBUTERS

Aaron Quint (quirkey) Michael Bernstein (mrb)

LICENSE:

(The MIT License)

Copyright © 2008 Aaron Quint, Quirkey NYC, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.