Skip to content
#

ruby-on-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 7,593 public repositories matching this topic...

stimulus_reflex
julianrubisch
julianrubisch commented May 5, 2022

Just found out that this line:

https://github.com/stimulusreflex/stimulus_reflex/blob/165c2fae77b164e2f82306f4c692f97040b9c7fd/lib/tasks/stimulus_reflex/install.rake#L41

fails in a new jsbundling-esbuild setup because the following is typically present:

import controllers from './**/*_controller.js'
controllers.forEach(controller => {
  application.register(controller.name, con
good first issue javascript
bensheldon
bensheldon commented Oct 5, 2021

It would be nice to integrate Sorbet. I have tried before in #235, but found more sharp edges than I was comfortable with.

Short-term success is having some additional manual tooling and workflows that adds value to the development process and is not burdensome to contributors.

Long-term success would be to run Sorbet type checking as part of the CI lint process (e.g. there is a clean/gree

good first issue hacktoberfest
astuto
riggraz
riggraz commented May 12, 2022

If a user clicks on "Reply" to reply a comment, then a textarea appears but it is unfocused. It should automatically gain focus, in order to make it easier and faster to type comments.

On the other hand, the new comment form at the top level, i.e. the one used to comment a post, should not be autofocused when opening a post.

enhancement good first issue javascript

Created by David Heinemeier Hansson

Released December 13 2005

Organization
rails
Website
rubyonrails.org
Wikipedia
Wikipedia