This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
No gems have been built for this project yet.
Daniel Croak (author)
Tue Apr 08 15:47:55 -0700 2008
commit 6a46a9b097894d7fdb7f4d3c82e5d62e412b896c
tree 9d4024244fcf6b4414b98c16aca832ffa54674a8
parent 3f53df0ab372935cdd99e877a2bd6715ed17d22d
tree 9d4024244fcf6b4414b98c16aca832ffa54674a8
parent 3f53df0ab372935cdd99e877a2bd6715ed17d22d
| name | age | message | |
|---|---|---|---|
| |
History.txt | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
License.txt | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
Manifest.txt | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
README.txt | Tue Apr 08 15:47:55 -0700 2008 | [Daniel Croak] |
| |
Rakefile | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
config/ | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
generators/ | Tue Apr 01 18:07:25 -0700 2008 | [(no author)] |
| |
init.rb | Tue Apr 01 18:07:49 -0700 2008 | [(no author)] |
| |
lib/ | Tue Apr 01 18:11:27 -0700 2008 | [(no author)] |
| |
log/ | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
notes | Tue Apr 01 18:07:25 -0700 2008 | [(no author)] |
| |
script/ | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
setup.rb | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
tasks/ | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
| |
test/ | Tue Apr 01 18:07:25 -0700 2008 | [(no author)] |
| |
website/ | Mon Mar 31 16:12:54 -0700 2008 | [(no author)] |
README.txt
== DESCRIPTION:
recommendable is a Ruby gem which adds simple
item-to-item collaborative filtering to
ActiveRecord-based apps.
It creates a Similar#{ModelName} model and migration for
the associated similar_#{model_name}s table with the following columns:
id
#{model_name}_one
#{model_name}_two
score
It creates a rake task that updates the similar table,
which is time-intensive and should be run via cron at
off-peak hours for your Rails app.
== USAGE:
cd RAILS_ROOT
./script/generate recommendable RECOMMENDABLEMODEL
== REQUIREMENTS:
* ActiveRecord
(The MIT License)
Copyright (c) 2008 Dan Croak, Josh Nichols, Jason Morrison, and
the Boston.rb group.
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.



