Setup Windows 10 Discussion
Hi, it's a great guide! I got through all steps successfully.
However, when I tried to create a newapp, I got the following error.
error: chmod on /mnt/c/code/.git/config.lock failed: Operatio...

188
General
Including Javascript and CSS Libraries With Rails Discussion
Nice! just a (silly) question: if the plugin - eg a slider - we want to use includes icons, like "pause", "play" or navigation buttons etc, then in this case need to add them on a vendor/images fol...

12
General
How to use Stripe Checkout in Rails Discussion
After webhooks have updated the Pay::Charge model, how do i check if payment was successful. Is this state saved in billable model ?

3
General
Two Factor Authentication With Devise Discussion
I'm about 13 minutes into this tutorial and get a routing error.
No route matches {:action=>"show", :controller=>"two_factor"}, missing required keys: [:id]
I've checked and double checked ...

20
General
Architecture Question - Connecting google books API and voting on favorite book
And I'm reading Harry Potter and the Methods of Rationality (HPMOR) now. Is a Harry Potter fan fiction by Eliezer Yudkowsky.

4
Rails
Rails for Beginners Part 33: Twitter API Discussion
If you get
Twitter::Error::Unauthorized (Read-only application cannot POST.)
Or
Could not authorize you
Go to twitter developer setting and under App permissions enable Read, Write and Direc...

7
General
Flash Messages and Toasts with Hotwire & Turbo.js Discussion
I have been looking for this information for a long time, I was very surprised when I found it here. 192.168.1.1

10
General
Doorkeeper Omniauth OAuth Client Discussion
I am having an issue when trying to authenticate with my new strategy. It is telling me that
`Missing required parameter: scope.`
I have followed the tutorial closely and you do not seem to ge...

24
General
Using the Freshdesk/Freshdesk Widget with Turbolinks
Hello,
I’ve been using the Freshdesk widget on my production app for a while now. I want to be able to pre-fill a user's email address as well as automatically set the ticket priority for my pai...

1
Rails
How do I implement advanced search?
Hi all,
I'm currently working on re-building a search feature, we have a basic search and an advanced search, I have a basic text search form working for the name, however, I can't seem to get an ...

1
Rails
Rails for Beginners Part 21: Reset Password Token Mailer Discussion
Need rails 6.1.0 and above to access `user.signed_id` in case somene is having issues with that

1
General
I aim to improve my english in exchange for teaching rails
Improving your english language skills is great. I myself always strive to find new rules to improve my language skills. For example, I recently found articles on this link https://preply.com/en/bl...

5
Rails
Select Or Create Field With Selectize.js Discussion
Anyone have a solution for displaying form validation errors?

14
General
Would you like to use Rails to improve someone's mental health?
Thank you for such a valuable information. It is very important for me.

6
General
API Authentication with an OAuth Provider Discussion
Here is my doorkeeper file
I hope I can get help really, vague pointing comments were of no help, since I'm relatively new to Rails.
config/initializers/doorkeeper.rb
# frozen_string_literal: tr...

41
General
How to use Devise with Hotwire & Turbo.js Discussion
Wouldn't it be simpler to have the devise pages opt out of Turbo via:

31
General
Trying to understand Redirect back to current page after sign in, sign out, sign up, update DEVISE
I am aware of these guides:
- [https://github.com/heartcombo/devise/wiki/How-To:-[Redirect-back-to-current-page-after-sign-in,-sign-out,-sign-up,-update]](https://github.com/heartcombo/devise/wi...

1
Rails