Re: [rspec-users] Rails: possible routing discrepancy

2007-12-23 Thread Francis Hwang
Arg, please disregard that last email. My route and my request are just different; I had to actually write that crazy long email, send it out, and then read it again to see the mistake. Francis Hwang http://fhwang.net/ On Dec 23, 2007, at 9:23 AM, Francis Hwang wrote: > Hey all, I'm seeing

[rspec-users] Rails: possible routing discrepancy

2007-12-23 Thread Francis Hwang
Hey all, I'm seeing a strange behavior in my spec that I can't account for. I've got a route that looks like this: map.writing \ '/writing', :controller => 'abstracts', :action => 'index', :index => { :select => 'all' } and I have template code that looks like this: <%= link_to_unless