Shrine: get URL of uploaded with host
I use shrine for uploading excel sheets. I need to process those files. How can I get the url but with host? I tried the plugin default_url. But it doesn't work
Yassine Hafidi postedI use shrine for uploading excel sheets. I need to process those files. How can I get the url but with host? I tried the plugin default_url. But it doesn't work
Yassine Hafidi postedHi Chris - How could I skip the Devise confirmation if a user is signing up to pay with Stripe? I am following this video on your stripe course: https://courses.gorails.com/courses/payments-with-r...
Brian Gilbank postedhi, it's really helpful. i also have a case like this, its a quotation and invoice. does the steps, also copy the association or just the id and refer it to the tasks from previous project? thanks.
msalsabil replied • SolvedYes, you should read this part of the RoR's guide: https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-web-console-gem
Arnaud repliedI'm building a website as side project with a friend. Ngnix + Rails in docker. After deployment, I usually do assets:clobber and assets:precompile. This changes the name of the assets. When I try...
oscarlopezalegre postedHey guys, I just started a project (based off of Jumpstart Pro). One of its core features should be a price comparison: I'd like the app to fetch prices across different websites/webshops several ...
karatepicke postedI was experiencing something similar after following a mail_form tutorial. In my case, the email wasn't being sent through due to DMARC and spam prevention practices from Sendgrid (and settings I s...
Mark repliedFuturism relies on CableReady which will just swap out any placeholders once the contents are ready. It expects them to be wrapped in partials though
julianrubisch repliedI have tried doing something like this, but it kind messes things up. Between the shallow part and some of the controller/views parts I am lost. resources :projects, shallow: true do resources ...
Brendan Feltrup-Exum repliedI need help with getting a rails application working with Apache. I have the following virtual host configuration ServerName concerto DocumentRoot /usr/share/concerto/public RackEnv ...
Keith postedI said that and decided to look at the Pay gem and think I figured it out. The Rakefile in that gem loads the Rakefile from the dummy app. That makes total sense. ```ruby APP_RAKEFILE = File.expan...
Chris Oliver repliedI understand it better now, thanks for the video.
oomis repliedHey Stephen! The way I do it in JumpstartRails.com is we have a single User everyone logs in as and they have multiple Accounts they're associated with. Each account could have a type of Coach, ...
Chris Oliver replied • Solved👍
Andrew Porter repliedThis may have been covered but i've got a form with a nested attribute, which I want to include a rich text form with trix/action text. When submitting the form rails all of a sudden ignores the "f...
Tim Dowling postedI'm utilizing devise and I put the login and sign up structures in a similar page, presently when I compose invalid login subtleties or don't fill required information at the sign up structure. I'm...
sakio repliedI have the views of devise in views/users, but I have one layout for all app in aplication.html.erb, but the devise i dont want to renderize with this layout, so I create a sessions controller and ...
Thomaz Wanderbruck Schmidt postedI ended up also disabling wrap_parameters: wrap_parameters format: [] So now I can simply do params.permit(:id, :name, :age). Not sure if there is a better way.
Penguin replied • SolvedHey Chris - Is it possible to add a colour picker to action text, i.e. select some text and change its colour? Seems like a basic thing that should be included. It would be great if there were mor...
Brian Gilbank posted