Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | ActionCable README updates | Jon Moss | 2016-02-08 | 1 | -8/+7 | |
* | | | | | Memoize `parsed_body`. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 | |
* | | | | | [ci skip] Mention `parsed_body` in docs. | Kasper Timm Hansen | 2016-02-11 | 1 | -2/+1 | |
* | | | | | [ci skip] Fix syntax error in CHANGELOG example. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 | |
* | | | | | Make `parsed_body` extract parser from the content type. | Kasper Timm Hansen | 2016-02-11 | 4 | -6/+20 | |
* | | | | | Don't capture the MissingTemplate exception. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 | |
* | | | | | Oops. :cut: | Aaron Patterson | 2016-02-11 | 1 | -6/+0 | |
* | | | | | follow indentation rules | Aaron Patterson | 2016-02-11 | 1 | -5/+11 | |
* | | | | | make the logger method always return something | Aaron Patterson | 2016-02-11 | 1 | -4/+9 | |
* | | | | | Merge pull request #18109 from k0kubun/unscoped-joins | Sean Griffin | 2016-02-11 | 4 | -6/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow `joins` to be unscoped | Takashi Kokubun | 2016-01-31 | 4 | -6/+31 | |
* | | | | | | Merge pull request #23581 from diego-silva/uniqueness-validator-pk-fix | Sean Griffin | 2016-02-11 | 2 | -1/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | UniquenessValidator exclude itself when PK changed | Diego Silva | 2016-02-09 | 2 | -1/+12 | |
* | | | | | | | Ensure prepared statement caching still occurs with Adequate Record | Sean Griffin | 2016-02-11 | 4 | -7/+7 | |
* | | | | | | | Merge pull request #23605 from y-yagi/remove_warnings_in_finder_methods | Kasper Timm Hansen | 2016-02-11 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | remove warnings from FinderMethods | yuuji.yaginuma | 2016-02-11 | 1 | -4/+4 | |
* | | | | | | | Merge pull request #23604 from tenderlove/sort-templates | Aaron Patterson | 2016-02-10 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | sort templates after looking them up in the from the paths cache | Aaron Patterson | 2016-02-10 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #23606 from supremebeing7/patch-1 | Jon Moss | 2016-02-10 | 1 | -0/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update active_record_querying.md | Mark J. Lehman | 2016-02-10 | 1 | -0/+22 | |
* | | | | | | | | | Merge pull request #23596 from afn/issue-23058 | Aaron Patterson | 2016-02-10 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Converting backtrace to strings before calling set_backtrace | Tony Novak | 2016-02-10 | 2 | -3/+3 | |
* | | | | | | | | | Merge pull request #23395 from PareshGupta/remove-unused-constant | Santiago Pastorino | 2016-02-10 | 3 | -54/+5 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove unused class AttributeMethodCache | PareshGupta | 2016-02-02 | 2 | -25/+0 | |
| * | | | | | | | | remove unused constants from activerecord | PareshGupta | 2016-02-01 | 2 | -30/+6 | |
* | | | | | | | | | check `supports_view_paths?` at registration time | Aaron Patterson | 2016-02-10 | 1 | -7/+9 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | build scope chain functionally and remove caching | Aaron Patterson | 2016-02-10 | 1 | -14/+40 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #23597 from kaspth/integration-response-parsing | Kasper Timm Hansen | 2016-02-10 | 4 | -23/+94 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add request encoding and response parsing to changelog. | Kasper Timm Hansen | 2016-02-10 | 1 | -0/+38 | |
| * | | | | | | | Add `parsed_body` to spare writing out parsing routines. | Kasper Timm Hansen | 2016-02-10 | 3 | -23/+56 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #23528 from bensheldon/patch-1 | Richard Schneeman | 2016-02-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Set postgresql poolsize via RAILS_MAX_THREADS | Ben Sheldon | 2016-02-10 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #23274 from KeithP/actioncable_logging | David Heinemeier Hansson | 2016-02-10 | 1 | -2/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into actioncable_logging | kp | 2016-02-10 | 258 | -1531/+3186 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Logs successful and invalid connections separately | kp | 2016-02-10 | 1 | -8/+12 | |
| * | | | | | | | | adds debug logging to actioncable connect | kp | 2016-01-26 | 1 | -2/+12 | |
* | | | | | | | | | Merge pull request #23583 from brchristian/penultimate | David Heinemeier Hansson | 2016-02-10 | 10 | -2/+86 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | include activerecord and activesupport CHANGELOG entries | Brian Christian | 2016-02-10 | 2 | -0/+8 | |
| * | | | | | | | | rename to 'second_to_last' and 'third_to_last' | Brian Christian | 2016-02-10 | 8 | -32/+32 | |
| * | | | | | | | | allow Array.penultimate and Array.antepenultiate access methods | Brian Christian | 2016-02-09 | 8 | -2/+78 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #21671 from kaspth/integration-request-encoding-helpers | David Heinemeier Hansson | 2016-02-10 | 2 | -4/+122 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add `as` to encode a request as a specific mime type. | Kasper Timm Hansen | 2016-01-04 | 2 | -4/+122 | |
* | | | | | | | | | Merge pull request #22772 from gsamokovarov/nack-template-error | David Heinemeier Hansson | 2016-02-10 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix edge case with ActionView::Template::Error reraise | Genadi Samokovarov | 2015-12-23 | 1 | -0/+4 | |
* | | | | | | | | | | Merge pull request #23512 from y-yagi/set_association_name_to_fixture | David Heinemeier Hansson | 2016-02-10 | 3 | -11/+10 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | set association name to generated fixtures if attribute is reference | yuuji.yaginuma | 2016-02-06 | 3 | -11/+10 | |
* | | | | | | | | | | Merge pull request #23587 from wallclockbuilder/patch-1 | Vipul A M | 2016-02-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix tiny grammar. | Mawueli Kofi Adzoe | 2016-02-09 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #23586 from jhcole/master | प्रथमेश Sonpatki | 2016-02-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix typo | John Cole | 2016-02-09 | 1 | -2/+2 | |
|/ / / / / / / / / / |