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

2019-12-29 Thread fugee ohu
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 fine but I'm trying to figure out how, since it seems I never put the url of my mail server anywhere? -- You received this message because you are sub

Re: [Rails] how do i handle one api route?

2019-12-29 Thread Hassan Schroeder
On Sun, Dec 29, 2019 at 4:11 PM tom wrote: > i have an app with one api endpoint. that end point is more and more in use, > and i was wondering how i can make that endpoint not boggle down the app? Any of: 1. Benchmark, measure, address bottlenecks 2. Scale vertically 3. Scale horizontally --

[Rails] how do i handle one api route?

2019-12-29 Thread tom
hi, i have an app with one api endpoint. that end point is more and more in use, and i was wondering how i can make that endpoint not boggle down the app? the result of the api is either kicking off a background job or a result from a calculation thank you -- You received this message beca

[Rails] Re: breadcrumb_on_rails... undefined before filter method

2019-12-29 Thread Joe Guerra
ok, I had to move it from the class to each method. On Sunday, December 29, 2019 at 5:33:43 PM UTC-5, Joe Guerra wrote: > > Hmm, not so sure how I got this error. > > But my root_path breadcrumb is causing undefined before filter method. > Other paths work? > > I'm just commenting it out for no