0.0
Rails Validation API provides a powerful for validating request parameters in Rails applications. Features include automatic validator loading based on controller/action names, nested parameter validation, custom error handling, and seamless integration with Rails controllers through concerns. Pe...
2021
2022
2023
2024
2025
2026
0.0
While developing Rails apps, it is often difficult to remember which prefixes route to which controller#action. That is why it is useful to run `rails routes` and put that output in a file for later reference. This gem does that for you.
After installing the gem in your Rails project, ...
2021
2022
2023
2024
2025
2026
0.0
gcm_rails_mongo_mapper is a Ruby on Rails gem based on dondeng's gcm_on_rails gem (https://github.com/dondeng/gcm_on_rails). Same funcionality except this gem works with MongoMapper. This is my first gem so any feedback is greatly appreciated!
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
# 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
"DYI for Rails" is a library for use DYI on Rails.
"DYI for Rails" provides some helpers and module for drawing a image of DYI.
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
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+
functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you
to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in y...
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
<p><code>mvcoffee-rails</code> is a Rails gem that makes it easy to use the
<a href="https://github.com/kirkbowers/mvcoffee">MVCoffee</a> client-side MVC framework in your
Rails project.</p>
<p>The full documentation for this gem is at <a href="http:...
2021
2022
2023
2024
2025
2026
0.0
# Game
A Ruby-powered MVC game framework.
## Install
```sh
$ gem install game
```
## Usage
### Setup
```sh
$ game new my_cool_game
```
This will create a new directory named `my_cool_game` in the current working directory.
The directory is laid out very much like a Rails application:
...
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
= rails_vcstatus_logger It adds current state of version control to the log when you start the server. * Currently only supports git Adds current version hash and result of `git diff` The idea is that you can be sure about what source was running when you look in the log. I recently had a sit...
2021
2022
2023
2024
2025
2026
0.0
collection of datamapper related extensions. mostly needed to run within rails. the restful transactions is around filter for rails actions if needed to control such transaction on per action base otherwise use the rack extension from rack-datamapper. datamapper store is a session store for rails...
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
Implementation of view helper methods that utilize robust options and traits to generate semantic Bootstrap4 HTML for Ruby on Rails. Supply themes, rails helper options (such as :method and :confirm for a `link_to`). Example usage: `<%= ui.bootstrap :button, :primary, :block, href: user_path(@use...
2021
2022
2023
2024
2025
2026
0.0
Enjoy Forml in your Rails with forml-rails, an adapter for the Rails asset pipeline.
2021
2022
2023
2024
2025
2026
0.0
R18n backend for Rails I18n and R18n filters and loader to support Rails
translation format.
R18n has nice Ruby-style syntax, filters, flexible locales, custom loaders,
translation support for any classes, time and number localization, several
user language support, agnostic c...
2021
2022
2023
2024
2025
2026
0.0
Rails API Profiler is a lightweight, middleware-based tool for profiling API requests in Rails applications. It measures request duration, database query count, and database execution time with zero code changes, supporting Rails 5 and above.
2021
2022
2023
2024
2025
2026
0.0
**Rails Model Viz** is a development tool that automatically visualizes your Rails application's models,
associations, and (optionally) column details using Mermaid.js. This gem provides both a command-line task
and a Rails Engine interface, allowing you to view interactive entity-relationship ...
2021
2022
2023
2024
2025
2026