Sha256: ab98a521f10e407ace3e2f3739b1a99fb28862c3e80f7a461a073bf587346d89
Contents?: true
Size: 863 Bytes
Versions: 5
Compression:
Stored size: 863 Bytes
Contents
require 'plezi/version' require 'iodine' require 'plezi/api' require 'plezi/controller/controller' # Plezi is amazing. Read the {README} module Plezi # Shhh... the modules and classes defined under the {Base} namespace are sleeping... # # The namespace signifies that Plezi uses these modules and classes internally. # We don't need to worry about these unless we're monkey-patching stuff or contributing to the Plezi project. module Base end end ############### ## Dev notes. ############### # # Plezi 0.13.0 is heaviliy Rack based. Whenever Possible, Rack middleware was preffered. # The is a list of available Rack middleware: # * https://github.com/rack/rack/wiki/List-of-Middleware # # # # # # def uuid # @uuid ||= SecureRandom.uuid # end # def redis_channel_name # @redis_channel_name ||= "#{File.basename($0, '.*')}_redis_channel" # end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
plezi-0.14.4 | lib/plezi.rb |
plezi-0.14.3 | lib/plezi.rb |
plezi-0.14.2 | lib/plezi.rb |
plezi-0.14.1 | lib/plezi.rb |
plezi-0.14.0 | lib/plezi.rb |