update config.ru and Rakefile to default rails 4

This commit is contained in:
Reinier Balt 2013-05-13 12:11:17 +02:00
parent cd689dc0e8
commit cc21081d77
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake, # Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

View file

@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application. # This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__) require ::File.expand_path('../config/environment', __FILE__)
run Tracksapp::Application run Rails.application