Project

General

Profile

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

Latest revisions

# Date Author Comment
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...

fef6cff7 07/19/2016 10:42 AM Tomer Brisker

Refs #12193 - Remove remaining cached counters

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

96d32beb 04/28/2016 06:43 AM Dominic Cleal

fixes #14820 - override Rails log level with Foreman::Logging config

The log_level is expected to be explicitly configured in the Rails
config in the production environment.

85a97146 04/20/2016 10:06 AM Dominic Cleal

fixes #13244 - update Rails to 4.2.6

- Add responders gem to support class-level respond_to usage
- http://edgeguides.rubyonrails.org/4_2_release_notes.html#respond-with-class-level-respond-to
- Replace foreigner with native Rails 4.2 FK support
- uses a patch from Rails 5 to support Foreigner's...

View revisions

Also available in: Atom