search for: example_counter

Displaying 2 results from an estimated 2 matches for "example_counter".

Did you mean: example_cluster
2006 Jan 16
7
Editing N instances of a model on one page
I have a situation where I want to edit an arbitrary number of instances of one model on one page. I can and have accomplished this by manually managing the object <-> text field relationship, but in a way I consider at best hackish. I''d like to know a clean way to do this. If you want to edit the name attribute on a person class, you write code like this
2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
Greetings, I''m writing to report an issue I stumbled upon while trying to adjust to the new (for me) world of implicit-subject expectation writing. Consider this rather silly test case: describe "something" do context "in context" do subject { "an object" } it { should == "an object" } end end When I run rspec with `--format