undefined method `service_path' when adding best_in_place
Nested Forms Tutorial: How do you display the Tasks in the Project Index and Show Views?
Share scopes/nested routes/inherited resources?
Simple_calendar how to only show start and end date on calendar?
How do I share my master.key with capistrano deployment
In app-name/shared/config/ you can add your master.key Then in Capistrano's deploy.rb add: append :linked_files, "config/master.key"
Erica McDevitt replied • SolvedRails upgrade companies
Difficult choice indeed. Ready to discuss this in public? What parts do you consider in the decision?
robert repliedHow can I use summernote editor in rails?
Hi, Did you get a solution to the above? I'd be interested to learn from you.
Briton Otieno repliedAutocomplete search across multiple models with results from each model
Was there ever a post on this?
Colin Ambler repliedBest practices for structuring reusable frontend components (coming from Angular/React) ?
Hey I'm an Angular developer diving into the Ruby on Rails, and I'm trying to figure out the best way to structure reusable frontend components, like buttons, in a Rails project. Especially because...
Cengiz Gürtusgil postedconvert from svg to png in active storage
How do i make chat app real time on Digital Ocean?
Interesting approach using the private_pub gem for your real-time chat application. Have you considered exploring other real-time chat solutions like omegle that integrate seamlessly with hosting p...
Maria Kenneth repliedhow to properly configure webpack for production
root@ubuntu:~/Make-Rails# ./bin/webpack [webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration.no...
Sourabh Soni postedIs there a beginners course?
DateTime causes StackError when config.time_zone set.
Unable to autoload constant OmniauthCallbacksController, expected /home/ec2-user/environment/Assignment/app/controllers/omniauth_callbacks_controller.rb to define it
How can I validate from a gem that doesn't have the proper validation calls in the model?
current_user.send_message(recipients, conversation_params[:body], conversation_params[:subject]) unless recipient.nil?
wyn repliedWatched the video- One Time payments with Pay and Stripe- (embedded), Form never loads....
No- I ended up watching Chris’s video which implements a little differently. It works now- thank you.
Jon Roock repliedhow to add a forum template to ruby on rails?
I'm new to ruby on rails (I'm more used to PHP) and I'm wondering how to add a dynamic template (made of HTML, JS, and CSS) and integrate it. can I just add it to views or do I have to use the gene...
chickencommander123 postedNo route matches [GET] "/auth/facebook"
Hi folks! I am just starting to learn Rails, I want to make a simple OAuth Facebook login and display it after a successful login. I always got No route matches [GET] "/auth/facebook" and can't fi...
Henry Augustianno replied