Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved initializers for ActionMailer and ActionController into their own railties | Carlhuda | 2010-03-02 | 1 | -0/+5 | |
| | ||||||
* | 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 | 2 | -3/+5 | |
| | ||||||
* | Update versions of all components to normalize them to new format | Bryan Helmkamp | 2010-03-02 | 1 | -2/+3 | |
| | ||||||
* | Remove cruft in the gem packaging and release code | Bryan Helmkamp | 2010-03-01 | 1 | -10/+0 | |
| | ||||||
* | fix up actionmailer load path | Joshua Peek | 2010-02-28 | 1 | -1/+4 | |
| | ||||||
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 2 | -2/+2 | |
| | ||||||
* | Get Railties tests passing | Carlhuda | 2010-02-25 | 1 | -1/+1 | |
| | ||||||
* | Get ActionMailer's tests passing with the non global router | Carlhuda | 2010-02-25 | 1 | -2/+4 | |
| | ||||||
* | Renamed LocalizedCache to DetailsCache. | José Valim | 2010-02-24 | 1 | -1/+1 | |
| | ||||||
* | Use render instead render_to_body. | José Valim | 2010-02-24 | 2 | -2/+2 | |
| | ||||||
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 2 | -8/+2 | |
| | | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path. | |||||
* | Adding options to register observers and interceptors through ↵ | Mikel Lindsaar | 2010-02-22 | 3 | -1/+42 | |
| | | | | | | 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> | |||||
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -1/+1 | |
| | ||||||
* | Allow to choose the template path and template name used in implicit ↵ | José Valim | 2010-02-19 | 2 | -46/+81 | |
| | | | | rendering with ActionMailer. | |||||
* | Merge master. | José Valim | 2010-02-17 | 2 | -2/+8 | |
|\ | ||||||
| * | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 2 | -2/+8 | |
| | | ||||||
* | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 3 | -8/+8 | |
|/ | ||||||
* | 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> | |||||
* | Fixing actionmailer tests for CI | Mikel Lindsaar | 2010-02-06 | 1 | -1/+2 | |
| | ||||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 2 | -2/+2 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ↵ | Prem Sichanugrist | 2010-02-06 | 1 | -1/+1 | |
| | | | | | | will be run correctly [#3879 status:resolved] 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 | |
| | ||||||
* | install ActionController::UrlFor before environment is parsed, to provide ↵ | Paul Rosania | 2010-02-05 | 1 | -5/+5 | |
| | | | | | | ActionMailer#default_url_options= Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Submarine the rake-gemcutter dep in Rakefiles | Jeremy Kemper | 2010-02-05 | 1 | -4/+5 | |
| | ||||||
* | Fix task defines | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 1 | -18/+5 | |
| | ||||||
* | Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵ | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | | | | uses AS. | |||||
* | require 'action_controller' added on a test that uses it | Santiago Pastorino and José Ignacio Costa | 2010-02-04 | 1 | -0/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | 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 | 2 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-02-02 | 6 | -41/+29 | |
|\ | ||||||
| * | Make AM test suite green. | José Valim | 2010-02-01 | 2 | -2/+3 | |
| | | ||||||
| * | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 5 | -31/+25 | |
| | | ||||||
| * | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -8/+1 | |
| | | ||||||
* | | Updating copyright dates on all licenses | Mikel Lindsaar | 2010-02-01 | 2 | -2/+2 | |
|/ | ||||||
* | Updating Action Mailer documentation | Mikel Lindsaar | 2010-01-31 | 3 | -45/+58 | |
| | ||||||
* | Add transfer_encoding= setter deprecation. | José Valim | 2010-01-30 | 2 | -1/+17 | |
| | ||||||
* | Fix some backward incompatible behavior on AM. | José Valim | 2010-01-30 | 1 | -0/+1 | |
| | ||||||
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -1/+3 | |
| | ||||||
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 5 | -23/+33 | |
| | ||||||
* | Add a failing test case for render :layout | Mikel Lindsaar | 2010-01-29 | 6 | -0/+20 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Added tests for rendering different template for new API | Mikel Lindsaar | 2010-01-29 | 1 | -0/+14 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Rename 'defaults' class method to 'default' to reflect that it's a declaration | Jeremy Kemper | 2010-01-27 | 4 | -26/+26 | |
| | ||||||
* | Fix time comparison. Mail#date returns DateTime not Time. | Jeremy Kemper | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | Expected attachment encoding is binary | Jeremy Kemper | 2010-01-27 | 1 | -2/+4 | |
| | ||||||
* | Remove unbundle changelogs | Jeremy Kemper | 2010-01-27 | 1 | -2/+0 | |
| | ||||||
* | Unvendor'd text-format, now requires text-format gem | Mikel Lindsaar | 2010-01-28 | 5 | -1478/+4 | |
| | ||||||
* | Updated mail requirement to 2.1.2 | Mikel Lindsaar | 2010-01-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug on HTML only emails getting set to text/plain | Mikel Lindsaar | 2010-01-28 | 4 | -1/+21 | |
| |