Pinned Repositories
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 }
acts_as_bookable
A reservation plugin for Rails applications that allows resources to be bookable.
acts_as_paranoid
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
acts_as_votable
Votable ActiveRecord for Rails
awesome-rails
A curated list of awesome things related to Ruby on Rails
banan-api-old
blog_application
breadcrumbs_on_rails
A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
Choices
A vanilla JS customisable select box/text input plugin ⚡️
client_side_validations
Client Side Validations made easy for Ruby on Rails
AlkhabazHasan's Repositories
AlkhabazHasan/acts_as_bookable
A reservation plugin for Rails applications that allows resources to be bookable.
AlkhabazHasan/acts_as_paranoid
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
AlkhabazHasan/acts_as_votable
Votable ActiveRecord for Rails
AlkhabazHasan/breadcrumbs_on_rails
A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation.
AlkhabazHasan/client_side_validations
Client Side Validations made easy for Ruby on Rails
AlkhabazHasan/cocoon
Dynamic nested forms using jQuery made easy; works with formtastic, simple_form or default forms
AlkhabazHasan/devise_invitable
An invitation strategy for devise
AlkhabazHasan/friendly_id
FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
AlkhabazHasan/gravatar_image_tag
A configurable and documented Rails view helper for adding gravatars into your Rails application
AlkhabazHasan/hirb
A mini view framework for console/irb that's easy to use, even while under its influence. Console goodies include a no-wrap table, auto-pager, tree and menu.
AlkhabazHasan/homebridge
HomeKit support for the impatient
AlkhabazHasan/homely
AlkhabazHasan/jquery-pjax
pushState + ajax = pjax
AlkhabazHasan/jquery-validation-rails
jQuery Validation for the Rails Asset Pipeline.
AlkhabazHasan/letter_avatar
Ruby gem for creating letter avatar from user's name (or any other string :-) ).
AlkhabazHasan/Material
A UI/UX framework for creating beautiful applications.
AlkhabazHasan/material-sass
A rubygem of Material Design for Bootstrap 4
AlkhabazHasan/paranoia
acts_as_paranoid for Rails 3, 4 and 5
AlkhabazHasan/PiPer
Browser extension that adds Picture in Picture support to YouTube, Netflix, Amazon Video, Twitch, Plex, and more!
AlkhabazHasan/rails-bootstrap-tabs
Convient helper for building bootstrap tabs
AlkhabazHasan/rails-settings
Manage settings with Ruby on Rails
AlkhabazHasan/restaurant-reservations
Ruby on Rails project for Internet Software Architecture course
AlkhabazHasan/school_app
AlkhabazHasan/searchkick
Intelligent search made easy with Rails and Elasticsearch
AlkhabazHasan/simple_enum
Simple enum-like field support for ActiveModel (including validations and i18n)
AlkhabazHasan/slakhub
AlkhabazHasan/Tutorials
Random personal tutorials
AlkhabazHasan/validates_overlap
Gem for Rails 3 and 4, that helps validate overlap
AlkhabazHasan/Web_app_ruby
The First Web App By Ruby on Rails I Have DONE!
AlkhabazHasan/wicked_pdf
PDF generator (from HTML) plugin for Ruby on Rails