Sha256: 179046cd308253bebdc741d3c166bc59889560eced03e7ed1555051f4c55978d

Contents?: true

Size: 449 Bytes

Versions: 52

Compression:

Stored size: 449 Bytes

Contents

# development.rb - utility methods for plugin developers
#
# Copyright (c) 2011 MATSUOKA Kohei <kmachu@gmail.com>
# You can redistribute it and/or modify it under GPL2.
#

# load standard version jquery.js instead of jquery.min.js
alias :jquery_tag_original :jquery_tag
def jquery_tag
	jquery_tag_original.gsub(/\.min/, '')
end

# js cache clear by seconds.
def script_tag_query_string
	"?#{TDIARY_VERSION}#{Time::now.strftime('%Y%m%d%H%M%S')}"
end

Version data entries

52 entries across 46 versions & 2 rubygems

Version Path
tdiary-contrib-5.0.10 plugin/development.rb
tdiary-contrib-5.0.9 plugin/development.rb
tdiary-contrib-5.0.8 plugin/development.rb
tdiary-contrib-5.0.7 plugin/development.rb
tdiary-contrib-5.0.6 plugin/development.rb
tdiary-contrib-5.0.5 plugin/development.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/bundler/gems/tdiary-contrib-8299b30cbf3f/plugin/development.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-fa9c20aa0d97/plugin/development.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-f08988dfa0f6/plugin/development.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-a3c5f37278c4/plugin/development.rb
tdiary-5.0.5 vendor/bundle/bundler/gems/tdiary-contrib-8299b30cbf3f/plugin/development.rb
tdiary-contrib-5.0.4 plugin/development.rb
tdiary-5.0.4 vendor/bundle/bundler/gems/tdiary-contrib-8299b30cbf3f/plugin/development.rb
tdiary-contrib-5.0.3 plugin/development.rb
tdiary-contrib-5.0.2 plugin/development.rb
tdiary-contrib-5.0.1 plugin/development.rb
tdiary-contrib-5.0.0 plugin/development.rb
tdiary-contrib-4.2.1 plugin/development.rb
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/bundler/gems/tdiary-contrib-2ab36447ae2a/plugin/development.rb
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/bundler/gems/tdiary-contrib-d189eb6688f1/plugin/development.rb