> Kind of new with rails, but is there a simple way to detect a sites
> URL? thanks.
rails comes with great documentation:
http://api.rubyonrails.org/
the way to use it is simple: take one of the words in your question
and try to find a method in the method list that matches this word.
This works for about 80% of any question, at least for me :-)
if you don''t have a browser, try this:
url_for :only_path=>false
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---