Actions
Refactor #3158
closedRemove rescues from try calls where method doesn't exist
Description
Via #3129, we added rescues to our try calls in app/helpers/compute_resources_vms_helper.rb as the method may not exist. Rails 4.0's #try will return nil instead of throwing an error, so these can be removed.
Updated by Dominic Cleal over 11 years ago
- Related to Tracker #3157: Rails 4.1 upgrade tasks added
Updated by Dominic Cleal over 11 years ago
- Related to Bug #3129: unable to show EC2 vm info added
Updated by Kavita Gaikwad about 8 years ago
- Assignee set to Kavita Gaikwad
- Target version set to 1.15.6
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4085 added
Updated by Kavita Gaikwad about 8 years ago
- Target version changed from 1.15.6 to 1.15.4
Updated by Kavita Gaikwad about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d468c1bc7209de97aaec2e6074ff1f3f064bcf87.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 209
Actions