[Rails] How to preserve the session id whether the http request header contains 'Pragma'='no-cache'.

2015-08-03 Thread Hiroto Mukouhara
The new session id is created when the http request header contains 'Pragma'='no-cache' on our RoR environment. Our goal is that the session id is preserved if the http request header contains 'Pragma'='no-cache'. Please let us know how to preserve the session id. The detailed sequence is shown be

[Rails] Oddball_sum Help Request

2015-08-03 Thread Dhaval Bhatt
Hi, I am new to Ruby on Rails. I am practicing problems to better understand coding. I understand the logic but I am not able to put in proper codes. Could someone please solve the following problem for me? oddball_sum Write a function oddball_sum(numbers), which takes in an array of integers

[Rails] TeleNotify Rails gem lets you send notifications to your users via Telegram

2015-08-03 Thread ppati000
(Posted this on Reddit already, but I thought it might be interesting for you guys) Hey everyone, This little gem I made uses the Telegram Bot API to easily send notifications to your users via Telegram. As soon as a user starts your bot (via a link in your app), they are stored in the datab

Re: [Rails] [JOBS] Você sabe Ruby mesmo?

2015-08-03 Thread Alexandre Calvão
https://www.facebook.com/groups/rubyonrailsbrasil === *Alexandre Mondaini Calvão* "*Nossa recompensa se encontra no esforço e não no resultado. Um esforço total é uma vitória completa*." [Ghandi] 2015-07-31 20:49 GMT+02:00 Pedro Sivero : > Você sabe Ruby mesmo? > > > https://ww

[Rails] Re: Net::SMTPSyntaxError (501 Sender syntax err$ Heroku

2015-08-03 Thread Matt Jones
On Sunday, 2 August 2015 02:11:52 UTC-4, sanoy wrote: > > Random issue with my ruby on rails application out of the blue. I'm > getting a 501 error each time a user tries to submit the form. This error > does not occur when I'm running the app locally, it only occurs when I push > to Heroku.

[Rails] Re: Mysql2::Error: This connection is still waiting for a result, try again once you have the result

2015-08-03 Thread Kevin Disneur
We encountered this exactly same problem this night. We've also called AWS and they gave us the same answer: everything looks fine on your instance. We have several applications using this same database, they all worked fined except one. So It really looks like a problem in either mysql2 or uni