aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed indentationCristian Bica2014-08-161-1/+1
* Moved AR testing from using global variable to thread variableCristian Bica2014-08-167-15/+15
* Suggest the perform method can take arguments when generating an ActiveJob jobCristian Bica2014-08-151-2/+2
* ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure A...Cristian Bica2014-08-154-11/+23
* Removed method missing from ActionMailer::MessageDeliveryCristian Bica2014-08-152-4/+4
* Update resque_adapter.rbAbdelkader Boudih2014-08-141-1/+1
* Added ActiveJob configuration for travisCristian Bica2014-08-142-2/+3
* Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-149-83/+73
* Make ActionMailer::Previews methods class methods.Abdelkader Boudih2014-08-142-0/+8
* Update ActiveJob guide [ci skip]Cristian Bica2014-08-131-3/+12
* Merge branch 'master' into activejobCristian Bica2014-08-1319-39/+78
|\
| * Merge pull request #16493 from aditya-kapoor/correct-cache-store-docSantiago Pastorino2014-08-131-1/+1
| |\
| | * [ci skip] correct default cache store classAditya Kapoor2014-08-131-1/+1
| * | Missing ActiveSupport require for calling String#firstAkira Matsuda2014-08-141-0/+1
| * | use :test delivery method for `base_test.rb`Yves Senn2014-08-132-6/+3
| * | actionmailer_tests_are_order_dependent!Akira Matsuda2014-08-131-0/+5
| |/
| * Merge pull request #16491 from akshay-vishnoi/doc-changesYves Senn2014-08-134-5/+5
| |\
| | * [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-134-5/+5
| * | Railties tests are order_independent! Hopefully.Akira Matsuda2014-08-131-4/+0
| * | Fix Railties tests that were order dependentAkira Matsuda2014-08-131-0/+10
| * | AS tests are now order_independent!Akira Matsuda2014-08-131-5/+0
| * | Reset ActiveSupport::Dependencies.mechanism to make tests order independentAkira Matsuda2014-08-131-6/+10
| * | Duplicated method in the test helperAkira Matsuda2014-08-131-7/+0
| * | AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-134-20/+0
| * | Merge pull request #16489 from tomkadwill/updating_options_to_new_styleYves Senn2014-08-131-1/+1
| |\ \
| | * | [ci skip] Updated where scope to conform to new styleTom Kadwill2014-08-131-1/+1
| * | | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-133-7/+30
| | |/ | |/|
| * | :bomb:Rafael Mendonça França2014-08-121-1/+1
| * | Merge pull request #16476 from akshay-vishnoi/doc-changesRafael Mendonça França2014-08-122-2/+2
| |\ \
| | * | use 'based on' instead of 'based off' [ci skip]Akshay Vishnoi2014-08-122-2/+2
| | |/
| * / Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-129-8/+12
| |/
| * CHANGELOG entry for TestCase.i_suck_and_my_tests_are_order_dependent! fixAkira Matsuda2014-08-121-0/+6
| * Remove old setup from AS test caseCarlos Antonio da Silva2014-08-121-5/+0
| * users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-128-4/+34
| * Merge pull request #16472 from y-yagi/patch-1Carlos Antonio da Silva2014-08-121-1/+1
| |\
| | * [ci skip] Fix broken url in plugins guideyuuji.yaginuma2014-08-121-1/+1
| |/
* | [ci skip] First version of the Active Job guideCristian Bica2014-08-131-0/+323
* | Clean adapter_test.rb and skip test for sidekiq in unsupported rubiesAbdelkader Boudih2014-08-133-64/+33
* | Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-1311-10/+163
* | Modified activejob.gemspec to match other rails gems formatCristian Bica2014-08-121-4/+6
* | Update activejob's READMECristian Bica2014-08-121-7/+28
* | Added activejob to install.rbCristian Bica2014-08-121-1/+1
* | Fixed failing tests; Load active_job in railtie; Renamed generator to jobCristian Bica2014-08-125-5/+9
* | Remove activejob integration testsAbdelkader Boudih2014-08-1250-713/+65
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709'Abdelkader Boudih2014-08-12104-0/+2276
|\ \ | |/ |/|
| * Merge pull request #102 from cristianbica/integration_testsDavid Heinemeier Hansson2014-08-0845-52/+574
| |\
| | * Integration testingCristian Bica2014-08-0845-52/+574
| |/
| * Merge pull request #103 from cristianbica/adapter-fixesDavid Heinemeier Hansson2014-08-063-9/+13
| |\
| | * Fixed qu, queue_classic, sneakers adaptersCristian Bica2014-08-073-9/+13
| |/
| * Fix the test requirement of resque_schedulerDavid Heinemeier Hansson2014-08-011-3/+7