
Ramaze support
Reported by Marcus Ahnve | March 14th, 2009 @ 04:37 PM
I have added Ramaze support in my fork of Webrat. My username at Github is mahnve.
Comments and changes to this ticket
-
gaffo May 7th, 2009 @ 05:16 PM
- Tag changed from patch, ramaze to patch, ramaze, verify
- State changed from new to open
Does Ramaze support Rack? Thanks!
-
manveru June 7th, 2009 @ 04:14 AM
Of course it does, and all specs for Ramaze/Innate are built with rack-test.
I also added webrat support to Ramaze already, but it's bacon-specific. -
gaffo June 7th, 2009 @ 12:30 PM
- State changed from open to awaiting-merge
What ddo you mean by 'bacon specific', never heard that before. There is also another rack test patch/ticket, reconciling these two is a good idea.
-
manveru June 7th, 2009 @ 09:59 PM
The support can be found at:
http://github.com/manveru/ramaze/blob/master/lib/ramaze/spec/bacon.rbWith "bacon-specific" i mean that I have only used it together with the bacon spec framework http://chneukirchen.org/repos/bacon/README and it works well with that, but AFAIK, the
def app; Ramaze; end
has to be done for every other framework as well. -
Bryan Helmkamp June 15th, 2009 @ 10:29 AM
- State changed from awaiting-merge to open
Marcus -- I was thinking our Ramaze support would be simply handled by supporting Rack. We've got a Rack adapter in master now, and Simon Rozet is working on improving it. We're looking to make that the main adapter for Webrat as we move forward. Does that sound like it will meet your needs?
Re: Bacon... I'm happy to support it. Don't have any experience using it yet though, so could use a hand with the integration and working out a testing strategy.
Cheers,
-Bryan
-
Simon Rozet June 24th, 2009 @ 06:47 PM
- Assigned user set to Simon Rozet
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.