Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tiny documentation styling fixes [ci skip] | Robin Dupret | 2014-11-02 | 1 | -16/+21 |
| | |||||
* | - Changed redundant user of `deliver` to `deliver_now` | Vipul A M | 2014-11-01 | 1 | -2/+7 |
| | | | | | - Wrapped text in setting defaults section. Also added break, to a sentence. [ci skip] | ||||
* | Updated rdoc / guides / release notes related to ActiveJob / ActionMailer | Cristian Bica | 2014-08-20 | 1 | -3/+3 |
| | |||||
* | Feature requests should be made on the mailing list, not submitted to | Zachary Scott | 2014-06-01 | 1 | -1/+5 |
| | | | | the issue tracker. See also #15455 [ci skip] | ||||
* | :scissors: | Zachary Scott | 2014-02-23 | 1 | -1/+1 |
| | | | | This commit also addresses rails/docrails#169 and rails/rails#14159 | ||||
* | e-mail => email, and subject/verb agreement | Waynn Lue | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Update README.rdoc [ci skip] | Harshad Sabne | 2013-11-08 | 1 | -1/+1 |
| | | | Highlighted code | ||||
* | take out reference to previous versions of Rails | Waynn Lue | 2013-09-12 | 1 | -3/+1 |
| | |||||
* | [ci skip] 'previous version of Rails' is gramatically incorrect | Waynn Lue | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | Make AM readme example more consistent | Alexey Vakhov | 2013-04-22 | 1 | -3/+3 |
| | | | | | | | | At 4a6eba32 mail sending example was rewrited from rails 2 format to modern rails 3 approach. But passing parameter `recipient` to method Notifier#welcome was lost. Passing email as parameter makes this example more solid. | ||||
* | took out unnecessary wordage, changed "number" to "amount" | Waynn Lue | 2013-04-15 | 1 | -2/+1 |
| | |||||
* | "overwritten" is one word | Waynn Lue | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | update README since email-service isn't a word | Waynn Lue | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | Use Rails 4 find_by in README [ci skip] | Trung Lê | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Use a 1.9 Hash syntax in README files (fixes thanks to @vijaydev) | Robin Dupret | 2012-10-10 | 1 | -8/+8 |
| | |||||
* | Update AM example | Alexey Vakhov | 2012-04-28 | 1 | -3/+3 |
| | |||||
* | Cosmetic fix in AM readme | Alexey Vakhov | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Added link in MIT license for Action Mailer README. I think this seems ↵ | Kristian Freeman | 2011-12-22 | 1 | -1/+3 |
| | | | | appropriate but commentary on this is not a bad idea. | ||||
* | Readability in Action Mailer README. | Kristian Freeman | 2011-12-22 | 1 | -3/+3 |
| | |||||
* | fix ActionMailer readme example | Alexey Vakhov | 2011-09-26 | 1 | -0/+2 |
| | |||||
* | Rubygems => RubyGems | Sukeerthi Adiga | 2011-08-13 | 1 | -1/+1 |
| | |||||
* | The trailing '/' isn't being picked up by Github anyway, and the link works ↵ | Waynn Lue | 2011-08-13 | 1 | -1/+1 |
| | | | | as is. | ||||
* | typo in "wont" | Waynn Lue | 2011-08-13 | 1 | -1/+1 |
| | |||||
* | "blog" is more common than "weblog" these days. | Waynn Lue | 2011-08-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/core_ext/kernel/requires.rb | ||||
| * | changed http://api.rubyonrails.com to http://api.rubyonrails.org in readme ↵ | Karunakar (Ruby) | 2011-05-24 | 1 | -1/+1 |
| | | | | | | | | files | ||||
* | | Example Usage updated for actionpack and actionmailer. | Arun Agrawal | 2011-05-19 | 1 | -1/+1 |
|/ | |||||
* | Some readme fixes as required. | Arun Agrawal | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Made the defaults section a little more readable and more to the point, ↵ | simply-phi | 2011-04-04 | 1 | -71/+3 |
| | | | | giving a overview of the possibilities. | ||||
* | Added information about default values | simply-phi | 2011-04-04 | 1 | -0/+81 |
| | |||||
* | s/ERb/ERB/g (part II) | Akira Matsuda | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | "SSL everywhere" for GitHub URLs | Akira Matsuda | 2011-03-07 | 1 | -1/+1 |
| | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | ||||
* | s/a/an/ | Akira Matsuda | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | typo changes | JudeArasu | 2011-03-05 | 1 | -3/+4 |
| | |||||
* | minor fixesin READMEs | Vijay Dev | 2010-12-20 | 1 | -1/+1 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -11/+11 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | applied guidelines to "# =>" | Paco Guzman | 2010-08-12 | 1 | -2/+2 |
| | |||||
* | putting receive method under tt | Neeraj Singh | 2010-07-28 | 1 | -2/+2 |
| | |||||
* | remove unneeded "Dependencies" section from Action Mailer README | Mislav Marohnić | 2010-07-22 | 1 | -11/+0 |
| | | | | | | Other READMEs don't have dependencies indicated, and installing a gem takes care of dependencies automatically. For developers, dependencies are indicated in the Gemfile. | ||||
* | revise download/installation/support sections in READMEs | Mislav Marohnić | 2010-07-22 | 1 | -13/+20 |
| | | | | | | | - don't reference ancient gem versions - don't link to old API doc subdomains - point to GitHub instead of RubyForge - point to Lighthouse account for support | ||||
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -0/+151 |