public
Description: Settings is a plugin that makes managing a table of global key, value pairs easy. Think of it like a global Hash stored in your database, that uses simple ActiveRecord like methods for manipulation. Keep track of any global setting that you don't want to hard code into your rails app. You can store any kind of object. Strings, numbers, arrays, or any serializable object.
Clone URL: git://github.com/Squeegy/rails-settings.git

git-svn-id: http://beautifulpixel.com/svn/plugins/settings@2 
3ad9c75a-930d-0410-97f1-af11573dca1c
squeegy (author)
Fri Feb 24 17:28:57 -0800 2006
commit  1380d65dc8b4776f268cc0aa1fe8673b8cc76f8c
tree    8aac1011fc8aa3c93d87467a586d7945935d4147
parent  b5bb8da88e1ebc931416776d63d4fc2a0e8166fc
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2005 Tobias Luetke
0
+Copyright (c) 2006 Alex Wayne
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the

Comments

    No one has commented yet.