Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #16699 from cristianbica/aj-refactor-queueing | David Heinemeier Hansson | 2014-09-04 | 33 | -265/+447 | |
|\ \ \ | ||||||
| * | | | Rename remaining :in / :at to :wait / :wait_until | Cristian Bica | 2014-09-04 | 4 | -25/+22 | |
| * | | | Active Job refactoring | Cristian Bica | 2014-09-03 | 33 | -256/+441 | |
* | | | | Load :developers fixtures where expecting a Developer to be there | Akira Matsuda | 2014-09-05 | 1 | -1/+1 | |
* | | | | Merge pull request #16788 from codeodor/fix-16761 | Aaron Patterson | 2014-09-04 | 6 | -3/+34 | |
|\ \ \ \ | ||||||
| * | | | | Skip StatementCache for eager loaded associations (Fixes #16761) | Sammy Larbi | 2014-09-04 | 6 | -3/+34 | |
* | | | | | always reorder bind parameters. fixes #15920 | Aaron Patterson | 2014-09-04 | 2 | -7/+12 | |
* | | | | | :scissors: and from #16803 [ci skip] | Zachary Scott | 2014-09-04 | 1 | -1/+1 | |
* | | | | | Merge pull request #16803 from Peeja/methods-are-not-duplicable--update-guide | Zachary Scott | 2014-09-04 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Document that method objects are not `duplicable?` | Peter Jaros | 2014-09-04 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #16804 from kaleworsley/for_not_to_do_not | Rafael Mendonça França | 2014-09-04 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Change "For not..." to "Do not...". | Kale Worsley | 2014-09-04 | 1 | -1/+1 | |
|/ / / / | ||||||
* / / / | Remove example file | Rafael Mendonça França | 2014-09-04 | 1 | -30/+0 | |
|/ / / | ||||||
* | | | Merge pull request #16801 from eileencodes/refactor-scope_chain-on-through-re... | Rafael Mendonça França | 2014-09-04 | 2 | -7/+6 | |
|\ \ \ | ||||||
| * | | | Always add lambda to scope chain to eliminate branch in eval_scope | eileencodes | 2014-09-04 | 2 | -7/+6 | |
* | | | | Fix a warning | Matthew Draper | 2014-09-05 | 1 | -1/+1 | |
* | | | | Merge pull request #16797 from eileencodes/refactor-add_constraints-followup-... | Matthew Draper | 2014-09-04 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Follup to PR #16762 | eileencodes | 2014-09-04 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Merge pull request #16799 from rramsden/fix-typo | Yves Senn | 2014-09-04 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | [ci skip] Fix typo in rails guide for routing | Richard Ramsden | 2014-09-04 | 1 | -1/+1 | |
* | | | | Enums shouldn't ruin people's anniversaries | Godfrey Chan | 2014-09-04 | 3 | -4/+8 | |
* | | | | build fix, we have to reset the RACK_ENV as well. | Yves Senn | 2014-09-04 | 1 | -2/+5 | |
* | | | | get rid of shadowing warning when running tests AR and railtie tests. | Yves Senn | 2014-09-04 | 1 | -2/+2 | |
* | | | | code gardening in ActionController::Renderers | Xavier Noria | 2014-09-04 | 1 | -7/+12 | |
* | | | | Extract data/aria attribute prefixes to a constant | Rafael Mendonça França | 2014-09-03 | 1 | -1/+3 | |
* | | | | Merge pull request #16796 from ARIATeam/aria | Rafael Mendonça França | 2014-09-03 | 3 | -4/+23 | |
|\ \ \ \ | ||||||
| * | | | | Add support for ARIA attributes in tags | PaoMar | 2014-09-03 | 3 | -4/+23 | |
|/ / / / | ||||||
* | | | | Merge pull request #16795 from Peeja/methods-are-not-duplicable | Rafael Mendonça França | 2014-09-03 | 3 | -1/+16 | |
|\ \ \ \ | ||||||
| * | | | | Methods are not duplicable. | Peter Jaros | 2014-09-03 | 3 | -1/+16 | |
* | | | | | Merge pull request #16787 from cristianbica/fix-globalid-deserialization | Matthew Draper | 2014-09-04 | 1 | -1/+3 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | [Active Job] Try to deserialize with GlobalID only strings and globalids | Cristian Bica | 2014-09-03 | 1 | -1/+3 | |
* | | | | | Merge pull request #16775 from kaspth/ship-secure-sanitizer | Rafael Mendonça França | 2014-09-03 | 6 | -53/+8 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 6 | -53/+8 | |
* | | | | | Merge pull request #16756 from huoxito/dont-mess-railties-default-order | Rafael Mendonça França | 2014-09-03 | 2 | -8/+45 | |
|\ \ \ \ \ | ||||||
| * | | | | | Dont mess with default order engines load | Washington Luiz | 2014-09-02 | 2 | -8/+45 | |
* | | | | | | extract updating all fixture cache to a method so we can lock later | Aaron Patterson | 2014-09-03 | 1 | -1/+5 | |
* | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-09-03 | 6 | -17/+247 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | copy edit AS core ext changes [ci skip] | Vijay Dev | 2014-09-03 | 1 | -10/+9 | |
| * | | | | | | Update caching_with_rails.md [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 | |
| * | | | | | | Highlight Class/Module [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 | |
| * | | | | | | [ci skip] docs grammar | schneems | 2014-08-26 | 1 | -2/+2 | |
| * | | | | | | [ci skip] proper end to sentence | schneems | 2014-08-26 | 1 | -1/+1 | |
| * | | | | | | [ci skip] use NOTE instead of Note | schneems | 2014-08-26 | 1 | -1/+1 | |
| * | | | | | | Fix typo in ActiveJob guide [ci skip] | प्रथमेश | 2014-08-26 | 1 | -1/+1 | |
| * | | | | | | [ci skip] fix grammar in docs | schneems | 2014-08-24 | 1 | -1/+1 | |
| * | | | | | | [ci skip] docs can URL cache invalidation | schneems | 2014-08-24 | 1 | -0/+24 | |
| * | | | | | | [ci skip] docs CDN Cache-Control behavior | schneems | 2014-08-24 | 1 | -0/+24 | |
| * | | | | | | [ci skip] docs CDN header debugging | schneems | 2014-08-24 | 1 | -0/+48 | |
| * | | | | | | [ci skip] docs CDN caching behavior | schneems | 2014-08-24 | 1 | -0/+17 | |
| * | | | | | | [ci skip] docs asset_pipeline CDN set up | schneems | 2014-08-24 | 1 | -1/+63 |