Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
355c3a31 03/31/2016 04:13 AM Dominic Cleal

fixes #12746 - list compute resources from plugin definitions

Load the full list of known CRs from plugins on the fly, instead of
modifying the class-level list of supported plugins. Since plugin
definitions don't get reloaded, this allows the ComputeResource class to...

2a08e8c1 03/28/2016 11:07 AM Ori Rabin

Fixes #13727 - Error raised when setting default_value when override is set to false

72f46ae9 03/28/2016 08:45 AM Dominic Cleal

fixes #14338 - move session store configuration earlier

When a plugin has an initializer relying on :build_middleware_stack, the
middleware stack is constructed with the default session store (cookies)
as the store hasn't been configured by config/initializers/ yet. Moving...

bf8c7fbd 03/24/2016 04:07 AM Dominic Cleal

fixes #14318 - load JS translations table for current locale only

f7f6bd5e 03/17/2016 05:02 AM Dominic Cleal

fixes #14225 - add missing require for Resolv

Setting itself is explicitly required too, which will provide a better
error message in future for this and similar issues loading the class.

d05be6d1 03/08/2016 09:39 AM Ondřej Pražák

Fixes #14071 - Using Sprockets directive to require host_edit_interfaces.js

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

View revisions

Also available in: Atom