acts-as-taggable-on
https://github.com/mbleigh/acts-as-taggable-on
Ruby
A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
ActsAsTaggableOn::Taggable::Collection::CalculationMethods#count
Rails 5 TODO: Remove options argument as soon we remove support to activerecord-deprecated_finders. See https://github.com/rails/rails/blob/master/activerecord/lib/active_record/relation/calculations.rb#L38
Edit
git clone [email protected]:mbleigh/acts-as-taggable-on.git
cd acts-as-taggable-on
open lib/acts-as-taggable-on/taggable/collection.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActsAsTaggableOn--Taggable--Collection--CalculationMethods-count-for-pr
# Commit to gitgit add lib/acts-as-taggable-on/taggable/collection.rbgit commit -m "better docs for ActsAsTaggableOn::Taggable::Collection::CalculationMethods#count"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActsAsTaggableOn--Taggable--Collection--CalculationMethods-count-for-pr
hub pull-request
# Celebrate!