Skip to content

Commit

Permalink
Methodz gem - lookup object behaviors by partial name match and type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kulp committed Dec 26, 2023
1 parent 396cf59 commit b560739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem 'httparty'
gem 'importmap-rails'
gem 'jbuilder'
gem 'metamagic' # easily insert metatags for SEO / opengraph
gem 'methodz' # query db-backed object methods by partial name or type
gem 'pg'
gem 'postmark-rails'
gem 'puma', '6.4.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ GEM
matrix (0.4.2)
metamagic (3.1.7)
rails (>= 3.0.0)
methodz (0.1.6)
mini_mime (1.1.5)
minitest (5.20.0)
msgpack (1.7.2)
Expand Down Expand Up @@ -383,6 +384,7 @@ DEPENDENCIES
jbuilder
letter_opener
metamagic
methodz
pg
postmark-rails
puma (= 6.4.0)
Expand Down

0 comments on commit b560739

Please sign in to comment.