How do I add embedded youtube video to a text field within active admin with simplemde markdown?
3
Rails
When I add the Youtube embed code. It displays it as a string on the front end.
The idea is that I could make this simple enough for the user updating the post to add the embed code easily themsel...
How do i create a rails app so admin creates user accounts
1
Tips
Hello there I am new at rails and I got kinda a suggestion/request to make an app similar to slack, basecamp etc.. For the company ( where i am an intern). So I got no idea how to make the part whe...
Phyllis Gibson replied
Why Ember? Discussion
3
General
There's no turbolinks 4 :P
Priko Serto replied
Any gems or methods for reading and writing meta tags of mp3 files?
5
General
If I wanted to have a site similar to bandcamp where I could upload MP3 tracks are there any gems or recommended ways to check the audio quality, and read/write meta tags to the files?
Is there a beginners course?
7
Rails
Hi I've searched but I cant find a beginners to rails course, am I being blind? Thanks
Rails 7 -j esbuild —css bootstrap running into problems no importmap.rb file generated
1
Ruby
Hi Everyone,
Going through the process of setting up a new rails project
If I use rails new Rails generates a file importmap.rb in the config folder
If I use rails new -j esbuild —css bootstrap ...
jesus12 replied
Contrasting Colors with YIQ and Helper Tests in Rails Discussion
1
General
Great Video For Learning..!
I have just applied on my Website and it looks very well
jivizza12 replied
Active Storage Rails 6 API unable to insert to active_storage_attachments table
1
Rails
I am creating API endpoint for active storage with reactjs. My upload controller is as follows:
The code belows execute:
insert blob object in active_storage_blob - ok
Uploaded file to the design...
garxu21 replied
learning path
2
General
Hello
Is there and learning path to start Rails as beginner ?
Business page with cms
5
Rails
Hello,
I'm a beginner rails developer. I wanna do a business page for my friend. The task is to have a business page with cms to management a content, but in this cms admin user should have been a...
Error with Noticed Gem
1
Gems / Libraries
I am following the tutorial exactly as Chris describes, but when I try to run rails c and create a new CommentNotification, I get a NameError uninitialized constant CommentNotification. A bit confu...
How to Create an Active Storage Previewer Discussion
4
General
Another great video! Would love to see you create a gem for this on screen.
henry water replied
Email Unsubscribe Links with ActionMailer in Rails Discussion
8
General
Hey Chris, is there any major difference between the newish Active record signed IDs in Rails 6.1 vs the Global ID signed IDs? A quick glance leads me to think the only real difference is that AR s...
Soren replied
Begineer
14
Ruby
As a beginner I don't have any idea about ruby. Can anyone tell me how to get start in ruby by gorail course from A-Z
What are you best recommendations for Ruby on Rails books I should read?
4
Tips
I am trying to understand Ruby and Rails as best I can. I've purchased a bunch of ruby on rails books, but am wondering if you have any recommendations. Perhaps there are many I haven't yet read ...
Architecture Question - Connecting google books API and voting on favorite book
4
Rails
Hey guys,
I am using the Google books API to pull books and show them on my site. This is working great. However, I want to be able to allow users to favorite books they want to remember and als...
Implement Authentication Service in Rails
2
Rails
Hello,
I'm currently looking for options to create some form of authentication service based on Rails.
I've got several microservices like app1.site.com app2.site.com and app3.site.com and I woul...
holliweb12 replied
Rails API backend with Electron Frontend
5
Rails
I'm working on a SaaS platform that will be heavily API driven with a React or Vue front end. But there's a requirement for a desktop app to give the customer something "tangible" to hold in their...
kavuquj678 replied
How do I return an ActivateStorage blob URL in JSON
2
Rails
In our system we are sending webhook to an endpoint with serialized JSON for the object JobApplication.
The JobApplication has a resume attached using ActiveStorage. ( has_one_attached :resume)
Ho...
Rails App configurations for AWS CodeBuild
1
Rails
I have a rails application that is deployed on `AWS EC2 instance` with `CodePipeline`. I have added the `Build` stage in the pipeline using `AWS CodeBuild` to build test my code.
I have no idea ab...
skooby replied