[Rails] SMS ruby on rails

2013-12-15 Thread Joshua Joseph
Hi, Good day, can somebody help to sent sms messages on mobile using ruby on rails. I know twillio can help me. But i want to use my own cellphone number. I dont want to use third party plugins. Hope someone can help me. By the im from Philippines. Sorry for wrong english. Waiting for reply.

Re: [Rails] Ruby Code Challenges

2013-12-15 Thread tamouse pontiki
On Fri, Dec 13, 2013 at 6:13 PM, trekr67 wrote: > Can anyone suggest what to use to practice ruby coding challenges? > Any little thing you need to do more than once on a computer. Or even just once. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:

Re: [Rails] Ruby Code Challenges

2013-12-15 Thread Deryk Foote
Obligatory mention of projecteuler.net - Great brainteasers, and regardless of what language you do them in you'll learn something new. I particularly enjoy going back through and trying to optimise my solutions to problems I solved a year or two ago. On 14 December 201

[Rails] Re: Rails flash notice won't go away in Safari?

2013-12-15 Thread joshukraine
Hi all, Just a heads-up to let you know that I've created a test app and pushed it to GitHub. I have successfully reproduced this bug with the test app. Steps to reproduce are in README.md in the repo. - Code here: https://github.com/joshukraine/safari-flash-bug - Live on Heroku here: htt

[Rails] Re: Rails flash notice won't go away in Safari?

2013-12-15 Thread joshukraine
Hey Fred, Thanks for the response. The search parameters are of course included in the initial GET request, but as best I can tell from the log output they are not included when the user is sent back to the referring page. As to your question about the cookies, I'm not sure. I've been using log

Re: [Rails] Rails flash notice won't go away in Safari?

2013-12-15 Thread joshukraine
Hi Colin, Thanks for the info. Did as you suggested and tested the HTML. There were six errors, all of which were due to the way Foundation uses li tags in the nav bar dropdown menu. As this section is unrelated to the search feature, I removed these tags and revalidated. There was also a warni

[Rails] Re: Rails flash notice won't go away in Safari?

2013-12-15 Thread Frederick Cheung
On Thursday, December 12, 2013 7:09:21 PM UTC, joshukraine wrote: > > Hey Fred, > > thanks for the reply. I've thought about the caching issue, though I'm not > sure how to tell if this is in fact the problem. I'm not specifically > caching anything in my app, and I've cleared out the localhost

[Rails] Re: rails form_for + address picker jquery creates odd parameter format for post

2013-12-15 Thread Frederick Cheung
On Saturday, December 14, 2013 3:36:27 AM UTC, Derek Chadwell wrote: > > The javascript is awfully long so I won't post it here, but it can be > viewed at > https://github.com/ubilabs/geocomplete/

[Rails] Re: rails form_for + address picker jquery creates odd parameter format for post

2013-12-15 Thread Bala Paranj
I don't think you should be worried about lat and long being outside of the locations. What is the worst thing that can happen? You have to make a judgement based on the application requirements. On Friday, December 13, 2013 7:36:27 PM UTC-8, Derek Chadwell wrote: > > I am using the addresspicke