Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
apipie.rb 2.06 KB
audit.rb 201 Bytes
backtrace_silencers.rb 396 Bytes
email.rb 531 Bytes
fast_gettext.rb 2.19 KB
foreman.rb 898 Bytes
hostable.rb 51 Bytes
inflections.rb 376 Bytes
local_secret_token.rb.example 474 Bytes
mime_types.rb 250 Bytes
puppet.rb 471 Bytes
rack_openid.rb 272 Bytes
secret_token.rb 443 Bytes
session_store.rb 416 Bytes
sig_ttin_trap.rb 649 Bytes
will_paginate.rb 696 Bytes
wrap_parameters.rb 462 Bytes

Latest revisions

# Date Author Comment
dc457681 07/19/2013 05:31 AM Joseph Magen

fixes #2739 - add ActiveSupport::Concern syntax to mixins

a7fca092 07/19/2013 05:31 AM Joseph Magen

fixes #2740 - copy code from lib/foreman.rb to initializers/foreman.rb

48f94857 07/19/2013 04:52 AM Lukas Zapletal

fixes #2795 - adding thread dump via -TTIN signal

fa486990 05/29/2013 09:54 AM Joseph Magen

fixes #2493 Unable to load audit, underlying cause No such file to load -- audit

40b31d27 05/28/2013 10:49 AM Tomáš Strachota

fixes #2536 - loading locale .mo files in production mode

- initializer script fixed to look for .mo files
- Makefile updated to place *.mo into /locale/
/LC_MESSAGES
(rake gettext:pack places them there as well)
- *.mo files added to foreman.spec

e2c2abfe 05/09/2013 03:12 PM Lukas Zapletal

fixes #2444 - locale selector in user account

05921293 05/07/2013 03:13 AM Ivan Necas

Fixes #2454 - Fix loading settings in production

The Setting subclasses are not preloaded in initialization phase in
production.

Also (if Setting.first rescue (false)) is not satisfied when the
settings are not set yet. Using table_exists? instead.

Also, define constants before audited So that the constants are available even...

7a85321b 04/29/2013 07:05 AM Marek Hulán

fixes #2429 - change OpenID storage to be permanent

Also fallback to form login when Signo fails and log a warning.
Make Signo SSO backend unavailable for API.

86007852 04/25/2013 01:15 PM Greg Sutcliffe

fixes #2407 - Add STI to settings model

Also adds some tests for rendering new/missing STI models, and
refactors the old default_settings loader into the new sub-models.

74e0b0e3 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - form helpers, exceptions and fixes

View revisions

Also available in: Atom