Skip to content

Commit

Permalink
Merge pull request #782 from codev009/add-active-record-rails-tagging…
Browse files Browse the repository at this point in the history
…-description

Add active record rails tagging description
  • Loading branch information
colszowka authored Sep 29, 2023
2 parents 6b1b20f + afbb166 commit 8faeab9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/Active_Record_Sortables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record Sortables
description:
description: Simplify the sorting order of records in a database table.
projects:
- acts_as_list
- acts_as_restful_list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record User Stamping
description:
description: Easily store the user identifiers for the creator and last updater of a record.
projects:
- acts_as_audited
- ar-audit-tracer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Active Record Value Cleanup
description:
description: Keep data consistent, valid, and formatted.
projects:
- attribute_extras
- attribute_normalizer
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_comments.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Comments
description:
description: Add comments functionality to any ruby website.
projects:
- acts_as_commentable
- commontator
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_db_bootstrapping.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails DB Bootstrapping
description:
description: Easily insert and maintain seed data in the database.
projects:
- dibber
- ffmike/db-populate
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_ratings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Ratings
description:
description: Add ratings feature for any rails app.
projects:
- acts-as-rated
- acts_as_rateable
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_search.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Search
description:
description: Integrate intelligent search options.
projects:
- acts_as_ferret
- acts_as_fulltextable
Expand Down
2 changes: 1 addition & 1 deletion catalog/Active_Record_Plugins/rails_tagging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rails Tagging
description:
description: Extend tags functionality for any rails app.
projects:
- acts-as-taggable-array-on
- acts-as-taggable-on
Expand Down

0 comments on commit 8faeab9

Please sign in to comment.