[Rails] Rails and Stripe

2018-08-14 Thread David Merrick
I have watched the video at http://railscasts.com/episodes/288-billing-with-stripe I have transposed subscriptions for user in the code below. my gem file is below source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.incl

Re: [Rails] Re: Ruby on Rails Part time programer

2018-08-14 Thread David Merrick
ok thanks On Wed, Aug 15, 2018 at 12:08 PM Wale Olaleye wrote: > Dave, > > The confidentiality agreement tied to consulting projects prevents the > developer from sharing the source code with a 3rd party. However there are > a lot of open source rails code that you can find on github.com, and yo

Re: [Rails] Re: Ruby on Rails Part time programer

2018-08-14 Thread Wale Olaleye
Dave, The confidentiality agreement tied to consulting projects prevents the developer from sharing the source code with a 3rd party. However there are a lot of open source rails code that you can find on github.com, and you can volunteer for an open source project that needs help. -Wale On Tue

Re: [Rails] Adding records to a nested model through an association

2018-08-14 Thread Walter Lee Davis
> On Aug 14, 2018, at 5:49 PM, John Sanderbeck wrote: > > Not sure if the subject is correct for what I am trying to do... > > I am working on a School application and I added an Attendance section > > There is an attendance record that is associated to a student record > > The student recor

Re: [Rails] email ID issue

2018-08-14 Thread Hassan Schroeder
On Tue, Aug 14, 2018 at 3:09 AM, Piyush Chowhan wrote: > I am facing this error in my application previously it was working What did you change between now and "previously"? -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan Consulting Availability : Silic

Re: [Rails] Need guidance on an inline editing design

2018-08-14 Thread John Sanderbeck
Thank you everyone for the help... After I stepped back and looked at this again it was simple... Your guidance did help though... John On Tuesday, August 7, 2018 at 6:32:07 AM UTC-4, John Sanderbeck wrote: > > Got it but I think I want to do it with Ajax instead... :-) > > One Click = 1 upd

[Rails] Adding records to a nested model through an association

2018-08-14 Thread John Sanderbeck
Not sure if the subject is correct for what I am trying to do... I am working on a School application and I added an Attendance section There is an attendance record that is associated to a student record The student record has an associated model called notes... What I would like to be able to

Re: [Rails] Re: Ruby on Rails Part time programer

2018-08-14 Thread David Merrick
If possible I would like to have a look at the code and the changes you do to learn more about Rails. On Wed, Aug 15, 2018 at 7:37 AM Eb Adair wrote: > Wale, > > Call me when you have a chance and I can send you what you need to get > into my system and tell me what I need. > > My cell is 951 23

Re: [Rails] Re: programmer to upgrade Rails System

2018-08-14 Thread David Merrick
You will need to contact Eb + *email:**e...@adavisglobal.com* :*www.adavisglobal.com * You will just the ip Address, user name and password. Cheers Dave On Wed, Aug 15, 2018 at 4:53 AM João Bordalo wrote: > Hi there, > > I would like to know if a remote-work style

Re: [Rails] Re: Setup lograge, logstash-logger

2018-08-14 Thread Hassan Schroeder
On Tue, Aug 14, 2018 at 6:21 AM, belgoros wrote: >> Can anybody provide some links to how to set up correctly Lograge, >> logstash-logger with a Rails API app ? I followed their READMEs but still >> nothing sent to Kibana :(. >> config.lograge.logger = LogStashLogger.new(host: ENV['logstash_ho

RE: [Rails] Re: Ruby on Rails Part time programer

2018-08-14 Thread Eb Adair
Wale, Call me when you have a chance and I can send you what you need to get into my system and tell me what I need. My cell is 951 239-2105 E.B. ADAIR JR. , PRESIDENT ADA VIS GLOBAL MEXICO INSURANCE e...@adavisglobal.com DIRECT LINE 951 225-7826 Fro

[Rails] Re: Ruby on Rails Part time programer

2018-08-14 Thread Wale Olaleye
Hello, My name is Wale, I have a ton of experience building, upgrading and maintaining Rails app. I've worked on all major versions of Rails from Rails 1 to Rails 5 and all major Ruby versions. I'm available for part time Rails work, here is some background info about me https://www.linkedin.c

[Rails] Re: programmer to upgrade Rails System

2018-08-14 Thread João Bordalo
Hi there, I would like to know if a remote-work style is possible, is it? Cheers, João Bordalo Em segunda-feira, 13 de agosto de 2018 23:33:01 UTC+1, David Merrick escreveu: > > Eb Adair is looking for someone upgrade their Rails System. I may be able > to help in some small way. I am only beg

[Rails] Re: Setup lograge, logstash-logger

2018-08-14 Thread belgoros
On Tuesday, 14 August 2018 15:14:20 UTC+2, belgoros wrote: > > Can anybody provide some links to how to set up correctly Lograge > , logstash-logger > with a Rails API app ? I > followed their READMEs but still

Re: [Rails] Ruby on Rails Part time programer

2018-08-14 Thread Joe Guerra
What's required? I'd be interested in a remote part-time position. On Tue, Aug 14, 2018 at 9:10 AM, Josue Figueroa wrote: > Hi, > > Could you explain more about the changes that you want to perform to your > Rails application? Could this work be remote? > > Regards, > Josue > > 2018-08-13 17:

[Rails] Setup lograge, logstash-logger

2018-08-14 Thread belgoros
Can anybody provide some links to how to set up correctly Lograge , logstash-logger with a Rails API app ? I followed their READMEs but still nothing sent to Kibana :(. Here is how these gems are declared in *Gem

Re: [Rails] Ruby on Rails Part time programer

2018-08-14 Thread Josue Figueroa
Hi, Could you explain more about the changes that you want to perform to your Rails application? Could this work be remote? Regards, Josue 2018-08-13 17:16 GMT-05:00 : > I am looking for a computer programmer that can work on Ruby on Rails. My > company has been using Ruby on Rails for the;pa

[Rails] email ID issue

2018-08-14 Thread Piyush Chowhan
Hi, I am facing this error in my application previously it was working Rails 5.0.0.1 Ruby 2.3.0 NoMethodError (undefined method `email' for #): def create @pin = current_user.pins.build(pin_params) # respond_to do |format| if @pin.save > showing error at this lin