Re: [Rails] Querying Multi Database Tables and displaying in index.html.erb

2019-05-29 Thread David Merrick
Hi Can I just do rails g controller Pickers? How do I get the route for this as not one is made? Cheers Dave On Wed, May 29, 2019 at 12:57 AM Walter Lee Davis wrote: > The way I start doing this is to decompose the view into partials, at > least one per picker. Make sure that each partial afte

Re: [Rails] Querying Multi Database Tables and displaying in index.html.erb

2019-05-29 Thread David Merrick
Hi Walter can you please give me a better understanding of this as I can't quite follow it. Cheers Dave On Wed, May 29, 2019 at 12:57 AM Walter Lee Davis wrote: > The way I start doing this is to decompose the view into partials, at > least one per picker. Make sure that each partial after the

[Rails] Re: mailers, check box items

2019-05-29 Thread Joe Guerra
Nevermind, forget it. On Tuesday, May 28, 2019 at 11:45:06 AM UTC-4, Joe Guerra wrote: > > Hi, I've got a couple of checkbox items on my mailer form. > I'd like for them to show up in the email. I guess I must have missed > something? > > Maybe like check the checkboxes and turn them into true