ActsAsTaggableOn is a tagging plugin for Rails that provides multiple tagging contexts on a single model
http://github.com/mbleigh/acts-as-taggable-on
With ActsAsTaggableOn, you could tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.
- Sources inherited from project devel:languages:ruby:extensions
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-acts-as-taggable-on && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-Remove-accidental-file-add.patch | 0000002090 2.04 KB | |
0002-Use-faster-group-columns-if-not-running-on-po |
0000007600 7.42 KB | |
0003-Major-speed-improvement-for-all_tag_counts-in |
0000007501 7.33 KB | |
0004-Small-performance-improvement-for-Rails-3-but |
0000001569 1.53 KB | |
0005-Fix-crashing-issues-when-saving-an-object-wit |
0000001427 1.39 KB | |
0006-Revert-Small-performance-improvement-for-Rail |
0000001640 1.6 KB | |
0007-fix-misspelling-intialize-to-initialize.patch | 0000001391 1.36 KB | |
0008-This-commit-fixes-a-bug-seen-when-using-the-t |
0000002249 2.2 KB | |
0009-This-commit-allows-you-get-all-tags-for-a-cus |
0000001992 1.95 KB | |
acts-as-taggable-on-3.0.0.gem | 0000036352 35.5 KB | |
rubygem-acts-as-taggable-on.changes | 0000002746 2.68 KB | |
rubygem-acts-as-taggable-on.spec | 0000002908 2.84 KB |
Revision 8 (latest revision is 25)
Stephan Kulow (coolo)
committed
(revision 8)
- updated to version 3.0.0 * Breaking Changes * No longer supports Ruby 1.8. * Features * Supports Rails 4.1. * Misc (TODO: expand) * [zquest #359](https://github.com/mbleigh/acts-as-taggable-on/pull/359) * [rsl #367](https://github.com/mbleigh/acts-as-taggable-on/pull/367) * [ktdreyer #383](https://github.com/mbleigh/acts-as-taggable-on/pull/383) * [cwoodcox #346](https://github.com/mbleigh/acts-as-taggable-on/pull/346) * [mrb #421](https://github.com/mbleigh/acts-as-taggable-on/pull/421) * [bf4 #430](https://github.com/mbleigh/acts-as-taggable-on/pull/430) * [sanemat #368](https://github.com/mbleigh/acts-as-taggable-on/pull/368) * [bf4 #343](https://github.com/mbleigh/acts-as-taggable-on/pull/343) * [marclennox #429](https://github.com/mbleigh/acts-as-taggable-on/pull/429) * [shekibobo #403](https://github.com/mbleigh/acts-as-taggable-on/pull/403) * [ches ktdreyer #410](https://github.com/mbleigh/acts-as-taggable-on/pull/410) * [makaroni4 #371](https://github.com/mbleigh/acts-as-taggable-on/pull/371) * [kenzai dstosik awt #431](https://github.com/mbleigh/acts-as-taggable-on/pull/431) * [bf4 joelcogen shekibobo aaronchi #438](https://github.com/mbleigh/acts-as-taggable-on/pull/438) * [seuros #442](https://github.com/mbleigh/acts-as-taggable-on/pull/442) * [bf4 #445](https://github.com/mbleigh/acts-as-taggable-on/pull/445) * [eaglemt #446](https://github.com/mbleigh/acts-as-taggable-on/pull/446)
Comments 0