public
Fork of mislav/will_paginate
Description: Most awesome pagination solution for Rails
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/technoweenie/will_paginate.git
Search Repo:
fix rake manifest
mislav (author)
Sun Apr 06 20:10:41 -0700 2008
commit  7525ee82c81ac6d8e7a6f11a1c94fae4c238c3af
tree    0525a4aba9f0c8079126e62b49303702a60f3fb6
parent  f4a23208344e28c1d89b9d1d2bd68729b7c01800
...
78
79
80
 
81
82
83
...
78
79
80
81
82
83
84
0
@@ -78,6 +78,7 @@ task :manifest do
0
   File.read('.gitignore').each_line do |glob|
0
     glob = glob.chomp.sub(/^\//, '')
0
     list -= Dir[glob]
0
+ list -= Dir["#{glob}/**/*"] if File.directory?(glob) and !File.symlink?(glob)
0
     puts "excluding #{glob}"
0
   end
0
   

Comments

    No one has commented yet.