Sha256: 9481e6f7fea7f03e62e257cdb9ca84606990cfde2baee7a336dfc5b8bcaaf50e

Contents?: true

Size: 493 Bytes

Versions: 4

Compression:

Stored size: 493 Bytes

Contents

# libs
require_dependency 'constants/enumerable_constants'
require_dependency 'gateway/bogus_gateway'
#require_dependency 'tax/sales_tax'

# add the lib directory to the LOAD_PATH
#Rails.plugins[:railscart].code_paths << "lib"
#code_paths << "lib"

# see the following post for explanation (http://www.ruby-forum.com/topic/137733)
if ENV['RAILS_ENV'] == 'development'
  load_paths.each do |path|  
    "puts reloading ..."
    Dependencies.load_once_paths.delete(path)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
railscart-0.0.1 starter-app/vendor/plugins/railscart/init.rb
railscart-0.0.2 starter_app/vendor/plugins/railscart/init.rb
railscart-0.0.3 starter_app/vendor/plugins/railscart/init.rb
railscart-0.0.4 starter_app/vendor/plugins/railscart/init.rb