Turboframes not replacing when placed in another partial
It looks like you need to replace the drawer code in your index.html.erb with something like render "admin/shared/drawer" and replace the contents of the drawer partial in your example with the d...
HP repliedGlobal User for Multi-Tenancy with Local Tenant Users
Your blog is not only helpful, but it is also very creative. Thank you for being willing to share what you know with us. We'll always be grateful for what you've done here because I know you care a...
neiladdams repliedStructure Guidance - Multi Tenancy Authentication / Authorization
> You can set the session[:company_id] to a default when they login, or allow them to use the site under a "Personal" account without a company. Hi folks, appreciate the commentary, it's extra ...
BKSpurgeon repliedHow do I add a /user.json file using devise?
How to access a webpage and get its content
Have a look at the Nokogiri gem
Simon P repliedFormat of created_at for date range using Searchkick
Those plain fields that aren't using `form` like `form.date_filed` always trip me up too. Small argument differences can mess up your params really easily. Thanks for sharing! :D
Chris Oliver replied • SolvedWebpacker noob - so I saw your video and im using rails 6
Figured it out application.js ``` var jQueryBridget = require('jquery-bridget'); var Isotope = require('isotope-layout'); jQueryBridget( 'isotope', Isotope, $ ); ``` Sheesh !
Gus P replied • SolvedWebsockets with Rails(Passenger) - Error during WebSocket handshake: Unexpected response code: 400
I have also looked into the production.log on the server and this is the error that was recorded: ``` WebSocket error occurred: One or more reserved bits are on: reserved1 = 1, reserved2 = 0, rese...
Rizal Yusoff repliedError 500 on Heroku (app Ruby on Rails)
Why this error ? how I fix this.
No, I doesn't know this.
Thomaz Wanderbruck Schmidt repliedHow to have one application for multiple URL's
You can use `request.domain` to check the current domain and query your database for the account & logo you need to show.
Chris Oliver replied • SolvedDebugging need help
How do I find a Rails mentor?
Hi Daniel, I've 35+ years of software engineering experience and long time with rails. The last 15 years where mainly architecting software. Please contact me by private mail to vandeputp@gmail.com...
Peter vande Put repliedTrix editor is not displaying properly in Rails 6
Thank you Drew for your response. I did update webpacker, but the error persists.
Rajiv repliedHow to build a GCS file browser & manager in Rails?
Hi Chris, Awesome work with GoRails!!! I'm a big fan! I'd like to build a Google Cloud Storage bucket file browser and manager. The key features would be browsing files on the bucket and downloa...
Adam Decker postedHow to run rails initialization code that relies on all classes being loaded?
Active Storage, AWS S3 and Cloudfront
Here's what worked for me: I chose to abandon ActiveStorage completely (don't worry, this makes things easier). Once the upload button is clicked on the client, a GET /presigned_url is sent to the ...
Noredeen Al-Zu'bi repliedcalculate leaves on yearly basis
Employee is allowed 15 leaves in year for example. My function is calculating the total leaves of allover . But I want to calculate the since joining date and when year is complete since joining da...
Ahmed.zain postedRails OPPS
How to implement opps concepts in rails can you explain that
Ari posted