This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
frankfurter
Watch
1
Star
0
Fork
0
You've already forked frankfurter
mirror of
https://github.com/hakanensari/frankfurter.git
synced
2024-10-29 23:32:35 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
94b355e560
frankfurter
/
Rakefile
4 lines
99 B
Ruby
Raw
Normal View
History
Unescape
Escape
Refactor rake tasks
2014-03-14 13:12:21 +01:00
Dir
.
glob
(
'lib/tasks/*.rake'
)
.
each
{
|
r
|
import
r
}
Add db migrate task
2014-03-14 12:45:14 +01:00
Hook up Travis
2015-01-05 16:04:11 +01:00
task
default
:
%w(
db:migrate rates:reload test
)
Reference in New Issue
Copy Permalink