How to install Tailwind CSS using Webpacker with Rails Discussion
In 2022 and we have Rails 7 and Tailwindcss 3. This tutorial needs an update.
Mostafa Ahangarha repliedIn 2022 and we have Rails 7 and Tailwindcss 3. This tutorial needs an update.
Mostafa Ahangarha repliedThank you!Great Job
Prabhjot Singh repliedall steps followed till the creation of SSH key. I put your command into Terminal, but nothing happens:cat ~/.ssh/id_rsa.pub
Anto Boalis repliedI think I have this working properly, but I have had a few random errors occasionally. I think what fixed it is setting the domain to the proper value. Otherwise, each subdomain has its own cooke. ...
Ricky repliedThanks for the reply Chris!
gafemoyano repliedIt is not free to connect to twitter api under developer portal :(
Jess Antunes repliedMy ActiveRecord queries are taking too much load time and slowing down my API response times. I don't even have much data in the databse, like for accounts table there are only 10 rows. I'm running...
Simmi Badhan postedthis work for me
Francisco Quinones repliedThe cost of hiring a web design company to build a web app with Ruby on Rails depends on factors like the complexity of the project, the company's expertise, and location. On average, the web app c...
Purvi P repliedHello, We are running a "Windows Server 2016" VM inside a "Windows Server 2016" Hyper-V Host. Remote Desktop Session Host is enabled, User CALs installed and the Multi-user login works fine. On t...
sun18 postedThanks, Chris. This is what I suspected. Redis on the same machine seems like a good easy solution. And although it would be a nice problem to need to process hundreds of thousands of jobs, realist...
Craig DesBrisay replied • SolvedAwesome, thanks.
Xst996 repliedI have been checking out cloud66.com as an option. Looks very interesting... anyone here ever used it?
Beau O'Hara repliedHey, I have implement schedule tasks to existing project using rails 4, when i rake tasks on development mode works and database updated, but when i rake tasks on production server it's work but d...
Zayyana Khoir repliedI know this is old, but going to answer anyway for future users. You have not defined "Event" here so it doesn't know what to do with that. Try something like: ``` irb(main):007:1* class Event irb(...
Alisha Taylor repliedHey Sacha, For those, you actually want to querying using `IN` so that SQL can look for matches in an array of IDs. For example: ```ruby brand_ids = [1,2,3] # These IDs may come from your form pa...
Chris Oliver replied • Solved