A corporation manager and dashboard for EVE Online
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- #!/usr/bin/env ruby
- begin
- load File.expand_path("../spring", __FILE__)
- rescue LoadError
- end
- APP_PATH = File.expand_path('../../config/application', __FILE__)
- require_relative '../config/boot'
- require 'rails/commands'
|