Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
development.rb 2.33 KB
production.rb 3.43 KB
test.rb 3.53 KB

Latest revisions

# Date Author Comment
7923c95d 04/06/2017 07:19 AM Dominic Cleal

fixes #18445 - always define eager_load_paths, use require_dep

Allows `eager_load!` to be called or enabled in any environment without
loading files under lib/ twice. Switches many `require` calls to Rails'
`require_dependency` to always use its dependency loader, so when eager...

9601eb47 03/29/2017 05:18 AM Daniel Lobato Garcia

Revert "Revert "fixes #18691 - add as_deprecation_tracker to test environment""

This reverts commit 5a4fdbf71decfb26b88b139bf1f0136d3d3189d4.

5a4fdbf7 03/29/2017 04:46 AM Daniel Lobato Garcia

Revert "fixes #18691 - add as_deprecation_tracker to test environment"

This reverts commit 0fd467c844fd200b5da72a0c670a5ac2bd4a61d6.

3582015c 03/06/2017 03:11 AM Lukas Zapletal

Fixes #18788 - log protected attributes in prod

0fd467c8 02/27/2017 03:23 PM Dominic Cleal

fixes #18691 - add as_deprecation_tracker to test environment

Causes test failures if any new deprecation warnings are triggered by
changes in Foreman. Plugin code is automatically whitelisted unless it
supplies its own ASDT whitelist configuration, so developers can opt-in....

68f481c5 11/01/2016 11:29 AM Martin Schurz

fixes #16996 - reduce eager_load of tables

ab5c7c28 08/17/2016 04:43 AM Marek Hulán

Refs #12364 - webpack server can serve assets on https

31bbcd81 08/15/2016 11:14 AM Tomer Brisker

Refs #12364 - Only load the dev server js if it's enabled

Also allow disabling the dev server from the settings file

e2a57bfe 08/10/2016 06:18 AM Tomer Brisker

Fixes #12364 - Use NPM+Webpack to handle external assets

This commit introduces NPM and Webpack to handle external assets.
It also provides ES6 support and a live reload dev server that can be
used by running `foreman start` instead of `rails start`.
Do not forget to run `npm install` before starting the server....

12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

View revisions

Also available in: Atom