aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Add output snippet from `ActionController::API.ancestors - ActionController::...Vipul A M2016-05-131-0/+7
| * | | | | | | | Remove ambiquity in what we are referring to in the documentation of config v...Vipul A M2016-05-111-1/+1
| * | | | | | | | Document config.action_dispatch.ignore_accept_header and config.action_dispat...Vipul A M2016-05-111-0/+4
| * | | | | | | | More missing true literal quotingsVipul A M2016-05-111-12/+12
| * | | | | | | | Lets be consistent in the usage of true/false across this guide. It should be...Vipul A M2016-05-111-26/+26
| * | | | | | | | Document missing smtp config over at configuring guide. [ci skip]Vipul A M2016-05-111-0/+3
| * | | | | | | | This config still applies for Rails 4 Apps and we need to mention it, what wa...Vipul A M2016-05-111-2/+2
| * | | | | | | | Asset Pipeline: Remove outdated comment about `config.assets.digest` [ci skip]Prathamesh Sonpatki2016-05-081-1/+1
| * | | | | | | | Asset pipeline: Remove documentation about outdated `config.assets.compress` ...Prathamesh Sonpatki2016-05-082-14/+7
| * | | | | | | | s/words_connnector/words_connector/Vipul A M2016-05-031-1/+1
| * | | | | | | | Fix code formatting in docsJay Hayes2016-05-031-2/+2
| * | | | | | | | Add example for UnknownAttributeErrorVipul A M2016-05-021-0/+9
| * | | | | | | | Active Model: Messages for strict validation always convert attributes to hum...Prathamesh Sonpatki2016-05-011-2/+2
| * | | | | | | | Move comment up to the class, for both of the methods, and document on class ...Vipul A M2016-05-011-1/+4
* | | | | | | | | Merge pull request #25008 from lvl0nax/as_enumarable_index_by_refactoringRafael França2016-05-141-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Perfomance fix for Enumerable#index_bylvl0nax2016-05-141-1/+3
* | | | | | | | | | Merge pull request #25003 from kangkyu/missing_lineRafael França2016-05-141-3/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add missing space and newline for clarityKang-Kyu Lee2016-05-121-3/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #25015 from joemasilotti/patch-1Eileen M. Uchitelle2016-05-131-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add notes on cosmetic patchesJoe Masilotti2016-05-131-0/+4
|/ / / / / / / /
* | | | | | | | Give more context from `AssociationMismatchError`Sean Griffin2016-05-122-2/+3
* | | | | | | | Merge pull request #25001 from Neodelf/typosRichard Schneeman2016-05-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename test methodMolchanov Andrey2016-05-121-1/+1
|/ / / / / / / /
* | / / / / / / Fix false positive mutation detection when JSON is used with serializeSean Griffin2016-05-122-1/+40
| |/ / / / / / |/| | | | | |
* | | | | | | Publish Action Cable to NPM when we release.Jon Moss2016-05-114-8/+75
* | | | | | | Merge pull request #24980 from merhard/virtual-attribute-defaultSean Griffin2016-05-112-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Define ActiveRecord::Attribute::Null#type_castMatthew Erhard2016-05-112-1/+10
* | | | | | | | Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_portKasper Timm Hansen2016-05-112-3/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve documentation and tests for raw_host_with_port and host_with_portTom Kadwill2016-05-112-3/+30
* | | | | | | | | remove_connection should not remove parent connectionArthur Neves2016-05-112-1/+9
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #24977 from fgo/patch-19Arthur Nogueira Neves2016-05-111-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Getting Started Guide: Add invoke test_unit to files table [ci skip]Francis Go2016-05-121-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #24974 from mohitnatoo/arrayinquirer-any-definitionVipul A M2016-05-111-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | - Added clarity to documentation of ArrayInquirer#any? [ci skip]Mohit Natoo2016-05-111-2/+4
* | | | | | | | | Merge pull request #24975 from fgo/patch-18प्रथमेश Sonpatki2016-05-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Getting Started Guide: Add channels and jobs to app purpose table [ci skip]Francis Go2016-05-121-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-formatSantiago Pastorino2016-05-112-40/+62
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-112-40/+62
* | | | | | | | | Merge pull request #24971 from arthurnn/arthurnn/dont_cache_specification_nameArthur Nogueira Neves2016-05-112-2/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Dont cache the conn_spec_name when emptyArthur Neves2016-05-112-2/+11
* | | | | | | | | | Set conn_spec_name after removeArthur Neves2016-05-111-2/+2
|/ / / / / / / / /
* | | | | | | | | [ci skip] Update documents of `ConnectionHandler` Vipul A M2016-05-111-3/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Update documents of `ConnectionHandler`yui-knk2016-05-111-3/+1
* | | | | | | | | | Merge pull request #24967 from fgo/patch-17प्रथमेश Sonpatki2016-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Getting Started Guide: Update Ruby version to 2.3.1p112Francis Go2016-05-111-1/+1
|/ / / / / / / / /
* | | | | | | | | Make sure we reset the connection_specification_name onArthur Neves2016-05-102-1/+22
* | | | | | | | | Merge pull request #24956 from zachattack/patch-1Jon Moss2016-05-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Minor syntax changeZach2016-05-101-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #24950 from kamipo/should_quote_lock_nameRafael França2016-05-102-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Should quote `lock_name` to pass to `get_advisory_lock`Ryuta Kamizono2016-05-102-5/+5