DataTables Install via Webpacker
I've literally tried like 7 different configs online and none of them work.
Greg Blass replied • SolvedI've literally tried like 7 different configs online and none of them work.
Greg Blass replied • SolvedThere is a deep overview of the ROR tutorial and courses related to development on Simpliv Coupon. I'm doing a front-end development course from there they have thousands of courses related to deve...
helen560 repliedAfter cloning a rails project on Github and running the command "rails s", the machine needs to get the older bundle> = 1 .3 && <2.0 (my current version is 2.1.4). I went to the homep...
Nguyen Quy Long postedThanks Chris! I put this into a concern to be able to reuse it across multiple mailboxes: https://gist.github.com/sowenjub/9917305b2b551a31df9f9ed0ec34d242
Arnaud repliedThis was amazing, I am pumped up to contribute to the project, at least one PR in next 6 months :D
Sahil repliedGood day, I'm having an issue when entering a page and loading a resource. The resource is Selectize which otherwise working fine but when I enter the page with the functionality it will just not ...
Nelson Casanova replied • SolvedGreat episode, never considered using a rails engine for a gem!
Jankees postedWorth noting you can just pass the `person` variable into the job rather than having to pass in `person_id` and then look it up yourself. It'll use GlobaIID under the hood to automatically look up ...
Dwight Watson repliedI think Hey is deployed on kubernetes. I wonder what the BaseCamp Dockerfile looks like?
Richie McMahon repliedI think simply caching based off of a simple key such as ``` Rails.cache.fetch("post-#{post.id}-#{post.owner?(current_user)}") do .... end ``` Would be better as you would only get a max of two fr...
Murray Catto repliedWhen I do bundle update I get: Bundler could not find compatible versions for gem "ruby": In Gemfile: ruby (~> 3.0.0) thredded (~> 0.16.13) was resolved to 0.16.16, which depends ...
Brandon Morales postedWould it make more sense to add the Bootstrap javascript bundle just before the closing body tag so the page loads faster and does not block the rendering of the page? Also, once a person visits t...
Kentastic replied