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 5,424 public repositories matching this topic...

stimulus_reflex
leastbad
leastbad commented Sep 7, 2020

Feature Request

Both of the templates in lib/generators/templates/app/javascript/controllers/ have some minor issues that could be easily addressed.

Describe the solution you'd like

  • on line 29 of the application_controller.js.tt it shows ExampleReflex#demo but this could be simplified to Example#demo
  • same thing happens on line 20 of the generic template
  • in the generic
dosco
dosco commented Jul 17, 2020

What would you like to be added:

Currently config uses one file per environment (eg. dev, staging, prod, etc) we should move to a multi-file config where we have one folder per environment and config values can be split across multiple files within this folder.

Why is this needed:

For setups where there are

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.