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,110 public repositories matching this topic...
-
Updated
Aug 7, 2021 - Ruby
-
Updated
Aug 6, 2021 - Ruby
-
Updated
Jul 31, 2021 - Ruby
Context
On mobile devices, footer section text should be adjusted to the center, contrary to the desktop where it is adjusted to the left.
Please refer to the screenshot attached.
Expected Behavior
Store name should be adjusted to the center of the footer on mobile devices.
Actual Behavior
The store name is not adjusted to the center of the footer on mobile devices.
Steps
Describe the bug
When deleting a Twilio WhatsApp inbox, you are asked to type the name of that inbox. You enter that, the delete button activates, you can delete.
If you then delete another inbox, the prompt appears but it has the text entered from the previous submission. That should be cleared once the deletion is complete.
-
Updated
Aug 6, 2021 - Ruby
-
Updated
Aug 6, 2021 - Ruby
-
Updated
Jun 17, 2021 - Ruby
-
Updated
Aug 5, 2021 - 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
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 6, 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
-
Updated
Aug 6, 2021 - Ruby
-
Updated
Jul 29, 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