Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵ | Arun Agrawal | 2011-05-20 | 1 | -1/+0 |
| | | | | not useful. | ||||
* | Updating to use Mail v2.3.0 | Mikel Lindsaar | 2011-04-26 | 1 | -1/+1 |
| | | | | | | Need to move the require of mail in test/abstract_unit to be after active support to make sure we use ActiveSupport multibyte handlers, otherwise, Mail will load its internal multibyte compat | ||||
* | Updating mail to 2.2.16 | Mikel Lindsaar | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0 | Santiago Pastorino | 2011-04-02 | 1 | -2/+0 |
| | |||||
* | Bump mail version up | Santiago Pastorino | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | Revert "Bump up mail dependency to take advantage of relaxed i18n version ↵ | Mikel Lindsaar | 2010-11-16 | 1 | -1/+1 |
| | | | | | | | | requirement" Locking to ~> 2.2.9.1 means locking to < 2.2.10, not intended behaviour. This reverts commit e7de5dd11e04f03e32865be8bb8c090a96a79ec9. | ||||
* | Bump up mail dependency to take advantage of relaxed i18n version requirement | Mikel Lindsaar | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Updating mail dependency to 2.2.9 | Mikel Lindsaar | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | Bump up some deps | Santiago Pastorino | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | Updating ActionMailer dependency to 2.2.6 | Mikel Lindsaar | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Change some missing README -> README.rdoc | Santiago Pastorino | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo | Santiago Pastorino | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | Adding inline attachment support to ActionMailer | Mikel Lindsaar | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | Updating ActionMailer to Mail 2.2.2 (fixing two tests to suit) | Mikel Lindsaar | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | Unforce text-format from AM | Santiago Pastorino | 2010-06-03 | 1 | -1/+0 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Changed encoding behaviour of mail, so updated tests in actionmailer and ↵ | Mikel Lindsaar | 2010-05-14 | 1 | -1/+1 |
| | | | | | | bumped mail version to 2.2.1 Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Updating actionmailer to Mail version 2.2.0 | Mikel Lindsaar | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to ↵ | Mikel Lindsaar | 2010-04-11 | 1 | -1/+1 |
| | | | | UTF-8, updating tests where incorrect encoding | ||||
* | Removing quoting and adding Mail 2.3.5 | Mikel Lindsaar | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | Bump mail to 2.1.5.3 | Jeremy Kemper | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Bump mail dep to 2.1.5.1 | Jeremy Kemper | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Updating mail version requirement to 2.1.5 | Mikel Lindsaar | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Load RAILS_VERSION relative to the gemspec file. | Stefan Penner | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Read Rails version from a file instead of modifying the load path and doing ↵ | Bryan Helmkamp | 2010-03-04 | 1 | -4/+3 |
| | | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Wordsmith gem descriptions | Jeremy Kemper | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -2/+5 |
| | |||||
* | Adding options to register observers and interceptors through ↵ | Mikel Lindsaar | 2010-02-22 | 1 | -1/+1 |
| | | | | | | ActionMailer::Base.register_observer and ActionMailer::Base.register_interceptor. These hook into Mail.register_interceptor and Mail.register_observer. Also bumped Mail requirement to 2.1.3 Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Adding ruby version spec to all gemspec files to at least 1.8.7 | Mikel Lindsaar | 2010-02-08 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | Homogenize gemspecs and remove the deprecated autorequire | David Heinemeier Hansson | 2010-02-03 | 1 | -16/+16 |
| | |||||
* | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -2/+2 |
| | |||||
* | Unvendor'd text-format, now requires text-format gem | Mikel Lindsaar | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | Updated mail requirement to 2.1.2 | Mikel Lindsaar | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Updated to mail 2.1.1 | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Updated gemspec for Mail | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Got AM working with Mail yield on delivery_handler and updated tests | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback ↵ | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -1/+1 |
| | | | | support in Mail to call ActionMailer on delivery, moved deliver to deprecated API in preparation for new API | ||||
* | Updated Gemspec to mail 2.0.3 from gemcutter | Mikel Lindsaar | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | Adding tests for attachments['blah.rb'] = {} et al | José Valim and Mikel Lindsaar | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | Updating gemspec to 2.0.1 for mail | Mikel Lindsaar | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Updating mail require to 2.0.0 | Mikel Lindsaar | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Move I18n to gemspec and update dependencies. | José Valim | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | Updating mail require | Mikel Lindsaar | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | Updating to Mail 1.5.0, including default values for all Message#field_name ↵ | Mikel Lindsaar | 2010-01-02 | 1 | -1/+1 |
| | | | | methods, can access field objects by calling Message#[:field_name] | ||||
* | Updating mail requirement to 1.4.3 | Mikel Lindsaar | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Move mail gem dep to Action Mailer's gemspec | Jeremy Kemper | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | Merge commit 'mikel/master' into mail | Jeremy Kemper | 2009-11-23 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb | ||||
* | | Add mail dep to AM gemspec | Jeremy Kemper | 2009-11-23 | 1 | -0/+1 |
|/ | |||||
* | Make gemspecs the authoritative source instead of generating them from the ↵ | Joshua Peek | 2009-09-25 | 1 | -28/+15 |
| | | | | Rakefile | ||||
* | Add required dependencies on activemodel | Carl Lerche | 2009-09-01 | 1 | -1/+1 |
| |