Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F449047
Rakefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Apr 24, 1:50 PM
Size
383 B
Mime Type
text/plain
Expires
Sat, Apr 26, 1:50 PM (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
212419
Attached To
rWEBDNS WebDNS (edet4)
Rakefile
View Options
# 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.expand_path('../config/application', __FILE__)
Rails.application.load_tasks
begin
require 'yard2'
YARD::Rake::YardocTask.new do |t|
t.files = ['app/**/*.rb', 'lib/**/*.rb']
end
rescue LoadError
end
Event Timeline
Log In to Comment