Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ActiveJob] Fix tests for sucker_punch | Abdelkader Boudih | 2014-08-17 | 8 | -12/+32 |
| | |||||
* | [ActiveJob] Use globalid gem | Abdelkader Boudih | 2014-08-17 | 9 | -14/+11 |
| | |||||
* | [ActiveJob] make the resque-scheduler optional | Cristian Bica | 2014-08-17 | 1 | -3/+6 |
| | |||||
* | [ActiveJob] remove ruby warnings | Abdelkader Boudih | 2014-08-17 | 2 | -3/+3 |
| | |||||
* | [ActiveJob] Convert ActiveJob::Arguments into module | Abdelkader Boudih | 2014-08-17 | 1 | -6/+7 |
| | |||||
* | [ActiveJob] require files in logging.rb | Abdelkader Boudih | 2014-08-17 | 1 | -0/+2 |
| | |||||
* | [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ↵ | Abdelkader Boudih | 2014-08-17 | 4 | -8/+10 |
| | | | | ActionMailer::DeliveryJob | ||||
* | [ActiveJob] Fix test syntax | Abdelkader Boudih | 2014-08-17 | 1 | -10/+10 |
| | |||||
* | ActiveJob guides improvements [ci skip] | Cristian Bica | 2014-08-16 | 1 | -108/+29 |
| | |||||
* | Added docs for AJ::Callbacks; Added AJ to docs build map | Cristian Bica | 2014-08-16 | 2 | -4/+115 |
| | |||||
* | Fixed indentation | Cristian Bica | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Moved AR testing from using global variable to thread variable | Cristian Bica | 2014-08-16 | 7 | -15/+15 |
| | |||||
* | Suggest the perform method can take arguments when generating an ActiveJob job | Cristian Bica | 2014-08-15 | 1 | -2/+2 |
| | |||||
* | ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure ↵ | Cristian Bica | 2014-08-15 | 4 | -11/+23 |
| | | | | ActiveJob from app.config.active_job | ||||
* | Removed method missing from ActionMailer::MessageDelivery | Cristian Bica | 2014-08-15 | 2 | -4/+4 |
| | |||||
* | Update resque_adapter.rb | Abdelkader Boudih | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | Added ActiveJob configuration for travis | Cristian Bica | 2014-08-14 | 2 | -2/+3 |
| | |||||
* | Refactor DeliverLater into MessageDelivery | Abdelkader Boudih | 2014-08-14 | 9 | -83/+73 |
| | |||||
* | Make ActionMailer::Previews methods class methods. | Abdelkader Boudih | 2014-08-14 | 2 | -0/+8 |
| | |||||
* | Update ActiveJob guide [ci skip] | Cristian Bica | 2014-08-13 | 1 | -3/+12 |
| | |||||
* | Merge branch 'master' into activejob | Cristian Bica | 2014-08-13 | 19 | -39/+78 |
|\ | |||||
| * | Merge pull request #16493 from aditya-kapoor/correct-cache-store-doc | Santiago Pastorino | 2014-08-13 | 1 | -1/+1 |
| |\ | | | | | | | [ci skip] correct default cache store class | ||||
| | * | [ci skip] correct default cache store class | Aditya Kapoor | 2014-08-13 | 1 | -1/+1 |
| | | | |||||
| * | | Missing ActiveSupport require for calling String#first | Akira Matsuda | 2014-08-14 | 1 | -0/+1 |
| | | | |||||
| * | | use :test delivery method for `base_test.rb` | Yves Senn | 2014-08-13 | 2 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves errors like: ``` BaseTest#test_you_can_register_multiple_observers_to_the_mail_object_that_both_get_informed_on_email_delivery: Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 25 /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/smtp.rb:541:in `initialize' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/smtp.rb:541:in `open' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/smtp.rb:541:in `tcp_socket' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/smtp.rb:551:in `block in do_start' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/timeout.rb:91:in `block in timeout' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/timeout.rb:101:in `call' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/timeout.rb:101:in `timeout' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/smtp.rb:550:in `do_start' /Users/senny/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/smtp.rb:520:in `start' /Users/senny/Projects/rails/.bundle/gems/mail-2.6.1/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!' /Users/senny/Projects/rails/.bundle/gems/mail-2.6.1/lib/mail/message.rb:2136:in `do_delivery' /Users/senny/Projects/rails/.bundle/gems/mail-2.6.1/lib/mail/message.rb:232:in `block in deliver' /Users/senny/Projects/rails/actionmailer/lib/action_mailer/base.rb:528:in `block in deliver_mail' /Users/senny/Projects/rails/activesupport/lib/active_support/notifications.rb:164:in `block in instrument' /Users/senny/Projects/rails/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/senny/Projects/rails/activesupport/lib/active_support/notifications.rb:164:in `instrument' /Users/senny/Projects/rails/actionmailer/lib/action_mailer/base.rb:526:in `deliver_mail' /Users/senny/Projects/rails/.bundle/gems/mail-2.6.1/lib/mail/message.rb:232:in `deliver' /Users/senny/Projects/rails/actionmailer/test/base_test.rb:598:in `block (2 levels) in <class:BaseTest>' /Users/senny/Projects/rails/actionmailer/test/base_test.rb:801:in `mail_side_effects' /Users/senny/Projects/rails/actionmailer/test/base_test.rb:593:in `block in <class:BaseTest>' ``` where the `:smtp` delivery method was leaked over to other test cases. | ||||
| * | | actionmailer_tests_are_order_dependent! | Akira Matsuda | 2014-08-13 | 1 | -0/+5 |
| |/ | |||||
| * | Merge pull request #16491 from akshay-vishnoi/doc-changes | Yves Senn | 2014-08-13 | 4 | -5/+5 |
| |\ | | | | | | | [ci skip] fix spelling of overridden | ||||
| | * | [ci skip] fix spelling of override | Akshay Vishnoi | 2014-08-13 | 4 | -5/+5 |
| | | | |||||
| * | | Railties tests are order_independent! Hopefully. | Akira Matsuda | 2014-08-13 | 1 | -4/+0 |
| | | | |||||
| * | | Fix Railties tests that were order dependent | Akira Matsuda | 2014-08-13 | 1 | -0/+10 |
| | | | |||||
| * | | AS tests are now order_independent! | Akira Matsuda | 2014-08-13 | 1 | -5/+0 |
| | | | |||||
| * | | Reset ActiveSupport::Dependencies.mechanism to make tests order independent | Akira Matsuda | 2014-08-13 | 1 | -6/+10 |
| | | | |||||
| * | | Duplicated method in the test helper | Akira Matsuda | 2014-08-13 | 1 | -7/+0 |
| | | | |||||
| * | | AM, AP, AV, and AMo tests are already order_independent! | Akira Matsuda | 2014-08-13 | 4 | -20/+0 |
| | | | |||||
| * | | Merge pull request #16489 from tomkadwill/updating_options_to_new_style | Yves Senn | 2014-08-13 | 1 | -1/+1 |
| |\ \ | | | | | | | | | [ci skip] Updated where scope documentation to conform to new style | ||||
| | * | | [ci skip] Updated where scope to conform to new style | Tom Kadwill | 2014-08-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | `index_exists?` with `:name` checks specified columns. | Yves Senn | 2014-08-13 | 3 | -7/+30 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Yves Senn & Matthew Draper] The column check was embodied in the defaul index name. If the :name option was used, the specified columns were not verified at all. Given: ``` assert connection.index_exists?(table_name, :foo_id, :name => :index_testings_on_yo_momma) ``` That index could have been defined on any field, not necessarily on `:foo_id`. | ||||
| * | | :bomb: | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #16476 from akshay-vishnoi/doc-changes | Rafael Mendonça França | 2014-08-12 | 2 | -2/+2 |
| |\ \ | | | | | | | | | [ci skip] use "based on" or "based off of" | ||||
| | * | | use 'based on' instead of 'based off' [ci skip] | Akshay Vishnoi | 2014-08-12 | 2 | -2/+2 |
| | |/ | |||||
| * / | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 9 | -8/+12 |
| |/ | |||||
| * | CHANGELOG entry for TestCase.i_suck_and_my_tests_are_order_dependent! fix | Akira Matsuda | 2014-08-12 | 1 | -0/+6 |
| | | |||||
| * | Remove old setup from AS test case | Carlos Antonio da Silva | 2014-08-12 | 1 | -5/+0 |
| | | | | | | | | | | This was added back in Rails 3 on c4a6109286909c394e8c5bfc471a1eb9de245d2b, and is not being used anymore. | ||||
| * | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 8 | -4/+34 |
| | | | | | | | | | | Calling ActiveSupport::TestCase.i_suck_and_my_tests_are_order_dependent! in AS::TestCase makes everyone's tests order dependent, which should never be done by the framework. | ||||
| * | Merge pull request #16472 from y-yagi/patch-1 | Carlos Antonio da Silva | 2014-08-12 | 1 | -1/+1 |
| |\ | | | | | | | [ci skip] Fix broken url in plugins guide | ||||
| | * | [ci skip] Fix broken url in plugins guide | yuuji.yaginuma | 2014-08-12 | 1 | -1/+1 |
| |/ | |||||
* | | [ci skip] First version of the Active Job guide | Cristian Bica | 2014-08-13 | 1 | -0/+323 |
| | | |||||
* | | Clean adapter_test.rb and skip test for sidekiq in unsupported rubies | Abdelkader Boudih | 2014-08-13 | 3 | -64/+33 |
| | | |||||
* | | Added ActionMailer::DeliverLater | Abdelkader Boudih | 2014-08-13 | 11 | -10/+163 |
| | | |||||
* | | Modified activejob.gemspec to match other rails gems format | Cristian Bica | 2014-08-12 | 1 | -4/+6 |
| | |