search for: worrall

Displaying 4 results from an estimated 4 matches for "worrall".

Did you mean: orrall
2006 May 05
3
posting xml in functional test
Hello, I''m trying to write a functional test for a simple CRUD controller which accepts / emits xml in a REST- like fashion. However the following code won''t work for me - an exception is generated def test_create post :create, ''<person><name>john</name></person>'',
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
...arguments (0 for 1) (Jon Gretar Borgthorsson) 4. Re: ''NameError: uninitialized constant <MyEntity>'' in consol (Binil Thomas) 5. Pagination Question (Binil Thomas) 6. Re: rake doc:rails fails (Dave Thomas) 7. Re: posting xml in functional test (justin worrall) 8. depot test-driven development exercise (cremes.devlist@mac.com) 9. Re: pdf/writer: table.render_on best practices? (Nicolas Buet) ---------------------------------------------------------------------- Message: 1 Date: Sat, 6 May 2006 14:01:23 +0200 From: Paulie <pauliephonic@gmail.c...
2013 Apr 20
1
compile error
I've been trying to figure out for a couple of days why I can't get libvorbis to compile. It has me stumped, though I'm not a whiz at compiling from source. I'm installing on Mac OSX 10.8.2. The relevant commands are: export CC=clang ./configure --prefix=${TARGET} --build=x86_64 --with-ogg-libraries=${TARGET}/lib --with-ogg-includes=${TARGET}/include/ --enable-static
2006 May 10
0
using Rails 1.1 param parsers
Hello, I want to use the new param parsers in Rails 1.1 to process POST''ed xml form data (at the moment I manually parse request.raw_post using REXML). As per Scott Raymond: *"Pluggable parameter parsers* make writable REST web services a cinch. By default, posts submitted with the application/xml content type is handled by creating a XmlSimple hash with the same name as the root