Hi Friends , I want help regarding functional testing . In my controller code : class AccountController < ApplicationController layout 'user_layout' def login...
Hello Navjeet, As u forward the link like, http://www.roryhansen.ca/?p=9 This link is not working. Can u suggest other links or any other ideas? Thanks. ... ...
hi , i want to know the basic concept. in our rails testing we are using fixtures.do we must need to mention "fixtures:table name". just want to know the...
Hi Friends, I am a new comer in this ruby on rails and this new group. But the knowledge transferring through this group is really excellent. Anyway my problem...
Hi, I just moved out of my office, which is located above Cosmos Bank on ITI Road, Aundh, Pune. This is a really nice office, good for a startup, and is now...
... Thanks for your reply. Actually, the thing is, according to that link, its perfectly running for two select boxes, but the problem is i have three select...
Hello All, I am new to Ruby on Rails, and I am also new to this Group. I am having 1 Problem on Which I m Stuck for Past Three Days. TheProblem is, I am...
Hi puneruby members, I am a beginner in ROR and stuck at a place while parsing ASCII file. If you have a free moment, it will be great if you can help me out....
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....
Mar 9, 2008 11:13 pm
1324
Hi Friends, Pragmatic Technology Solutions, Pune is organizing a 2 day workshop "Ruby on Rails Boot Camp with Test-Driven Development (TDD)" @ Pune on March...
I did , Its awesome. Might be a little tricky initially to setup , I feel its a mature rails project On Thu, Mar 13, 2008 at 11:41 PM, gangakhedkar_sandip < ...
Hi , In functional tetsing can we test the rjs code like page.form.reset 'form_new' if we can do test for that rjs code ,plz suggest the solution. i tried...
Hi , In functional tetsing can we test the rjs code like page.form.reset 'form_new' if we can do test for that rjs code ,plz suggest the solution. i tried...
Yes i tried .... it's very good and easy to install.... Arun http://fromjaipur.com ... -- Arun Agrawal Sent from BlackBerry(R) on Hutch [Non-text portions of...
Hello friends, Hope u all are fine and doing well in your project. I'm facing one problem since last week. Actually, i'm making one shopping store application....
Hi Hasmukh, I guess you are already on the right track - the activemerchant gem should have done what you wanted. Any particular problem you are facing? -- ...
Thank you Mr. Mayank, Let me try what happens or which problem i'm facing. If there is i will contact u. Thanks. ... Hasmukh Rathod. Developer, Safew...
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....
Mar 23, 2008 11:29 pm
1334
a. The first batch of the Free Online Introductory course on Ruby on Rails is scheduled to start from 12th April 2008. Registrations are open. The course runs...
Greetings! Qvantel Software Solutions Ltd, Hyderabad [1] has requirements for the following position: Ruby on Rails Developer: * Atleast two years experience...
Shakthi Kannan
shakthimaan@...
Apr 2, 2008 12:48 pm
1336
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....
Apr 7, 2008 3:34 am
1337
Hi, What is the method to install and run .zip/tar.gz files from rubyforge?? (where exactly do you unzip it and how to run the code) Sandip...
Hello, I want to call some ruby code from a javascript function. This javascript function is been called on submit button of html form. But my problem is, when...
Hi, Use Ajax to call your action (use form_remote_for) from JS. Regards, Anup ... javascript function is been called on submit button of html form. ... time...
Hi Shalmali, Try using partials and AJAX - for example, make an AJAX call to a controller whose RJS can then go ahead and change something on the page. That...