Rails Erd
Pagy
| Rails Erd | Pagy | |
|---|---|---|
| 10 | 12 | |
| 4,075 | 4,971 | |
| 0.0% | 0.1% | |
| 0.0 | 9.6 | |
| over 2 years ago | 13 days ago | |
| Ruby | Ruby | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Rails Erd
-
Accelerate Domain Learning: Explore Application Dependencies with RailsGraph
I've been using a simpler version of this https://github.com/voormedia/rails-erd but it seems neat that this comes with a web app and a query language.
- Tools for designing DB, table relationships?
-
My project: railstart app
Graphviz
-
Graphic representation of class / module inheritance in Rails?
Use the rails-erd gem to generate an ERD: http://voormedia.github.io/rails-erd/
-
Relations and Entity Relationship Diagrams
Entity Relationship Diagrams (ERDs) are super useful for visualizing databases. For an ERD example, or to see how to make one, see this gem. Though note that gem is only for rails 3-5.
-
Anyone know of a site that takes all your Rails models and their respective associations, and converts them into a visual model relationships diagram?
You should take a look at rails-erd, it is really easy to set up and works quite well
-
Embed a gem in a Rails project and enable autoreload - Format Express Blog
At my work we've got a 10-year-old Rails app (originally started as Rails 3), rake stats says we're now over 100kloc (non-test). We've got a huge amount of complexity and cross-dependencies (not to mention, probably-dead code), and the majority of our test suite runtime (about 40h non-parallelized) is in cucumber because developers can't get a clear view of the level of the app they're dealing with, and I suppose don't feel they can trust the lower layers of the application. Running rails-erd on it generates the very definition of spaghetti, it's gross.
-
Does anyone have a good ERD generation gem?
This PR fix the build
- Rails Model Visualizer
Pagy
- Pagy: Best Pagination Ruby Gem
-
Integrating Pagy with Hanami (2025 edition)
Pagy released version 43 this week. It's advertised as a complete rewrite of its internals and APIs.
-
Build Load More Pagination with Pagy and Rails Hotwire
Now, let's dive into the pagination part of this post: setting up Pagy for handling pagination in our Rails application. If you haven't included the Pagy gem in your project, you'll need to add it manually. Here's how you can do it:
-
Pagination in Rails with Pagy gem
Several gems are available for pagination in Rails, but the Pagy gem is one of the most popular and efficient. It is a fast and lightweight library that provides a simple and flexible API. In this article, we’ll explore how to use it to implement pagination in Rails.
-
Rux: A JSX-inspired way to render view components in Ruby
> Am I understanding correctly that there’s a significant difference in performance between using a ViewComponent + a partial vs. a ViewComponent which renders html via a tag - from inside the component?
I don't think there will be much difference at all in everyday use, but some libraries that value performance don't avoid templates for that reason, Pagy for example.
https://github.com/ddnexus/pagy
Personally I omit them in my projects whenever we want to customise attributes, I hate seeing stuff like this in templates:
Some header
-
A powerful search feature with what Rails provides out of the box
The next step was about backporting the templates, adding Pagy gem for handling pagination and creating the controller. I was then able to show the listings with the models, but the filtering was not working.
-
The Ultimate Search for Rails - Episode 1
On the backend, we'll need a few tools. Apart from the classics (ActiveRecord scopes and the pg_search gem), you’ll see how the (yet officially unreleased but production-tested) all_futures gem, built by SR authors, will act as an ideal ephemeral object to temporarily store our filter params and host our search logic. Finally, we’ll use pagy for pagination duties.
-
My project: railstart app
Pagination
-
Pagination and infinite scrolling with Rails and the Hotwire stack
In our application, we will use Pagy to implement pagination. Let’s install Pagy now, following along with the Pagy quick start guide.
-
Load More Pagination in Rails with Hotwire Turbo Streams
For pagination I tend not to use gems like pagy or kaminari, instead implement this functionality just using limit and offset.
What are some alternatives?
RailRoady - Ruby on Rails model and controller UML class diagram generator. (`brew/port/apt-get install graphviz` before use!)
Kaminari - ⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps
Chartkick - Create beautiful JavaScript charts with one line of Ruby
will_paginate - Pagination library for Rails and other Ruby applications
Ruby/GraphViz - [MIRROR] Ruby interface to the GraphViz graphing tool
money-rails - Integration of RubyMoney - Money with Rails