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