blog.jaboc.net
jemnotes v2
http://blog.jaboc.net/ruby.html
Use‑this‑cmd 22. Use‑this‑code 8. Test a string for matching brackets. This little fragment extends the ruby string class to check that all round, square and curly brackets occur in appropriate couplings. X000A; stack =. X000A; each char do. X000A; stack. empty? Test matching brackets '. X000A; assert '. X000A; assert '. X000A; assert '. X000A; assert '. X000A; assert '. X000A; assert '. X000A;
refute '. X000A; refute '. X000A; refute '. X000A; refute '. Unusual precedence in ruby. A good article here.
ruby-toolbox.com
The Ruby Toolbox - Code Metrics
https://www.ruby-toolbox.com/categories/code_metrics
Using your Github account. Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites. Depends on following gems. Popular gems depending on simplecov. Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide. Depends on following gems. Popular gems depending on rubocop. A code metric tool for rails codes, written in Ruby. Rubygem rails best practices. Depends on following gems. Depends on following gems.
talentopoly.com
Posts - Talentopoly
https://talentopoly.com/tags/Ruby
JavaScript through Ruby Eyes. Https:/ shift.infinite.red/javascript-through-ruby-eyes-11701724a25. Posted 3 months ago. WebSockets in Rails 4 - via @codeship via @codeship. Http:/ blog.codeship.com/websockets-in-rails-4/. Posted over 1 year ago. Using Docker to Parallelize Rails Tests - via @codeship via @codeship. Http:/ blog.codeship.com/using-docker-to-parallelize-rails-tests/. Posted over 1 year ago. Posted over 1 year ago. How I sped up our Rails Test Suite by 267% via @codeship. Inch: a prompt to d...
5minutenpause.com
Refactoring with Reek and RubyMine
https://www.5minutenpause.com/blog/2015/02/15/refactoring-with-reek-and-rubymine
Responsive Web Design Course. Refactoring with Reek and RubyMine. I recently heard of a new gem called Reek. I decided to test it in a project of mine. Because I always wanted to thoroughly test RubyMine. As well, why not use RubyMine to refactor the findings of Reek? Installing and using Reek. If you clicked the link above you saw the Github repo of Reek. There is all the information you need to use Reek in your own projects. But for completeness’ sake, let’s do the. In this project.). Or Flay and Flog.
docs.seattlerb.org
flay-2.8.0 Documentation
http://docs.seattlerb.org/flay
Class and Module Index. Analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally rad. Reports differences at any level of code. Adds a score multiplier to identical nodes. Differences in literal values, variable, class, and method names are ignored. Differences in whitespace, programming style, braces vs do/end, etc are ignored. Run diff to see an N-way diff of the code.