How to search for useful ruby gems

前端 未结 3 1784
天涯浪人
天涯浪人 2021-01-06 03:03

What are good sites to look for useful ruby gems?

相关标签:
3条回答
  • 2021-01-06 03:36
    • Agile Web Development lists plugins (though not rubygems, I'm not sure why), and allows people to give ratings for them.
    • Ruby Toolbox lists gems by category and compares how popular they are.
    • Rubygems has a search box.
    • Stack Overflow has a question on most useful rails plugins and rubygems.
    0 讨论(0)
  • 2021-01-06 03:37
    • Github is where most gems source code is hosted; they have a search facility, and you can search by language as well.
    0 讨论(0)
  • 2021-01-06 03:50

    I have compiled a list of usefull gems for development machine. You can check the list here with detailed explaination

      gem "better_errors"
      gem "binding_of_caller"
      gem 'annotate'
      gem 'bullet'
      gem 'debugger'
      gem 'flay'
      gem 'hirb'
      gem 'localtunnel'
      gem 'lol_dba'
      gem 'mailcatcher'
      gem 'meta_request','0.2.1'
      gem 'pry'
      gem 'pry-doc'
      gem 'quiet_assets'
      gem 'rack-mini-profiler'
      gem 'railroady'
      gem 'rails-footnotes', '>= 3.7.5.rc4'
      gem 'rails_best_practices'
      gem 'reek'
      gem 'request-log-analyzer'
      gem 'smusher'
      gem 'zeus' # don't add this in your gemfile.
    
    0 讨论(0)
提交回复
热议问题