Sha256: 50216f9bb2cbd36e2d4dc70017e46893ecff760901c6ebd8d68463f12af2ae93
Contents?: true
Size: 340 Bytes
Versions: 139
Compression:
Stored size: 340 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application. ENGINE_ROOT = File.expand_path("..", __dir__) ENGINE_PATH = File.expand_path("../lib/alchemy/engine", __dir__) require "rails/all" require "rails/engine/commands"
Version data entries
139 entries across 139 versions & 1 rubygems