Sha256: 4cc51ff24c5c027f008c4c737f44ed8dd5e77c20278e9d22273f8abce9ecfecb
Contents?: true
Size: 387 Bytes
Versions: 321
Compression:
Stored size: 387 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. ENV_PATH = File.expand_path('../../config/environment', __FILE__) BOOT_PATH = File.expand_path('../../config/boot', __FILE__) APP_PATH = File.expand_path('../../config/application', __FILE__) require BOOT_PATH require 'rails/commands'
Version data entries
321 entries across 282 versions & 29 rubygems