Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
b28c934b 06/13/2016 06:12 AM Dominic Cleal

fixes #14913 - configure Hirb/Wirb via irbrc

Wirb 2.x can't be started before the IRB session itself, so use an irbrc
file per its docs to activate it and Hirb when starting a console.

0cdd6598 06/02/2016 03:44 PM Dominic Cleal

fixes #15250 - ignore current controller from link_to/hash_for

When link_to generates a link on a page served from a nested controller
(e.g. foreman_example/examples) with a hash of controller/action from
our hash_for_*_path extension, it calls url_for which added the current...

a1506cab 06/02/2016 07:38 AM Amir Fefer

Fixes #8797 - Separate style from the HTML in emails

By using roadie-rails gem (1.1) style can be separated from email
html foramt, and absolute paths can be used.
style was separated to 'email.css'

a0fc0462 05/13/2016 04:40 AM Dominic Cleal

fixes #15040 - remove user fragment cache initializer

The initializer added in c3e0fed caused the foreman initializer to fail
as loaded the User model, which it assumes meant the table was present.
This isn't the case when db:migrate runs for the first time....

c3e0fed1 05/13/2016 02:44 AM Lukas Zapletal

Fixes #12225 - invalidate topbar cache after restart

9b6c84d4 05/12/2016 04:01 PM Marek Hulán

Fixes #14313 - improve facts navigation and URL

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

75bb05af 05/09/2016 11:42 AM Martin Bacovsky

Fixes #14965 - turn off auditing during DB migrations

Move code turning off auditing during db:migrations so that it is
executed earlier than initializers

06cd3955 05/06/2016 11:02 AM Amir Fefer

Fixes #6958 - supports in nested hostgroup in default PXE menu

The host group interface provides the opportunity to nest hostgroups,
with host groups inheriting parameters from parents.
when the default PXE menu is created however,
this nesting is not replicated, and only the final element...

e5b9e308 05/05/2016 01:24 PM Dominic Cleal

fixes #14912 - setup console gems under bundler_ext

View revisions

Also available in: Atom