i have one more problem can u solve this...
This question is related to cucumber and capybara.

I am handling three form in one page . It means i am handling three model. 
this three are connected to each other using association.
I am using nested form concept.

In development stage working perfectly.
When i write feature file to test , i dont know how to fill my inner forms 
text field.

I will explain u .
Assume three model a,b,c.

a[b][c][0][attibutes]  # name generated by rail is this

 when i write this step in file
  fill_in   "a[b][c][0][attibutes]" , :with=>testing
i get error
 cannot fill in, no text field, text area or password field with id, name, 
or label  a[b][c][0][attibutes]

Hope u all understood  problem


On Wednesday, October 10, 2012 11:27:56 AM UTC+5:30, Fahim Patel wrote:
>
> I wish to  debugging  my app.I install gem and start my console by using 
> --debug option . 
> But i don't know how to use it.
>  
> Give me some helpful starting for core .
> I search and get some good pages, but when i fire commands  ,not  working.
>
> How trace methods ?
> How to trace variable  ?
>
> Thanks 
>
> Regards
> 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 to [email protected].
To unsubscribe from this group, send email to 
[email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/nDuPR2YVnwIJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to