ok, we now dual boot rails 4 and rails 3 ... to run in rails 4 mode: RAILS4=1 bundle exec thin start

This commit is contained in:
Sam
2013-07-21 10:56:48 +10:00
parent 857813271f
commit e7e00601c6
6 changed files with 720 additions and 112 deletions
@@ -10,9 +10,9 @@ Gem::Specification.new do |s|
s.summary = %q{Basic Mustache Support for Rails}
s.description = %q{Adds the Mustache plugin and a corresponding Sprockets engine to the asset pipeline in Rails applications.}
s.add_development_dependency "rails", ["~> 3.1"]
s.add_dependency 'rails', ['~> 3.1']
s.add_development_dependency "rails", ["> 3.1"]
s.add_dependency 'rails', ['> 3.1']
s.files = Dir["lib/**/*"]
s.require_paths = ["lib"]
end
end