Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
development.rb 1.85 KB
production.rb 3.33 KB
test.rb 2.72 KB

Latest revisions

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

743c84c8 02/18/2016 03:13 AM Daniel Lobato Garcia

Revert "Fixes #13424 - Add Patternfly Donut Chart React component"

This reverts commit f4b2a11615d14ba1407aecd55523cd44d1010e14.

f4b2a116 02/18/2016 03:12 AM Daniel Lobato Garcia

Fixes #13424 - Add Patternfly Donut Chart React component

Our donut charts do not look like they should in Patternfly.
https://www.patternfly.org/patterns/donut-chart/ uses c3, so we can do
that too.
Eventually I want to remove flot_pies too, but I have to yet figure out...

62a6652d 01/14/2016 04:22 AM Dominic Cleal

fixes #13144 - enable missing precompiled asset errors in test env

Remove extraneous ace/ace JS, which is included through vendor.

d6c08a7a 01/13/2016 03:24 AM Daniel Lobato Garcia

Fixes #11618 - Replace validation tests by shoulda-matchers

A good chunk of our unit tests are testing whether a validation is
working or not by testing it actively. For the validations we've
added ourselves I would say it's fine. However for validations that...

1ba9650c 01/12/2016 08:57 AM Daniel Lobato Garcia

Fixes #13050 - Do not pass paths with /assets to helpers

Sprockets 3 does not recommend that, and the new option
`config.assets.raise_runtime_errors` on development.rb will raise errors
on development when doing it.

We only do it in one stylesheet and a helper, so fixing those let...

418e709d 01/07/2016 10:39 AM Ohad Levy

fixes #12914 - update configurations to rails 4.1 structure

this is a simple output after comparing the output of ```rails new foreman```
and updating accordingly.

7cdaddab 12/30/2015 02:44 AM Shlomi Zadok

fixes #12714 - Show proxy status in index, and create a show page for proxy

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...

View revisions

Also available in: Atom