Pinned Repositories
enum_ext
Rails enum extension
izolenta
Delegated UNIQUENESS in Postgress. Use case: UNIQ index with immutable data, and lots of non-HOT updates on a table. Delegating UNIQ constraint to external table speeding up UPDATEs. ( pay 1 ms on INSERT, save 14 ms every UPDATE )
me-redis
Memory Efficient Redis optimization ( key zipping, values compression, hash as simple storage optimization ). 2-3 less memory for large strings, 10+ times less for integers e.t.c
mini-apivore
MiniTest based version of Apivore gem.
nested_select
niceql
niceql gem repo. Nice, colorized SQL formatting in ruby.
nitro_pg_cache
This gem create DB-based solution for caching relation collections. It based on PostgreSQL version >= 9.4 . It faster than memcache+dalli combination. In some cases three times faster, but with all DB facilities!
pg_cache_key
pg_cache_key gem repo
rails_select_on_includes
rails_sql_prettifier
This is an ActiveRecord integration for a niceql gem. Niceql is a small, nice, simple and zero dependency solution for SQL prettifying for Ruby.
alekseyl's Repositories
alekseyl/niceql
niceql gem repo. Nice, colorized SQL formatting in ruby.
alekseyl/rails_select_on_includes
alekseyl/rails_sql_prettifier
This is an ActiveRecord integration for a niceql gem. Niceql is a small, nice, simple and zero dependency solution for SQL prettifying for Ruby.
alekseyl/me-redis
Memory Efficient Redis optimization ( key zipping, values compression, hash as simple storage optimization ). 2-3 less memory for large strings, 10+ times less for integers e.t.c
alekseyl/mini-apivore
MiniTest based version of Apivore gem.
alekseyl/enum_ext
Rails enum extension
alekseyl/nested_select
alekseyl/pg_cache_key
pg_cache_key gem repo
alekseyl/izolenta
Delegated UNIQUENESS in Postgress. Use case: UNIQ index with immutable data, and lots of non-HOT updates on a table. Delegating UNIQ constraint to external table speeding up UPDATEs. ( pay 1 ms on INSERT, save 14 ms every UPDATE )
alekseyl/stubberry
Easy, fun and rich stubbing for any purpose.
alekseyl/testoscope
alekseyl/activeadmin-wysihtml5
alekseyl/airbrake_notifying_threads
Run small async task with exception handling and airbrake notice
alekseyl/anycable
Polyglot replacement for Ruby WebSocket servers with Action Cable protocol
alekseyl/anycable-rails
AnyCable Rails integration
alekseyl/awesome-ruby
:gem: A collection of awesome Ruby libraries, tools, frameworks and software
alekseyl/brest
Rich declarative REST
alekseyl/canvas-lms
The open LMS by Instructure, Inc.
alekseyl/client_side_validations-formtastic
Formtastic plugin for ClientSideValidations
alekseyl/devise-token_authenticatable
This gem provides the extracted Token Authenticatable module of devise. It enables the user to sign in via an authentication token. This token can be given via a query string or HTTP Basic Authentication.
alekseyl/fast-ruby
:dash: Writing Fast Ruby :heart_eyes: -- Collect Common Ruby idioms.
alekseyl/minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
alekseyl/normalizr
Normalizes nested JSON according to a schema
alekseyl/opengraph_parser
Simple Ruby Parser library for parsing OpenGraph protocol (http://ogp.me)
alekseyl/rails
Ruby on Rails
alekseyl/rails_panel
Chrome extension for Rails development
alekseyl/rsmaz
Ruby port of Smaz - a short string compression library
alekseyl/slimkeyfy
Extract plain Strings from .slim views and rails controllers to replace them with I18n's t() method
alekseyl/swagger.io
The content of swagger.io
alekseyl/swagger_ui_engine
Include swagger-ui as rails engine and document your API with simple JSON or YAML files.