annotate Rakefile @ 108:8b2d770160e3

Increase count to 100 As feedbin fetching delay increased to 10 minutes, someone may now tweet over 40 times and thus hiding the older tweets.
author nanaya <me@myconan.net>
date Sun, 30 Oct 2016 04:26:09 +0900
parents 0b2b1865e864
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 # Add your own tasks in files placed in lib/tasks ending in .rake,
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
2 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
3
90
0b2b1865e864 One missed require_relative update
nanaya <me@myconan.net>
parents: 19
diff changeset
4 require_relative "config/application"
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
5
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
6 Rails.application.load_tasks