Sha256: b4960fbc000a0770f300e9db1924c2b9e0b415005dd6d45dc291fcb047fec18b
Contents?: true
Size: 920 Bytes
Versions: 13
Compression:
Stored size: 920 Bytes
Contents
#!/usr/bin/ruby1.8 # !!!!! This file was auto-generated by "ruby rails wontomedia" IF # !!!!! YOU MODIFY IT, you *MUST* replace this notice with a WontoMedia # !!!!! copyright attribute (get from policy/copyright-notices/header.rb) # !!!!! *AND* remove the name of this file from the copyright checking # !!!!! ignore list (policy/copyright-notice-ignore) *BEFORE* # !!!!! submitting to any version control that feeds back to the # !!!!! WontoMedia project. require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an absolute path one, like: # "/usr/local/lib/ruby/gems/1.8/gems/rails-0.8.0/lib/dispatcher" -- otherwise performance is severely impaired require "dispatcher" ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun) Dispatcher.dispatch
Version data entries
13 entries across 13 versions & 1 rubygems