
Recurring events with the ice_cube gem Discussion
47
General
On my app I use a Event and a EventTrans model so for each time a event occurs we can have a record with info and other stuff. So for the Calendar we display the First event with the recurrent on t...
Margarita Barvinok replied

When I search for a movie it shows the json output
1
Javascript
Hai Chris
First of all it was a wonderful and useful video
When I search the keyword it open the result in json
where do i make mistak...
RandallGuerrero replied

How do I deploy a Rails API server to an Ubuntu 20.04 server using to nginx
1
Rails
I have an Ionic Angular App which makes requests to a Rails Api server.
On my local development machine everything works fine. The Rails Api server is accessible via localhost:3000/api which the a...
feng zhengyi replied

Dubugging
3
Rails
Is there a method to debug hosted ruby on rails application and check the request and response object

How do I start to learn programming and eventually land my first job?
0
Tips
I am a 21-year-old adult with just the basic understanding of programming; however, I am fascinated by the applications modern computer programs have reached. I would like to hear any tips anyone m...
Ernesto Flores posted

How to Build Reusable Features with Concerns in Ruby on Rails Discussion
5
General
Hey Chris, could this approach be combined with routing concerns and so only use one controller?
Bashar replied

Embeddable Javascript Comments Widget Models - Part 1 Discussion
6
General
This is perhaps a bit of a newbie question but I wanted to ask your opinion on what are the things I would consider usually when it comes to using the approach you outlined in the video to sanitize...
Karl McCollester replied

Texteditor
2
General
Hello! Can yoy help me? I have Ruby 2.1.3 and Rails 4.1.7. I use gem ( https://github.com/spohlenz/tinymce-rails ) and I do everything as it says, but i when paste this code: <%= tinymce %> i...

Recommendations for form validators that go well with graphql-ruby?
0
Gems / Libraries
Hey everyone, we're working with graphql-ruby and reform right in our app right now, but I'm finding that while reform is good with form submissions, it's a bit more complicated with mutation and g...
Chris King posted

System Testing File Uploads in Rails with Uppy and Dropzone Drag & Drop Discussion
4
General
Hi Chris,
I am for sure for more episodes about rails testing 👍
salmawisoky replied

installation of rails in ubuntu 18.04 at windows 11
3
Rails
$ asdf install ruby 3.0.0
To follow progress, use 'tail -f /tmp/ruby-build.20230709161531.2745.log' or pass --verbose
Downloading ruby-3.0.0.tar.gz...
Installing ruby-3.0.0...
BUILD FAILED (Ubuntu ...
teroco replied

MessageBus Gem
1
Gems / Libraries
Hi Chris. It seems MessageBus is a nice and much simpler alternative to WebSockets/ActionCable. Could you add one episode on this on the pipeline?

Setup Ubuntu 22.04 Jammy Jellyfish Discussion
0
General

Setup Ubuntu 14.04 Trusty Tahr Discussion
0
General

Devise Masquerade + Multitenant with act_as_tenant
1
Ruby
I am running a multitenant app with users and administrators scoped to their own account / domain (act_as_tenant).
My use case is the following : I have a superAdmin model who has access to a supe...