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 8,552 public repositories matching this topic...
-
Updated
Mar 11, 2021 - Ruby
-
Updated
Mar 12, 2021 - Ruby
This is the continuation of spree/spree#10849. We still have some jQuery dependant code in the spree_frontend app/assets/javascript directory which we will need to rewrite to pure JS. There's no rationale for using jQuery anymore as all of the features are available in pure JS.
-
Updated
Mar 12, 2021 - Ruby
-
Updated
Feb 27, 2021 - Ruby
-
Updated
Mar 12, 2021 - Ruby
Is your enhancement request related to a problem? Please describe.
Currently when sending emoji via slack to a web-user, the emoji will come through with the slack text name, such as :frowning:
This is true even if the slack user pastes a native emoji and doesn't use the slack picker.
Interestingly, emoji coming the other way work just fine.
Describe the solution you'd like
-
Updated
Feb 21, 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
Mar 12, 2021 - Ruby
-
Updated
Mar 6, 2021 - Ruby
Solidus Version:
2.11.5, master
ActiveModel::UnknownAttributeError
To Reproduce
Trying to create a product with the permalink attribute included:
curl -si \
--header 'Authorization: Bearer <PLACE_API_KEY_HERE>' \
--header 'content-type: application/json' \
--reque
-
Updated
Mar 13, 2021 - Ruby
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia
I have a Sidekiq customer complaining of a lot of "stuck" threads. He sends a lot of email so I suspected misbehaving SMTP servers.
The
mailgem has support for timeouts here but they default tonil:https://github.com/mikel/mail/blob/7b3e100f42f2d7738c3af7bf1909777568270b67/lib/mail/network/delivery_methods/smtp.rb#L91
Rails does not appear to set them by default:
https://github.c