Alex H.
Joined
Activity
In case this might help anyone, I had to add both the 'http' and https' version of the Render URL to the CORS configuration for it to function properly.
In case this happens to anyone else, I discovered the issue. For some reason the actiontext.css
file was categorized as an "Untracked file" per git. I had to manually add the file to stage for commit (i.e., git add <file>
). Additionally, it looks like additional Action Text and Action Storage files were all categorized as untracked (e.g., db migrations). These needed to be manually staged as well to ensure Action Text works.
When uploading to Render I receive the error of "ActionView::Template::Error (The asset "actiontext.css" is not present in the asset pipeline." Note: It works in the development environment.
Posted in Classes & Objects in Ruby Discussion
Amazing! Sounds great, Collin. I’ll move ahead to those series and check back in when the Module video is available. Appreciate your response and the time you take to put these videos together—thank you.
Posted in Classes & Objects in Ruby Discussion
Hey Collin, you mention the next video being on modules. Where are we able to find that video? Additionally, what series should we move onto once this one (i.e., Ruby for Beginners) is completed?