Sha256: db3117cfcd0f41f4355e2ce195d110552ca16c3699f0a70d489d615ad1d07778

Contents?: true

Size: 986 Bytes

Versions: 2

Compression:

Stored size: 986 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["#{File.expand_path(File.dirname(__FILE__))}/storefront/railtie"]
Dir["#{File.expand_path(File.dirname(__FILE__))}/storefront/helpers/*"].each do |path|
  require path unless ::File.directory?(path)
end
# make this more explicit
Dir["#{File.expand_path(File.dirname(__FILE__))}/storefront/**/*"].each do |path|
  require path unless ::File.directory?(path) || path =~ /helpers/
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
storefront-0.2.1 lib/storefront.rb
storefront-0.2.0 lib/storefront.rb