Pinned Repositories
client_side_validations
Client Side Validations made easy for Ruby on Rails
client_side_validations-simple_form
Simple Form plugin for ClientSideValidations
icare
Open Source Carpooling Platform
ruby3-rails7-bootstrap-heroku
An opinionated starter application based on Ruby 3.3, Rails 7.2, Webpack 5, pnpm, and Bootstrap 5, deployable on Heroku
route_translator
Translate your rails app route to various languages without the hassle
2048-Bench
A simple Bench for 2048
coveralls-ruby-reborn
An up-to-date fork of Coveralls for Ruby
StaminIA
Stamin.IA! is a substitution tool for the online game Hattrick
vectoriconsroundup
A comparison between popular vectorial icon fonts
tagliala's Repositories
tagliala/activeadmin
The administration framework for Ruby on Rails applications.
tagliala/vesuvius
Compiles libraries and binaries on Heroku without pain
tagliala/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 }
tagliala/ActiveRecordExtended
Adds additional postgres functionality to an ActiveRecord / Rails application
tagliala/acts_as_paranoid
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
tagliala/arbre
An Object Oriented DOM Tree in Ruby
tagliala/bullet
help to kill N+1 queries and unused eager loading
tagliala/caxlsx
xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
tagliala/combine_pdf
A Pure ruby library to merge PDF files, number pages and maybe more...
tagliala/countries
All sorts of useful information about every country packaged as convenient little country objects. It includes data from ISO 3166 (countries and states/subdivisions ), ISO 4217 (currency), and E.164 (phone numbers).
tagliala/csv-playground
Playground for Client Side Validation Issues and PRs
tagliala/cucumber-rails
Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner
tagliala/fugit
time tools (cron, parsing, durations, ...) for Ruby, rufus-scheduler, and flor
tagliala/gantt
Open Source Javascript Gantt
tagliala/haml
HTML Abstraction Markup Language - A Markup Haiku
tagliala/haml-lint
Tool for writing clean and consistent HAML
tagliala/inherited_resources
tagliala/inline_svg
Embed SVG documents in your Rails views and style them with CSS
tagliala/jsonapi-rails
Rails gem for fast jsonapi-compliant APIs.
tagliala/memo_wise
The wise choice for Ruby memoization
tagliala/pagy
🏆 The Best Pagination Ruby Gem 🥇
tagliala/rack
a modular Ruby webserver interface
tagliala/rack-session
tagliala/rackup
tagliala/redlock-rb
Redlock is a redis-based distributed lock implementation in Ruby. More than 20M downloads.
tagliala/semantic_range
:card_index: Parse and compare semantic version numbers and ranges
tagliala/shakapacker
Use Webpack to manage app-like JavaScript modules in Rails
tagliala/sidekiq-scheduler
Lightweight job scheduler extension for Sidekiq
tagliala/slim-lint
Configurable tool for analyzing Slim templates
tagliala/stimulus-timeago
A Stimulus controller that returns the distance between the given date and now in words.