wrapper fetch with rails CSRF token.
WebSocket framework for Ruby on Rails.
Rails UJS for the react-rails gem
The speed of a single-page web application without having to write any JavaScript
Use webpack to manage app-like JavaScript modules in Rails
Unobtrusive scripting adapter for jQuery
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
react-on-rails JavaScript for react_on_rails Ruby gem
A tiny Fetch API wrapper that allows you to make http requests without need to handle to send the CSRF Token on every request
Convention over configuration for using Vite in Rails apps
A light-weight module that brings Fetch API to node.js
Attach cloud and local files in Rails applications
TypeScript definitions for @rails/activestorage
TypeScript definitions for @rails/actioncable
Ruby on Rails unobtrusive scripting adapter
better fetch for Node.js. Works on any JavaScript runtime!
An implementation of window.fetch in Node.js using Minipass streams
A Stimulus controller to create new fields on the fly to populate your Rails relationship.
Opinionated, caching, retrying fetch client
Provides a way to make requests
Esbuild plugin for Rails applications
A Stimulus controller to create new fields on the fly to populate your Rails relationship.
Universal WHATWG Fetch API for Node, Browsers and React Native
Blob & File implementation in Node.js, originally from node-fetch.
A window.fetch polyfill for browser from Rails using https://github.com/github/fetch
Rails middleware for using the apollo-fetch-upload npm package on the client.
Cre reduces the amount of code you have to write when fetching rails credentials. If your encrypted credentials look like this: production: password: 'foobar' development: password: 'foobar' test: password: 'foobar' Usually you have to get it like this: `Rails.application.credentials.dig(Rails.env, :password)` with Cre you can just do: `Cre.dig(:password)`. By default it grabs the current Rails environment. To overwrite this behavior add the enviroment as the first argument: `Cre.dig(:production, :password)`
This Rails plugin provides the rake task i18n:update to download the latest core translations to vendor/rails-locales. On application start, the plugin automatically prepends downloaded core translations to the I18n load_path. So the downloaded core translations are automatically used in your application, but you can still override the defaults in your own locale files.
Multi-fetch optimisation for multiple cached blocks in Rails views.
Gem to fetch and make available Conflux configs on Rails boot.
Fetch, cache and display blog posts in your Rails app.
Fetch environment variables from Doppler and inject them into your Rails application.
Rails plugin for simplified parameter-based model fetching.
Since rails 7 uses HotWire, it became a bit hard to implement ajax submissions on form; This gem implements a vanilla js solution for it(just call it at the very end of your erb file and add the class ajaxForm to your form_with)
Simple 4chan is a gem that fetches posts from 4chan. A complete reading solution to fetch posts from 4chan into your ruby, any rack-based or rails app. You set the board and simple-fourchan will fetch all posts from a board or thread number.
The remote_translation_loader gem allows you to fetch YAML translation files from remote sources and dynamically load them into your Rails application’s I18n translations without writing them to local files.