jonhue / turbolinks-animate-railsLinks
Rich & adaptive animations for apps using Rails with Turbolinks
☆13Updated 6 years ago
Alternatives and similar repositories for turbolinks-animate-rails
Users that are interested in turbolinks-animate-rails are comparing it to the libraries listed below
Sorting:
- Make any method perfomed later with ActiveJob☆28Updated 2 years ago
- Automatic scopes for ActiveRecord models.☆83Updated last year
- Rails data aggregation framework☆58Updated last year
- An ActiveRecord plugin for atomic archiving and unarchiving of object trees. Inspired by ActsAsParanoid and PermanentRecord☆129Updated last year
- Strategic - Painless Strategy Pattern in Ruby and Rails☆49Updated 2 years ago
- A Rails extension for providing awesome user-initiated string interpolation☆57Updated 10 years ago
- Breakout detection for Ruby☆47Updated 2 months ago
- Rails recently introduced has_secure_token but it's very primitive. Meet the competition.☆59Updated 4 years ago
- Common exception reporting for a variety of services☆85Updated 2 years ago
- A currency conversion api for the minimalist developer☆49Updated 8 years ago
- ActiveRecord support for PostgreSQL's native inherited tables (multi-table inheritance)☆97Updated 5 years ago
- Ruby on Rails reporting framework☆85Updated 6 years ago
- A lightweight and database-level Ruby library to transform any Active Record query into analytics hash ready for use with any chart libra…☆109Updated 7 years ago
- An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.☆26Updated last year
- Manage exports and imports with ease, separating the logic from the models☆28Updated last month
- Puma plugin for starting a Ngrok Tunnel☆45Updated 4 years ago
- Base class and modules for YAML backed static models.☆43Updated last month
- Heroku buildpack with jemalloc☆116Updated 6 years ago
- Store text data in different languages. Similar to globalize, but uses PostgreSQL's JSONB to store data in a single field. No additional …☆56Updated 8 months ago
- Manage PostgreSQL's schemas for a multi-tenant Rails app with ease☆56Updated 6 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!