Rails
Ruby on Rails (Rails) is a web application framework written in Ruby. It is meant to help simplify the building of complex websites.
Here are 9,333 public repositories matching this topic...
A platform for community discussion. Free, open, simple.
-
Updated
Oct 1, 2021 - Ruby
Flexible authentication solution for Rails with Warden.
-
Updated
Sep 24, 2021 - Ruby
A privacy-aware, distributed, open source social network.
-
Updated
Oct 1, 2021 - Ruby
Open Source modular headless multi-language/multi-currency/multi-store e-commerce platform
-
Updated
Oct 1, 2021 - Ruby
The list seems to be broken in the dashboard UI. Numbers are not visible.
To reproduce
Create a message with an ordered list using the rich content editor. Check whether the list is rendered properly or not.
The administration framework for Ruby on Rails applications.
-
Updated
Sep 27, 2021 - Ruby
-
Updated
Sep 7, 2021 - Ruby
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
-
Updated
Jun 17, 2021 - Ruby
Problem this feature will solve
Given:
FactoryBot.define do
user(factory: :author) { association(:author, role: role) }
endDefinitionProxy#method_missing will declare the [association](https://github.com/thoughtbot/factory_bot/blob
I'm sorry to post an issue that is missing crucial evidence, but some debugging of a recent config loading bug makes me suspect that the react-rails railtie.rb may be modifying the load order of initializers, and preventing the values in Rails.application.config being as expected.
Whether this happens or not appears to be partly dependent on where in the Gemfile the react-rails gem is l
A static analysis security vulnerability scanner for Ruby on Rails applications
-
Updated
Sep 24, 2021 - Ruby
Pagination library for Rails, Sinatra, Merb, DataMapper, and more
-
Updated
Aug 12, 2021 - Ruby
Catches mail and serves it through a dream.
-
Updated
Aug 12, 2021 - Ruby
I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se
A Rails engine that helps you put together a super-flexible admin dashboard.
-
Updated
Sep 28, 2021 - Ruby
Ruby implementation of GraphQL
-
Updated
Sep 30, 2021 - Ruby
We have a problem: if files aren't loaded/required we don't have branch data. If they are added through track_files we give it 0/0 branches which we show as 100% coverage (all possible branches are covered).
That math is "wrong" though here because there are branches but we don't know what they are. We should probably count total branches here as "unkown" and establish that in our "math unive
-
Updated
Sep 28, 2021 - Ruby
A while ago, we converted API controller specs into requests specs, see #2052. But those specs still have references from their old "life" that we can clean a little bit with a small effort.
In fact, their filenames still have the _controller_ part, which makes no sense now. Eg. solidus/api/spec/requests/spree/api/addresses_controller_spec.rb
Also, they contain references to the previo
An extendable Ruby on Rails CMS that supports Rails 6.0+
-
Updated
Sep 17, 2021 - Ruby
Annotate Rails classes with schema and routes info
-
Updated
Sep 28, 2021 - Ruby
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia



Action Dispatch comes with host authorization, a security feature that can be enabled in production by populating
config.hosts. The DNS rebinding attacks it protects against aren’t covered in the security guide. The guide should cover the relevant security issues, how to protect against them at the app level withconfig.hosts, and how reverse