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 7,736 public repositories matching this topic...
Flexible authentication solution for Rails with Warden.
-
Updated
Aug 26, 2020 - Ruby
A privacy-aware, distributed, open source social network.
-
Updated
Jul 10, 2020 - Ruby
Spree is an open source E-commerce platform for Rails 6 with a modern UX, optional PWA frontend, REST API, GraphQL, several official extensions and 3rd party integrations. Over 1 million downloads and counting! Check it out:
-
Updated
Aug 26, 2020 - Ruby
The administration framework for Ruby on Rails applications.
-
Updated
Aug 25, 2020 - Ruby
-
Updated
May 30, 2020 - Ruby
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
-
Updated
Aug 4, 2020 - Ruby
A library for setting up Ruby objects as test data.
-
Updated
Aug 24, 2020 - Ruby
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
Aug 26, 2020 - Ruby
Steps to Reproduce the Problem
If buffalo fails midway through generating a resource it does not undo what it has done in app.go. This is a very minor issue and was easy to resolve by deleting the duplicated resources from app.go. If I wasn't so new to go I'd be attempting to see if I could make a PR to fix this issue.
.
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
Aug 26, 2020 - Ruby
Annotate Rails classes with schema and routes info
-
Updated
Aug 10, 2020 - Ruby
Rails authentication with email & password.
-
Updated
Aug 14, 2020 - Ruby
For resource errors where the parent resource doesn't exist, IMO we should be throwing a 404 and redirecting to the index for the parent. Instead, here's what happens, given a non-existent parent resource.
products
/admin/products/nil-product/edit - 404, redirect to /products
`/ad
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia


I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.
Error:
Example: