Skip to content

eschulte/active_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING this is still in the early stages of development, and probably shouldn't be used

ActiveFile

File based persistence for Ruby on Rails models. Like ActiveRecord or ActiveResource but using the file system instead of a database or RESTful resources.

Installation

To install, run the following from inside of your rails project.

ruby script/plugin install git://github.com/eschulte/active_file.git

Or if you are using git for version control and you'd rather include this as a submodule execute the following

git submodule add git://github.com/eschulte/active_file.git vendor/plugins/active_file.git

Example

Licence

Copyright (C) 2009 Eric Schulte

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this software; see the file COPYING. If not, write to the Free Software Foundation at this address:

Free Software Foundation 51 Franklin Street, Fifth Floor Boston, MA 02110-1301 USA

About

File based persistence for Ruby on Rails models. (rails plugin)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages