public
Rubygem
Description: A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
Homepage: http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
Clone URL: git://github.com/mbleigh/acts-as-taggable-on.git
Added Andrew Ng's patch to require everything on startup. Should finally 
fix the dashed-instead-of-underscored-directory-name problem. [#2 
status:resolved]
mbleigh (author)
Sat Apr 26 13:31:54 -0700 2008
commit  48855d52473a29fb0cad2a849290947fe831f0da
tree    fac1fc98f995afe41343a6e3f2089071f673c3c1
parent  5a361d5a0762514261eea11ac52766c2487e7dba
...
1
 
 
 
2
3
4
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,6 @@
0
 require 'active_record/acts/taggable_on'
0
+require 'tag'
0
+require 'tag_list'
0
+require 'tags_helper'
0
 # Include hook code here
0
 ActiveRecord::Base.send :include, ActiveRecord::Acts::TaggableOn
0
\ No newline at end of file

Comments

    No one has commented yet.