Changeset [acfff4439dc25d1a6da8701e85fb605818e07407] by Brian Michalski
March 18th, 2012 @ 02:08 AM
Wiring up a backend that exposes actual content in the frontend.
Content can be fetched for a field and a completely random piece
will be returned. The render_details
method on the
Content model can pass additional information to the frontend
rendering code specific to the content type being rendered.
https://github.com/concerto/concerto/commit/acfff4439dc25d1a6da8701...
Committed by Brian Michalski
- A app/controllers/frontend/contents_controller.rb
- A app/helpers/frontend/contents_helper.rb
- A test/functional/frontend/contents_controller_test.rb
- A test/unit/helpers/frontend/contents_helper_test.rb
- M app/controllers/frontend/fields_controller.rb
- M app/controllers/frontend/screens_controller.rb
- M app/models/content.rb
- M app/models/graphic.rb
- M app/models/position.rb
- M config/routes.rb
- M test/functional/frontend/fields_controller_test.rb
- M test/functional/frontend/screens_controller_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.