aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add justificationDavid Heinemeier Hansson2014-05-191-0/+7
| |/
| * Move to instance method and document usageDavid Heinemeier Hansson2014-05-198-9/+30
| |
| * Move activemodel-globalid dependency to gemspecDavid Heinemeier Hansson2014-05-193-10/+5
| |
| * Merge branch 'master' of github.com:rails/activejobDavid Heinemeier Hansson2014-05-191-16/+5
| |\
| | * Update README.mdDavid Heinemeier Hansson2014-05-191-16/+5
| | |
| * | No need to qualify the Parameters class with the namespaceDavid Heinemeier Hansson2014-05-195-5/+5
| | |
| * | Inline the job wrappersDavid Heinemeier Hansson2014-05-198-70/+48
| |/
| * Use markdown instead of rdocDavid Heinemeier Hansson2014-05-191-0/+0
| |
| * Add GlobalID support for serializationDavid Heinemeier Hansson2014-05-1916-11/+157
| |
| * SpacingDavid Heinemeier Hansson2014-05-191-1/+2
| |
| * Extract QueueName into its own moduleDavid Heinemeier Hansson2014-05-192-13/+14
| |
| * Fix for the new adapter setterDavid Heinemeier Hansson2014-05-192-2/+2
| |
| * Merge branch 'master' of github.com:rails/activejobDavid Heinemeier Hansson2014-05-1910-5/+146
| |\
| | * Merge pull request #9 from cristianbica/delayed_job_adapterDavid Heinemeier Hansson2014-05-1910-5/+146
| | |\ | | | | | | | | Implemented delayed_job support
| | | * Modified readmeCristian Bica2014-05-191-1/+1
| | | |
| | | * Implemented delayed jobCristian Bica2014-05-199-4/+145
| | |/
| * / Extract QueueAdapter module for setting and looking up adaptersDavid Heinemeier Hansson2014-05-197-14/+35
| |/
| * Dont need the explicit error handling -- if the require fails, it will raise ↵David Heinemeier Hansson2014-05-192-26/+2
| | | | | | | | exactly the error we want to communicate anyway. Also use the load path, so we can allow plugins, rather than requre_relative
| * Merge pull request #10 from seuros/masterDavid Heinemeier Hansson2014-05-198-8/+67
| |\ | | | | | | Lazy-load adapters, fixes #6
| | * Lazy-load adapters, fixes #6Abdelkader Boudih2014-05-188-8/+67
| | |
| * | List adapters supported and wantedDavid Heinemeier Hansson2014-05-181-0/+15
| | |
| * | With dependencies for Sidekiq and Sucker PunchDavid Heinemeier Hansson2014-05-181-0/+14
| | |
| * | Merge pull request #5 from seuros/masterDavid Heinemeier Hansson2014-05-1810-4/+61
| |\| | | | | | | Add Sidekiq adapter/wrapper fixes #3
| | * Add Sucker Punch adapter/wrapperAbdelkader Boudih2014-05-186-2/+31
| | |
| | * Correct typo in version.rbAbdelkader Boudih2014-05-181-1/+1
| | |
| | * Add Sidekiq adapter/wrapper fixes #3Abdelkader Boudih2014-05-186-3/+31
| |/
| * Merge pull request #1 from charliesome/patch-1David Heinemeier Hansson2014-05-181-9/+3
| |\ | | | | | | Clean up JobWrappers::ResqueWrapper.perform
| | * Clean up JobWrappers::ResqueWrapper.performCharlie Somerville2014-05-191-9/+3
| |/ | | | | | | | | This is not only easier to read, but it'll also properly raise an ArgumentError rather than a NoMethodError when called with no arguments. It also allocates 4 fewer objects per call (8 down from 12), and is about 50% faster according to a quick benchmark.
| * Queue naming with a base, which requires a JobWrapper to comply to Resques ↵David Heinemeier Hansson2014-05-185-5/+64
| | | | | | | | expectation of a class variable
| * Add ResqueAdapter and provide test infrastructure for the now multiple adaptersDavid Heinemeier Hansson2014-05-189-10/+76
| |
| * Rename to InlineAdapter to match *Adapter form, even if the queue is ↵David Heinemeier Hansson2014-05-181-0/+11
| | | | | | | | embedded in there too
| * Simplest job and inline queueDavid Heinemeier Hansson2014-05-184-2/+37
| |
| * Run tests through RakeDavid Heinemeier Hansson2014-05-181-0/+27
| |
| * Skeleton gemDavid Heinemeier Hansson2014-05-1812-0/+184
|
* Merge pull request #16456 from ↵Santiago Pastorino2014-08-112-1/+8
|\ | | | | | | | | lsylvester/improve-active-record-error-message-on-update_columns-for-destroyed-records Change error message in update_columns for destroyed objects
| * update error message to reflect that the record could have been destroyedlsylvester2014-08-112-1/+8
|/
* Merge pull request #16300 from ↵Godfrey Chan2014-08-101-1/+5
|\ | | | | | | | | vast/mention-changes-to-nil-serialization-in-upgrading-from-3.2 Mention changes to `nil` handling in serialized attributes
| * [ci skip] Clarify the "Serialized Attributes" sectionVasily Polovnyov2014-07-261-1/+2
| | | | | | | | | | Mention that the change in nil handling for serialized attributes affects custom coders.
| * [ci skip] Mention the change in nil handling for serialized attributesVasily Polovnyov2014-07-261-0/+3
| | | | | | | | in "Upgrading from Rails 3.2 to Rails 4.0"
* | Merge pull request #16453 from reshleman/re-cleanup-guides-guidelinesZachary Scott2014-08-101-12/+10
|\ \ | | | | | | Cleanup Guides Guidelines [ci skip]
| * | Cleanup Guides Guidelines [ci skip]Robert Eshleman2014-08-101-12/+10
|/ / | | | | | | | | | | * Copy editing for clarity in several locations * Rename "Titles" section to "Headings" * Fix incorrect anchor in link to API Documentation Guidelines for filenames
* | Merge pull request #16451 from y-yagi/patch-2Zachary Scott2014-08-101-2/+2
|\ \ | | | | | | [ci skip] Fix sample code in engines guide
| * | [ci skip] Fix sample code in engines guideyuuji.yaginuma2014-08-101-2/+2
|/ /
* | Merge pull request #16441 from ↵Santiago Pastorino2014-08-091-4/+4
|\ \ | | | | | | | | | | | | tomkadwill/activerecord_associations_options_param [ci skip] Changed options to +options+ for rdoc
| * | [ci skip] Changed options to +options+ for rdocTom Kadwill2014-08-091-4/+4
| | |
* | | Merge pull request #16440 from tgxworld/pass_log_in_blockSantiago Pastorino2014-08-091-4/+6
|\ \ \ | | | | | | | | Pass block for logging.
| * | | Pass block for logging.Guo Xiang Tan2014-08-091-4/+6
| | | | | | | | | | | | | | | | This follows the good practice listed on http://guides.rubyonrails.org/debugging_rails_applications.html#impact-of-logs-on-performance.
* | | | Merge pull request #16439 from voxxit/patch-1Santiago Pastorino2014-08-091-1/+1
|\ \ \ \ | | | | | | | | | | Using delegated connection method
| * | | | Using delegated connection methodJoshua Delsman2014-08-081-1/+1
| | |/ / | |/| |
* | | | Merge pull request #16443 from duccioarmenise/patch-1Vijay Dev2014-08-091-1/+1
|\ \ \ \ | |/ / / |/| | | Rails Tutorial link updated