Blogs
Pair With Me: Rubocop Cop that Detects Duplicate Array Allocations
You might know rubocop as the linter that helps enforce your code styles, but did you know you can use it to make your code faster? In this post, we’ll look at static performance analysis and then at the end there’s a video of me live coding a PR ...
5 security issues in Ruby on Rails apps from real life
Have you ever found a security issue in Ruby on Rails application? I have found not a few. Moreover, I have fixed all of them.I have had several opportunities to find and fix various security issues within Ruby on Rails applications over time. Bas...
yongfook/zipsell: A free open source platform for selling digital downloads such as ebooks
Zipsell helps you set up an online store for selling digital products such as ebooks, music, videos, source code etc.Zipsell handles payment processing via stripe and sends customers secure expiring Amazon S3 links to the files they have purchased...
Contributing to Ruby on Rails is not hard. Here’s how you can suggest a new feature.
The Ruby on Rails community is always welcoming new contributors. They are very supportive of people learning the system at many levels. For example, you could make additions to its documentation, fix bugs, or suggest new features. In this article...