Security: Update to Rails 2.3.14
This commit is contained in:
parent
3c650f2cf6
commit
4b2448b09a
26 changed files with 106 additions and 33 deletions
|
@ -1,3 +1,5 @@
|
|||
begin
|
||||
require 'rdoc/task'
|
||||
namespace :doc do
|
||||
desc "Generate documentation for the application. Set custom template with TEMPLATE=/path/to/rdoc/template.rb or title with TITLE=\"Custom Title\""
|
||||
RDoc::Task.new("app") { |rdoc|
|
||||
|
@ -86,3 +88,6 @@ namespace :doc do
|
|||
end
|
||||
end
|
||||
end
|
||||
rescue LoadError
|
||||
$stderr.puts 'Please install RDoc 2.4.2+ to generate documentation.'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue