How do I insert smart variables with a text editor?
same :D
Leon Entrup repliedsame :D
Leon Entrup repliedRails 5, Ruby 2.7. I'm getting the dreaded error "Can't verify CSRF token authenticity." and I'm being logged out and my tokens don't seem to match. This is happening on a new development machine (...
Bruce Lulu postedHi Chris, I tried to leave a comment for episode #389 but was not successful. Not sure why. Anyway, I'm developing in Apple M1 and trying to dockerize a Rails 6 application, but running into a lot...
Gabriela Jack postedSeller can perform CRUD on his/her listing(product i.e laptop) Seller can upload multiple product images.
faheem ismail postedCan any one tell me how to provide a Date Range option on one of the pages of my project???What changes needed to be done in index file and corresponding controller to show it?
vinit rawat postedHow can i provide the sorting feature on all the pages of my project dashboard??
vinit rawat postedIs there a a way to use ``` gem_group :development do ... end ``` ``` gem_group :development, :test do ... end ``` in application template file without duplicating those groups ...
dk postedHello everyone 👋 I'm using act as tenant gem and I want to separate notifications based on that, I am using noticed gem for notification, when I followed Chris Oliver tutorial on YouTube on how t...
ash postedHi, So i deployed my rails app on the digitalocean droplet, its using webpacker. So when i go to my site, css and js are not working while i get this in the console: "rails_app/packs/css/applicatio...
SLLAF postedI have a problem that whenever iam trying to sign_up and leave all fields empty i don't get any errors like "password can't be empty".. but after refreshing the page and resubmit the same data i ge...
sasky621 postedIs this solved ?
Ratnakar repliedHi everyone, I had a rails 6.1 app and thought I'd upgrade it to Rails 7 to enjoy the new features. I thought moving from 6.1 to 7 would be fairly straight forward, as I know there's people upgrad...
Tom Dringer postedAdd an Array/JSON Array type column to the model which declares the has_many_attached and store ids of ActiveStorage::Attachments in it. Then you can do : ``` # app/models/entry.rb class Entry &...
Tomas Valent replied • SolvedWith the arrival of Rails 7.0, i have tried moving from webpack to esbuild but struggle with it. I know that theoretically, creating a file jquery.js and importing it in application.js import jque...
Vorkosigan76 postedHi everyone, Hope everyone is well. I have a Driver form (which is basically the user - I can do current_driver and stuff) and one of the fields is a boolean checkbox for 'subscribe to newsletter'...
Tom Dringer posted