Search Results for "how-can-ai-and-machine-learning-enhance-personalized-preventive-care-plans-in-healthcare"

Lessons





















Forum Threads

Setup MacOS 10.10 Yosemite Discussion

141
General
When I try to install Homebrew, I get:csu:~$ ruby -e "$(curl -fsSL https://raw.github.com/Home..."dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib Referenced from: /Users/christophersu/.rv...
Someone replied

How do I add ranges to my application?

6
Ruby
Hi in my app I want to have a price classification table where I want to add a range per person... For example: range_per_person = 1-10, 11-20, 21-30 etc etc. How can I achieve this? See my schema...
Chris Oliver replied
Solved

How do Rails developers work with JS developers on a project?

5
General
Hi there! I've been the only developer at my workplace for a while now and I've been coding in Rails, primarily. I don't have any formal qualifications in development, but I've been self-learning ...
Chris Oliver replied

User research around Rails AI code editor

0
Gems / Libraries
Hi everyone, fellow Rails dev here. I'm doing some research to better understand how Rails developers choose and buy IDEs and how AI features play a part in that. I'm doing 45 minute interviews in ...
Matthew Kaliara posted

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

Ruby Module Function Method Discussion

8
General
We especially love how splitting can be used not just as an attack but as a gesture of cooperation. It’s really wholesome when someone gives you mass just to help you out — those are the little mom...

Passing arguments to noticed Notifier config

0
Gems / Libraries
Hello, I watched the screencast and tried to follow the documentation but I can't seem to figure out this. I have a mailer `ReservationMailer` method that receives two arguments in its signature li...
Gustavo Rubio posted

How can I squish SQL for log tidiness (automatically)?

3
Rails
Hello everyone, I’m dealing with a challenge in my codebase where there are numerous multiline SQL heredocs being logged. While these may be helpful for local debugging, they become a hassle when ...
Simon Deis replied

How can I solve this problem?

2
Servers
ERROR (SSHKit::Command::Failed): Exception while executing on host 142.93.8.11: docker exit status: 1 docker stdout: Nothing written docker stderr: Error: target failed to become healthy
Alan Reid replied

How to use Dev Containers with Rails Discussion

20
General
Pretty excited about this because it makes Rails development so much easier to start for beginners or for teams using various operating systems. I also forgot to mention, there is a `devcontainer`...
Chris Oliver replied

Adding Referrals to Devise with the Refer gem Discussion

0
General
Hi! I'm a software developer working with Ruby on Rails, and I'm currently testing out the refer gem for possible integration into my project. I have a couple of questions: 1. Is it possible to ad...
Oscar Peña posted

What is the proper way to do form validations in ruby on rails on the client side ?

0
Rails
I am new in rails, how can i do the proper form validation from the client side .
Ajay yadav posted

Link_to show rendered in terminal before clicked is normal?

2
Rails
I create a new project and when i pass the pointer over the link_to, i see in the terminal like an i clicked. This happen in every new proyect created, this is a normal function or how can i solve ...
NellyAurora replied

How can I add i18n (Spanish <> English) for user posts in a PWA?

0
Gems / Libraries
I have a Rails site with a PWA and also a native app built w/ a wrapper. The site/app is for Hotel staff to communicate. Some of the staff speak and post in Spanish-only and some English-only. How ...
Ryan Mindigo posted

Dynamic Single Table Inheritance with Rails Discussion

10
General
This was really fun. I wanted an easy way to introduce helpers to Notifications so by exposing them also as STI models, we could make them easily accessible with separate helper methods for each No...

GET http://127.0.0.1:3000/assets/stimulus-loading.js net::ERR_ABORTED 404 (Not Found)

0
Javascript
Hi all! Sorry to inform that after some manipulations with my js part of the rails 7.1.2 project I am constantly getting an error : `GET http://127.0.0.1:3000/assets/stimulus-loading.js net::ERR_AB...
Tetyana Goncharenko posted

I am receiving this error "BlogPostsController#index is missing a template for request formats: text/html"

3
Rails
What I need help with is this - my file path seems correct, however, my views/layouts are not separate. My file path is: app&gt; views&gt; layouts&gt; blog_posts&gt; index.html.erb What I am wond...
Roman Vetter replied

How can i install Daisy UI?

0
Javascript
I want to be able to use Daisy UI, but i am reading different ways to accomplish this – making me confused on how to actually install node packages. 1. One way is setting up the CDN, which is not ...

How can I pass an array to where includes clause

0
General
@items=Item.where(category_id IN () Anyone know the syntax? I'm trying to add to the category id's of the descendant categories (if any) in addition
Fugee Ohu posted

Restrict devise routes

2
General
Hi, How can I restrict access to the devise sign_up route to logged in users only? Controller: ```ruby # frozen_string_literal: true class Users::RegistrationsController &lt; Devise::Registrati...
herrylauu replied