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 Fri Nov 28 16:22:28 -0800 2008 Ignore doc/ [quirkey]
file History.txt Sun Dec 07 14:03:58 -0800 2008 Version bump [quirkey]
file License.txt Wed Nov 26 06:16:56 -0800 2008 Wrote up a ton of documentation for the rubyfor... [quirkey]
file Manifest.txt Fri Nov 28 16:21:44 -0800 2008 Removing doc/ from repo Refreshed manifest [quirkey]
file README.rdoc Fri Dec 12 08:10:58 -0800 2008 Added mrb to contributors list [quirkey]
file Rakefile Wed Jul 09 12:39:03 -0700 2008 Initial Commit [quirkey]
directory config/ Fri Nov 28 16:28:28 -0800 2008 Version bump (0.2.0) - fixed hoe dependency so ... [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/ Thu Dec 11 15:08:06 -0800 2008 Added method for Model.last [mrb]
directory script/ Wed Jul 09 12:39:03 -0700 2008 Initial Commit [quirkey]
file setup.rb Wed Jul 09 12:39:03 -0700 2008 Initial Commit [quirkey]
file static_model.gemspec Wed Dec 03 12:07:40 -0800 2008 Version BUMP 0.2.1 [quirkey]
directory tasks/ Wed Jul 09 12:39:03 -0700 2008 Initial Commit [quirkey]
directory test/ Thu Dec 11 15:08:06 -0800 2008 Added method for Model.last [mrb]
directory website/ Sun Mar 01 20:24:08 -0800 2009 Updated site [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.