Re: [Rails] Delayed job :: URGENT

2020-02-19 Thread Ariel Juodziukynas
Each worker runs on a process. When you run the "ps" command on linux you'll see a list of processes running on your system, you'll have as many delayed job processes as you have configured. Each of those processes run a delayed job worker. El mié., 19 feb. 2020 a las 3:21, Shubham Thakur (<

[Rails] Re: Why do basic forms not work in Rails 6 without binding events to each form?

2020-02-19 Thread Momeas Interactive
I'm not suggesting any breaking changes at all. I've been using Rails since Rails version 2 so I don't know what you mean "like that from the beginning" In the beginning, DHH said things would "just work" and, as a community we would value convention over configuration. As far as using

Re: [Rails] Why do basic forms not work in Rails 6 without binding events to each form?

2020-02-19 Thread Momeas Interactive
Let me try again on a new Rails app and confirm that I am right.… if what YOU say is correct then I missed something when debugging and it is my bad. Will revert on this On Tuesday, February 18, 2020 at 1:41:02 PM UTC-5, Ariel Juodziukynas wrote: > > I understand your complain, what I'm saying