All Git Users → igorkasyanchuk

22 open source projects by igorkasyanchuk

1. Rails pdf
A reliable way to generate PDF of any complexity in Ruby on Rails apps
✭ 141
html
2. Fake api
The fastest way to prototype API in your Rails application
3. Rails db
Rails Database Viewer and SQL Query Runner
✭ 1,310
javascript
4. Benchmark methods
Benchmark and measure execution time your Ruby methods without an additional code changes
✭ 79
ruby
5. Execution time
How fast is your code? See it directly in Rails console.
6. New google recaptcha
reCAPTCHA v3 Ruby on Rails gem
✭ 64
ruby
7. 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 }
9. Log analyzer
Rails logs analyzer (see how fast your views are rendering)
10. Any login
Easy way to login as any user in system
✭ 309
ruby
11. records count
See in development logs how many records your queries returns. It can help with solving performance issues.
12. cache with locale
Easy wait to do view caching with automatically added "locale" value to the cached key.
14. mechanical
All models in a single table, new attributes without migrations. Works like regular AR model
15. omg image
Generate PNG previews for HTML snippets (html/css/js). Any complexity.
16. awesome back url
Redirect the user to the proper "back" page
17. transactify
Wrap your methods in DB Transactions
✭ 54
rubyshell
18. amazon static site
Static website using https with your own domain name using Amazon S3 and Cloudflare for FREE
19. embed view
Embed ERB files inside another ERB files for faster performance (5-20% BOOST!!!)
20. execute sql
Execute SQL inside Rails console, or app itself
21. sidekiq log analyzer
SidekiqLogAnalyser gem allows to see summary of your sidekiq workers (based on log file).
1-22 of 22 user projects