Revision dbf33be5
Added by Marc Dequènes over 14 years ago
- ID dbf33be5a63a16dd7cac6df0356000b0575b4497
README | ||
---|---|---|
--------
|
||
liblog4r-ruby
|
||
libgettext-ruby1.8
|
||
libdaemons-ruby
|
||
libtmail-ruby1.8
|
||
rails
|
||
libgpgme-ruby
|
||
rails-ruby1.8 (libactionmailer-ruby1.8 at least)
|
||
libactiveldap-ruby
|
||
libxmpp4r-ruby
|
||
libdaemons-ruby
|
||
|
lib/tmail_extra.rb | ||
---|---|---|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
#++
|
||
|
||
# add Rails load path for Debian, until rails framework is split properly
|
||
DEB_RAILS_PATH = "/usr/share/rails" unless Object.constants.include?("DEB_RAILS_PATH")
|
||
Dir.new(DEB_RAILS_PATH).each do |file|
|
||
next if file =~ /^\./
|
||
path = File.join(DEB_RAILS_PATH, file, "lib")
|
||
$: << path if File.directory?(path)
|
||
end
|
||
|
||
require 'tmail'
|
||
require 'action_mailer/quoting'
|
||
require 'action_mailer/utils'
|
Also available in: Unified diff
[evol] adapted for Rails 2.3.5