Monitor performance of you Rails applications (self-hosted and free)
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, dimension: { width: { in: 800..1600 }
Rails logs analyzer (see how fast your views are rendering)
The fastest way to prototype API in your Rails application
How fast is your code? See it directly in Rails console.
Rails SQL Views made easy ;)
Access your Rails console, see logs, execute rake commands directly from the browser. Great addition to your Staging ENV.
Group Active Record by ranges or set of values with a single SQL query.
Embed ERB files inside another ERB files for faster performance (5-20% BOOST!!!)