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 474 public repositories matching this topic...
I want to avoid checking SVG files into this repository. I feel strongly that having it here to, the confusion of where to contribute to Octicons increases.
However we need to address questions like primer/octicons#213
In my ideal world, we would include in the release script a line that zips up the /build/ folder and attaches it to a release on this repository. A
I'm comparing WYSIWYG editors and have been looking for this feature.
Want to back this issue? Post a bounty on it! We ac
Mercury2 on HTML
-
Updated
Mar 11, 2020 - JavaScript
Docs
In the quickstart the first example explains how you can introduce stimulusreflex without any javascript. This seems somewhat magical, it would be nice if it was explained somewhere more clearly how the magic works behind the scenes or what assumptions are being made to make this work.
Referring to this https://docs.stimulusreflex.com/quickstart#call-reflex-methods-on-the-server-wit
-
Updated
May 18, 2020 - JavaScript
SomeModelWithLotsOfData.first will transfer the entire table to the client then select the first item.
This patch appears to fix, and can be added as is to your ApplicationRecord file at the start.
module ReactiveRecord
class Collection
# THIS IS THE KEY PART OF THE PATCH... DO THE SAME THING AS last FOR first
def first(n = nil)
if n
apply_scope(:__hy-
Updated
Aug 19, 2019 - JavaScript
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
May 16, 2020 - JavaScript
We should start adding simple generate questions to stackoverflow that we can answer, to provide users with a way to find searchable help and feedback.
SO actively encourages simple, high quality code questions like this. It would be great if someone could just start asking basic questions for @doowb and I to answer. feel free to link them here if an
What is the expected behaviour?
Add the HTML <textarea> tag, as specified here: https://www.w3schools.com/tags/tag_textarea.asp
-
Updated
Apr 25, 2018 - JavaScript
Normally the emoji and submit button are laid out next to each other like:
When the text gets long enough to wrap to the next line the jump to being laid out vertically. the effect feels quite jarring:


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.rbmay be modifying the load order of initializers, and preventing the values inRails.application.configbeing as expected.Whether this happens or not appears to be partly dependent on where in the
Gemfilethereact-railsgem is l