Displaying 2 results from an estimated 2 matches for "headlessapp".
2006 Jul 25
2
routing tests
Hi there,
is there a script/console like program where I can test my routing? IIRC
there is something like that in the agile web dev. with rails book.
Patrick
--
Posted via http://www.ruby-forum.com/.
2006 Apr 04
6
Console for Testing Routes?
Hi,
when the "Agile Web Development" book talks about routes, there are what
looks like console transcripts like the following:
URL> store
@params = {:controller => ''store'', :action = ''index''}
Is there something like a console for testing routes (where you could
put in a url and see how rails would route it)??
Ingo
--
Posted via