[Rails] APP-ID for using Bing search api through "rbing" gem!

2012-07-14 Thread Sam Serpoosh
Hello all, I'm currently working on something and I need to use Bing search api in my rails app. I can user a gem called "rbing" which is a ruby wrapper around that api. For creating and instance of RBing class and using its methods I need to pass an APP-ID to its constructor like this -> bing = R

[Rails] Re: dispatch.fcgi issues

2012-07-14 Thread star star
Anqi Su wrote in post #910681: > I also get such a problem. Me too ! -- 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 rubyonrails-talk@googlegroups.com. To u

[Rails] Re: dispatch.fcgi failed to start

2012-07-14 Thread star star
Ben Blaukopf wrote in post #135180: > On 5 Sep 2006, at 22:13, Mike Mikolajczyk wrote: > >> >> I am trying to start lighttpd 1.4.11 with ROR 1.1.6 but I get this >> error >> message every time, I use lighttpd.conf that was provided by ROR in >> config/ directory: > > I can't remember the precise er

[Rails] Re: Require rubygems fails

2012-07-14 Thread Ilan Berci
I posted that message about 4.5 years ago.. way before rvm was even around. star star wrote in post #1068786: > well,if you use the rvm to manage the ruby version, > > you should modify them "dispatch.fcgi" "dispatch.cgi" "dispatch.rb" > > change "#!/usr/bin/ruby" to "#!/usr/bin/env ruby" --

[Rails] Re: Require rubygems fails

2012-07-14 Thread star star
well,if you use the rvm to manage the ruby version, you should modify them "dispatch.fcgi" "dispatch.cgi" "dispatch.rb" change "#!/usr/bin/ruby" to "#!/usr/bin/env ruby" -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Rub

[Rails] Re: Cure AIDS Now web dev

2012-07-14 Thread Joe A.
Matt Jones, Thank You for this information Decided to end any relations with this character. - Joe -- 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 rub

[Rails] Re: rb_class_superclass not located in msvcrt-ruby191.dll

2012-07-14 Thread Ricky D
Rake was included as a dependency in gem install rails -v 3.1.3. It was also one of the first in the bundle. Do I need to specifically install rake? I don't remember doing it in the past few times I've set up development environments, I've just gone with the bundled rake and everything usually

[Rails] Re: api.rubyonrails.org previous versions?

2012-07-14 Thread Josh
Yea, I know how to generate my own docs, and apidock is... okay. Both of the proposed solutions so far are missing the point. api.rubyonrails.org should host, at a minimum, all currently supported versions. Once that's done it should be trivial to support as far back as the docs remain in the

[Rails] Re: ActiveRecord - return array of only ids?

2012-07-14 Thread Gregory C.
Should anyone else come across this, another way to refine this further is: Object.pluck(:id) This will produce your array of ids. More here http://guides.rubyonrails.org/active_record_querying.html#pluck -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

[Rails] Re: rb_class_superclass not located in msvcrt-ruby191.dll

2012-07-14 Thread Rick
I don't see *gem install rake* in the list of tasks you ran after reinstalling ruby et. al. Rick On Saturday, July 14, 2012 1:06:16 AM UTC-4, Ricky D wrote: > > So, long story short, I had o format and reinstall my OS hence all my > dev utilities. > git env sorted. > DevKit was fine. > Sphinx/m

[Rails] Re: Pls try to solve my problem as early as possible

2012-07-14 Thread Sonu Joshi
This is happening because i want to install thin server -- 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 rubyonrails-talk@googlegroups.com. To unsubscribe fro

[Rails] Re: Pls try to solve my problem as early as possible

2012-07-14 Thread Sonu Joshi
after reinstall what I should do .Thes problem is occuring while chanign the gemfile of my app. -- 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 rubyonrails-

Re: [Rails] Re: Re: Pls try to solve my problem as early as possible

2012-07-14 Thread vishal singh
ok you can reinstall your devkit. On Sat, Jul 14, 2012 at 1:48 PM, Sonu Joshi wrote: > vishal singh wrote in post #1068666: > > Hi, > > > > > > Are you using window os? > > > > > > Regards, > > Vishal > > yes vishal I am using windows os > > -- > Posted via http://www.ruby-forum.com/. > >

[Rails] Re: Re: Pls try to solve my problem as early as possible

2012-07-14 Thread Sonu Joshi
vishal singh wrote in post #1068666: > Hi, > > > Are you using window os? > > > Regards, > Vishal yes vishal I am using windows os -- 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