Re: [Rails] We are moving to https://discuss.rubyonrails.org/

2020-03-26 Thread Nicholas Schwaderer
It's the end of an era! Really enjoyed following these groups over the years but I'm certain it's a move for the better, migrating now! :) On Thu, 26 Mar 2020 at 03:26, Blake LeBlanc wrote: > Thank you for the heads-up Sam! > > > > -Blake > > *From: *samsaffron > *Sent: *Wednesday, March 25,

Re: [Rails] do i need associations to use fields_for

2020-02-17 Thread Nicholas Schwaderer
Hello again Fugee, Fields in forms in Rails do not necessarily have to correspond with model attributes. Generally, you might find the Rails edge guide on forms very helpful- as well as the `form_with` API docs which are a bit more specific for some of these questions.

Re: [Rails] redirect shown in log, but browser not redirecting

2020-02-16 Thread Nicholas Schwaderer
Fugee, Did that solution work for you? Sent from my iPhone > On 14 Feb 2020, at 10:52 pm, fugee ohu wrote: > > > >> On Friday, February 14, 2020 at 12:04:55 PM UTC-5, Walter Lee Davis wrote: >> Is your form set to the default of an Ajax submission, or did you add the >> configuration flag

Re: [Rails] Locusts in Africa

2020-02-15 Thread Nicholas Schwaderer
Hi David, I recently had a need to record live locations/weather readings/health data submitted by users with an application. Similarly we found that the best approach for mass users was via a text interface instead of a whole mobile/web application. It also massively increases access for folks

Re: [Rails] redirect shown in log, but browser not redirecting

2020-02-14 Thread Nicholas Schwaderer
Fugee, Replace: “remote: false” with “local: true” and tell me if that works for you. Source: I wrote the docs on form_with. -Schwad Sent from my iPhone > On 14 Feb 2020, at 10:52 pm, fugee ohu wrote: > > > >> On Friday, February 14, 2020 at 12:04:55 PM UTC-5, Walter Lee Davis wrote: >>