Rails OPPS

0
Rails
How to implement opps concepts in rails can you explain that
Ari posted

I aim to improve my english in exchange for teaching rails

3
Rails
hi all! I aim to improve my english. i have been working with rails since 2009. would anyone been interested in learning to develop with rails in exchange for helping me with english?
Johana Weber replied

ActiveJob Deserialization Error that doesn't make sense

3
Rails
I have a Ruby/Rails application deployed on AWS ElasticBeanstalk and I use Sidekiq with Redis to handle all of the background jobs. My app has events that users can create and there's a job that ...
Marc Köhlbrugge replied

Rails 6 autocomplete with add new

2
Rails
In the past (back in rails 4) I used select2 or selectize to give me the ability to make a text field autocomplete as typed and have the option to create a new item, so basically tagging but only a...

Adding headers to spans question

1
General
Hello, I am working on updating a web application for student accounts. There’s a connection to SQL server and through php we are extracting https://omegle.onl/ data as spans (first name, last nam...
jamesdon replied

Routing Inbound Emails with Actionmailbox Discussion

3
General
Loved the nifty regx trick. Also liked the ``` if(user = User.find_by(....)) user else ... end ``` Didn't know you could define values in if statements and use them to return, will definately be...
Chris King replied

Using Ruby Service Objects To Refactor Your Rails Code Discussion

21
General
Very nice video Chris! I really like the idea of breaking things out into POROs. I think the next refactoring I would do to this app is making a Subscription class to house the logic for adding and...
hamza-itu replied

rake assets:precompile - JSON::ParserError

2
Rails
I'm looking for assistance with a mysterious `JSON::ParserError` that is popping up while attempting to build a legacy application with minor upgrades (Rails 3.22 -> Rails 5.2.6). It seems to be...
Weston Ellis replied

Missing template with Stimulus-autocomplete

0
Rails
Hi, I am trying to use [Stimulus-autocomplete](https://github.com/afcapel/stimulus-autocomplete) following [this tutorial](https://itnext.io/search-autocomplete-stimulus-4e941df54d39) But I get thi...
Benjamin Joseph B. posted

Should I be able to master JavaScript in less than two months?

6
Javascript
I realise this is probably a redundant post because others have asked the same question, but I'm curious if I'm any good at JavaScript now that I've been learning it for two months. I feel as if I ...

How do I learn to write dry code?

1
Ruby
I've been learning RoR for a year now and have a basic functioning site that people actually use, but my code is not even close to dry... it's probably wetter than the Amazon! Once you have the bas...

Sharing on social network

17
General
What is the best way for the visitors of my page (not logged in) to share models data (for example articles and courses) on Facebook and Twitter. I have been looking for an answer without really fi...

Setup Ubuntu 21.04 Hirsute Hippo Discussion

6
General
Great guide as always! However, I believe that postgresql is now at version 12 and that 'sudo apt install postgresql-11' will return an unable to locate package error, I would suggest using 'sudo a...
Devon Kiss replied

Setting up Customer Support models with Hotwire Discussion

3
General
It's for useful episodes like this, that I'm here since 2014. Super thank you!
magico replied

How to use Uppy with ActiveStorage Discussion

37
General
Thanks for this!
Brian Carpenter replied

Properly adding Turbolinks 5 event handling

0
General
Here's what I understand: * Turbolinks preserves the `window` and `document` from request to request * As a result, I should add click/change listeners to the window/document once when the js is f...

How can I test sortableJs ? (RSpec)

0
Testing
I made a drag and drop to-do-list with SortableJs and i'm trying to test the drag-n-drop with RSpec/Selenium/Capybara if the request is sent onEnd. I'm able to do the drag n drop using selenium `dr...
paul lahana posted

learning ruby

1
General
Hi) probably I will ask a banal question, but I'm wondering if I can master ruby at a good level, which will allow me to get a position in the middle of the developer, against the background of th...

Create a User Profile after saving a Devise User

10
Gems / Libraries
1. When the user registers, do you want to have them fill out some of the profile information as well? If so, then I would recommend updating the Devise form to be a nested form. That way you creat...
Alex Ventura replied

How to deploy Rails to a Staging Environment Discussion

1
General
Chris, Great video as usual. One question: when using custom environments, how do you handle Gem's that customize behavior based on Rails.env? For example: Rails.env.production? ? prod_thing : n...
Eitán replied

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

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

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