igorkasyanchuk
Ruby on Rails Tech/Team Lead from Ukraine and a big fan of open-source work.
(available for hire)Ukraine
Pinned Repositories
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, dimension: { width: { in: 800..1600 }
any_login
Easy way to login as any user in system
execution_time
How fast is your code? See it directly in Rails console.
fake_api
The fastest way to prototype API in your Rails application
log_analyzer
Rails logs analyzer (see how fast your views are rendering)
rails_db
Rails Database Viewer and SQL Query Runner
rails_pdf
A reliable way to generate PDF of any complexity in Ruby on Rails apps
rails_performance
Monitor performance of you Rails applications (self-hosted and free)
sql_view
Rails SQL Views made easy ;)
rails_live_reload
Live Reload for your Rails app. The easiest way to increase your productivity.