Sha256: f422cd56d28239bbe28843852e33fbea253febc96d83a24b334bb366c5423b69

Contents?: true

Size: 655 Bytes

Versions: 30

Compression:

Stored size: 655 Bytes

Contents

require 'disqus'
require 'disqus/view_helpers'

module Ramaze
  module Helper

    # Provides shortcuts via Disqus::ViewHelpers.
    #
    # Make sure that you set your disqus credentials when using this helper:
    #   Disqus::defaults[:account] = "my_disqus_account"
    # And optionally, only if you're using the API
    #   Disqus::defaults[:api_key] = "my_disqus_api_key"
    #
    # Available methods are:
    #
    #   disqus_combo
    #   disqus_comment_counts
    #   disqus_popular_threads
    #   disqus_recent_comments
    #   disqus_thread
    #   disqus_top_commenters
    module Disqus
      include ::Disqus::ViewHelpers
    end
  end
end

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
Pistos-ramaze-2009.04.08 lib/ramaze/helper/disqus.rb
Pistos-ramaze-2009.06.12 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.04.01 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.04.08 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.04.18 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.04.22 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.04 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.05.08 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.05 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.06.04 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.06.12 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.06 lib/ramaze/helper/disqus.rb
manveru-ramaze-2009.07 lib/ramaze/helper/disqus.rb
rjspotter-ramaze-2009.06.29 lib/ramaze/helper/disqus.rb
rjspotter-ramaze-2009.06.31 lib/ramaze/helper/disqus.rb
ramaze-2011.07.25 lib/ramaze/helper/disqus.rb
ramaze-2011.01.30 lib/ramaze/helper/disqus.rb
ramaze-2011.01 lib/ramaze/helper/disqus.rb
ramaze-2010.06.18 lib/ramaze/helper/disqus.rb
ramaze-2010.04.04 lib/ramaze/helper/disqus.rb