Highlights
- Pro
-
rails_performance Public
Monitor performance of you Rails applications (self-hosted and free)
-
active_storage_validations Public
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, dim…
-
rails_db Public
Rails Database Viewer and SQL Query Runner
-
-
-
new_ckeditor Public
Ruby on Rails + CKEditor 5
-
-
with_record Public
Returns relations/association for soft deleted records in DB
-
any_login Public
Easy way to login as any user in system
-
-
new_google_recaptcha Public
reCAPTCHA v3 Ruby on Rails gem
-
fast_page Public
Forked from planetscale/fast_pageBlazing fast pagination for ActiveRecord with deferred joins ⚡️
-
rails_pdf Public
A reliable way to generate PDF of any complexity in Ruby on Rails apps
-
log_analyzer Public
Rails logs analyzer (see how fast your views are rendering)
-
execution_time Public
How fast is your code? See it directly in Rails console.
-
turbo-rails Public
Forked from hotwired/turbo-railsUse Turbo in your Ruby on Rails app
JavaScript MIT License UpdatedJun 26, 2023 -
sql_view Public
Rails SQL Views made easy ;)
-
-
secrett11tto Public
Simple way to protect your content from copy-pasting
-
rails_time_travel Public
-
embed_view Public
Embed ERB files inside another ERB files for faster performance (5-20% BOOST!!!)
-
calculate_in_group Public
Group Active Record by ranges or set of values with a single SQL query.
-
wrapped_print Public
Easy print debug information to your console in Ruby/Rails app.
-
omg_image Public
Generate PNG previews for HTML snippets (html/css/js). Any complexity.
-
amazon_static_site Public
Static website using https with your own domain name using Amazon S3 and Cloudflare for FREE
-
records_count Public
See in development logs how many records your queries returns. It can help with solving performance issues.
-
awesome_back_url Public
Redirect the user to the proper "back" page
-
avatarro Public
Generate google-style avatars in your application
-
cache_with_locale Public
Easy wait to do view caching with automatically added "locale" value to the cached key.
-
execute_sql Public
Execute SQL inside Rails console, or app itself