
Allow within to take a ActiveRecord instance in RailsSession
Reported by Luke Melia | November 21st, 2008 @ 01:06 PM | in 0.4
It would be cool if RailsSession#within could optinally take an ActiveRecord object and convert it to an ID using dom_id. I've attached a spec and implementation that does just that, but the dependency on Rails in the specs needs to be sorted out.
Comments and changes to this ticket
-
Bryan Helmkamp January 6th, 2009 @ 02:30 AM
- Tag changed from feature, patch, rails, spec to featurerequest, patch, rails, spec
- State changed from new to awaiting-merge
-
Bryan Helmkamp January 17th, 2009 @ 10:57 AM
- Milestone set to 0.4
-
Bryan Helmkamp January 17th, 2009 @ 01:21 PM
- State changed from awaiting-merge to resolved
(from [7a7cb3f0020dd2fa962e19048b95570f57181e20]) Support passing an ActiveRecord model to #within when in Rails mode [#68 state:resolved] (Luke Melia) http://github.com/brynary/webrat...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.
People watching this ticket
Attachments
Tags
Referenced by
-
68 Allow within to take a ActiveRecord instance in RailsSession (from [7a7cb3f0020dd2fa962e19048b95570f57181e20]) Support...