Open
Conversation
This method is soon to be removed from Rails without deprecation warning, see rails/rails@cb3b37b for more details.
Codecov Report
@@ Coverage Diff @@
## master #256 +/- ##
=======================================
Coverage 78.56% 78.56%
=======================================
Files 167 166 -1
Lines 3000 3000
=======================================
Hits 2357 2357
Misses 643 643
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Member
|
I got one error on my tests but I'm not sure if my outpost is setup correctly yet! Failures:
1) Using custom fields as a user manager I can create and use custom fields for services
Failure/Error: click_link custom_field_section.name
Capybara::ElementNotFound:
Unable to find link "Quia ratione dolor fugiat."
# ./spec/features/using_custom_fields_spec.rb:18:in `block (3 levels) in <top (required)>'
# ./spec/spec_helper.rb:123:in `block (3 levels) in <top (required)>'
# ./spec/spec_helper.rb:122:in `block (2 levels) in <top (required)>'
Finished in 21.33 seconds (files took 2.25 seconds to load)
104 examples, 1 failure
Failed examples:
rspec ./spec/features/using_custom_fields_spec.rb:11 # Using custom fields as a user manager I can create and use custom fields for services |
Contributor
Author
I've tried tweaking the test in case it's a weird JS/FactoryBot issue, can you try running it again to see if that fixes it? |
apricot13
approved these changes
Oct 13, 2022
Member
apricot13
left a comment
There was a problem hiding this comment.
other than the issue with the url_for section all works for me!
<%= image_tag(url_for(FileUpload.find_by(var: 'outpost_logo').file), alt: Setting.outpost_title, class: "site-header__logo") %>
Member
|
Came across a few bugs in the containerisation work - this was using ruby 3.0.5 not 3.0.3
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This brings us up to Rails 7! 🎉