Re: [Rails] ActiveRecord find ignores extra characters after numeric id. ?

2020-01-16 Thread fugee ohu
On Wednesday, January 15, 2020 at 8:41:00 PM UTC-5, Ariel Juodziukynas wrote: > > I insist, show your code, show the complete error stacktrace, show the > log. I can imagine what you are trying to do and from the (little) code you > show it should work so something else is messing things up bu

Re: [Rails] Hiring for Top Companies in Bay Area

2020-01-16 Thread Karthikeyan A K
Hello, are you open for remote work, I am from Chennai, India. On Thu, Jan 16, 2020 at 3:09 AM Aamil Saiyed wrote: > Ruby on Rails Developers to Engineering Managers and Directors. Direct > hire opportunities only. Location: San Francisco > Compensation: Open to Market + Equity > My all clients

Re: [Rails] ActiveRecord find ignores extra characters after numeric id. ?

2020-01-16 Thread Ariel Juodziukynas
I guess you are calling ensure_canonical_url before_action BEFORE set_blog_post before_action, so it's not already set. I guess you have something like: before_action :ensure_canonical_url, only: :show before_action :set_blog_post, only: :show swap both lines if so. El jue., 16 ene. 2020 a las

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

2020-01-16 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 > f

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

2020-01-16 Thread Walter Lee Davis
> On Jan 16, 2020, at 6:19 PM, fugee ohu wrote: > > > > 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