mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
initial upgrade to rails 3.2.3
This commit is contained in:
parent
f6d08a9cf5
commit
a83c8b3f92
73 changed files with 4141 additions and 1079 deletions
0
script/about
Normal file → Executable file
0
script/about
Normal file → Executable file
6
script/rails
Executable file
6
script/rails
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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.
|
||||
|
||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'rails/commands'
|
Loading…
Add table
Add a link
Reference in a new issue