Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

212b8250 10/27/2015 06:25 AM Chris Peters

Fixes #12311 - Fix issue with failed initialization of rack openid middleware.

This fix is for rails4 but is backwards compatible with rails3

When placed in a rails initializer the rack middleware fails to
load, throwing a can't modify frozen array error. Moving the...

783efdcc 10/21/2015 10:47 AM Daniel Lobato Garcia

Refs #11813 - Use new engines listing syntax in initializers

e4d969a1 10/20/2015 08:57 AM Tom Caspy

refs #12147 - correcting route for unattended controller

6452427c 10/16/2015 03:02 AM Dmitri Dolguikh

Fixes #11016: added test-unit gem for ruby 2.2.x

c1755e07 10/12/2015 06:54 AM Daniel Lobato Garcia

Fixes #10988 - Remove 1.11 deprecations

0f436556 09/25/2015 11:11 AM Daniel Lobato Garcia

Fixes #7567 - Substitute find_or_create_by by first_or_create

Rails 3 and 4 both support the syntax 'where(args).first_or_create'.
find_or_create_by is no longer valid on Rails 4 so we should remove it
here already

4901dd3c 09/17/2015 05:17 AM Walden Raines

Fixes #11692: update ace-rails-ap to 4.x.

http://projects.theforeman.org/issues/11692

480b571c 09/17/2015 02:26 AM Daniel Lobato Garcia

Fixes #11812 - Remove whiny nils and add eager load

In Rails 4 eager_load is mandatory, and whiny_nils are already useless
in Foreman as we don't support 1.8.7.

0e7ea7c4 09/17/2015 02:23 AM Daniel Lobato Garcia

Fixes #11818 - Update match routes to get

Some of our routes use match when they really mean just 'get'. Rails 4
forces us to choose a verb, and we can do this already on Rails 3.

View revisions

Also available in: Atom