Project

General

Profile

Download (2.76 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d7c67746 06/20/2018 07:20 AM Michael Moll

Fixes #19873 - Fix Style/MultilineIfModifier cop (#5705)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19873 - Fix Style/MultilineIfModifier cop
9e892b43 11/13/2017 09:20 AM Tomer Brisker

Fixes #21611 - Improve *_name lookup speed

ead67f0d 10/07/2016 07:41 AM Marek Hulán

Fixes #16813 - improve error messages for associations

65af0932 09/18/2016 08:34 AM Shlomi Zadok

Fixes #13704 - Defensive association name setter
When setting an association by name
(e.g., hostgroup_name, organization_name)
and the name does not exist, we raise a not found error

7c671609 02/09/2016 04:29 AM Dominic Cleal

fixes #13440 - rename Host#model_name to #hardware_model_name

Rails 4.2 defines a model_name instance method which is used in routing
and called from link_to. Rename our model_name methods to
hardware_model_name to prevent this overlapping and causing link_to...

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

1cf860b7 01/21/2015 11:29 AM Stephen Benjamin

fixes #9025 - reflect on association for _name(s) methods

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

832c0925 02/24/2014 08:38 PM Joseph Magen

fixes #4393 - rename ancestry label to title

33af3109 08/29/2013 05:39 PM Joseph Magen

fixes #2945 correction - has_and_belongs_to_many defined twice

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