Sha256: 5377ffcde1b2daa65a2556896674555f98d88dfd7a3e05dd7ff72cd8e9f26e5e

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

= Infopark Rails Connector

Infopark Rails Connector integrates Infopark’s CMS into your Rails application.

It connects either to Infopark Cloud Express CMS via {https://rubygems.org/gems/infopark_cloud_connector infopark_cloud_connector} or to Infopark CMS Fiona via {https://rubygems.org/gems/infopark_fiona_connector infopark_fiona_connector}.

For more information about Infopark Rails Connector, please visit {http://kb.infopark.de/ Infopark’s Knowledge Base}.

== Layout Helpers
Some of these functions require HTML or Javascript code to be included in the application layout.

The Rails Connector provides two helpers for managing this kind of layout code:

  rails_connector_header_tags

This helper needs to be called inside the HTML head tag.

  rails_connector_after_content_tags

This helper needs to be placed right before the closing body tag.

== Generators
Infopark Rails Connector comes with three generators to help you get up and running quickly:

  > rails generate rails_connector:install

Adds to your application the Time Machine assets, a +rails_connector.rb+ initializer and rake tasks specific to the gem.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
infopark_rails_connector-6.9.4 README
infopark_rails_connector-6.9.3.1.36404185 README
infopark_rails_connector-6.9.2.1.125136549 README