Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
554107ca 03/01/2016 06:40 AM Dominic Cleal

fixes #13878 - handle anonymous railtie classes seen on Rails 4.2

546def59 02/22/2016 03:51 AM Dominic Cleal

fixes #13804 - set enforce_available_locales in app config

Rails 4.1.9 in rails/rails@4399a23 sets I18n.enforce_available_locales
to the value in the Rails app config, which now defaults to true,
overwriting the false value set in the initialiser. Set it in the app...

f3582159 02/22/2016 03:50 AM Dominic Cleal

fixes #10662 - set default_locale to 'en'

When a default locale isn't set and FastGettext.set_locale() is called
with an unknown locale, it picks the first available. This depends on
the readdir order of locale/, which depends on filesystem behaviour.

Now when generating the default language API docs, they are always in...

44ad385e 02/18/2016 03:15 AM Tom Caspy

fixes #12621 - adding cache for template kinds to prevent multiple queries

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...

55033bc8 02/17/2016 09:06 AM Marek Hulán

Fixes #13755 - allow reading of AR collections with safe mode enabled

57000497 02/15/2016 07:22 AM Tomer Brisker

Fixes #9553 - Remove workaround for older json version

We already use json 1.8, this workaround is no longer needed.

f20c2a1a 02/15/2016 07:22 AM Dominic Cleal

fixes #13409 - remove early initialisation of test DB

All models etc. referenced within the Rails environment startup,
including in initialisers should load without making any reference to
the database. This ensures when running `rake test` without a test DB...

fd12fc8f 02/15/2016 05:34 AM Dominic Cleal

fixes #12873 - update Rails to 4.1.14.1

maintain_test_schema! changed behaviour and now launches db:test:prepare
in the background, causing the environment to be loaded again. A check
in the initializer prevents this from happening recursively.

Ideally this call would be removed from the initializers and leave it to...

View revisions

Also available in: Atom