disguise 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -5
- data/VERSION +1 -1
- data/app/models/domain_theme.rb +1 -1
- data/disguise.gemspec +1 -1
- data/lib/disguise.rb +1 -0
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -48,12 +48,8 @@ Disguise can run in two modes. The first is the default which let's an administ
|
|
|
48
48
|
via the built in admin interface. The second looks at the url of the incoming request and matches it to a theme.
|
|
49
49
|
To enable this second mode create an initializer in /config/initializers/disguise.rb and enter the following contents:
|
|
50
50
|
|
|
51
|
-
USE_DOMAIN_FOR_THEMES = true
|
|
51
|
+
Disguise::USE_DOMAIN_FOR_THEMES = true
|
|
52
52
|
|
|
53
|
-
== Tests
|
|
54
|
-
Tests require the gem installed before running. In addition, if you change any of the code
|
|
55
|
-
you will need to run rake install before testing.
|
|
56
|
-
|
|
57
53
|
== Copyright
|
|
58
54
|
|
|
59
55
|
Copyright (c) 2009 Justin Ball. See LICENSE for details.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
data/app/models/domain_theme.rb
CHANGED
data/disguise.gemspec
CHANGED
data/lib/disguise.rb
CHANGED