public
Description: A rails plugin that handles subdomain accounts
Homepage:
Clone URL: git://github.com/shuber/subdomain_account.git
subdomain_account / CHANGELOG
100644 31 lines (28 sloc) 0.989 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2009-01-09 - Sean Huber (shuber@huberry.com)
  * Clean up CHANGELOG
  * Remove .gitignore
  * Convert to soft tabs
  * Convert tests to soft tabs
  * Update CHANGELOG to present tense
  * Add subdomain_account_options cattr_accessor to store options
  * Remove request logic and tests
  * Rename _controller_test.rb to subdomain_account_test.rb
  * Update README
  * Gemify
  * Update CHANGELOG email
  * Update authentication patch
 
2008-06-12 - Sean Huber (shuber@huberry.com)
* Update README
 
2008-06-09 - Sean Huber (shuber@huberry.com)
  * Update host_with_subdomain request method
 
2008-06-05 - Sean Huber (shuber@huberry.com)
  * Initial import from access_control_list repository
  * subdomain field is configurable
  * Rename test files
  * Add request tests
  * Add more controller tests
  * Move render 404 logic into subdomain_account_not_found method for easy overwriting
  * Change email addresses in CHANGELOG
  * Add more request tests
  * Update README
  * Add .gitignore