simple_discussion https: ?
Disregard, I figured it out. It was the avatar tag using http.
Christopher Andersson repliedDisregard, I figured it out. It was the avatar tag using http.
Christopher Andersson repliedI am getting the an error when following the 'Introduction To Stimulus Reflex video'. What would cause this and what are possible solutions? Uncaught Error: Cannot find module './application_contr...
William Jones postedHi Chris, I know you just revised the series on group chats, but I was wondering if you would do an episode on how you would do something similar with message_bus. I'm looking for something that ca...
Ryan Chin repliedTook a run at this - the docs are ok but not 100% clear to the newbie. Steps so far: - created a `/jekyll/support` in my site root to hold the templates etc. - run `jekyll build -d ../../public/s...
Dan Tappin repliedacts_as_taggable_on works with Rails 6. I've been using it for ages, should do what you need. 👍 https://github.com/mbleigh/acts-as-taggable-on
Chris Oliver repliedI built a lovely Navbar in Tailwind CSS in my rails app following a tutorial by Adam Wathan which uses Vue.js for the javascript behavior on dropdowns. I added Vue.js the way Chris suggests here,...
James Devereux postedChris what do you think of this? http://www.rubydoc.info/github/plataformatec/devise/master/Devise/Controllers/Helpers/ClassMethods:devise_group
Roman Storm replied • SolvedYeah, I'd probably do an additional model. User `has_one :student_profile` and you can create that after they register or something.
Chris Oliver repliedProbably need to find an alternative gem or approach since Draftsman isn't being maintained anymore.
Chris Oliver replied • SolvedHey guys! Using: Rails 6.0.2.1 Ruby: 2.7.0p0 Digital OceanSpaces Active Storage gem aws-sdk-s3 I can upload image but when I click to delete image I get this: ``` :S3::Errors::NoSuchKey: ap...
Jorge Dominguez postedWhat's best used for displaying a DataGrid and a Form with Filter Fields/Dropdowns etc. ? Best Regards - stay healthy! Andreas
Andreas Ulrich postedI'd like to store users' API keys in my database. Lockbox was previously suggested to me, but I just came across attr_encrypted gem and they look like they achieve the same results to me. I'd like...
Yi Mei Wang postedI solved this. I had a default port in my environments.rb file and then localhost was also being declared in my developments.rb which was causing a conflict as it was using port 465 in dev.
Gerard Donnelly replied • SolvedI deleted all the old pallet data, created some new data and that displayed inline without any problem.
William Jones replied • SolvedHi everyone, I am new to rails and would like to ask how to create pdf thumbnails on each pages and/or convert each pages to an image and generate a thumbnail. Thank you.
Harris Mariano posted • SolvedWith a gem like `image_processing`, I believe you would just make two calls to do this. The first would want to save the output to the file so that the second could operate on its output. That way ...
Chris Oliver repliedI'm trying to find a static analysis tool that could review a large Ruby on Rails monorepo -- 2300 files, 115k lines of code -- and suggest how to divide it up into smaller libraries and/or microse...
Philip Schlesinger @ Cryoport postedThat was the trick - I should have spent more time searching the issues and I would have found that. If any one else hits this issue also note the requirement to add the second level of { } to the...
Dan Tappin replied • SolvedHey Nelson, The name of the model helps make routing _way_ easier, so that's why it's done that way. Here's an example of why. You might have a /sign_up route, but if you weren't careful, "sign_u...
Chris Oliver replied • SolvedI finally figured out what the issues were ( there were multiple)... 1. for the routing issue above in my last post, it was related to adding current_user.id on to the edit_user_registration_path r...
Matt Bjornson replied • Solved