~ubuntu-branches/debian/sid/unicorn/sid

« back to all changes in this revision

Viewing changes to t/rails3-app/config.ru

  • Committer: Package Import Robot
  • Author(s): Jérémy Bobbio, Hleb Valoshka, Jérémy Bobbio
  • Date: 2013-05-07 11:02:06 UTC
  • mfrom: (7.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130507110206-urgp5n2mwmkcsu5k
Tags: 4.6.2-2
[ Hleb Valoshka ]
* Change the way tests are run during package build.
* Bump Standards-Version to 3.9.4.
* Remove DM-Upload-Allowed.

[ Jérémy Bobbio ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file is used by Rack-based servers to start the application.
2
 
 
3
 
require ::File.expand_path('../config/environment',  __FILE__)
4
 
run App::Application