Skip to content
#

Rails

rails logo

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...

eliotsykes
eliotsykes commented Oct 3, 2019

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

jonrohan
jonrohan commented Apr 9, 2018

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

stimulus_reflex
jonathan-s
jonathan-s commented Apr 15, 2020

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

catmando
catmando commented Mar 1, 2020

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
jonschlinkert
jonschlinkert commented Jul 1, 2016

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

Created by David Heinemeier Hansson

Released December 13 2005

Organization
rails
Website
rubyonrails.org
Wikipedia
Wikipedia
You can’t perform that action at this time.