
Should I switch to RoR from Laravel?
5
General
Hello there,
I'm a web developer and using Laravel for day-to-day life.
It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel.
And I feel ...
hennybell227 replied
Solved

Rails 6, Devise not allowing editing of user without password
2
Gems / Libraries
I've followed the instructions on the [devise wiki](https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-edit-their-account-without-providing-a-password/). I'd like a user to be able...
Matt Bjornson replied
Solved

How to solve the [GET] “/login” routing error while building shopify app using ruby on rails?
2
Gems / Libraries
I am getting a Routing error says " no routes matches [GET] "/login" " and also in ruby libraries. During running on a server it displays page not found and the logs for that error is Logs show [GE...
Gaurav Agarwal replied

Need a suggestion on the approach I should take to implement the multi-version surveys system.
0
General
I have an existing survey feature in my application. As standard, a survey has many questions, and many answers are submitted against a question by different users. There is a result model per surv...
Infinikorn posted

Integrating a blog within a Rails app.
2
Rails
Hey all!
Any suggestions on the better blogging templates to integrate in a rails app? This is for a client - who lacks dev skills, so something easy for them to update posts etc from the backend....
John Magee replied

How do you figure out what and how to load the css/scss assets with Webpacker
0
Rails
For Bootstrap you added to `application.scss `(I may have named my folder differently:
```
import "bootstrap"
import 'bootstrap/dist/js/bootstrap'
```
and
```
@import '../css/bootstrap_custom';
@i...
Greg S posted

What do you think about this ?
4
General
It's been a few months I follow you Chris and I'd like to say **thank you** for all what you've done.
I often watch your episodes and a question got out of my mind, so I have to ask.
What do you ...
Chris Oliver replied

From the active cable chatroom series how to I fix the size of the chatroom and scroll
1
Javascript
I have implemented the chatroom but I want the chatroom area to be fixed and for the user to be able to scroll back through the messages.
How can I add scrolling? I have tried added it to the panel...
Chris Oliver replied

Installing ruby_opencv gem results in cannot find opencv_contrib error
5
Gems / Libraries
I am trying to install the ruby_opencv gem but it can't find opencv_contrib. I used the command 'gem install ruby-opencv -- --with-opencv-dir=/mnt/c/Users/wjones/sites/musclesound-rails/opencv/my_b...
William Jones replied

API design/routing with nested resources
4
Tips
Hey all!
I'm just curious, how would you surface the ability to create nested items in an API? Say you have a model `Post` that `has_many observations`.
I have my base routes for both Post and Ob...
Chris Oliver replied
Solved

Page enter with Turbolinks
1
General
Good 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
Solved

User Referral Program From Scratch Discussion
23
General
Just the thing I was needed for a current project, as usual, perfect timing Chris !
Ajay Mishael replied

2factor Auth best practice, Please help
0
Rails
Thank you, Chris. I have watched the Gorails 2factor Auth tutorial. I have a couple of questions that leave me with a few questions.
- I imagine a scenario where a person has left their laptop open...
chigreen posted

Handling New Messages with Turbo Streams Discussion
7
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...
gemmalyly replied

Not able to override a column with default value
1
Rails
I have created this in migration,
```
created_by VARCHAR (64) DEFAULT CURRENT_USER,
updated_by VARCHAR (64) DEFAULT CURRENT_USER
```
By default the current user values are stored but when i try to...
Jose replied

How to implement e-wallet system in rails?
3
Rails
I will be working on a booking system where user can pay booking with wallet credits. User can load credits via paypal payment. Is there any existing gem or project doing this? Any pointers would b...
techanicinfotech replied

Rails for Beginners Part 14: Handling Sign Up Errors Discussion
39
General
Love these Chris, noting some new tricks along the way. Plus your always positive demeanour makes this so enjoyable to go through.
Michael replied

GroupChat ActionCable Part 6 coffee and Chrome compatibility
3
General
Running into a strange error, everything works perfectly fine in Safari/Firefox. However, when launching in Chrome functionality completely halts after adding ```notifications.coffee```. Is there...
Chris Oliver replied
Solved

Building AnimatedGif.me Part 1 Discussion
4
General
This is awesome Chris! Thanks so much! This will help me and my team better understand rails coding from start to finish!
brobles replied

How do I implement my own buttons and functions for Trix
4
Gems / Libraries
Hey, i want to have the possibility to add more functionality in my text editor trix.
I think about basic stuff as centering text etc. and more advanced stuff like post spotify songs or twitter fe...
freddyK1 replied