rails-gem
There are 67 repositories under rails-gem topic.
seyhunak/twitter-bootstrap-rails
Twitter Bootstrap for Rails 8
shakacode/react-webpack-rails-tutorial
Example of integration of Rails, react, redux, using the react_on_rails gem, webpack, enabling the es7 and jsx transpilers, and node integration. And React Native! Live Demo:
richpeck/exception_handler
Ruby on Rails Custom Error Pages
simukappu/activity_notification
Integrated user activity notifications for Ruby on Rails
Gokul595/api_guard
JWT authentication solution for Rails APIs
nejdetkadir/devise-api
The devise-api gem is a convenient way to add authentication to your Ruby on Rails application using the devise gem. It provides support for access tokens and refresh tokens, which allow you to authenticate API requests and keep the user's session active for a longer period of time on the client side
rameerez/embargoed
🇺🇦 Ruby gem to block all requests from Russia to any Rails app and display a pro-Ukraine message instead
keygen-sh/request_migrations
Write request and response migrations for Stripe-like versioning of your Ruby on Rails API. Make breaking changes without breaking things!
igorkasyanchuk/execution_time
How fast is your code? See it directly in Rails console.
dpogue/rails_server_timings
Server Timing headers for Rails apps
zuzannast/swagger_ui_engine
Include swagger-ui as rails engine and document your API with simple JSON or YAML files.
dreamingechoes/bootstrap_sb_admin_base_v2
Rails gem of the Bootstrap based admin theme SB Admin 2.
nejdetkadir/followability
Implements the social network followable functionality for your Active Record models
jetrockets/metka
Rails gem to manage tags with PostgreSQL array columns.
autolist/sekreto
Use AWS Secrets Manager from Ruby, with rails support
hdchinh/huqua
:taxi: A simple tool for checking PostgreSQL Database in development mode (Quick check database without use rails console), life too short so make it easy
guillaumebriday/jsonapi-scopes
This gem allows you to filter and sort an ActiveRecord relation based on a request, following the JSON:API specification as closely as possible.
PacktWorkshops/The-Ruby-Workshop
A New, Interactive Approach to Learning Ruby
8parth/make_model_searchable
Adds simlpe search functionality to models
nejdetkadir/dry-validation-rails
Rails plugin for using dry-validation and dry-schema gems instead of your Active Record Validations
yamasolutions/block-editor
A block editor for Ruby on Rails
Souravgoswami/linux_stat
Linux only, efficient system utilization reporting and system monitoring gem
0x7466/active_entry
A flexible access control system for your Rails app
simukappu/amazon-chime-sdk-rails
Server-side implementation of Amazon Chime SDK for Ruby on Rails application
bravetheskies/polaris-html
Shopify Polaris rails components.
dreamingechoes/layer-handler
Simple JS library to handle Google Tag Manager easily.
AliOsm/chromable
Ruby on Rails integration for ChromaDB
dreamingechoes/bootstrap_sb_admin_base_v1
Rails gem of the Bootstrap based admin theme SB Admin.
gangelo/deco_lite
DecoLite is a little gem that allows you to use the provided DecoLite::Model class to dynamically create Decorator class objects. Use the DecoLite::Model class directly, or inherit from the DecoLite::Model class to create your own unique subclasses with custom functionality. DecoLite::Model includes ActiveModel::Model, so validation can be applied using ActiveModel validation helpers you're familiar with; or, you can roll your own - just like any other ActiveModel. DecoLite::Model allows you to consume a Ruby Hash that you supply via the initializer (DecoLite::Model#new) or via the DecoLite::Model#load! method. Any number of Ruby Hashes can be consumed. Your supplied Ruby Hashes are used to create attr_accessor attributes (or "fields") on the model. Each attribute created is then assigned the value from the Hash that was loaded. Again, any number of hashes can be consumed using the DecoLite::Model#load! method.
gangelo/simple_command_dispatcher
A Ruby Gem that dispatches SimpleCommands (simple_command gem) dynamically, so that API applications do not have to hard-code things like api modules and version numbers.
kbravi/acts_as_content_highlightable
Text Highlighting feature for your application
beijingrb/tabler_ui_rails
A Ruby gem of Tabler UI for Rails.
kalidasmuthusamy/rails-api-response-builder
API Response Builder for Rails API app
t2013anurag/transaction
Manage tasks efficiently - store details in redis and push status to pubsub client (Pusher, PubNub etc.)
colinsoleim/fake_shopify
A Rails gem for testing Shopify apps without hitting their servers.