TeX and CSS tweaks.
Sync with latest Instiki Trunk (Updates Rails to 1.2.2)
This commit is contained in:
parent
0ac586ee25
commit
c358389f25
443 changed files with 24218 additions and 9823 deletions
11
vendor/rails/railties/lib/tasks/statistics.rake
vendored
11
vendor/rails/railties/lib/tasks/statistics.rake
vendored
|
@ -1,13 +1,14 @@
|
|||
STATS_DIRECTORIES = [
|
||||
%w(Controllers app/controllers),
|
||||
%w(Helpers app/helpers),
|
||||
%w(Controllers app/controllers),
|
||||
%w(Models app/models),
|
||||
%w(Libraries lib/),
|
||||
%w(APIs app/apis),
|
||||
%w(Components components),
|
||||
%w(Integration\ tests test/integration),
|
||||
%w(Functional\ tests test/functional),
|
||||
%w(Models app/models),
|
||||
%w(Unit\ tests test/unit),
|
||||
%w(Libraries lib/),
|
||||
%w(Integration\ tests test/integration)
|
||||
%w(Unit\ tests test/unit)
|
||||
|
||||
].collect { |name, dir| [ name, "#{RAILS_ROOT}/#{dir}" ] }.select { |name, dir| File.directory?(dir) }
|
||||
|
||||
desc "Report code statistics (KLOCs, etc) from the application"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue