masterview_plugin_generator 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/templates/settings.rb +11 -6
- metadata +4 -3
data/templates/settings.rb
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# Application configuration settings for the MasterView template engine.
|
2
|
-
#
|
2
|
+
#
|
3
3
|
# This code is run at plugin load time, after the base rails framework
|
4
4
|
# has been loaded and configured, but before any application-specific config
|
5
5
|
# in +environment.rb+ is run.
|
6
|
-
#
|
6
|
+
#
|
7
7
|
# The MasterView configuration specification is referenced through +config+.
|
8
|
-
#
|
8
|
+
#
|
9
9
|
# Set standard application configuration options here.
|
10
10
|
# General settings can be overridden for specific environments by providing
|
11
11
|
# additional settings values in +config/masterview/environments/#{environment}.rb+.
|
12
|
-
#
|
12
|
+
#
|
13
13
|
# See Rails::Configuration for details on the available configuration settings.
|
14
|
-
#
|
14
|
+
#
|
15
15
|
|
16
16
|
# General options - root paths for config settings, directives, templates
|
17
17
|
#config.root_path = RAILS_ROOT
|
@@ -44,7 +44,7 @@
|
|
44
44
|
#config.handle_parse_exceptions = true
|
45
45
|
#config.default_parser_options = { :tidy => false, :escape_erb => true }
|
46
46
|
#config.tidy_path = '/usr/lib/libtidy.so' # *nix
|
47
|
-
#config.tidy_path = 'c:/tidy/lib/tidy.dll' # Win32
|
47
|
+
#config.tidy_path = 'c:/tidy/lib/tidy.dll' # Win32
|
48
48
|
#config.namespace_prefix = 'mv:'
|
49
49
|
#config.namespace_prefix_extensions = 'mvx:'
|
50
50
|
#config.inline_erb_start = '{{{'
|
@@ -54,6 +54,11 @@
|
|
54
54
|
# Rails application options
|
55
55
|
#config.parse_masterview_templates_at_startup = true
|
56
56
|
#config.reparse_changed_masterview_templates = false # enabled in development env
|
57
|
+
#config.admin_auth_mixin = {
|
58
|
+
# :file => 'admin_auth_mixin', # require file in app/masterview unless alt :file_loc context specified
|
59
|
+
# :file_loc => nil,
|
60
|
+
# :module => :MasterViewAdminAuthMixin, # module to mix in to MasterView controller
|
61
|
+
#}
|
57
62
|
#config.enable_admin_pages = false
|
58
63
|
#config.enable_view_rhtml = false
|
59
64
|
#config.generate_rhtml_files = false # compile directly to Rails view cache
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.
|
2
|
+
rubygems_version: 0.9.0
|
3
3
|
specification_version: 1
|
4
4
|
name: masterview_plugin_generator
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.3.
|
7
|
-
date:
|
6
|
+
version: 0.3.2
|
7
|
+
date: 2007-02-21 00:00:00 -06:00
|
8
8
|
summary: A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Plugin Generator for GEM
|
9
9
|
require_paths:
|
10
10
|
- .
|
@@ -25,6 +25,7 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
25
25
|
platform: ruby
|
26
26
|
signing_key:
|
27
27
|
cert_chain:
|
28
|
+
post_install_message:
|
28
29
|
authors:
|
29
30
|
- Jeff Barczewski
|
30
31
|
files:
|