[Rails] how to pass data to javascript in div.content_tag

2020-01-04 Thread fugee ohu
<%= content_tag :div, id: "message_holder", data: {conversation_with_id: @conversation_with.id} do %> translates to this html from page source: The underscores get translated to hyphens Should I just rename the variable to conversation-with-id ? -- You received this message because you are

Re: [Rails] where do i put my production mail server settings?

2020-01-04 Thread fugee ohu
On Monday, December 30, 2019 at 2:48:06 PM UTC-5, Walter Lee Davis wrote: > > > > > On Dec 29, 2019, at 11:44 PM, fugee ohu > > wrote: > > > > I searched my entire tree starting at / for the name of my mail server > but didn't find it Everything's working it sends mail in production just >

[Rails] how do i know what ruby version my site was built with

2020-01-04 Thread fugee ohu
If I didn't specify a ruby version in my Gemfile -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To view