Igor Kasyanchuk
Igor Kasyanchuk
rails_performance
Monitor performance of you Rails applications (self-hosted and free)
log_analyzer
Rails logs analyzer (see how fast your views are rendering)
active_storage_validations
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimens...
fake_api
The fastest way to prototype API in your Rails application
execution_time
How fast is your code? See it directly in Rails console.
amazon_static_site
Static website using https with your own domain name using Amazon S3 and Cloudflare for FREE
avatarro
Generate google-style avatars in your application
benchmark_methods
Benchmark and measure execution time your Ruby methods without an additional code changes