0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 14 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
don't include empty arrays, particularly on scope[:joins] because scope[:joins].to_s returns strings like #<ActiveRecord::Relation:0x5021304> breaking the subsequent 'joins.join(" ")' More... over 13 years ago
Merge branch 'master' of github.com:jviney/acts_as_taggable_on_steroids More... over 13 years ago
Replaced deprecated (in Rails 3) after_destroy format on Tagging More... over 13 years ago
Update readme for Rails 3. More... over 13 years ago
Rails 3: Do not use Object#returning. More... over 13 years ago
Test fix. More... about 14 years ago
Fix readme. More... almost 15 years ago
Update gemspec. More... almost 15 years ago
Remove long deprecated TagCountsExtension. Update changelog. More... almost 15 years ago
Fix test failure. More... almost 15 years ago
Minor README improvements. More... almost 15 years ago
Tag::count now handles array and hash conditions. More... almost 15 years ago
Rails2-style fixtures More... almost 15 years ago
Upgrade tests for Rails 2.3 More... almost 15 years ago
Change callbacks used to save tags. More... about 15 years ago
Add acknowledgement to CHANGELOG. More... about 15 years ago
Add test for find_tagged with using :include and :order. More... about 15 years ago
Greatly improve speed when using find_tagged_with and :match_all. More... about 15 years ago
Add gemspec. More... about 15 years ago
[no comment] More... over 15 years ago
[no comment] More... over 15 years ago
Fix tag_counts instance method when no tags are present. Make tag_counts instance_method merge any :conditions passed to it. More... over 15 years ago
[no comment] More... about 16 years ago
Add Tag.counts method. More... about 16 years ago
[no comment] More... about 16 years ago
[no comment] More... about 16 years ago
[no comment] More... about 16 years ago
[no comment] More... about 16 years ago
Add find_related_tags method [Austin Foncaier]. More... about 16 years ago
Add TagList#toggle [Pete Yandell]. More... about 16 years ago