similar to: abut ruby group

Displaying 20 results from an estimated 50000 matches similar to: "abut ruby group"

2012 Sep 02
1
回复: Which Framework will improve my Ruby Skills?
i think you should write more program . so that you can improve you ruby skills ------------------ 原始邮件 ------------------ 发件人: "ANIKET KADAM"; 发送时间: 2012年9月2日(星期天) 晚上9:52 收件人: "rubyonrails-talk"; 主题: Re: [Rails] Which Framework will improve my Ruby Skills? can you tell me which rubygems will improve my ruby skills On Sun, Sep 2, 2012 at 2:00 PM, ANIKET KADAM
2012 Apr 26
3
SSL error in Ruby on Rails Ubuntu
Hi, I am using Rails 3.x on my Ubuntu machine. Today I ran bundle install on a project and this is what I got: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=unknown state: sslv3 alert handshake failure An error occured while installing tzinfo (0.3.32), and Bundler cannot continue. Make sure that `gem install tzinfo -v ''0.3.32''` succeeds before bundling. Any
2012 Feb 07
1
ruby 1.9.3
Hi all, I am trying to install ruby 1.9.3 with rvm 1.10.2 but I got this error : /home/v2/.rvm/scripts/functions/manage/base: line 1156: __rvm_export_ruby: command not found I googled the message and couldn''t find any tip to fix it, any idea ? thanks Patrick -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2012 Feb 03
2
PDF and Ruby on Rails
Hi, I am sticking in one problem. Please help me out. The problem is like: What problems can arise when users hits the get_pdf action? If there are problems, how can it be solved? class PdfController < ApplicationController def get_pdf send_data Pdf.create(params[:contents]) end end class Pdf def self.create(contents) make_pdf(contents) # takes 30 seconds to run end
2011 Mar 15
1
MySql error with Ruby On Rails
Hi everyone, I am new to to Ruby on Rails community, I am having a problem, when I try to run a ruby program, I get this error, "no such file to load -- sqlite3" I am trying to use mysql not sqlite. any suggestions? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Oct 25
1
Ruby on Rails contractor
Hi, I am looking for a developer who is keen to take on some contract work. If you have capacity (full time or part time) and might be interested please respond to me directly. Regards -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Sep 15
1
Could not find gem 'nileshtrivedi-gupshup (>= 0) ruby' in the gems available on this machine.
I wish to use nileshtrivedi-gupshup gem but i am getting this error. Can any one know about this? ERROR Could not find gem ''nileshtrivedi-gupshup (>= 0) ruby'' in the gems available on this machine. Thanks Fahim Babar Patel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2013 Nov 24
2
Saying "Hello world" with Ruby on Rails (Tutorial)
http://arubystory.blogspot.com/2013/11/tutorial-saying-hello-world-with-ruby.html -- 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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to
2013 Mar 19
1
Help me about Bcrypt-ruby
I''m create a login form using Bcrypt-ruby but have error: uninitialized constant User::BCrypt I had setup Bcrypt-ruby in Gemfile gem "bcrypt-ruby", :require => "bcrypt" and restart,rake db:migrate but not run.I had run bundle:install,bundle: update and see Bcrypt had installed. i''m afraid that i use gem ''rails'',
2010 Oct 24
2
Synatx highlighting in Ruby
Hello people, I was going thru Geshi http://qbnz.com/highlighter/ , I am wondering if any one has a Ruby syntax highlighting library so that I can use it in one of my projects. -- 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 post to this group, send email to
2011 Apr 08
1
Ruby 192\lib malware
I just had an AVIRA window pop up to tell me : c:\Ruby192\lib\ruby\gems\1.0.1\gems\acitonpack-3.0.6\lib \action_dispatch\route_set.rb Contains HEUR/HTML Malware suspicious code. Action: Move to quarintine Apply now or Cancel What to do? Is this for real? Bruce -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2010 Apr 25
2
Ruby randomly converting quotes to html
If anyone understands: def some_method "<script type=''text/javascript''> whatever(''element''); </script>" end => <script type="text/javascript"> whatever(&#8216;element&#8217;) </script> Any idea what could create that strange behavior? -- Posted via http://www.ruby-forum.com/. -- You received
2012 May 28
1
Installed RVM-Ruby-Rails NOT available after closing terminal window!!
I have installed rvm-ruby-rails (all latest versions) and it works fine as long as I''m in that terminal service window. Once i close it and open new terminal window; all of them disappear/ *installed things are lost!!*. If i install them again, in that window they work fine. It''s very varied. Any comments/help appreciated. I''m using Ubuntu Linux 11.04. Regards, Ram
2013 Feb 20
1
Ruby on Rails developer opportunity
Hello. We currently have an opportunity for a R-o-R developer to support an existing photo database. The time frame is from now until the end of June and the budget is 200 hours. The candidate has to be a U.S. citizen. Please let me know if there is an interest. Contact: konstantine.boukhvalov-2tTMhPARiYZBDgjK7y7TUQ@public.gmane.org Subject: R-o-R developer Thank you. Konstantine G.
2012 Feb 03
2
Ruby on Ales 2012, March 1st & 2nd in Bend, Oregon
Hey Everyone!, I just realized we totally failed at putting notices out on mailing lists about Ruby on Ales 2012... oops. Ruby on Ales is a two day single track conference inspired by Ruby, microbrews, and snow. Come listen to great speakers, enjoy the free beer and the amazing company. Just like last year we''re hosting the event in Bend. Ruby on Ales takes place March 1st and 2nd
2012 Nov 07
1
Can someone simply give all the steps to install ruby and rails on windows7 pls
I installed it once but it always come up with a change a path error. Let me know where to install them as well (whether to install all inside wamp or just inside c) I think it doesn''t need to have wamp as it has it''s own server. Pls let me know as it''ll be really helpful for most of them with troubles installing rubyonrails -- You received this message because you
2011 Mar 14
2
how to create a form using ruby on rails
*since i''m totally new to this technology , im facing lots of difficulties here.* * * *i want to create a form with few fields which shud be connected to mysql database using ruby on rails. can anyone help me with this difficulty?* * * *thanks..* * * *regards * * * *mandrekar salim* -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2013 Aug 26
2
[JOBS] Ruby on Rails - Freelancing
Hi, Looking an expert in Ruby on Rails for maintaining & implementing new concepts and optimization of our website. For more details write back. Regards, Arun M Thrillophilia.com <http://www.thrillophilia.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
2010 May 17
2
Installing Ruby on Rails
Hi, I''m a newbie to RoR and have been facing some problem installing RoR on my system. I''m following this guide to install RoR https://help.ubuntu.com/community/RubyOnRails and stuck up at this step Installing Rubygems: To make gem work properly you should write gem''s path to PATH add to ~/.bashrc: export PATH=/var/lib/gems/1.8/bin:$PATH Can anyone help me saying
2013 Aug 24
2
Junior Ruby developer searching for remote job
Hi, I am a junior developer searching for remote job. Please find more information on my attached CV. Kind regards, Stefanos Attachments: http://www.ruby-forum.com/attachment/8688/CV-Stefanos.docx -- 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