Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

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

8bbfa2c3 02/04/2016 03:20 PM David Davis

Refs #12911 - Fixing colon method calls

4406f5af 02/03/2016 07:46 AM Dominic Cleal

fixes #8874 - rework POT/PO updates for gettext 3's edit.po

3.1.13 adds an intermediate .edit.po file alongside each .po, which is meant
to be kept outside of SCM and updated by users, whereupon it's merged back into
the .po on the next rake gettext:find execution....

ac735d74 01/21/2016 10:13 AM Dominic Cleal

fixes #13168 - permit safemode templates read-only access to AR relations

Templates such as kickstart_networking_setup use relations of
Host::Managed to access network interfaces. Since Rails 4, these return
relation objects rather than arrays which being core Ruby, had permitted...

8fd3f74b 01/21/2016 10:07 AM Eric Helms

Fixes #13171: Prevent frozen array error when plugins have assets

When the application is configured to serve static assets, the
public/asset paths of the plugins need to be added to the middleware
stack. However, this needs to occur prior to the middleware stack...

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

5290e576 01/11/2016 10:28 AM Dominic Cleal

fixes #13110 - add initializer name to plugin registration deprecation

View revisions

Also available in: Atom