Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
active_record_extensions.rb 75 Bytes
apipie.rb 2.06 KB
audit.rb 201 Bytes
backtrace_silencers.rb 396 Bytes
email.rb 531 Bytes
encryption_key.rb.example 486 Bytes
fast_gettext.rb 2.19 KB
foreman.rb 898 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
3b656b8d 08/23/2013 10:55 AM Joseph Magen

fixes #2945 - extend AR to add getter/setters *_name(s) for has_many/belongs_to associations

5bdc1930 08/13/2013 10:24 AM Joseph Magen

fixes #2424 - encrypts compute resource password

08f6e65b 08/13/2013 10:24 AM Joseph Magen

fixes #2424 - add Encryptable module and encryption_key generation

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

View revisions

Also available in: Atom