Attach cloud and local files in Rails applications
Attach cloud and local files in Rails applications
WebSocket framework for Ruby on Rails.
Rails UJS for the react-rails gem
An SQL-friendly ORM for Node.js
Unobtrusive scripting adapter for jQuery
Use webpack to manage app-like JavaScript modules in Rails
A simple and lightweight library for highlighting SQL queries written in pure JavaScript
RedwoodRecord is an ORM ([Object-Relational Mapping](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping)) built on top of Prisma. It may be extended in the future to wrap other database access packages.
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
Utilities for SQL instrumentations
A JavaScript library for connecting securely to your Cloud SQL instances
SQL language support for the CodeMirror code editor
Format whitespace in a SQL query to make it more readable
A tiny Fetch API wrapper that allows you to make http requests without need to handle to send the CSRF Token on every request
No description provided.
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
An simple, relational SDK for querying TypeScript and JavaScript data structures
Convention over configuration for using Vite in Rails apps
Simple SQL escape and format for MySQL
Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).
A Stimulus controller to create new fields on the fly to populate your Rails relationship.
A TDS driver, for connecting to MS SQLServer databases.
Easily convert ActiveRecord models to SQL scripts.
Wrapping the no-sql data sources in Rails-like models and relations
Flexible but opinionated framework for defining and running reports on Rails models backed by SQL databases.
Flexible but opinionated framework for defining and running reports on Rails models backed by SQL databases.
Sometimes we have to write some Rails code in the migrations and it's hard to keep them in working state because models wich are used there changes too often. there some techniques which help to avoid these pitfalls. For example, define model classes in the migrations or write raw SQL. But they don't help in 100% cases anyway. This gem promises to solve the problem in a simple way.
SQL-based data modeling for Rails applications and Postgres
This gem provides an easy way to integrate natural language to SQL functionality into your Ruby on Rails projects. It uses AI models to convert natural language queries into SQL statements.
Graphics for your rails models with MetricsGraphics.js and NVD3. It may show count(or average, or sum, or another sql agregate function) of models for each day with grouping, conditions. Uses Redis for store statistics.
== OceanDynamo As one important use case for OceanDynamo is to facilitate the conversion of SQL databases to no-SQL DynamoDB databases, it is important that the syntax and semantics of OceanDynamo are as close as possible to those of ActiveRecord. This includes callbacks, exceptions and method chaining semantics. OceanDynamo follows this pattern closely and is of course based on ActiveModel. The attribute and persistence layer of OceanDynamo is modeled on that of ActiveRecord: there's +save+, +save!+, +create+, +update+, +update!+, +update_attributes+, +find_each+, +destroy_all+, +delete_all+, +read_attribute+, +write_attribute+ and all the other methods you're used to. The design goal is always to implement as much of the ActiveRecord interface as possible, without compromising scalability. This makes the task of switching from SQL to no-SQL much easier. OceanDynamo uses only primary indices to retrieve related table items and collections, which means it will scale without limits. OceanDynamo is fully usable as an ActiveModel and can be used by Rails controllers. Thanks to its structural similarity to ActiveRecord, OceanDynamo works with FactoryBot. See also Ocean, a Rails framework for creating highly scalable SOAs in the cloud, in which ocean-dynamo is used as a central component: http://wiki.oceanframework.net
Ruby on Rails-style MVC framework for PHP. Builds fast and clean projects in seconds with pure-PHP controllers, templates, and models. RESTful routes, modular templates, databases without a drop of SQL. You won't be disappointed. Download this gem, then run `$ ptero new <appname>` and be on your merry way.
Floating point ActiveRecord Models ordering for rich client apps heavily inspirated by Trello's ordering alorithm. ActiveRecordFlorder let client decide model's position in collection, normalize given value and resolve conflicts to keep your data clean. It's highly optimalized and generate as small SQL queries. The whole philosophy is to load and update as little records as possible so in 99% it runs just one SELECT and one UPDATE. In edge cases sanitization of all records happens and bring records back to the Garden of Eden state. It's implemented with both Rails and non-Rails apps in mind and highly configurable.
Rails Console Pro enhances your Rails console with powerful debugging tools: - Beautiful colored formatting for ActiveRecord objects - Schema inspection with columns, indexes, associations, validations - SQL explain analysis with performance recommendations - Interactive association navigation - Model statistics (record counts, growth rates, table sizes) - Object diffing and comparison - Export to JSON, YAML, and HTML - Smart pagination for large collections