webpacker
Here are 156 public repositories matching this topic...
Currently json
and jsonb
rails record attribute types will work, except that the dummy value will not be initialized if the schema specifies a default type. In other words lets say your migration specifies that a json column should have a default value of {abc: 12}
. The HyperModel behavior should load the dummy value while waiting for the server to return with {abc: 12}
instead it loads
Enhancement request:
The stylesheet_engine options are limited to :css, :sass and :scss. It would be nice to update or create a config option with the sole purpose of creating a pcss file when generating a new component.
-
Updated
Aug 15, 2018 - Ruby
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Jul 25, 2020 - Shell
Template versioning
When user added a new email template old template version must be exist and usable.
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Jan 7, 2021 - Ruby
-
Updated
Mar 1, 2021 - Ruby
-
Updated
Dec 11, 2017 - Ruby
-
Updated
Mar 1, 2021 - Ruby
-
Updated
Sep 13, 2018 - TypeScript
-
Updated
Mar 3, 2021 - Ruby
-
Updated
Dec 28, 2020 - Ruby
-
Updated
Dec 11, 2020 - Ruby
-
Updated
Dec 12, 2020 - Ruby
-
Updated
Mar 11, 2017 - Ruby
-
Updated
Feb 5, 2021 - Ruby
-
Updated
Dec 11, 2020 - Ruby
-
Updated
Mar 2, 2021 - Ruby
Improve this page
Add a description, image, and links to the webpacker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webpacker topic, visit your repo's landing page and select "manage topics."
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 inRails.application.config
being as expected.Whether this happens or not appears to be partly dependent on where in the
Gemfile
thereact-rails
gem is l