Re: [Rails] how to upload multiple images in rails

2013-07-11 Thread Robby O'Connor
What he said, speak in full words, Learn to google, use stackoverflow.com -- Odds are question is answered there. On 7/10/2013 10:36 AM, Walter Lee Davis wrote: Please, for your own sake, take an hour and read this entirely: http://www.catb.org/esr/faqs/smart-questions.html I can only speak

Re: [Rails] dONGS DONGS DONGS

2014-05-27 Thread Robby O'Connor
I'm probably on the ball but I think some banning needs to happen --Rob Sent from my phone...excuse any typos please! On May 27, 2014 4:37 PM, Nigger Slayer li...@ruby-forum.com wrote: DOONGS -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

Re: [Rails] updated_at not today?

2014-06-29 Thread Robby O'Connor
Check if the current date is equal to that? --Rob Sent from my phone...excuse any typos please! On Jun 29, 2014 8:42 AM, Fresh Mix li...@ruby-forum.com wrote: How can you verify that it has not been updated today? if @post.updated_ad is not today @post.counter = @post.counter + 1

Re: [Rails] Re: updated_at not today?

2014-06-29 Thread Robby O'Connor
This is basic ruby... --Rob Sent from my phone...excuse any typos please! On Jun 29, 2014 9:14 AM, Fresh Mix li...@ruby-forum.com wrote: Colin Law wrote in post #1151057: The first question is what do you mean by today? Note in particular that your date may not be the same as mine if we

Re: [Rails] Merge multiple csv file into one file

2014-08-06 Thread Robby O'Connor
Have you tried googling? Have you looked on stackoverflow.com because this isn't exactly an uncommon problem...at all. --Rob Sent from my phone...excuse any typos please! On Aug 6, 2014 4:29 AM, Duong vong veasna veasnakhme...@gmail.com wrote: Dear all Developers, i want to create an app to

Re: [Rails] good online ide for Rails

2014-08-19 Thread Robby O'Connor
Vim ;) On Aug 19, 2014 1:15 PM, Jason Fleetwood-Boldt t...@datatravels.com wrote: I've used RubyMine for a while and it has grown in me. Its learning curve can feel steep, but it is very powerful. To get those message to go away you must install the gems *inside of RubyMine's ruby

Re: [Rails] multipage form with devise and another model

2014-08-20 Thread Robby O'Connor
I'm doing something similar...I use a reference to the user...storing extra data elsewhere Hello, Im thinking of making a Multi-page form . On page 1 the name, adress and city data. On page 2 a question which description the user needs and if the user is also a volunteer. On page 3 if the

Re: [Rails] Oauth2 workflow for sinatra + angular.js app

2014-08-22 Thread Robby O'Connor
Why not devise+omniauth? On Aug 22, 2014 4:55 PM, Darek F. li...@ruby-forum.com wrote: We want to build three example apps. 1. sinatra oauth2 provider 2. rails app with angular.js on frontend auhenticated through 1 app 3. sinatra on backend and angular.js on frontend auhenticated through

Re: [Rails] Notification System(social-network-like)

2014-09-16 Thread Robby O'Connor
Diaspora is written in rails (http://github.com/diaspora) On Sep 16, 2014 9:21 PM, Diego Dillenburg Bueno diegodillenb...@gmail.com wrote: Hey guys, I'm still kinda new to Rails and was wondering if someone have ever been through this situation in any project. What I want to implement is a

Re: [Rails] Rails4 Subdomain with devise authentication?

2014-09-17 Thread Robby O'Connor
I think he was precise...not sure how much more specific you want... On Sep 17, 2014 7:28 AM, Vivek Sampara ravensnowb...@gmail.com wrote: What is that you're looking for ? Please be precise. On Wed, Sep 17, 2014 at 4:53 PM, Sai Ch li...@ruby-forum.com wrote: Hello every body.. I am trying

Re: [Rails] Rails4 Subdomain with devise authentication?

2014-09-17 Thread Robby O'Connor
Though using pundit or cancan for handling roles is probably a good idea. On Sep 17, 2014 7:30 AM, Robby O'Connor robby.ocon...@gmail.com wrote: I think he was precise...not sure how much more specific you want... On Sep 17, 2014 7:28 AM, Vivek Sampara ravensnowb...@gmail.com wrote: What

Re: [Rails] Re: Devise Custamization

2014-09-17 Thread Robby O'Connor
A Readme would be nice...people aren't going to read your entire source repo... On Sep 17, 2014 7:17 AM, Sai Ch li...@ruby-forum.com wrote: please refer below link https://github.com/sai43/devise-rails4-custamization -- Posted via http://www.ruby-forum.com/. -- You received this message

Re: [Rails] Re: Devise Custamization

2014-09-17 Thread Robby O'Connor
Anyways the way I handled it was to create another AR class and also have a polymorphic association (this reduces code duplication)...you can add this stuff via a migration, nothing stops you...why do you need devise to do it for you? On Sep 17, 2014 7:17 AM, Sai Ch li...@ruby-forum.com wrote:

Re: [Rails] Rails4 Subdomain with devise authentication?

2014-09-17 Thread Robby O'Connor
Also if you do even cursory googling, you will find your question has been answered. On Sep 17, 2014 7:31 AM, Robby O'Connor robby.ocon...@gmail.com wrote: Though using pundit or cancan for handling roles is probably a good idea. On Sep 17, 2014 7:30 AM, Robby O'Connor robby.ocon...@gmail.com

Re: [Rails] Re: Devise Custamization

2014-09-17 Thread Robby O'Connor
I did this for phone numbers and addresses...if you google, you'll find what I did. Similar can be done for user profile data On Sep 17, 2014 7:34 AM, Robby O'Connor robby.ocon...@gmail.com wrote: Anyways the way I handled it was to create another AR class and also have a polymorphic

Re: [Rails] Re: Devise Custamization

2014-09-17 Thread Robby O'Connor
Why not just add to the user model (via a migration) the information you want...you're making the problem way more complex than it needs to be On Sep 17, 2014 7:54 AM, Sai Ch li...@ruby-forum.com wrote: Thanks for your comments @Robby O'Connor I have found small bug in that above mentioned

Re: [Rails] Re: Devise Custamization

2014-09-17 Thread Robby O'Connor
what you're adding can be done via another model though called User profile maybe? On Sep 17, 2014 7:56 AM, Robby O'Connor robby.ocon...@gmail.com wrote: Why not just add to the user model (via a migration) the information you want...you're making the problem way more complex than it needs

Re: [Rails] Backend support for game

2014-09-18 Thread Robby O'Connor
I would strongly advise you go through Michael Harte 's rails tutorial. ...what you want is to understand what REST is and how it works...that's the premise behind a webapp api --Rob Sent from my cell, please excuse any typos. On Sep 18, 2014 2:50 PM, John R_ li...@ruby-forum.com wrote: Hey

Re: [Rails] Backend support for game

2014-09-18 Thread Robby O'Connor
Hartle's* --Rob Sent from my cell, please excuse any typos. On Sep 18, 2014 3:09 PM, Robby O'Connor robby.ocon...@gmail.com wrote: I would strongly advise you go through Michael Harte 's rails tutorial. ...what you want is to understand what REST is and how it works...that's the premise

Re: [Rails] No More Javascript Petittion website

2014-11-03 Thread Robby O'Connor
I'm laughing at them. --Rob Sent from my cell, please excuse any typos. On Nov 2, 2014 5:13 PM, Jonathan Blasquez zeplinr...@gmail.com wrote: Came across this website that is trying to get another langauge to replace javascript. It actually specifically talks about having ruby be the next

Re: [Rails] Editor in ruby on rails framework

2015-02-05 Thread Robby O'Connor
Wouldn't node be a better candidate? You want real time no? On 02/06/2015 12:43 AM, Puneet Agarwal wrote: I want that user can write code on the browser and can save it to the server, like hackerearth , hackerrank are some of the websites which have editors embedded in their browser. Thanks.

Re: [Rails] NEW RELEASE: Debian Wheezy RVM Vagrant box

2015-02-03 Thread Robby O'Connor
Nice :) --Rob Sent from my cell, please excuse any typos. On Feb 3, 2015 3:00 PM, Jason Hsu, Rubyist jhsu802...@gmail.com wrote: I have released version 2015_02_03 of my Debian Wheezy RVM Vagrant box ( https://github.com/jhsu802701/vagrant_debian_wheezy_rvm). Note that the Vagrant setup now

Re: [Rails] Re: Link To New Association

2015-01-15 Thread Robby O'Connor
Also checkout accepted_nested_resource I think it is? I'm on my phone currently...this would be placed in your model --Rob Sent from my cell, please excuse any typos. On Jan 15, 2015 1:04 PM, Diego Dillenburg Bueno diegodillenb...@gmail.com wrote: Thanks for the reply. That would mean building

Re: [Rails] Link To New Association

2015-01-15 Thread Robby O'Connor
Nested resource is the way to go. --Rob Sent from my cell, please excuse any typos. On Jan 15, 2015 1:15 PM, Scott Ribe scott_r...@elevated-dev.com wrote: On Jan 15, 2015, at 11:03 AM, Diego Dillenburg Bueno diegodillenb...@gmail.com wrote: For now I had solved this issue storing the

Re: [Rails] Link To New Association

2015-01-15 Thread Robby O'Connor
railscasts is a handy resource to have at hand. Ryan Bates needs to start doing them again! --rob On 01/15/2015 01:21 PM, Robby O'Connor wrote: Nested resource is the way to go. --Rob Sent from my cell, please excuse any typos. On Jan 15, 2015 1:15 PM, Scott Ribe scott_r...@elevated-dev.com

Re: [Rails] Android app calling rails 4 APIs

2015-01-06 Thread Robby O'Connor
There's several token based authentication gems...it's super easy to do --Rob Sent from my cell, please excuse any typos. On Jan 7, 2015 2:22 AM, Avi aavinash.beh...@gmail.com wrote: Hi, Is it like the railscast 352 using an API token ? I will give it a try. On Wednesday, January 7, 2015

Re: [Rails] Android app calling rails 4 APIs

2015-01-06 Thread Robby O'Connor
Use token based authentication --Rob Sent from my cell, please excuse any typos. On Jan 7, 2015 12:19 AM, Avi aavinash.beh...@gmail.com wrote: Hello All, I have a Rails 4/Ruby 2 web application. There is an android app which will be calling Rails application APIs like Signin/Signout others.

Re: [Rails] Ruby On rails Installation on kali linux

2015-01-07 Thread Robby O'Connor
Why are you not using rvm or rbenv ;) On 01/06/2015 12:22 PM, Hassan Schroeder wrote: On Tue, Jan 6, 2015 at 7:11 AM, Exile Njoka cenj...@gmail.com wrote: i am having problems in installing ruby on rails on Kali linux. You'll probably get better responses if you explain the problem(s)

Re: [Rails] How find ruby on rails app client mac address?

2015-01-05 Thread Robby O'Connor
This sounds like someone doesn't truely understand how networking works... --Rob Sent from my cell, please excuse any typos. On Jan 5, 2015 2:19 PM, Jason Fleetwood-Boldt t...@datatravels.com wrote: I don’t believe the MAC address is passed in a TCP/IP request, this is used by the networking

Re: [Rails] How find ruby on rails app client mac address?

2015-01-05 Thread Robby O'Connor
heard of that. Obviously switches and hubs use Mac addresses at the TCP/IP layer, but remember that the TCP/IP layer is a separate layer from the *http cycle* layer. -Jason On Jan 5, 2015, at 2:22 PM, Robby O'Connor robby.ocon...@gmail.com wrote: This sounds like someone doesn't truely

Re: [Rails] How find ruby on rails app client mac address?

2015-01-05 Thread Robby O'Connor
I meant the original poster did not understand it...which is quite worrisome. --Rob Sent from my cell, please excuse any typos. On Jan 5, 2015 2:30 PM, Robby O'Connor robby.ocon...@gmail.com wrote: you understand it fine...Original poster. --Rob Sent from my cell, please excuse any typos

Re: [Rails] Re: pass javascript variable to erb code for checking condition

2015-03-12 Thread Robby O'Connor
I would advise you to pay the $9...he's not charging recurring thereafter...it's worth it.. some of the info has not changed --Rob Sent from my cell, please excuse any typos. On Mar 11, 2015 8:05 AM, James Davis, PhD james.davis...@gmail.com wrote: Take a look at this gem:

Re: [Rails] ruby on rails first app creating problem

2015-03-07 Thread Robby O'Connor
Rails on windows has given me nothing but trouble and is a general pain in the ass. --Rob Sent from my cell, please excuse any typos. On Mar 7, 2015 3:04 PM, moein rahimi melinaja...@gmail.com wrote: HI Guys I started to learn ruby on rails, i used http://railsinstaller.org/ to get all the

Re: [Rails] New Rails project looking for beginners rails developers

2015-03-10 Thread Robby O'Connor
Socket.io would be handy for the streaming :) --Rob Sent from my cell, please excuse any typos. On Mar 10, 2015 3:23 PM, Olivier Batard obat...@gmail.com wrote: Hello ! I'm new to the rails world, and I want to use and extend my knowledge and experience with the developement of a new Open

Re: [Rails] CS Student Looking For a Good Open Source Project to Contribute To

2015-04-01 Thread Robby O'Connor
http://github.com/discourse/discourse --Rob Sent from my cell, please excuse any typos. On Apr 1, 2015 1:58 AM, Colin Wood mr.colin.w...@gmail.com wrote: So I am about a year from graduating and I know I need some real world experience under my belt to get into rails development when I'm done.

Re: [Rails] sending html email w/o template

2015-02-28 Thread Robby O'Connor
http://guides.rubyonrails.org/action_mailer_basics.html http://railscasts.com/episodes/312-sending-html-email?view=asciicast On 02/28/2015 01:03 PM, Norm Scherer wrote: I send mail from the database in my app. It is plain not html but generally will do what you want. Take a look at the

Re: [Rails] [ÐÐuk][Sin]③CøM[ 떡신닷컴 ] ☞강서오피,부평오피,안양오피▲

2015-02-26 Thread Robby O'Connor
Ban please... --Rob Sent from my cell, please excuse any typos. On Feb 27, 2015 2:10 AM, Rlaakfwk Akfwk li...@ruby-forum.com wrote: [ÐÐuk][Sin]③CøM[ 떡신닷컴 ] ☞강서오피,부평오피,안양오피▲[ÐÐuk][Sin]③CøM[ 떡신닷컴 ] ☞강서오피,부평오피,안양오피▲[ÐÐuk][Sin]③CøM[ 떡신닷컴 ] ☞강서오피,부평오피,안양오피▲[ÐÐuk][Sin]③CøM[ 떡신닷컴 ]

Re: [Rails] Re: Issue with ActiveRecord 4.2 in non Rails app

2015-03-05 Thread Robby O'Connor
http://recipes.sinatrarb.com/p/models/active_record --Rob Sent from my cell, please excuse any typos. On Mar 5, 2015 8:37 AM, Giedrius Rimkus giedrius@gmail.com wrote: No one else is having issues with migrations in non rails apps? On Monday, February 16, 2015 at 9:30:17 AM UTC+1,

Re: [Rails] sending html email w/o template

2015-02-28 Thread Robby O'Connor
Could also probably use Mailchimp or sendgrid... On 02/28/2015 01:08 PM, Robby O'Connor wrote: http://guides.rubyonrails.org/action_mailer_basics.html http://railscasts.com/episodes/312-sending-html-email?view=asciicast On 02/28/2015 01:03 PM, Norm Scherer wrote: I send mail from the database

Re: [Rails] 【밤카페-Bamcafe3.net】선릉오피か교대오피Å목동오피≤

2015-02-28 Thread Robby O'Connor
For the love of all that is holy...ban this spammer. --Rob Sent from my cell, please excuse any typos. On Mar 1, 2015 1:04 AM, Best Cwq li...@ruby-forum.com wrote:

Re: [Rails] Error in installing json 1.8.0

2015-04-22 Thread Robby O'Connor
Not to be that guy but ALWAYS google your errors...If the whole error doesn't work...try taking out everything unnncessary...such as paths... On 04/22/2015 02:56 AM, Colin Law wrote: On 22 April 2015 at 04:20, Ananyo Maiti li...@ruby-forum.com wrote: VALUE result =

Re: [Rails] Re: Emails Not Sending

2015-04-18 Thread Robby O'Connor
I would also advise using mailcatcher in development...you don't need gmail in development -- only maybe when you deploy to test production settings... On 04/16/2015 08:19 AM, Sai Ch wrote: put this code in config/environments/development.rb config.action_mailer.raise_delivery_errors =

Re: [Rails] Re: Emails Not Sending

2015-04-14 Thread Robby O'Connor
With the amount of time you've spent whining and arguing and acting like you're a victim...why not just share what's in your development.log file...as you were asked really early in this thread. You are not entitled to help, in fact we can just say f off, some might...I won't...so just do what

Re: [Rails] Re: Re: Emails Not Sending

2015-04-15 Thread Robby O'Connor
Also to add: if you encounter issues like this ALWAYS ALWAYS ALWAYS check logs whether it be testing, production or development...it will tell you what's wrong. On 04/15/2015 03:22 AM, Robby O'Connor wrote: The answer to what happened is right there in your logs, read it. On 04/15/2015 02:55

Re: [Rails] Re: Re: Emails Not Sending

2015-04-15 Thread Robby O'Connor
The answer to what happened is right there in your logs, read it. On 04/15/2015 02:55 AM, Edward Maya wrote: Robby O'Connor wrote in post #1172062: With the amount of time you've spent whining and arguing and acting like you're a victim...why not just share what's in your development.log file

Re: [Rails] Re: Re: Emails Not Sending

2015-04-14 Thread Robby O'Connor
Asking for help on irc, stackoverflow, or anywhere is NOT a replacement for basic research on your own. Asking that you have basic competence...so yeh. This is a major pet peeve of mine. --Rob Sent from my cell, please excuse any typos. On Apr 14, 2015 5:07 PM, Hassan Schroeder

Re: [Rails] Emails Not Sending

2015-04-14 Thread Robby O'Connor
In addition the woe is me shit is not flattering. --Rob Sent from my cell, please excuse any typos. On Apr 14, 2015 6:35 PM, Scott Ribe scott_r...@elevated-dev.com wrote: On Apr 14, 2015, at 11:09 AM, Edward Maya li...@ruby-forum.com wrote: Oh My Dear Lord Please Forgive Me _/\_ Any One

Re: [Rails] Re: Where to RoR developers in NYC

2015-09-15 Thread Robby O'Connor
NYC.rb is the best Ruby/Rails meetup I've been to. --Rob Sent from my cell, please excuse any typos. On Sep 15, 2015 2:00 AM, "Yury Voloshin" wrote: > You might find this interesting: > http://www.meetup.com/nycruby/events/224763353/ > > Yury > > > On Sunday, September

Re: [Rails] Ruby on rails

2016-02-01 Thread Robby O'Connor
You should probably know Ruby.. -Rob On Mon, Feb 1, 2016 at 1:51 PM, Mohit Bhartiya wrote: > I am comfortable in C and C++. what level of effort should i need to > take in order to learn Ruby on Rails in detail. > > -- > Posted via http://www.ruby-forum.com/. > > -- > You

Re: [Rails] Cake Delivery in Gurgaon

2016-02-18 Thread Robby O'Connor
Please ban this tool. --Rob Sent from my cell, please excuse any typos. On Feb 19, 2016 2:39 AM, "Cake Delivery" wrote: > Cake Delivery in Gurgaon @ > http://www.cakengift.in/by-city/cake-delivery-in-gurgaon-334.html , > Cake Delivery in Ghaziabad @ >

Re: [Rails] validation on phone number

2016-03-24 Thread Robby O'Connor
Use a string. --Rob Sent from my cell, please excuse any typos. On Mar 24, 2016 5:49 PM, "Ramu Goud" wrote: > Hi, > i have column name phone with integer datatype but when i enter phone > number it throws an error > "1325565488 is out of range for

Re: [Rails] Re: validation on phone number

2016-03-24 Thread Robby O'Connor
Use a string data type for the number. --Rob Sent from my cell, please excuse any typos. On Mar 24, 2016 5:55 PM, "Ramu Goud" wrote: > Use string where i'm just a beginner so can u tell me that in detail > > -- > Posted via http://www.ruby-forum.com/. > > -- > You

Re: [Rails] Ruby and Rails stop working after restarting Linux server

2016-04-16 Thread Robby O'Connor
Tell rbenv to use the default ruby version...I use rvm but rvm use 2.2 --default Definitely RTFM. --Rob Sent from my cell, please excuse any typos. On Apr 16, 2016 11:44 AM, "Hassan Schroeder" wrote: > On Fri, Apr 15, 2016 at 9:54 PM, Ruruoni Himura

Re: [Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread Robby O'Connor
People who are asking for help shouldn't be acting arrogant. You're not entitled to help. I'd encourage you to either: - Search Stackoverflow.com (search before you ask) - Actually try googling or even better looking at the sinatra site: http://www.sinatrarb.com -- Oh look a slack for

Re: [Rails] jquery radio buttons

2017-04-02 Thread Robby O'Connor
http://api.jquery.com/checkbox-selector/ On 04/02/2017 01:24 AM, fugee ohu wrote: > Can I treat radio buttons the same as other fields in my form for the > purposes of jquery script > Can I use > $("#example").change(function(e) > if (e.target.value=='Yes') > ... > > Or do I have to use a

Re: [Rails] jquery radio buttons

2017-04-02 Thread Robby O'Connor
Looks like this answers your question: http://stackoverflow.com/a/7031408 On 04/02/2017 06:25 AM, Robby O'Connor wrote: > http://api.jquery.com/checkbox-selector/ > > On 04/02/2017 01:24 AM, fugee ohu wrote: >> Can I treat radio buttons the same as other fields in my form for

Re: [Rails] how to stay on page after login ?

2017-07-09 Thread Robby O'Connor
If you use something like devise.. it's more or less done for you. On Jul 9, 2017 3:03 AM, "eben sinaga" wrote: > Hi, > > I have one questions, how to stay on page after login ? should i create > session url or something else ? > > Cheers > > -- > You received this

Re: [Rails] RE: digitalocean/linode automated Rails setup

2017-05-15 Thread Robby O'Connor
There are existing chef, ansible and puppet stuff around. Google is your friend. On 05/15/2017 09:55 PM, S Ahmed wrote: > Well I was asking if there was an open source script that has it all > done already. > > On Sat, May 13, 2017 at 3:50 PM, nynhex >

Re: [Rails] Rails app configuration on production server

2017-10-04 Thread Robby O'Connor
lmgtfy.com/?q=deploy+rails+5+unicorn+postgres+using+capistrano Have fun. On Oct 4, 2017 3:22 PM, "Aqib Hameed" wrote: I want deploying Rails 5 app using Nginx, Unicorn, Postgres and Capistrano on centos 7.so which guide or tutorial is best ??? -- You received this

Re: [Rails] Rails app configuration on production server

2017-10-04 Thread Robby O'Connor
http://lmgtfy.com/?q=deploy+rails+5+unicorn+postgres Sorry formatting got borked. On Oct 4, 2017 4:16 PM, "Robby O'Connor" <robby.ocon...@gmail.com> wrote: > lmgtfy.com/?q=deploy+rails+5+unicorn+postgres+using+capistrano > > Have fun. > > On Oct 4, 2017

Re: [Rails] Social Login with Rails5 API

2017-10-24 Thread Robby O'Connor
tutorials for this social login api.. > > On Tue, Oct 24, 2017 at 11:50 AM, Robby O'Connor <robby.ocon...@gmail.com> > wrote: > >> there's also devise-token-auth >> >> On Oct 24, 2017 2:20 AM, "Robby O'Connor" <robby.ocon...@gmail.com> >> wrote:

Re: [Rails] Social Login with Rails5 API

2017-10-24 Thread Robby O'Connor
clue where should I start my work >> for this social login.. gems needed are omniauth-facebook.. any guides or >> tutorials for this social login api.. >> >> On Tue, Oct 24, 2017 at 11:50 AM, Robby O'Connor <robby.ocon...@gmail.com >> > wrote: >> >>> there's

Re: [Rails] Social Login with Rails5 API

2017-10-24 Thread Robby O'Connor
forget the last email On Oct 24, 2017 3:26 AM, "Robby O'Connor" <robby.ocon...@gmail.com> wrote: > Also stick to one email address. > > On Oct 24, 2017 3:25 AM, robby.ocon...@gmail.com wrote: > >> Start by doing a Google search for one. >> >> On Oct

Re: [Rails] Social Login with Rails5 API

2017-10-24 Thread Robby O'Connor
there's also devise-token-auth On Oct 24, 2017 2:20 AM, "Robby O'Connor" <robby.ocon...@gmail.com> wrote: > devise and omniauth. > > On Oct 24, 2017 2:19 AM, "James" <learnrailswit...@gmail.com> wrote: > >> Hi all, >> >> I need to g

Re: [Rails] Social Login with Rails5 API

2017-10-24 Thread Robby O'Connor
devise and omniauth. On Oct 24, 2017 2:19 AM, "James" wrote: > Hi all, > > I need to give social logins end point for facebook and gmail using rails > api. Can anyone suggest me how can I achieve this one any guide plz.. > > Thanks in advance.. > > -- > You received

Re: [Rails] Docker

2018-05-17 Thread Robby O'Connor
very easily. https://lmgtfy.com/?q=rails+docker There are so many resources. On Thu, May 17, 2018, 1:52 PM Joe Guerra wrote: > Just curious, I'm deploying to heroku now thru my github account but heard > so many neat things about docker. > > Can I create a docker

Re: [Rails] Docker

2018-05-17 Thread Robby O'Connor
This code is broken but: https://github com/parkez/parkez-api On Thu, May 17, 2018, 7:16 PM Mugurel Chirica wrote: > Hello Joe, to answer your question, yes. > > I have recently started playing with docker and can tell you that it's > quite straight forward and works

Re: [Rails] Docker

2018-05-17 Thread Robby O'Connor
This code is broken but: https://github.com/parkez/parkez-api I did it in like maybe an hr or. 2. On Thu, May 17, 2018, 7:17 PM Robby O'Connor <robby.ocon...@gmail.com> wrote: > This code is broken but: https://github com/parkez/parkez-api > > On Thu, May 17, 2018, 7:16 PM

Re: [Rails] Docker

2018-05-17 Thread Robby O'Connor
Sorry for the spam: here's the dockerfile: https://github.com/ParkEZ/ParkEZ-API/blob/master/Dockerfile My Docker Compose file: https://github.com/ParkEZ/ParkEZ-API/blob/master/docker-compose.yml Like I said, this is in an unstable state On 05/17/2018 07:18 PM, Robby O'Connor wrote

Re: [Rails] Best OS for production self hosting

2018-08-07 Thread Robby O'Connor
Ubuntu, Debian, Fedora, CentOS -- basically Linux and dockerize your application. On 08/04/2018 09:15 PM, fugee ohu wrote: > I've been hosting my rails apps on freebsd Anyone have preferences > which OS to host on? > -- > You received this message because you are subscribed to the Google >

Re: [Rails] How to start contributing to the Rails code?

2018-03-15 Thread Robby O'Connor
By writing code. Seriously, look at the open issues and fix some bugs On Mar 15, 2018 1:59 AM, "Lucas Oshiro" wrote: Hello, My name is Lucas, and I'm an undergraduate Computer Science student at University of São Paulo, in Brazil. This semester, I am studying Free Software

Re: [Rails] package.json

2018-03-18 Thread Robby O'Connor
fugee, I will answer your question in the last paragraph but wanted to say something: I've been following your posts and a lot of your questions can be answered with really simple Google searches...that skill is a far more valuable skill...it means you can learn new things and get up to speed

Re: [Rails] package.json

2018-03-18 Thread Robby O'Connor
caching built-in. --rob On 03/18/2018 11:51 PM, Robby O'Connor wrote: > fugee, > > I will answer your question in the last paragraph but wanted to say > something: > > I've been following your posts and a lot of your questions can be > answered with really simple Google searches.