Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Oct 6, 2008 5:59 am
1504
Hi Guys ! I wanted to use rspec plugin [behavioral testing] for my next project. I did installation of plugin and it works well when i create new model and...
Hello Friends,  Can any one give idea to me how to write web service using Rails?  I want to do CRUD operations for another one Rails application from my...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Oct 20, 2008 5:37 am
1507
Ruby on Rails Developer Location: Pune' Skills Requirements � 2 years / 4+ Experience working in highly agile development environment with strong OO design,...
Hi Raja, ... As you have pointed out, there are at least two applications involved when using web services. So, let's say that Rails app A has some data that...
Hello Guys, Hope you all are well and doing good. I am stuck in one problem, hope anyone has the solution of it. Below I m describing my issue. I am using...
I've never seen such a problem before. It'd be interesting to know what causes such a thing. However to get your site working in the meanwhile, why don't you...
Puneet, I suspect your problem lies in the way you staging server is set up. What server are you using? You say it isn't mongrel so that leaves just a small...
Hi How you can declare SITE_URL in routes.rb. It should be in environments.rb Let me know what i am thinking right or wrong ? Thanks, Sandip ... Sandip Ransing...
Dear RoR Professionals, Smartsourcing is looking for senior and junior professionals having hands on experience in RoR.If you want to make a difference, if you...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Nov 3, 2008 5:46 am
1516
Netlings is a very small software development studio located in Delhi, India. We are a very small group of web experts passionate about building elegant web...
Hello Aman, Ponnappa and Sandip, First of all thank you to all of you, for suggesting the ways, I have resolved that problem. here is my solution : I told you...
Hello Everyone, I am sure those of you who were at PHPCamp this year, would remember all 'Openscoial' presentations. As some of us did not had enough of it, so...
My book on Core Ruby ie "The Ultimate Guide to Ruby Programming" is now available for Rs. 100-00 + shipping charges, anywhere in India. This book has also been...
Hey Guys, I'm looking for a small rails dev company who has a track record and would be interested to help us out on a medium sized rails dev project...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Nov 17, 2008 3:38 am
1522
Hello Friends, i have a question: can we use Apache instead of Mongrel(or any other Rails server)? if so can anyone enlighten me please? Thanks! Himanshu Add...
Yes you can use apache with passenger(a.k.a mod_rails) instead of mongrel ... Regards Akhil Bansal "The best way to make your dreams come true is to wake up." ...
On Tue, Nov 25, 2008 at 9:58 PM, Himanshu Prakash ... You can use just Apache if you install the mod_rails/mod_rack module a.k.a. Phusion Passenger. ...
Hi all, I am trying to find working Ajax datagrid plugin/gem for RoR. I tried wice_grid plugin but it dosent seem to work. wice_grid can be got on the...
Hi Amit, You can try Active Scaffold plugin from www.activescaffold.com for AJAX based scaffolding in Rails You can also use Dojo Java script library and use...
And if you really want to try dark age stuff (like from 6 months ago :)) - there is always FCGI ( http://wiki.rubyonrails.org/rails/pages/FastCGI ). However,...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Dec 1, 2008 4:52 am
1529
Hi all, Hope you all are well and doing good. I am stuck in one problem, hope anyone has the solution of it. I am taking a text from a form. I need to check...
Hi, Use n=String.index(token) and loop through the string with a counter. With every success find, replace the token in the string (at n'th position) with the...
With each passing day, Merb (the Ruby web framework for the enterprise) is gaining in popularity. To satisfy people's hunger for 'Merb' knowledge, RubyLearning...
[Cross posting another solution the same question from the BRUG list] that's with the missing initializer of course counter=0 form_text_string.gsub!(/hello/)...