[Rails] Ruby issue while configuring sensu checks

2016-05-02 Thread Imran Shaik
I have sensu server and sensu-client Installed on one machine (centos) and installed the the plugins through gem. Everything was good when I run the check_ping.rb from the command line, but When I configure the same check in /etc/sensu/conf.d/ and check in the UI I am getting this ruby issue; gem

[Rails] Twilio Voice Integration in Rails

2016-05-02 Thread James Jelinek
Hey guys and gals. I did a video tutorial on integrating Twilio Voice into a Rails app. It's a pretty basic implementation but I figured some of you might be interested in seeing it. https://youtu.be/vQWHduzPgLE I will be posting more screencasts that should be helpful to the ruby and rails

[Rails] Re: Survey: 2016 Rails hosting community survey

2016-05-02 Thread 'Robby Russell' via Ruby on Rails: Talk
Happy Monday! The Rails hosting survey closes in under a week. Please take a few minutes to share with the community: * http://rails-hosting.com/ Cheers, Robby On Tuesday, April 12, 2016 at 10:32:26 AM UTC-7, Robby Russell wrote: > > Hi everyone! > > Hope you're having an awesome day. > > As

[Rails] [Screencast] WYSIWYG Editor with Summernote

2016-05-02 Thread Dave Kimura
Integrate Summernote WYSIWYG Editor into your application. Learn how to use AJAX callbacks to filestore your images instead of database Base64. https://www.driftingruby.com/episodes/wysiwyg-editor-with-summernote -- Posted via http://www.ruby-forum.com/. -- You received this message because yo

Re: [Rails] How to send the password on mobile in ror

2016-05-02 Thread Greg Navis
You need to take a look at nexmo or a similar service. Their SMS API is documented here: https://www.nexmo.com/products/sms/ Best regards -- Greg Navis I help small tech companies to scale Heroku-hosted Rails apps. Free, biweekly scalability newsletter for SaaS CEOs

[Rails] Re: Simple Database Migration

2016-05-02 Thread Kane Scott
Thank you I will do that. Kane -- 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 to rubyonrails-talk+unsubscr...@g

Re: [Rails] Simple Database Migration

2016-05-02 Thread Colin Law
On 2 May 2016 at 04:29, Kane Scott wrote: > I am very new to Ruby and need to do a simple database migration. I have > a table in my database called data_sources and I need to update record > id 3 field systems from Fusion to Fusion,Matrix. Do you mean that you are trying to change the contents o