public
Description: A new plugin approach to attempting to solve the usage of subdomains in linking and routing in Rails projects.
Homepage: http://rdoc.info/projects/mbleigh/subdomain-fu
Clone URL: git://github.com/mbleigh/subdomain-fu.git
subdomain-fu / CHANGELOG
100644 21 lines (13 sloc) 0.351 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
== 2009-09-13
 
* Added current_domain method
* Added controller & view usage to readme
* Added more tests
* Fixing load paths
 
== 2009-08-26
 
* Fixed needs_rewrite? method
* Added is_mirror? method
* Added tests, and fixed failing tests
 
== 2009-08-24
 
* Merged forks that added lots of features, tests, and fixes
 
== 2008-06-25
 
* Removed stray puts