Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | Merge pull request #16 from seuros/master | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+2 | |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | Setting the adapter load the required gem. | |||||
| | | | | * | | | Setting the adapter load the required gem. | Abdelkader Boudih | 2014-05-19 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | | | * | | | | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | | | * | | | | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | | | * | | | | Merge pull request #15 from seuros/master | David Heinemeier Hansson | 2014-05-19 | 1 | -2/+3 | |
| | | | |\| | | | | | | | | | | | | | | | | | | | Use case/when | |||||
| | | | | * | | | Use case/when | Abdelkader Boudih | 2014-05-19 | 1 | -2/+3 | |
| | | | |/ / / | ||||||
| | | * / / / | Add justification | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+7 | |
| | | |/ / / | ||||||
| | | * | | | Move to instance method and document usage | David Heinemeier Hansson | 2014-05-19 | 8 | -9/+30 | |
| | | | | | | ||||||
| | | * | | | Move activemodel-globalid dependency to gemspec | David Heinemeier Hansson | 2014-05-19 | 3 | -10/+5 | |
| | | | | | | ||||||
| | | * | | | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 1 | -16/+5 | |
| | | |\ \ \ | ||||||
| | | | * | | | Update README.md | David Heinemeier Hansson | 2014-05-19 | 1 | -16/+5 | |
| | | | | | | | ||||||
| | | * | | | | No need to qualify the Parameters class with the namespace | David Heinemeier Hansson | 2014-05-19 | 5 | -5/+5 | |
| | | | | | | | ||||||
| | | * | | | | Inline the job wrappers | David Heinemeier Hansson | 2014-05-19 | 8 | -70/+48 | |
| | | |/ / / | ||||||
| | | * | | | Use markdown instead of rdoc | David Heinemeier Hansson | 2014-05-19 | 1 | -0/+0 | |
| | | | | | | ||||||
| | | * | | | Add GlobalID support for serialization | David Heinemeier Hansson | 2014-05-19 | 16 | -11/+157 | |
| | | | | | | ||||||
| | | * | | | Spacing | David Heinemeier Hansson | 2014-05-19 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | Extract QueueName into its own module | David Heinemeier Hansson | 2014-05-19 | 2 | -13/+14 | |
| | | | | | | ||||||
| | | * | | | Fix for the new adapter setter | David Heinemeier Hansson | 2014-05-19 | 2 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Merge branch 'master' of github.com:rails/activejob | David Heinemeier Hansson | 2014-05-19 | 10 | -5/+146 | |
| | | |\ \ \ | ||||||
| | | | * \ \ | Merge pull request #9 from cristianbica/delayed_job_adapter | David Heinemeier Hansson | 2014-05-19 | 10 | -5/+146 | |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | Implemented delayed_job support | |||||
| | | | | * | | | Modified readme | Cristian Bica | 2014-05-19 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | | * | | | Implemented delayed job | Cristian Bica | 2014-05-19 | 9 | -4/+145 | |
| | | | |/ / / | ||||||
| | | * / / / | Extract QueueAdapter module for setting and looking up adapters | David Heinemeier Hansson | 2014-05-19 | 7 | -14/+35 | |
| | | |/ / / | ||||||
| | | * | | | Dont need the explicit error handling -- if the require fails, it will raise ↵ | David Heinemeier Hansson | 2014-05-19 | 2 | -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/master | David Heinemeier Hansson | 2014-05-19 | 8 | -8/+67 | |
| | | |\ \ \ | | | | | | | | | | | | | | | Lazy-load adapters, fixes #6 | |||||
| | | | * | | | Lazy-load adapters, fixes #6 | Abdelkader Boudih | 2014-05-18 | 8 | -8/+67 | |
| | | | | | | | ||||||
| | | * | | | | List adapters supported and wanted | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+15 | |
| | | | | | | | ||||||
| | | * | | | | With dependencies for Sidekiq and Sucker Punch | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+14 | |
| | | | | | | | ||||||
| | | * | | | | Merge pull request #5 from seuros/master | David Heinemeier Hansson | 2014-05-18 | 10 | -4/+61 | |
| | | |\| | | | | | | | | | | | | | | | | | Add Sidekiq adapter/wrapper fixes #3 | |||||
| | | | * | | | Add Sucker Punch adapter/wrapper | Abdelkader Boudih | 2014-05-18 | 6 | -2/+31 | |
| | | | | | | | ||||||
| | | | * | | | Correct typo in version.rb | Abdelkader Boudih | 2014-05-18 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | | * | | | Add Sidekiq adapter/wrapper fixes #3 | Abdelkader Boudih | 2014-05-18 | 6 | -3/+31 | |
| | | |/ / / | ||||||
| | | * | | | Merge pull request #1 from charliesome/patch-1 | David Heinemeier Hansson | 2014-05-18 | 1 | -9/+3 | |
| | | |\ \ \ | | | | | | | | | | | | | | | Clean up JobWrappers::ResqueWrapper.perform | |||||
| | | | * | | | Clean up JobWrappers::ResqueWrapper.perform | Charlie Somerville | 2014-05-19 | 1 | -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 Hansson | 2014-05-18 | 5 | -5/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | expectation of a class variable | |||||
| | | * | | | Add ResqueAdapter and provide test infrastructure for the now multiple adapters | David Heinemeier Hansson | 2014-05-18 | 9 | -10/+76 | |
| | | | | | | ||||||
| | | * | | | Rename to InlineAdapter to match *Adapter form, even if the queue is ↵ | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | embedded in there too | |||||
| | | * | | | Simplest job and inline queue | David Heinemeier Hansson | 2014-05-18 | 4 | -2/+37 | |
| | | | | | | ||||||
| | | * | | | Run tests through Rake | David Heinemeier Hansson | 2014-05-18 | 1 | -0/+27 | |
| | | | | | | ||||||
| | | * | | | Skeleton gem | David Heinemeier Hansson | 2014-05-18 | 12 | -0/+184 | |
| | | / / | ||||||
| * | | | | Merge pull request #16532 from gsamokovarov/lock-web-console-for-4.2.0.beta1 | David Heinemeier Hansson | 2014-08-17 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Lock web-console to 2.0.0.beta1 for the first 4.2 beta | |||||
| | * | | | | Lock web-console to 2.0.0.beta1 for the first 4.2 beta | Genadi Samokovarov | 2014-08-18 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | The console on exception code isn't available on the stable releases yet. Lock it for now, so the beta users get a sneak peak of the console features. | |||||
* / / / / | Dont encourage people to run without autoflush in production | David Heinemeier Hansson | 2014-08-17 | 1 | -3/+0 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2014-08-17 | 40 | -1333/+428 | |
|\ \ \ \ | ||||||
| * | | | | Use AS::JSON for (de)serializing cookies | Godfrey Chan | 2014-08-17 | 3 | -2/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the Active Support JSON encoder for cookie jars using the `:json` or `:hybrid` serializer. This allows you to serialize custom Ruby objects into cookies by defining the `#as_json` hook on such objects. Fixes #16520. | |||||
| * | | | | Preload UnicodeDatabase outside the loop | Akira Matsuda | 2014-08-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes random multibyte_chars_test fail under Ruby 1.9.3. I don't know why the tests fail. And I really don't know why this fixes. Maybe we need some more investigation... | |||||
| * | | | | format | Akira Matsuda | 2014-08-18 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | `responders` 1.x won't do it. Told you to RTFM for details! | Godfrey Chan | 2014-08-17 | 2 | -3/+8 | |
| | | | | | ||||||
| * | | | | Merge pull request #16458 from chancancode/ar_fix_reserved_inheritance | Godfrey Chan | 2014-08-17 | 3 | -5/+34 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue w/custom accessors + reserved name + inheritance Conflicts: activerecord/CHANGELOG.md | |||||
| | * | | | | Fixed issue w/custom accessors + reserved name + inheritance | Godfrey Chan | 2014-08-11 | 3 | -5/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed an issue where custom accessor methods (such as those generated by `enum`) with the same name as a global method are incorrectly overridden when subclassing. This was partially fixed in 4155431 then broken again by e5f15a8. Fixes #16288. |