Displaying 2 results from an estimated 2 matches for "url_writer".
2010 Aug 12
4
[Rails 3] How to test routes urls in console
I tried require ''url_writer''
but this is not the trick
what should be required/included to test the routes urls ?
thanks
erwin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3M...
2007 Dec 20
0
Relative URL fix
Hi Facebookers,
I have been working on a change to facebooker to allow facebook and
non-facebook apps to exist on the same code-base. I modified the url
rewriting in facebooker a bit so that it would continue to use the
facebook relative url when needed but not prepend the facebook app
name to controller paths that didn''t have anything to do with your
facebook app.
Here is the