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,177 public repositories matching this topic...
-
Updated
Nov 23, 2020 - Ruby
-
Updated
Nov 15, 2020 - Ruby
-
Updated
Nov 27, 2020 - Ruby
-
Updated
Nov 27, 2020 - Ruby
-
Updated
Nov 11, 2020 - Ruby
-
Updated
Nov 3, 2020 - Ruby
-
Updated
Nov 24, 2020 - Ruby
Enhancement
Label names in chatwoot only support alphabets, numbers, hyphen and underscore.
At the moment the available validation doesn't show the user any errors, which would leave the user confused.
So let's add a validation error describing this behaviour
Current behaviour
<img width="1273" alt="Screenshot 2020-10-02 at 4 29 03 PM" src="https://user-images.githubuserconten
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
Nov 27, 2020 - Ruby
-
Updated
Sep 10, 2020 - Ruby
-
Updated
Nov 24, 2020 - Ruby
The calculator should always return a BigDecimal, but that's not always the case.
For example the flat_rate calculator return 0 as Integer on the else branch.
If the calculator returns a type other than BigDecimal a warning will be issued by the adjustment action for the promotions,
for example
-
Updated
Aug 14, 2020 - Ruby
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: