Igor Kasyanchuk

Results 27 repositories owned by Igor Kasyanchuk

rails_performance

939
Stars
51
Forks
Watchers

Monitor performance of you Rails applications (self-hosted and free)

log_analyzer

351
Stars
18
Forks
Watchers

Rails logs analyzer (see how fast your views are rendering)

active_storage_validations

976
Stars
126
Forks
Watchers

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

141
Stars
4
Forks
Watchers

The fastest way to prototype API in your Rails application

any_login

376
Stars
31
Forks
Watchers

Easy way to login as any user in system

execution_time

115
Stars
3
Forks
Watchers

How fast is your code? See it directly in Rails console.

amazon_static_site

29
Stars
3
Forks
Watchers

Static website using https with your own domain name using Amazon S3 and Cloudflare for FREE

avatarro

37
Stars
1
Forks
Watchers

Generate google-style avatars in your application

awesome_back_url

33
Stars
4
Forks
Watchers

Redirect the user to the proper "back" page

benchmark_methods

90
Stars
6
Forks
Watchers

Benchmark and measure execution time your Ruby methods without an additional code changes