0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add another test case for param-based URL generation. More... almost 15 years ago
Add another test case for param-based URL generation. More... almost 15 years ago
Rewrite URLs to use the preferred mirror if a full URL is being generated. More... almost 15 years ago
Rewrite URLs to use the preferred mirror if a full URL is being generated. More... almost 15 years ago
Fixing specs and adding other test cases. More... almost 15 years ago
Fixing specs and adding other test cases. More... almost 15 years ago
Make env[:subdomain] a string to allow for matching with empty regular expressions. More... almost 15 years ago
Make env[:subdomain] a string to allow for matching with empty regular expressions. More... almost 15 years ago
added support for matching route by host name More... about 15 years ago
trying to behave like rails' ActionController::Request.subdomain and named_host? (private) More... about 15 years ago
Too soon. Forgot the mattr_accessor. More... about 15 years ago
Added an option to override only_path, but changed to default to be false as it is misleading. More... about 15 years ago
Routing conditions for subdomains now will ignore mirror subdomains. Previously, this returned the subdomain even if it was a mirror, so 'www' with a regular expression condition was breaking routes. More... about 15 years ago
Removing autotest directory, I know that screws with some of you. More... over 15 years ago
Bumped gemspec, hopefully it should now be compatible with Rails 2.2.2! More... over 15 years ago
added conditionals around rails 2.x and 2.2 subdomain hacks. More... over 15 years ago
added conditionals around rails 2.x and 2.2 subdomain hacks. More... over 15 years ago
Merge branch 'master' of git://github.com/mbleigh/subdomain-fu More... over 15 years ago
Bumped gemspec version. Thanks for the reminder, Seamus. More... over 15 years ago
added routing extensions fix from http://www.portallabs.com/blog/2008/12/02/fixing-subdomain_fu-with-named-routes-rails-22/ More... over 15 years ago
added routing extensions fix from http://www.portallabs.com/blog/2008/12/02/fixing-subdomain_fu-with-named-routes-rails-22/ More... over 15 years ago
ignore .svn dirs More... over 15 years ago
Merge commit 'zachhale/master' More... over 15 years ago
Merge commit 'featureless/master' More... over 15 years ago
added fix for problem with route optimization as detailed in http://www.portallabs.com/blog/?p=8 More... over 15 years ago
added fix for problem with route optimization as detailed in http://www.portallabs.com/blog/?p=8 More... over 15 years ago
Killing the routing extensions spec...it works, you just can't spec it. More... over 15 years ago
Fixed logic\nGeneral clean up More... almost 16 years ago
Added map.subdomain :blog {|blog| blog.resources :posts } or map.unless_subdomain :blog {|anything| anything.resources :pages } functionality More... almost 16 years ago
Fixed issue with subdomain defaulting to none or the preferred even when it shouldn't. [#3 status:resolved] More... almost 16 years ago