aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and `ActiveRecor...Vipul A M2016-05-163-13/+3
* Change output genereated for middlewares on a new application. This has chang...Vipul A M2016-05-161-3/+3
* Add `ActiveRecord::Migration::CheckPending` to default middlewares for API AppsVipul A M2016-05-161-0/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-05-144-48/+55
|\
| * 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
* | Getting Started Guide: Add invoke test_unit to files table [ci skip]Francis Go2016-05-121-0/+1
* | Getting Started Guide: Add channels and jobs to app purpose table [ci skip]Francis Go2016-05-121-1/+1
* | Getting Started Guide: Update Ruby version to 2.3.1p112Francis Go2016-05-111-1/+1
* | Minor syntax changeZach2016-05-101-1/+1
* | Update Ruby report templatesRafael Mendonça França2016-05-103-3/+3
* | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-52/+1
* | Grammar corrections to Getting Started Guide [ci skip]BV Satyaram2016-05-101-2/+2
* | Merge pull request #24911 from meinac/change_http_to_httpsVipul A M2016-05-091-4/+4
|\ \
| * | Change http github links to https [ci skip]Mehmet Emin İNAÇ2016-05-081-4/+4
* | | Use consistent term [skip ci]Erol Fornoles2016-05-081-1/+1
|/ /
* | change cable.coffee to cable.js [ci skip]yuuji.yaginuma2016-05-071-6/+11
* | Merge commit 'fbdcf5221ad7ea3d40ad09651962fc85d101dd67'Matthew Draper2016-05-071-0/+5
|\ \
| * | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-0/+5
* | | http --> httpsJon Moss2016-05-064-19/+19
|/ /
* | Release notes: Add a note about `use_transactional_tests` in the deprecated s...Prathamesh Sonpatki2016-05-061-0/+4
* | Fix broken links in 'Ruby on Rails 2.3 Release Notes' [ci skip]Javier Vidal2016-05-061-4/+4
* | Fix link in 'Configuring Rails Applications' [ci skip]Javier Vidal2016-05-061-1/+1
* | Fix link in 'Ruby on Rails 3.0 Release Notes' [ci skip]Javier Vidal2016-05-061-1/+1
* | Fix markdown syntax in 'Ruby on Rails 2.2 Release Notes' [ci skip]Javier Vidal2016-05-061-1/+1
* | Release notes: Add PR #24866 to release notesPrathamesh Sonpatki2016-05-051-0/+4
* | Merge pull request #24799 from prathamesh-sonpatki/18439-followupRafael França2016-05-051-8/+17
|\ \
| * | Active Model: Improve CHANGELOG and documentation for `validates_acceptance_o...Prathamesh Sonpatki2016-05-051-8/+17
* | | Remove extra space [ci skip]Jon Moss2016-05-051-2/+2
* | | Release notes: Remove duplicate entries [ci skip]Prathamesh Sonpatki2016-05-031-10/+3
* | | Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in guides...willnet2016-04-304-5/+5
* | | fix incorrect module name [ci skip]yuuji.yaginuma2016-05-011-1/+1
|/ /
* | add #24385 to 5.0 release notes [ci skip]yuuji.yaginuma2016-04-291-0/+7
* | Update configuring.md with colons and periodsConnor Shea2016-04-291-52/+52
* | Consistent spelling of "gzipped" [ci skip]Connor Shea2016-04-291-1/+1
* | Fix typos in asset_pipeline.md [ci skip]Connor Shea2016-04-291-2/+2
* | Merge pull request #24786 from vipulnsward/document-gzip-assetsRichard Schneeman2016-04-292-0/+13
|\ \ | |/ |/|
| * Document config.assets.gzip flag. Follow up of https://github.com/rails/sproc...Vipul A M2016-04-292-0/+13
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-295-21/+22
|\ \
| * | be specific when the debug_exception_response_format to :apiVipul A M2016-04-231-1/+1
| * | Mention default values for `debug_exception_response_format` in configuring g...Prathamesh Sonpatki2016-04-221-1/+1
| * | `debug_exception_format` is set to :api by default for API apps only, not for...Prathamesh Sonpatki2016-04-221-1/+1