diff options
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r-- | actionmailer/README.rdoc | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 3dd56a6fd8..1b9cb8a570 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -121,31 +121,38 @@ The Base class has the full list of configuration options. Here's an example: == Dependencies -Action Mailer requires that the Action Pack is either available to be required immediately -or is accessible as a GEM. +Action Mailer depends on Action Pack. -Additionally, Action Mailer requires the Mail gem, http://github.com/mikel/mail +Additionally, Action Mailer requires the {Mail gem}[http://github.com/mikel/mail]. -== Download +== Bundled software + +* Text::Format 0.63 by Austin Ziegler released under OpenSource + Read more on http://www.halostatue.ca/ruby/Text__Format.html + + +== Download and installation The latest version of Action Mailer can be installed with Rubygems: -* gem install actionmailer + % [sudo] gem install actionmailer + +Source code can be downloaded as part of the Rails project on GitHub -Documentation can be found at +* http://github.com/rails/rails/tree/master/actionmailer/ -* http://api.rubyonrails.org == License Action Mailer is released under the MIT license. + == Support -The Action Mailer homepage is http://www.rubyonrails.org. You can find -the Action Mailer RubyForge page at http://rubyforge.org/projects/actionmailer. -And as Jim from Rake says: +API documentation is at + +* http://api.rubyonrails.com + +Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here: - Feel free to submit commits or feature requests. If you send a patch, - remember to update the corresponding unit tests. If fact, I prefer - new feature to be submitted in the form of new unit tests. +* https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets |