Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  controllers
  helpers
  mailers
  models
  views

Latest revisions

# Date Author Comment
90ed6bdf 12/24/2012 06:16 AM Joseph Magen

removed has_many_polymorphs and used has_many :source and :source_type

cd5947ee 12/24/2012 03:50 AM Robert Birnie

fixes #2062 - Add max_trends setting

867084a0 12/24/2012 03:46 AM Ohad Levy

Do not use :class_name in has_many :through, missed on for class_params

63d1f3b9 12/24/2012 03:44 AM Amos Benari

removed puppet class include in index because it creates too many joins in a single query for sql-light to function properly.

4ac52744 12/20/2012 07:54 AM Ohad Levy

removed class_name from all relationships that has_many :through as its invalid.

It seems like we hit a rails bug, where the joins were incorrectly created,
once removed, it was generated correctly.

reviewing the docs again, say that its ignored with hmt relation, so removing anyway.

e5f912f7 12/20/2012 07:44 AM Amos Benari

puppet class form ui fixes.

71291a46 12/20/2012 04:18 AM Dmitri Dolguikh

fixes #1834 to get foreman running under ruby 1.9.3

875699d9 12/19/2012 08:59 AM Joseph Magen

fixes #2018 add forward slash to controller name of url_for() helper

dd838ac2 12/19/2012 08:59 AM Joseph Magen

added slash /unattended to other url_for calls

10130849 12/19/2012 07:12 AM Ohad Levy

fixes #2023 - Don't try to save os=nil in the fact importer

I've tried to address all possible places where empty set of facts (e.g. we
dont have the facts just yet as its a brand new install) could lead to the
operating system value disappering.

i believe the issue happened because of a boolean == string compareing (e.g....

View revisions

Also available in: Atom