Project

General

Profile

Download (129 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
41b265db 05/30/2018 03:51 PM Michael Moll

Refs #22601 - update DB gems from AR adapters

see rails commits 6a11d833ec and a9c06f61d5

3cabaaaf 12/11/2017 01:58 PM Michael Moll

Fixes #21084 - Always Use Rails 5.0, Drop Rails 4.2

6d9f34fe 07/05/2017 08:26 AM Dominic Cleal

fixes #19050 - add Ruby on Rails 5.0 support

Adds configurable support for running on Ruby on Rails 5.0 or 4.2,
defaulting now to 5.0 on Ruby 2.3 or higher. Ruby versions with partial
or no support remain using 4.2 by default. Other points:

1. SETTINGS[:rails] is loaded pre-Rails boot, then post-boot the...

8d8f8d45 07/21/2016 04:20 AM Dominic Cleal

fixes #15753 - unpin pg gem, match Rails requirement

7d54aa32 12/21/2015 09:31 AM Eric Helms

Fixes #12219: Pin pg to 0.15.X

The pg gem from 0.16.0 to 0.18.4 breaks the ability to run database
rake commands due to an improper linking when ruby-devel is installed
and trying to use Ruby greater than or 2.2.2

4c206d29 09/08/2015 09:39 AM Dominic Cleal

refs #11719 - change pg/sqlite3 deps to match ActiveRecord

9008500b 06/20/2012 10:49 AM Ohad Levy

make bundler a bit more packaging friendly.