aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated `Module#qualified_const_` from guide [ci skip]yuuji.yaginuma2016-05-231-71/+0
| | | | Follow up to #17845.
* Use #distinct instead of #uniq in the guides [ci skip] (#25098)Junya Ogura2016-05-211-1/+1
| | | * #uniq will be deprecated, see: rails/rails@adfab2d
* Merge pull request #25092 from y-yagi/add_23980_to_release_notesप्रथमेश Sonpatki2016-05-211-0/+3
|\ | | | | add #23980 to release notes [ci skip]
| * add #23980 to release notes [ci skip]yuuji.yaginuma2016-05-211-0/+3
| |
* | fix module name [ci skip]yuuji.yaginuma2016-05-201-1/+1
|/
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-184-7/+6
| | | | | | | | Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005 * Forward compat with new unified Integer class in Ruby 2.4+. * Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3. * Drops needless Fixnum distinction in docs, preferring Integer.
* Merge pull request #25052 from matkoniecz/2008_is_not_recentJon Moss2016-05-171-3/+1
|\ | | | | update to make it less obvious that this guide is from 2008/2009
| * update to make it less obvious that this guide is from 2008/2009Mateusz Konieczny2016-05-171-3/+1
| | | | | | | | | | malicious ads are neither new nor unusual live HTTP headers project is dead - see https://www.mozdev.org/bugs/show_bug.cgi?id=25944
* | Safari 4 supports http only cookie (#25053)Mateusz Konieczny2016-05-171-1/+1
| | | | | | | | | | * Update documentation about Safari 4 supporting http only cookie - Source: www.greebo.net/2009/06/09/httponly-in-safari-40-release/ via http://stackoverflow.com/questions/528405/which-browsers-do-support-httponly-cookies
* | Merge pull request #25039 from maclover7/jm-capitalization-2Jon Moss2016-05-171-15/+15
|\ \ | |/ |/| Fix security guide capitalization errors
| * Fix security guide capitalization errorsJon Moss2016-05-161-15/+15
| | | | | | | | | | | | | | | | | | Would have submitted to docrails, but this guide was just changed today, and docrails doesn't have the most updated version :grimacing: cc @vipulnsward [ci skip]
* | Add Attributes API to release notes [ci skip]Vipul A M2016-05-171-1/+68
|\ \ | | | | | | Add Attributes API to release notes [ci skip]
| * | Add Attributes API to release notesVipul A M2016-04-141-1/+68
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #25036 from maclover7/jm-capitalizationJon Moss2016-05-161-3/+3
|\ \ \ | |_|/ |/| | `md5` --> `MD5`
| * | `md5` --> `MD5`Jon Moss2016-05-161-3/+3
| | | | | | | | | | | | [ci skip]
* | | Update the Rails security guideRalin Chimev2016-05-161-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | Bring up-to-date the information about the session id in the Sessions section. The guide currently says that the session id is a md5 hash while the implementation uses a random hex string. Fixes #25032. [ci skip]
* | Merge pull request #25002 from maclover7/jm-add-actioncable-guideXavier Noria2016-05-141-0/+4
|\ \ | | | | | | Add Action Cable guide to list
| * | Add Action Cable guide to listJon Moss2016-05-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | This effectively publishes the "Action Cable Overview" guide. If we don't think this is ready for the prime time, we can mark it as a "work in progress" guide. [ci skip]
* | | edit pass over the cable guide [ci skip]Xavier Noria2016-05-141-143/+181
| | |
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-05-144-48/+55
|\ \ \ | |/ / |/| | | | | | | | Conflicts: guides/source/configuring.md
| * | Add output snippet from `ActionController::API.ancestors - ↵Vipul A M2016-05-131-0/+7
| | | | | | | | | | | | | | | | | | ActionController::Metal.ancestors` command for api apps. [ci skip]
| * | Remove ambiquity in what we are referring to in the documentation of config ↵Vipul A M2016-05-111-1/+1
| | | | | | | | | | | | vs configuring the server itself
| * | Document config.action_dispatch.ignore_accept_header and ↵Vipul A M2016-05-111-0/+4
| | | | | | | | | | | | config.action_dispatch.x_sendfile_header in configuring guide
| * | 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 ↵Vipul A M2016-05-111-26/+26
| | | | | | | | | | | | be quoted as how other config options are. They are already quoted at many places. This change, makes this usage consistent. Note that, this is quoting literal values true and false, not truthy values
| * | 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 ↵Vipul A M2016-05-111-2/+2
| | | | | | | | | | | | was needed before. [ci skip]
| * | 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
| | | | | | | | | | | | | | | | | | option [ci skip]
| * | s/words_connnector/words_connector/Vipul A M2016-05-031-1/+1
| | | | | | | | | | | | [ci skip]
* | | 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
| | | | | | | | | | | | [ci skip]
* | | Minor syntax changeZach2016-05-101-1/+1
| | | | | | | | | While working on this very example recently, I found that Rails will throw POST errors if you leave an empty block in front the `format.js` when using either `remote: true` or vanilla JS/JQuery.
* | | 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]
| * | | Change http github links to https [ci skip]Mehmet Emin İNAÇ2016-05-081-4/+4
| | | | | | | | | | | | | | | | Follow up to 7d55c846f11a435a4c7aae58f99279a2b9dd8506
* | | | 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
| | | | | | | | | | | | | | | In #23935, cable file was to be provided by the javascript instead of coffeescript, doc was also been modified to use javascript.
* | | Merge commit 'fbdcf5221ad7ea3d40ad09651962fc85d101dd67'Matthew Draper2016-05-071-0/+5
|\ \ \ | | | | | | | | | | | | Preparing for 5.0.0.rc1 release
| * | | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-0/+5
| | | |
* | | | http --> httpsJon Moss2016-05-064-19/+19
|/ / / | | | | | | | | | [ci skip]
* | | Release notes: Add a note about `use_transactional_tests` in the deprecated ↵Prathamesh Sonpatki2016-05-061-0/+4
| | | | | | | | | | | | | | | | | | section of Active Record notes [ci skip] - Followup of PR #19282.
* | | 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
| | |