annotate bin/rails @ 48:8983c426e256

Prevent exploding on empty timeline.
author nanaya <me@myconan.net>
date Thu, 23 Apr 2015 16:14:35 +0900
parents 97a6973e9d94
children 257910c60eb3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 #!/usr/bin/env ruby
42
97a6973e9d94 Reset default scripts.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
2 APP_PATH = File.expand_path('../../config/application', __FILE__)
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
3 require_relative '../config/boot'
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
4 require 'rails/commands'