Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change GeneratedFeatureMethods to GeneratedAssociationMethods in docs | Rob Looby | 2015-05-08 | 1 | -1/+1 |
| | | | | the module name was changed in 8e814a0ac0768816974d2bfd68d33d931592751e | ||||
* | Merge pull request #20064 from kddeisz/qu_provider_job_id | Rafael Mendonça França | 2015-05-08 | 4 | -9/+16 |
|\ | | | | | Provide provider_job_id to qu adapter. | ||||
| * | Provide provider_job_id to qu adapter. | Kevin Deisz | 2015-05-07 | 4 | -9/+16 |
| | | | | | | | | Further work to provide provider_job_id for queue adapters. | ||||
* | | Merge pull request #20074 from ankit8898/as_core_ext_req_not | Rafael Mendonça França | 2015-05-08 | 2 | -2/+0 |
|\ \ | | | | | | | as/core_ext require's not used | ||||
| * | | as/core_ext require's not used | Ankit Gupta | 2015-05-08 | 2 | -2/+0 |
| | | | |||||
* | | | Merge pull request #20075 from gouravtiwari/patch-2 | Rafael Mendonça França | 2015-05-08 | 1 | -8/+12 |
|\ \ \ | | | | | | | | | Better formatted documents [ci skip] | ||||
| * | | | Better formatted documents [ci skip] | Gourav Tiwari | 2015-05-08 | 1 | -8/+12 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-05-08 | 7 | -14/+15 |
|\ \ \ | |||||
| * | | | [ci skip] Add an example to ActionView::Helpers::FormBuilder#label | yui-knk | 2015-05-08 | 1 | -0/+1 |
| | | | | |||||
| * | | | Updated titles of headers in Action Mailer guide | Prathamesh Sonpatki | 2015-04-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Replaced Javascript with JavaScript in guides | Prathamesh Sonpatki | 2015-04-28 | 2 | -2/+2 |
| | | | | |||||
| * | | | Add missing "of" to RequestForgeryProtection doc. | Hendy Tanata | 2015-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Fix method name for building associated object in nested_model_forms guide | Prathamesh Sonpatki | 2015-04-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | [ci skip] fix count of options for `find_each` | Mikhail Dieterle | 2015-04-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | [ci skip] `deep_dup` is instance method of `Hash` | yui-knk | 2015-04-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | [ci skip] `deep_dup` is instance method of `Array` | yui-knk | 2015-04-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | [ci skip] Fix returned values of code sample | yui-knk | 2015-04-19 | 1 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #20072 from vngrs/refactor_active_job_sidekiq_adapter | Yves Senn | 2015-05-08 | 1 | -6/+2 |
|\ \ \ \ | | | | | | | | | | | Refactor sidekiq adapter enqueue and enqueue_at methods | ||||
| * | | | | Refactor sidekiq adapter enqueue and enqueue_at methods | Mehmet Emin İNAÇ | 2015-05-08 | 1 | -6/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #20073 from ↵ | Yves Senn | 2015-05-08 | 1 | -2/+0 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | vngrs/remove_test_order_from_activejob_test_helper Don't need to explicitly set test_order it's :random default | ||||
| * | | | Don't need to explicitly set test_order it's :random default | Mehmet Emin İNAÇ | 2015-05-08 | 1 | -2/+0 |
|/ / / | |||||
* | | | Merge pull request #20068 from mcfiredrill/nodoc-postgresql-rename-column | Yves Senn | 2015-05-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | :nodoc: rename_column in postgresql/schema_statements.rb [ci skip] | ||||
| * | | | :nodoc: rename_column in postgresql/schema_statements.rb | Tony Miller | 2015-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Its already doc'ed in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb | ||||
* | | | | remove duplicate test. | Yves Senn | 2015-05-08 | 1 | -10/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old `test_create_bang_returns_falsy_when_join_record_has_errors` had a missleading name and was a duplicate of `test_save_should_not_raise_exception_when_join_record_has_errors`. Since it had an assertion on the return value I renamed it accordingly and got rid of the duplicate test. | ||||
* | | | | Merge pull request #20066 from ankit8898/initialization | Zachary Scott | 2015-05-07 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | added activejob in list [ci skip] | ||||
| * | | | added activejob in list [ci skip] | Ankit Gupta | 2015-05-07 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #20063 from trayo/master | Rafael Mendonça França | 2015-05-07 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | Adds documentaion for the Rails.root and Rails.public_path methods | ||||
| * | | | better docs for Rails.root and Rails.public_path | Travis Yoder | 2015-05-07 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #20056 from jvanbaarsen/sidekiq-job-id | Rafael Mendonça França | 2015-05-07 | 4 | -10/+22 |
|\ \ \ \ | | | | | | | | | | | Let Sidekiq and Que set provider_job_id | ||||
| * | | | | Make que report back its job_id to provider_job_id | Jeroen van Baarsen | 2015-05-07 | 3 | -20/+13 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | | | | Let Sidekiq set provider_job_id | Jeroen van Baarsen | 2015-05-07 | 3 | -2/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a job is added to Sidekiq by ActiveJob, make sure we still can get the original job_id provider by Sidekiq. We do this by adding the sidekiq jid to provider_job_id field on the job object. Partly fixes #18821 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | | | | Merge pull request #20062 from gouravtiwari/patch-1 | Rafael Mendonça França | 2015-05-07 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Changed to static value of id in comments [ci skip] | ||||
| * | | | | Updated dynamic value of id in comments [ci skip] | Gourav Tiwari | 2015-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | In help text for method, dynamic value makes it hard to understand, so replaced with static value matching with example above | ||||
* | | | | | Merge pull request #19910 from kddeisz/delayed_job_provider_job_id | Rafael Mendonça França | 2015-05-07 | 4 | -2/+22 |
|\ \ \ \ \ | |/ / / / |/| | | | | Get provider_job_id from DelayedJob | ||||
| * | | | | Get provider_job_id from DelayedJob | Kevin Deisz | 2015-05-05 | 4 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | When queueing with DelayedJob, get the id of the job instance and report it back to ActiveJob as provider_job_id. | ||||
* | | | | | Merge pull request #20061 from ankit8898/atomfeed-example-update | Rafael Mendonça França | 2015-05-07 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Example updated [ci skip] | ||||
| * | | | | | Example updated [ci skip] | Ankit Gupta | 2015-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Should be ApplicationController not ApplicationController::Base | ||||
* | | | | | | Merge pull request #20060 from ankit8898/typo | Rafael Mendonça França | 2015-05-07 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Typo fix [ci skip] | ||||
| * | | | | | Typo fix [ci skip] | Ankit Gupta | 2015-05-07 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | Single brackets | ||||
* | | | | | Merge pull request #20049 from iamvery/patch-1 | Yves Senn | 2015-05-07 | 1 | -1/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Amend `next_week` documentation [ci skip] | ||||
| * | | | | | Add examples of Date and Time `next_week` usage | Jay Hayes | 2015-05-07 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | [skip ci] | ||||
* | | | | | | tests, extract helpers to modify global state. | Yves Senn | 2015-05-07 | 1 | -46/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that tests do not hardcode the default value. For example `test_instantiation_doesnt_try_to_require_corresponding_file` always restored the configuration to `true` regardless of what it's original value was. Extract a helper to make the global modification consistent across tests. | ||||
* | | | | | | Merge pull request #20055 from davydovanton/doc-fix-typos | Kasper Timm Hansen | 2015-05-07 | 2 | -2/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | [skip ci] Fix typos in actionpack changelog and security guide | ||||
| * | | | | | [skip ci] Fix typos in actionpack changelog and security guide | Anton Davydov | 2015-05-07 | 2 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #20051 from ankit8898/railties | Yves Senn | 2015-05-07 | 1 | -1/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | removing require object/blank | ||||
| * | | | | | require object/blank not used | Ankit Gupta | 2015-05-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | the current class is not the blank?, present? as well as other inheriting, the test suite runs | ||||
* | | | | | | s/snipped/snippet for @senny :trollface: | Zachary Scott | 2015-05-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #20040 from ankit8898/route | Zachary Scott | 2015-05-06 | 1 | -0/+2 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Docs: Adding a note, snipped for brevity [ci skip] | ||||
| * | | | | | Adding a note, snipped for brevity | Ankit Gupta | 2015-05-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | sudden ending of form looks incomplete and catches [ci skip] | ||||
* | | | | | | Merge pull request #20047 from mcfiredrill/make-subquery-for-private | Rafael Mendonça França | 2015-05-06 | 1 | -13/+13 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | make AbstractAdapter#subquery_for private |