GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: has_browser makes it possible to create simple, parameterized browser interfaces to your models. That is, given a set of parameters, return all the models that match.
Homepage: http://jamesgolick.com/
Clone URL: git://github.com/giraffesoft/has_browser.git
update readme
James Golick (author)
Mon May 19 12:38:03 -0700 2008
commit  33ef4f6b41e71017635e0814c9afa06bdf845320
tree    06e075d292c49b0d3db5bd9eed84d108d09059c5
parent  fad3e39811b2ba0c3879f7f1cfb09cb58ef242c7
0
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ has_browser makes it possible to create simple, parameterized browser interfaces
0
 
0
 == Usage
0
 
0
-It's a simple plugin, with a simple syntax. Using the canonical blog example, let's imagine we want to create a browse interface to posts. We'd want the user to be able to browse by category, author, or tags. To set up has_browser, we'd do something like this:
0
+It's a simple plugin, with a simple syntax. Using the canonical blog example, let's imagine we want to create a browse interface to posts. We'd want the user to be able to browse by category, author, or tags, but not to be able to access any of the other finders on the Post model for obvious security reasons. To set up has_browser, we'd do something like this:
0
 
0
   has_browser :category, :tags, :author
0
 
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ has_browser makes it possible to create simple, parameterized browser interfaces
0
 
0
 == Usage
0
 
0
-It's a simple plugin, with a simple syntax. Using the canonical blog example, let's imagine we want to create a browse interface to posts. We'd want the user to be able to browse by category, author, or tags. To set up has_browser, we'd do something like this:
0
+It's a simple plugin, with a simple syntax. Using the canonical blog example, let's imagine we want to create a browse interface to posts. We'd want the user to be able to browse by category, author, or tags, but not to be able to access any of the other finders on the Post model for obvious security reasons. To set up has_browser, we'd do something like this:
0
 
0
   has_browser :category, :tags, :author
0
 

Comments

    No one has commented yet.