Do you know how to permit these Devise sign up params within existing my set up?

0
Rails
I am using Rails 6 API with the Devise gem and Devise_JWT gem. It is early stages but currently Devise is not submitting default params to the registration controller such as email. I am receiving ...
georginavweston posted

Ember Features and Where to Find Them Discussion

2
General
Thank you for the resources .
Abhishek Kalia replied

[AskJS] Are there Babel plugins that optimize code for special use cases?

1
General
Hey all! I was thinking a bit - I don't really use generators, and I suspect that might be because you can't just use map, filter etc. Of course you can use the [...gen] way, but that gets very mem...
aostv replied

How i do two buttons and when i press them bouth then comes a text where it says hello.

0
Javascript
Hi, I can only do one button and when i press the button it comes a I'm only 12 so my English is badtext where it says hello. But How i do two buttons and when i press them bouth then comes a text...
Joe18 posted

Active storage has_many_attach replaces older images instead of appending them in Rails 6

1
Rails
Was having issues with this but found out behavior was changed from Rails 5. You have to now add the following in your `application.rb` file: ``` config.active_storage.replace_on_assign_to_many...
Marcus S replied
Solved

How to find someone on whatsapp through something related to them

11
General
Is there an easier way for people to find someone on [url=https://techgara.com/whatsapp-aero]Whatsapp Aero[/url] with meager information related to that account. Examples include house number, pet...
CharlenePratt replied

Is it necessary to use authentication with an API if there aren't really any 'users'?

3
General
I'm writing a React Native app that is purely informational (medical information), with a Rails API for the back-end. The first main question I have is whether its necessary (or a good idea) to us...
Greg Blass replied
Solved

rbenv: ruby: command not found The `ruby' command exists in these Ruby versions: 2.5.1

0
Rails
I installed ruby 2.5.1 and rail 5.2.1 on CentOS7 . I have an existing rail project which is 3.2.13. Now the existing rail project does not run in my local environment. I create a new project on rai...
aysha posted

Nested has many through... Or is there a better way?

0
Rails
Hi I have 2 models Tender and Group shown below. For a Tender you can add Contractors (contractor_details) and you can also add Groups (groups). Groups also contain contractor_details. This is so...
Stephen Sizer posted

When pre/eager loading an association, is there any way to get the associated data from a cache?

2
Rails
``` class Category < ActiveRecord::Base # columns: name has_many :books end class Book < ActiveRecord::Base # columns: title, category_id belongs_to :category end ``` Given the abov...
DuaneOgburn replied

How do I find the best place to store user videos and how to capture them?

4
General
I want to create an app which will provide to user the opportunity to capture from their PC (by using webcamera and Mic) series of videos and save them under his profile. My concerns/questions are:...
Giorgos Psathas replied
Solved

How do i track view count of different div blocks on single page while scrolling without clicking them.

0
General
I have many cards (div blocks) on my single page application. I want to track view counts when user scroll through this page. Means whenever one card visible on screen or in screen viewport area wh...
Malav Desai posted

How do i track view count of different div blocks on single page while scrolling without clicking them.

0
Gems / Libraries
I have many cards (div blocks) on my single page application. I want to track view counts when user scroll through this page. Means whenever one card visible on screen or in screen viewport area wh...
Malav Desai posted

why my rails server logs show rendering a page two times, it that normal or there is something wrong with my code? Should it be only single time?

6
Rails
Processing by Users::HomesController#welcome as HTML Processing by Users::HomesController#welcome as HTML Rendering users/homes/welcome.html.erb within layouts/application Rendering users/homes...
naveen kumar replied
Solved

Parsing Markdown Code Line Highlighting with Ruby Discussion

0
General
These types of problems are fun to code golf because they can be implemented so many different ways. ⛳️🏌️‍♂️
Chris Oliver posted

Rails Full_Calendar Implementation

1
Rails
I'm implementing `full_calendar` for my Rails app. I follow the tutorial which can be found on Youtube, **https://www.youtube.com/watch?v=NiTLuPqvt58**. I've changed some javascript code as below: ...
Solved

Realtime Group Chat with Rails [Revised] - Part 1 Discussion

7
General
Hi, does the revised version is build from scratch ? I noticed it seems like from the start of the video, you have created the project and created some models. Can I know which episodes should I wa...
Fixt Dev replied

SQL Learning Path - Getting Setup Discussion

3
General
These seem to be not showing due to being private
Gabriela replied

Can NOT watch videos in China !!!

1
General
There are almost no Ruby tutorials in China, I chose this platform to study. But all your videos are on YouTube, Chinese consumers can NOT watch them. Do you have a solution. Thanks.
Chris Oliver replied

[SOLVED] Decrypt S/MIME 'file.xml.p7m' with OpenSSL

7
Ruby
I am trying to implement a decoder for a bunch of files (e-bills with extension .xml.p7m) in my rails application within a specific helper. My goal is to upload the encripted files and read them p...
Chris Oliver replied
Solved

Want to stay up-to-date with Ruby on Rails?

Join 91,129+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.