[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 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 this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/9c10c3ba-8f89-44e1-ad7f-7a1fa01dd31d%40googlegroups.com.


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

-- 
Hassan Schroeder  hassan.schroe...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yACu3Z1dc7AqRxT18UibrTrv%3DeHBQJhSzi7-%3DcAmVW7BQ%40mail.gmail.com.


[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 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 this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CADQqhMda9FmvQPRF9OwepMEXnqpKbGarDhs-yFDbv%2BNLMbVuQQ%40mail.gmail.com.


[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 now.  
>
> Any suggestions?
>
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/22126fa7-97ee-4c01-a3cc-f39a977538b3%40googlegroups.com.