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/School
AlkhabazHasan/Sehlah_School
AlkhabazHasan/Sehlah_School_Web_App
AlkhabazHasan/SampleApp
AlkhabazHasan/gulp-rails
Making Gulp, Rails, and the asset pipeline love each other.
AlkhabazHasan/dependent-fields-rails
DependentFields makes it easy to hide or show dependent fields in forms based on select or checkbox values.
AlkhabazHasan/rails_engines_example
AlkhabazHasan/Rails-Ajax-Validation
Easy ajax form validations for Rails applications