0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update readme to warn against rails 3 and ask for maintainers More... over 13 years ago
fixed bug with tagnames caching More... over 13 years ago
more sql optimization, removed lower/distinct More... over 13 years ago
updated to rails3 arel syntax, and simplified find_tagged_with from chained find_tagged_with_scope, which it only used. arel syntax allows redefinition easier anyways More... over 13 years ago
removed a table from the join list, removed distinct = vastly improved performance on large sets of tags/items More... over 13 years ago
add has_many :through for class acting_as_taggable, and access it via tagged_by More... over 13 years ago
add note about acts_as_taggable to readme More... over 13 years ago
require acts_as_taggable_helper More... over 13 years ago
fix typo in readme More... almost 14 years ago
fix sorting typo in helper More... over 14 years ago
fix quoting when looking up tag_list for a user More... over 14 years ago
fix missing comma in gemspec More... almost 15 years ago
Fixed major bug in Tag.with_type_scope More... almost 15 years ago
revert last as it was causing issues with some dbs More... about 15 years ago
fix DISTINCT with ORDER_BY query for postgresql compatibility DISTINCT expression must be equal to ORDER BY expression, so LOWER must be added to DISTINCT clause More... about 15 years ago
post pull cleanup More... over 15 years ago
made acts_as_tagger order tags the same way acts_as_taggable does More... over 15 years ago
added user option to Tag.with_type_scope, also made acts_as_tagged order tags by name by default More... over 15 years ago
added order option for find_tagged_with, fixed tag_list to work properly when finding a tag list belonging to a particular user, while also making it faster by using a sql query rather then ruby code to determine ownership More... over 15 years ago
modified group condition in tagged_with_scope to make it behave more predictably when using :match => :all More... over 15 years ago
added a method which finds related tags. More... over 15 years ago
add tasks back for css/db tasks, clean up gemspec More... over 15 years ago
Basic gem version. More... over 15 years ago
Changed model names to singular More... over 15 years ago
Support for table_name_prefix, table_name_suffix etc using #{ModelName.table_name} More... over 15 years ago
Support for table_name_prefix More... over 15 years ago
Replaced order by sort option More... over 15 years ago
tag_cloud options added More... over 15 years ago
updated rake task to work with Rails 2.1 + and ActiveRecord sessions [ David Lee ] More... over 15 years ago
Fixed bug: user_id= method overshadowed real user_id method, causing activerecord objects not to retain the assigned user id. Also removed the User lookup as it was unnecessary overhead. ActiveRecord already throws an exception if you try to save the object.
yan
More... almost 16 years ago