Sha256: 15e5bc97cb07726b60a88f007f2658a3f00bafa4b2dbac60ea9ff0dd6b03a1d1

Contents?: true

Size: 937 Bytes

Versions: 1

Compression:

Stored size: 937 Bytes

Contents

# This takes care of the rest of functionality you need
# for an SEO and easy to build page.
# It includes: metadata helpers, grid helpers (e.g. for photo gallerys),
# navigation helpers (menus and breadcrumbs),
# better render method so you can pass a block to partials
# http://github.com/rpheath/navigation_helper.git
# http://github.com/justinfrench/lovely-layouts.git
# http://github.com/ianwhite/truncate_html
# http://github.com/dekart/breadcrumbs.git
# http://github.com/html/once/blob/master/lib/once.rb
# http://github.com/fnando/breadcrumbs.git
# http://github.com/semanticart/smart-meta

Dir["acts-as-webpage/*"] {|file| require file}

Represent.send(:include, Represent::HeadHelper)
Represent.send(:include, Represent::BodyHelper)
Represent.send(:include, Represent::NavigationHelper)

ActionView::Base.send(:include, Represent) if defined?(ActionView)
ActionController::Base.helper(Represent) if defined?(ActionController)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
represent-0.0.1.5 lib/represent.rb