Re: [Rails] text visible in browser but not in source

2019-02-04 Thread fugee ohu
On Monday, February 4, 2019 at 6:43:48 PM UTC-5, Walter Lee Davis wrote: > > > > On Feb 4, 2019, at 12:27 PM, fugee ohu > > wrote: > > > > > > > > On Monday, February 4, 2019 at 8:10:33 AM UTC-5, Walter Lee Davis wrote: > > > > > On Feb 4, 2019, at 7:35 AM, fugee ohu wrote: > > > > > >

Re: [Rails] text visible in browser but not in source

2019-02-04 Thread fugee ohu
On Monday, February 4, 2019 at 6:43:48 PM UTC-5, Walter Lee Davis wrote: > > > > On Feb 4, 2019, at 12:27 PM, fugee ohu > > wrote: > > > > > > > > On Monday, February 4, 2019 at 8:10:33 AM UTC-5, Walter Lee Davis wrote: > > > > > On Feb 4, 2019, at 7:35 AM, fugee ohu wrote: > > > > > >

Re: [Rails] text visible in browser but not in source

2019-02-04 Thread Walter Lee Davis
> On Feb 4, 2019, at 12:27 PM, fugee ohu wrote: > > > > On Monday, February 4, 2019 at 8:10:33 AM UTC-5, Walter Lee Davis wrote: > > > On Feb 4, 2019, at 7:35 AM, fugee ohu wrote: > > > > > > > > On Sunday, February 3, 2019 at 9:54:25 PM UTC-5, Walter Lee Davis wrote: > > > > > On

Re: [Rails] text visible in browser but not in source

2019-02-04 Thread fugee ohu
On Monday, February 4, 2019 at 8:10:33 AM UTC-5, Walter Lee Davis wrote: > > > > On Feb 4, 2019, at 7:35 AM, fugee ohu > > wrote: > > > > > > > > On Sunday, February 3, 2019 at 9:54:25 PM UTC-5, Walter Lee Davis wrote: > > > > > On Feb 3, 2019, at 7:14 PM, fugee ohu wrote: > > > > > >

[Rails] Re: PostgreSQL Array column + has_many association

2019-02-04 Thread Carlos Ferreira da Silva
I have seen this GEM before, but I wouldn't recommend it, because it doesn't use ActiveRecord Relation, which means that it probably doesn't work with "preload". I'm planning to add this feature to my own PostgreSQL GEM this month, so if you are still interested in this feature, keep track of

[Rails] Re: PostgreSQL Array column + has_many association

2019-02-04 Thread Eric Anderson
I don't think this is supported out-of-the-box in Rails but I did see this extension a while back that appears to add what you are looking for: https://github.com/marshall-lee/has_array_of Haven't personally used it but looks promising. Eric On Wednesday, April 11, 2018 at 7:51:00 AM UTC-4,

Re: [Rails] text visible in browser but not in source

2019-02-04 Thread Walter Lee Davis
> On Feb 4, 2019, at 7:35 AM, fugee ohu wrote: > > > > On Sunday, February 3, 2019 at 9:54:25 PM UTC-5, Walter Lee Davis wrote: > > > On Feb 3, 2019, at 7:14 PM, fugee ohu wrote: > > > > > > > > On Wednesday, January 30, 2019 at 5:16:59 PM UTC-5, Colin Law wrote: > > On Wed, 30 Jan

Re: [Rails] text visible in browser but not in source

2019-02-04 Thread fugee ohu
On Sunday, February 3, 2019 at 9:54:25 PM UTC-5, Walter Lee Davis wrote: > > > > On Feb 3, 2019, at 7:14 PM, fugee ohu > > wrote: > > > > > > > > On Wednesday, January 30, 2019 at 5:16:59 PM UTC-5, Colin Law wrote: > > On Wed, 30 Jan 2019 at 22:12, Colin Law wrote: > > > > > > On Wed,

Re: [Rails] text visible in browser but not in source

2019-02-04 Thread fugee ohu
On Sunday, February 3, 2019 at 9:54:25 PM UTC-5, Walter Lee Davis wrote: > > > > On Feb 3, 2019, at 7:14 PM, fugee ohu > > wrote: > > > > > > > > On Wednesday, January 30, 2019 at 5:16:59 PM UTC-5, Colin Law wrote: > > On Wed, 30 Jan 2019 at 22:12, Colin Law wrote: > > > > > > On Wed,