Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Handle more IO errors (especially, ECONNRESET) | Matthew Draper | 2016-01-30 | 3 | -21/+78 | |
| * | | | Add a couple of tests that connect with a WS client | Matthew Draper | 2016-01-30 | 4 | -0/+257 | |
| * | | | Synchronize the lazy setters in Server | Matthew Draper | 2016-01-30 | 5 | -15/+47 | |
| * | | | Fix arguments to on_close | Matthew Draper | 2016-01-30 | 2 | -5/+3 | |
| * | | | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 27 | -106/+385 | |
|/ / / | ||||||
* | | | Don't recommend using `ActiveRecord::Base[]` | Sean Griffin | 2016-01-29 | 1 | -3/+0 | |
* | | | Merge pull request #23330 from prathamesh-sonpatki/fix-tests | Matthew Draper | 2016-01-29 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | Fix broken number_to_currency tests | Prathamesh Sonpatki | 2016-01-29 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #23252 from kamipo/remove_limit_11 | Rafael França | 2016-01-29 | 1 | -1/+0 | |
|\ \ \ | ||||||
| * | | | Remove `limit: 11` as backward-compatibility with Rails 2.0 | Ryuta Kamizono | 2016-01-27 | 1 | -1/+0 | |
* | | | | Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarification | Rafael França | 2016-01-29 | 2 | -1/+7 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Clarify DatabaseStatements#execute docs re: memory usage. | James Coleman | 2016-01-22 | 2 | -1/+7 | |
* | | | | Merge pull request #23329 from prathamesh-sonpatki/fix-23320 | Rafael França | 2016-01-29 | 3 | -6/+16 | |
|\ \ \ \ | ||||||
| * | | | | Change number_to_currency behavior for checking negativity | Prathamesh Sonpatki | 2016-01-29 | 3 | -6/+16 | |
* | | | | | Merge pull request #23296 from radar/cache-fragment-name-options | Rafael Mendonça França | 2016-01-29 | 1 | -2/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Slice out options for cache_fragment_name explicitly | Ryan Bigg | 2016-01-28 | 1 | -1/+2 | |
* | | | | | | Merge pull request #22800 from dgynn/pr_cache_helper_options | Rafael Mendonça França | 2016-01-29 | 3 | -1/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | restore ability to pass extra options to cache stores | Dave Gynn | 2015-12-26 | 3 | -1/+16 | |
* | | | | | | | Merge pull request #23326 from fgo/patch-16 | Rafael França | 2016-01-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Getting Started Guide: Update Ruby version to 2.3.0p0 | Francis Go | 2016-01-29 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #23323 from maclover7/api-app-docs | Rafael França | 2016-01-28 | 1 | -16/+19 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Docs review of api_app.md | Jon Moss | 2016-01-28 | 1 | -16/+19 | |
* | | | | | | | speed up accept header parsing a bit. | Aaron Patterson | 2016-01-28 | 1 | -8/+11 | |
|/ / / / / / | ||||||
* | | | | | | Remove Rack::Lock from the API guides | Rafael Mendonça França | 2016-01-28 | 1 | -4/+0 | |
* | | | | | | Middleware have no plural | Rafael Mendonça França | 2016-01-28 | 1 | -14/+14 | |
* | | | | | | Mark API guide as work in progress | Rafael Mendonça França | 2016-01-28 | 1 | -0/+1 | |
* | | | | | | convert AcceptList to a regular class | Aaron Patterson | 2016-01-28 | 1 | -20/+19 | |
* | | | | | | Merge pull request #23319 from piotrj/api_app_in_table_of_contents | Jon Moss | 2016-01-28 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Put "Using Rails for API-only Applications" in table of contents | Piotr Jakubowski | 2016-01-28 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #23220 from maclover7/fix-23215 | Richard Schneeman | 2016-01-28 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove empty lines in Rails development logger | Jon Moss | 2016-01-24 | 1 | -6/+0 | |
* | | | | | | | | Run `file.close` before unlinking for travis | eileencodes | 2016-01-28 | 1 | -1/+2 | |
* | | | | | | | | Bundle update to fix tests locally | Rafael Mendonça França | 2016-01-28 | 1 | -27/+26 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Regression test for rendering file from absolute path | eileencodes | 2016-01-28 | 1 | -0/+11 | |
* | | | | | | | Merge pull request #16400 from bogdan/last-with-sql | Rafael França | 2016-01-28 | 3 | -31/+60 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Reworked ActiveRecord::Relation#last to always use SQL | Bogdan Gusiev | 2016-01-28 | 3 | -31/+60 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #23307 from mgrachev/fix-schema-migrations | Eileen M. Uchitelle | 2016-01-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix a bug with initialize schema_migrations table | Mikhail Grachev | 2016-01-28 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #23237 from gsamokovarov/new-welcome-page | David Heinemeier Hansson | 2016-01-28 | 4 | -268/+65 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Introduce new welcome page for new projects | Genadi Samokovarov | 2016-01-26 | 4 | -268/+65 | |
* | | | | | | | | Merge pull request #23303 from Empact/find-nth-deprecation | Rafael França | 2016-01-28 | 1 | -11/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Consistently warn that passing an offset to `find_nth` is deprecated | Ben Woosley | 2016-01-27 | 1 | -11/+10 | |
* | | | | | | | | | :arrow_left: indentation | Akira Matsuda | 2016-01-28 | 1 | -2/+2 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #23299 from CollinGraves/patch-1 | प्रथमेश Sonpatki | 2016-01-28 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | English explanation to multi-level nested join | Collin Graves | 2016-01-27 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #18928 from bogdan/unreversable-order | Sean Griffin | 2016-01-27 | 4 | -2/+69 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Introduce ActiveRecord::IrreversibleOrderError | Bogdan Gusiev | 2016-01-27 | 4 | -2/+69 | |
* | | | | | | | | | Merge pull request #23291 from maclover7/suckerpunch-docs-update | Jon Moss | 2016-01-27 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update sucker_punch adapter's description | Jon Moss | 2016-01-27 | 1 | -6/+4 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | remove == from AcceptItem | Aaron Patterson | 2016-01-27 | 1 | -6/+7 |