public
Rubygem
Description: Alpha software / experimental - A Ruby gem which adds simple item-to-item collaborative filtering to ActiveRecord-based apps.
Clone URL: git://github.com/dancroak/recommendable.git
Search Repo:
last commit before rolling back to pre-polymoprhs

git-svn-id: https://svn.thoughtbot.com/hackfest/recommendable@130 
c973d20d-6cf3-4494-8058-145efcf21f09
(no author) (author)
Tue Apr 01 16:00:58 -0700 2008
commit  0779a55f2d5f4b1ab24ac09b5a3884b2be6f376f
tree    274e8cb4612d59d658738368b543ea0bad7ac078
parent  d24ed8e25cb7ec3514500fbe3e9a3a253e4a8a87
...
2
3
4
5
6
7
 
8
9
10
...
2
3
4
 
 
 
5
6
7
8
0
@@ -2,9 +2,7 @@
0
   def manifest
0
     record do |m|
0
       m.migration_template 'migration.rb', 'db/migrate'
0
- m.dependency 'model', model_args, :collision => :skip, :skip_migration => true
0
- m.directory 'lib/tasks'
0
- m.template 'task.rake', 'lib/tasks/recommendable.rake'
0
+ m.dependency 'model', class_name, :collision => :skip, :skip_migration => true
0
     end
0
   end
0
 end

Comments

    No one has commented yet.