This project is archived and is in readonly mode.
Ruby 1.9 compatibility - remove ftools references
Reported by Matt Duncan | September 6th, 2009 @ 10:39 PM
According to http://pragdave.blogs.pragprog.com/pragdave/2008/04/ruby-19-standar... the ftools has been removed from the Ruby 1.9 standard library.
It is used in the following places:
$ grep -r ftools .
./actionmailer/install.rb:require 'ftools'
./actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/mailbox.rb: # require 'ftools'
./actionmailer/lib/action_mailer/vendor/tmail-1.2.3/tmail/mailbox.rb: # require 'ftools'
./actionpack/install.rb:require 'ftools'
./activerecord/install.rb:require 'ftools'
./activesupport/install.rb:require 'ftools'
Comments and changes to this ticket
-
Matt Duncan September 7th, 2009 @ 12:25 AM
- Tag changed from ftools, ruby1.9 to ftools, patch, ruby1.9
Attached is a patch to remove references to ftools - I've simply used the File class methods instead.
-
Rohit Arondekar October 6th, 2010 @ 06:46 AM
- State changed from new to stale
- Importance changed from to
Marking ticket as stale. If this is still an issue please leave a comment with suggested changes, creating a patch with tests, rebasing an existing patch or just confirming the issue on a latest release or master/branches.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>