main
1#!/usr/bin/env ruby
2begin
3 load File.expand_path("../spring", __FILE__)
4rescue LoadError
5end
6#
7# This file was generated by Bundler.
8#
9# The application 'rails' is installed as part of a gem, and
10# this file is here to facilitate running it.
11#
12
13require 'pathname'
14ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
15 Pathname.new(__FILE__).realpath)
16
17require 'rubygems'
18require 'bundler/setup'
19
20load Gem.bin_path('railties', 'rails')