Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Rbcat
We haven't tracked posts mentioning Rbcat yet.
Tracking mentions began in Dec 2020.
Xray
-
Revise Your Stylesheets. Part 1. Color Scheme
A few words about tools. I will use NodeJS v5.9 and es6 features such as template string, map datatype and destructuring assignment. Xray-rails gem for dispatching get requests to your selected editor or IDE.
-
Introducing rails-template-inspector: Open your view files by clicking browser elements
Unlike xray-rails, it supports the latest Rails environment.
-
Is this a good idea (idea for a new gem)
Sounds like xray.
-
Must have ruby gems in the development environment to increase productivity.
ruby gem 'xray-rails', git: 'https://github.com/brentd/xray-rails.git', branch: 'bugs/ruby-3.0.0'
-
https://np.reddit.com/r/ruby/comments/myq9dl/must_have_ruby_gems_in_the_development/gvxa1wq/
I am using the bugs/ruby-3.0.0 branch with rails 6.1.1
What are some alternatives?
Seeing Is Believing - Displays the results of every line of code in your file
Byebug - Debugging in Ruby 2
debase
Pry Byebug - Step-by-step debugging and stack navigation in Pry
Rails Footnotes - Every Rails page has footnotes that gives information about your application and links back to your editor
did_you_mean - The gem that has been saving people from typos since 2014
Leaky Gems - A list of Ruby gems that have known memory leaks (and issues)
ruby_jard - Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.