Ankit Gupta
0e6a67644a
not needed require's
...
- as core_ext is not used and test pass locally
- mail is already required in abstract_unit
2015-05-10 08:42:30 -04:00
Vipul A M
6eced6a1fe
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards.
2015-02-03 20:51:40 +05:30
claudiob
755dcd0691
Remove deprecated ActionMailer deliver & deliver!
...
These methods were deprecated in Rails 4.2 (see f4ee1147
) so they can
be safely removed in Rails 5.0.
2015-01-04 11:58:41 -03:00
Cristian Bica
15ddf60e05
Rename remaining :in / :at to :wait / :wait_until
2014-09-04 08:08:06 +03:00
Cristian Bica
1e237b4e44
Active Job refactoring
2014-09-03 23:01:46 +03:00
Robin Dupret
a548e2ba16
Make test:isolated run without bundler for Action Mailer
...
Action Mailer tests weren't able to run in isolation without the bundle
exec prefix since we were requiring gems before requiring abstract_unit.
We don't need the `gem` call thus and the require_relative since the
test directory should be present in the load path when we run any test.
2014-08-29 12:41:37 +02:00
Akira Matsuda
31abbe5154
Fix SyntaxError
2014-08-21 06:40:00 +09:00
Cristian Bica
f4ee114746
Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!
2014-08-20 17:48:34 +03:00
Akira Matsuda
0df2a83b7f
Clear deliveries in order not to affect other tests
2014-08-20 19:07:03 +09:00
Abdelkader Boudih
299d1f2626
[ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::DeliveryJob
2014-08-17 23:10:08 +00:00
Abdelkader Boudih
6a2ca149fd
[ActiveJob] Fix test syntax
2014-08-17 23:09:42 +00:00
Abdelkader Boudih
18303f6e82
Refactor DeliverLater into MessageDelivery
2014-08-14 11:05:35 +00:00