Plugins Category

SubdomainFu: Tame sub domains in your Rails apps

SubdomainFu is a plugin developed by Michael Bleigh of Intridea that allows you to easily deal with subdomains in your Rails applications.

Not just a superficial hack, SubdomainFu even extends the Rails routing system to allow you to specify subdomains within routes. Example:

url_for(:controller => "my_controller",
  :action => "my_action",
  :subdomain => "awesome") #…
Pages: Prev 1 2 3 4