aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add additional documentation on Headers#[] [ci skip]Tawan Sierek2016-01-291-1/+15
* | | | Use a gentler disconnectMatthew Draper2016-01-301-2/+2
|/ / /
* | | Don't bother stopping EM between testsMatthew Draper2016-01-301-38/+3
* | | Intervene on change_table as well as create_tableMatthew Draper2016-01-301-0/+13
* | | Merge pull request #23336 from kesha-antonov/patch-1Rafael França2016-01-291-2/+0
|\ \ \
| * | | remove require loggingKesha Antonov2016-01-291-2/+0
|/ / /
* | | Merge pull request #23305 from matthewd/concurrent-take-2Matthew Draper2016-01-3031-117/+738
|\ \ \
| * | | Keep the socket reference after closeMatthew Draper2016-01-301-3/+2
| * | | Reduce the client count, in hope of a more consistent testMatthew Draper2016-01-301-3/+3
| * | | Be more patient while gathering the expected responsesMatthew Draper2016-01-301-4/+3
| * | | Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-303-21/+78
| * | | Add a couple of tests that connect with a WS clientMatthew Draper2016-01-304-0/+257
| * | | Synchronize the lazy setters in ServerMatthew Draper2016-01-305-15/+47
| * | | Fix arguments to on_closeMatthew Draper2016-01-302-5/+3
| * | | Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-3027-106/+385
|/ / /
* | | Don't recommend using `ActiveRecord::Base[]`Sean Griffin2016-01-291-3/+0
* | | Merge pull request #23330 from prathamesh-sonpatki/fix-testsMatthew Draper2016-01-291-0/+2
|\ \ \
| * | | Fix broken number_to_currency testsPrathamesh Sonpatki2016-01-291-0/+2
|/ / /
* | | Merge pull request #23252 from kamipo/remove_limit_11Rafael França2016-01-291-1/+0
|\ \ \
| * | | Remove `limit: 11` as backward-compatibility with Rails 2.0Ryuta Kamizono2016-01-271-1/+0
* | | | Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarificationRafael França2016-01-292-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Clarify DatabaseStatements#execute docs re: memory usage.James Coleman2016-01-222-1/+7
* | | | Merge pull request #23329 from prathamesh-sonpatki/fix-23320Rafael França2016-01-293-6/+16
|\ \ \ \
| * | | | Change number_to_currency behavior for checking negativityPrathamesh Sonpatki2016-01-293-6/+16
* | | | | Merge pull request #23296 from radar/cache-fragment-name-optionsRafael Mendonça França2016-01-291-2/+3
|\ \ \ \ \
| * | | | | Slice out options for cache_fragment_name explicitlyRyan Bigg2016-01-281-1/+2
* | | | | | Merge pull request #22800 from dgynn/pr_cache_helper_optionsRafael Mendonça França2016-01-293-1/+16
|\ \ \ \ \ \
| * | | | | | restore ability to pass extra options to cache storesDave Gynn2015-12-263-1/+16
* | | | | | | Merge pull request #23326 from fgo/patch-16Rafael França2016-01-281-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Getting Started Guide: Update Ruby version to 2.3.0p0Francis Go2016-01-291-1/+1
|/ / / / / /
* | | | | | Merge pull request #23323 from maclover7/api-app-docsRafael França2016-01-281-16/+19
|\ \ \ \ \ \
| * | | | | | Docs review of api_app.mdJon Moss2016-01-281-16/+19
* | | | | | | speed up accept header parsing a bit.Aaron Patterson2016-01-281-8/+11
|/ / / / / /
* | | | | | Remove Rack::Lock from the API guidesRafael Mendonça França2016-01-281-4/+0
* | | | | | Middleware have no pluralRafael Mendonça França2016-01-281-14/+14
* | | | | | Mark API guide as work in progressRafael Mendonça França2016-01-281-0/+1
* | | | | | convert AcceptList to a regular classAaron Patterson2016-01-281-20/+19
* | | | | | Merge pull request #23319 from piotrj/api_app_in_table_of_contentsJon Moss2016-01-281-0/+4
|\ \ \ \ \ \
| * | | | | | Put "Using Rails for API-only Applications" in table of contentsPiotr Jakubowski2016-01-281-0/+4
* | | | | | | Merge pull request #23220 from maclover7/fix-23215Richard Schneeman2016-01-281-6/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove empty lines in Rails development loggerJon Moss2016-01-241-6/+0
* | | | | | | | Run `file.close` before unlinking for traviseileencodes2016-01-281-1/+2
* | | | | | | | Bundle update to fix tests locallyRafael Mendonça França2016-01-281-27/+26
| |/ / / / / / |/| | | | | |
* | | | | | | Regression test for rendering file from absolute patheileencodes2016-01-281-0/+11
* | | | | | | Merge pull request #16400 from bogdan/last-with-sqlRafael França2016-01-283-31/+60
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Reworked ActiveRecord::Relation#last to always use SQLBogdan Gusiev2016-01-283-31/+60
|/ / / / / /
* | | | | | Merge pull request #23307 from mgrachev/fix-schema-migrationsEileen M. Uchitelle2016-01-281-1/+1
|\ \ \ \ \ \
| * | | | | | Fix a bug with initialize schema_migrations tableMikhail Grachev2016-01-281-1/+1
* | | | | | | Merge pull request #23237 from gsamokovarov/new-welcome-pageDavid Heinemeier Hansson2016-01-284-268/+65
|\ \ \ \ \ \ \
| * | | | | | | Introduce new welcome page for new projectsGenadi Samokovarov2016-01-264-268/+65