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
oops, add rails dir to gem
giraffesoft (author)
Sat Jun 21 07:19:02 -0700 2008
commit  d690f44e32a0a24f287931de0831c3ca14d26be4
tree    6f0bfcd779a3fbeb6782636352b48eba85db9da1
parent  4c9506310392b6f0262bce8ef43f65a4444d62f8
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
0
   s.required_ruby_version = '>= 1.8.6'
0
 
0
   s.files = %w(MIT-LICENSE README Rakefile init.rb) +
0
- Dir.glob("{lib,test,tasks}/**/*")
0
+ Dir.glob("{lib,test,tasks,rails}/**/*")
0
                               
0
   s.require_path = "lib"
0
 end

Comments

    No one has commented yet.