akitaonrails / i18n_demo_app forked from clemens/i18n_demo_app

Demo application to show Rails' new i18n features

amatsuda (author)
Thu Dec 04 12:56:27 -0800 2008
commit  0689d942921b8117c245ee6dddc29238957d4ffc
tree    b94d05d2a369be954be17b6c6f2391427fc075e9
parent  47111df86be267a870c311c393e44b50565f5c08
i18n_demo_app / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'