0.0
Easy way for create featured contents using rails_admin on rails 6
2021
2022
2023
2024
2025
2026
0.0
A rails gem that shows your rails application metrics and analytics in a dashboard view.
The gem applies a middleware to your rails application to trace requests and responses from your server, then pushes it to the database.
Raw data stored will then be processed and show in an analytical view o...
2021
2022
2023
2024
2025
2026
0.0
Crudable Rails provides everything needed to quickly build fully functional CRUD-based controllers in a Rails application. It streamlines resource management, reduces boilerplate, and enforces best practices for handling requests, responses, and strong parameters. Ideal for developers looking to ...
2021
2022
2023
2024
2025
2026
0.0
twitter-bootswatch-rails-helpers gem provides common view helpers for use with the twitter-bootswatch-rails & less-rails gems
2021
2022
2023
2024
2025
2026
0.0
Easy way for create contents using rails_admin on Rails 6 now with improvements and bug fixes
2021
2022
2023
2024
2025
2026
0.0
draggable-rails gem is the integration of https://shopify.github.io/draggable/ javascript library for your Rails 4 and Rails 5 application.
2021
2022
2023
2024
2025
2026
0.0
This gem checks your rails application against the rails style guide and highlights the places where the rails style guide points are not met.
2021
2022
2023
2024
2025
2026
0.0
rails_consent provides a Rails Engine, customizable templates, generators, and a minimal JavaScript runtime for managing consent preferences in Rails applications.
2021
2022
2023
2024
2025
2026
0.0
rails_parallel runs your Rails tests by forking off a worker and running multiple tests concurrently. It makes heavy use of forking to reduce memory footprint (assuming copy-on-write), only loads your Rails environment once, and automatically scales to the number of cores available. Designed to...
2021
2022
2023
2024
2025
2026
0.0
Rails UI Guard provides a clean way to lock/unlock features, show maintenance overlays,
and enforce backend security for modules in multi-tenant Rails applications.
Features:
- Per-tenant feature status management (Active, Locked, Under Work)
- UI blur/overlay system (no JavaScript required)
- ...
2021
2022
2023
2024
2025
2026
0.0
This is just an underscore add-on of André's jquery-rails which provides a Rails generator to install jQuery and the jQuery-ujs driver into your Rails 3 application, and then have them included automatically instead of Prototype.
2021
2022
2023
2024
2025
2026
0.0
All of functions of the jeweler now rolled into the rails generator. Hopefully, this will make generating rails gems from within rails apps a little easier.
2021
2022
2023
2024
2025
2026
0.0
Code Quality Check is a Ruby on Rails gem that runs automated quality and security
checks on every commit using Overcommit and Git hooks. It bundles and configures
RuboCop (style and lint), Brakeman (security), Rails Best Practices, and
BundleAudit (CVE checks). The installer sets up a Rails init...
2021
2022
2023
2024
2025
2026
0.0
NsGeo is a rails engine. Add gem 'ns_geo' to your Gemfile.
Run bundle install.
Run rails ns_geo:install:migrations
rake db:migrate
rake db:migrate
rake db:migrate RAILS_ENV=test
rails ns_geo:import_locations
2021
2022
2023
2024
2025
2026
0.0
Generates saltstack's salt-ssh code for provisioning a new server. Code creates a user to run the rails application; gives that user sudo privileges without a password; installs: elasticsearch, nodejs, mysql, nginx, and rails. In the case of mysql, the code setsup a user with only the privileges ...
2021
2022
2023
2024
2025
2026
0.0
# ws-rails-client
Simple Ruby client to for Websocket Rails server.
Example:
```ruby
require 'ws_rails_client'
require 'eventmachine'
EM.run do
client = WsRails::Client.new("ws://localhost:3000/websocket")
client.handle 'my_event' do |message|
client.send('my_response', message)
en...
2021
2022
2023
2024
2025
2026
0.0
# Fresh::Auth
This gem makes it really, REALLY easy to use the Freshbooks API. It couldn't be easier.
With only 3 functions you'll ever need to use, and only 2 required configuration values, it can't get any easier.
## Installation
Add this line to your application's Gemfile:
gem 'fresh-...
2021
2022
2023
2024
2025
2026
0.0
Soka Rails provides seamless integration between the Soka AI Agent Framework and Ruby on Rails applications, following Rails conventions for easy adoption.
2021
2022
2023
2024
2025
2026
0.0
Inspired by factory_girl_rails. Machinist_rails enables auto-loading of macros, matchers, and blueprints in spec/support/ and its subdirectories. This allows for easy access to blueprints, etc.. in the console. This also sets machinist as the fixture_replacement for your rails generators.
2021
2022
2023
2024
2025
2026
0.0
twitter-bootswatch-rails gem integrates TWBS Bootstrap for Rails Asset Pipeline with less-rails
2021
2022
2023
2024
2025
2026