concerto_manykinds 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/concerto_manykinds/version.rb +1 -1
- metadata +30 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 09830506f8f6b057f7d6fc69827e05feb6d796cf
|
4
|
+
data.tar.gz: 155a73db4f3ac128a087367e1fbf0912a7e6e7cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23d4f7e54b2ebf4faf9865fe8701d3cf7eec51266c5717056e0fb2c296696e81d2570c35764feed4be51612e8e4f4971394c8ba5336a451b25f9c7e3ee220b23
|
7
|
+
data.tar.gz: 4f7d483b5f4b3fc4ae60b669e261ea25aca847ae2668cda3e8a6481c2a078989dd524d184bfea21dd25ef9a0cb21ab30ed8eff280e2e72288a0847683425b9a0
|
data/README.md
CHANGED
@@ -2,12 +2,14 @@
|
|
2
2
|
|
3
3
|
A Rails Engine for displaying multiple types of content in the same template field in Concerto.
|
4
4
|
|
5
|
-
To use this engine, add the following to the Concerto Gemfile:
|
5
|
+
To use this engine, add the following to the Concerto Gemfile-plugins, or use the UI to add the plugin:
|
6
6
|
```
|
7
7
|
gem 'concerto_manykinds'
|
8
8
|
```
|
9
9
|
|
10
|
-
|
10
|
+
You probably don't need to create the migrations manually with this method shown below, because when you restart Concerto it will automatically run the migrations.
|
11
11
|
```
|
12
12
|
rails generate concerto_manykinds
|
13
13
|
```
|
14
|
+
|
15
|
+
Then go into the templates you want to modify and add the additional kinds in the sidebar.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concerto_manykinds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marvin Frederickson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '4'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '4'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: sqlite3
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -125,46 +125,46 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.2.
|
128
|
+
rubygems_version: 2.2.2
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: Allow multiple kinds (content types) per template field
|
132
132
|
test_files:
|
133
|
-
- test/test_helper.rb
|
134
|
-
- test/fixtures/concerto_template_scheduling/schedules.yml
|
135
|
-
- test/concerto_template_scheduling_test.rb
|
136
133
|
- test/functional/concerto_template_scheduling/schedules_controller_test.rb
|
137
134
|
- test/integration/navigation_test.rb
|
138
|
-
- test/
|
139
|
-
- test/
|
140
|
-
- test/
|
135
|
+
- test/concerto_template_scheduling_test.rb
|
136
|
+
- test/fixtures/concerto_template_scheduling/schedules.yml
|
137
|
+
- test/unit/helpers/concerto_template_scheduling/schedules_helper_test.rb
|
138
|
+
- test/unit/concerto_template_scheduling/schedule_test.rb
|
139
|
+
- test/test_helper.rb
|
140
|
+
- test/dummy/config.ru
|
141
141
|
- test/dummy/app/helpers/application_helper.rb
|
142
|
+
- test/dummy/app/assets/javascripts/application.js
|
143
|
+
- test/dummy/app/assets/stylesheets/application.css
|
144
|
+
- test/dummy/app/controllers/application_controller.rb
|
142
145
|
- test/dummy/app/views/layouts/application.html.erb
|
146
|
+
- test/dummy/public/404.html
|
147
|
+
- test/dummy/public/favicon.ico
|
148
|
+
- test/dummy/public/422.html
|
149
|
+
- test/dummy/public/500.html
|
143
150
|
- test/dummy/README.rdoc
|
144
|
-
- test/dummy/Rakefile
|
145
|
-
- test/dummy/config.ru
|
146
151
|
- test/dummy/config/application.rb
|
152
|
+
- test/dummy/config/environments/development.rb
|
153
|
+
- test/dummy/config/environments/production.rb
|
154
|
+
- test/dummy/config/environments/test.rb
|
155
|
+
- test/dummy/config/environment.rb
|
147
156
|
- test/dummy/config/locales/en.yml
|
148
|
-
- test/dummy/config/
|
149
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
157
|
+
- test/dummy/config/database.yml
|
150
158
|
- test/dummy/config/initializers/mime_types.rb
|
159
|
+
- test/dummy/config/initializers/session_store.rb
|
160
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
161
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
151
162
|
- test/dummy/config/initializers/secret_token.rb
|
152
163
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
153
|
-
- test/dummy/config/initializers/
|
154
|
-
- test/dummy/config/initializers/session_store.rb
|
155
|
-
- test/dummy/config/database.yml
|
156
|
-
- test/dummy/config/environment.rb
|
157
|
-
- test/dummy/config/boot.rb
|
158
|
-
- test/dummy/config/environments/production.rb
|
159
|
-
- test/dummy/config/environments/test.rb
|
160
|
-
- test/dummy/config/environments/development.rb
|
164
|
+
- test/dummy/config/initializers/inflections.rb
|
161
165
|
- test/dummy/config/routes.rb
|
162
|
-
- test/dummy/
|
163
|
-
- test/dummy/
|
164
|
-
- test/dummy/public/500.html
|
165
|
-
- test/dummy/public/422.html
|
166
|
-
- test/dummy/bin/rake
|
166
|
+
- test/dummy/config/boot.rb
|
167
|
+
- test/dummy/Rakefile
|
167
168
|
- test/dummy/bin/bundle
|
169
|
+
- test/dummy/bin/rake
|
168
170
|
- test/dummy/bin/rails
|
169
|
-
- test/unit/concerto_template_scheduling/schedule_test.rb
|
170
|
-
- test/unit/helpers/concerto_template_scheduling/schedules_helper_test.rb
|