[Rails] Social auth in rails api

2015-10-11 Thread Taras Matsyk
Hi folks, I want to rewrite my rails app in order to work as an API. I decided to go with rails_api however rails suits me needs as well. The bottleneck for me at this point is finding an easy way to provide authentication using REST API. I have limited experience in omniauth gem that's why I am w

[Rails] Re: Free online RoR course

2015-10-11 Thread Taras Matsyk
So far, there is no any course, the only thing there is a quiz. -- Posted via http://www.ruby-forum.com/. -- 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 t

Re: [Rails] Too many sesssions in a rails 4 apps

2015-10-11 Thread Hassan Schroeder
On Sat, Oct 10, 2015 at 12:49 PM, akhil S wrote: > I am building an E-commerce website on ruby on rails from scratch. Posting the same thing daily is unlikely to get you better responses, especially on a weekend (and a 3-day holiday weekend in the US). > Option 1. Store the filter values set by

Re: [Rails] Unreachable database

2015-10-11 Thread Hassan Schroeder
On Sun, Oct 11, 2015 at 4:19 AM, Renato Serra wrote: > I got an app that uses a remote SQL server database, this remote server is > sometimes unavailable and i have no control over it. > The app only uses the database to do stuff after login in with devise. But > if the database is is down i cant

[Rails] Free online RoR course

2015-10-11 Thread Marta Konieczna
Want to be a programmer? Learn to program in Ruby on Rails in this Free Online Course. Become a Ruby on Rails programmer (free course): www.clab.type.pl/rails2/invitation?utm_campaign=groups -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the

[Rails] Unreachable database

2015-10-11 Thread Renato Serra
Hi guys! I got an app that uses a remote SQL server database, this remote server is sometimes unavailable and i have no control over it. The app only uses the database to do stuff after login in with devise. But if the database is is down i cant even start the server as it just tried to start

[Rails] The Best Way to Learn Ruby on Rails

2015-10-11 Thread Sagar M.
List of resources to learning this amazing platform for building top-quality web apps with Ruby on Rails! ❤ https://github.com/sagarmred/Rails-Learning -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and s

Re: [Rails] Re: Listing & Editing Profile Pages -

2015-10-11 Thread Colin Law
On 10 October 2015 at 23:16, Greg Bressler wrote: > Thanks, Christian. you've given me some things to consider, but > Present? is only in the error message, not in my code. Have a look at line 16 in https://github.com/GBressler/esl-site/blob/master/app/controllers/application_controller.rb Coli