Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #25278 from mechanicles/fix-link | Jon Moss | 2016-06-04 | 1 | -1/+1 |
|\ | | | | | [ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community | ||||
| * | [ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community. | Santosh Wadghule | 2016-06-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #25277 from mechanicles/remove-pratik-from-core | Jon Moss | 2016-06-04 | 1 | -1/+1 |
|\ \ | | | | | | | [ci skip] Remove Pratik Naik from Rails core team info. | ||||
| * | | [ci skip] Remove Pratik Naik from Rails core team info. | Santosh Wadghule | 2016-06-04 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-06-03 | 11 | -46/+34 |
|\ \ | | | | | | | | | | | | | Conflicts: guides/source/action_cable_overview.md | ||||
| * | | Grammar fixes for Contributing guide | Jon Moss | 2016-06-02 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure why #25239, but it had good changes, so I'm manually pulling in the changes. [Jon Moss, Rajat Bansal] [ci skip] | ||||
| * | | `will be` --> `is` | Jon Moss | 2016-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Light edits to Action Cable Overview guide | Jon Moss | 2016-05-28 | 1 | -3/+3 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | - :scissors: space in code to match previous defaults. | Vipul A M | 2016-05-23 | 1 | -3/+1 |
| | | | | | | | | | | | | - Grammar edits. | ||||
| * | | Update i18n guide about how to change locale and translations paths [ci skip] | Prathamesh Sonpatki | 2016-05-22 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | - config/application.rb no longer has comments about how to specify load paths or change default locale after https://github.com/rails/rails/commit/28dcadc0140dfdeb. | ||||
| * | | Small grammar fixes for Action Controller Overview | Jon Moss | 2016-05-21 | 1 | -5/+6 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Light grammar edits to beginning of Routing guide | Jon Moss | 2016-05-18 | 1 | -3/+3 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Add tick marks + small grammar change | Jon Moss | 2016-05-17 | 1 | -2/+2 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | PerRequestDigestCacheExpiry middlware was been removed. Removed traces, for ↵ | Vipul A M | 2016-05-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | the same. https://github.com/rails/rails/commit/23b6a9c0fcb8992e18450d6fe0680bf09685b7db [ci skip] | ||||
| * | | Pass over API Apps guide grammar. [ci skip] | Vipul A M | 2016-05-16 | 1 | -7/+5 |
| | | | |||||
| * | | The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and ↵ | Vipul A M | 2016-05-16 | 3 | -13/+3 |
| | | | | | | | | | | | | | | | | | | | | | `ActiveRecord::QueryCache` middlewares were removed with `Executor` addition on d3c9d808e3e242155a44fd2a89ef272cfade8fe8 Removes traces and reference of these from all places. [ci skip] | ||||
| * | | Change output genereated for middlewares on a new application. This has ↵ | Vipul A M | 2016-05-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | changed quite a bit after Executor middleware addition. [ci skip] | ||||
| * | | Add `ActiveRecord::Migration::CheckPending` to default middlewares for API Apps | Vipul A M | 2016-05-16 | 1 | -0/+1 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | [skip ci] Make header bullets consistent in engines.md | Alex Kitchens | 2016-06-02 | 1 | -3/+3 |
| | | | |||||
* | | | add missing "as" | Antonio Felguerez | 2016-06-02 | 1 | -1/+1 |
| |/ |/| | | | it reads a bit awkwardly without it. | ||||
* | | [ci skip]Fix wrong require path raising LoadError | willnet | 2016-05-29 | 1 | -1/+1 |
| | | |||||
* | | rename enum_prefix and enum_suffix options to _prefix and _suffix [ci skip] | yuuji.yaginuma | 2016-05-29 | 1 | -2/+3 |
| | | | | | | | | | | `:enum_prefix` and `:enum_suffix` was changed to `:_prefix` and `:_suffix` in #20999. | ||||
* | | fix incorrect class name [ci skip] | yuuji.yaginuma | 2016-05-28 | 1 | -1/+1 |
| | | |||||
* | | Use `add_index` instead of `execute` in guides [ci skip] | Ryuta Kamizono | 2016-05-28 | 1 | -1/+1 |
| | | |||||
* | | cometic updates to security guide - fixes #25058 [ci skip] | Mateusz Konieczny | 2016-05-27 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Fix ActionCable Guides | willnet | 2016-05-27 | 1 | -1/+1 |
| | | | | | | | | Default worker pool size was changed from 100 to 4 at #24376 | ||||
* | | Docs: Clarify when assoc. methods persist | Jared Beck | 2016-05-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Because I can never remember if `collection_singular_ids=` persists or not (it does). [ci skip] | ||||
* | | autoloading guide: specify autoload paths are set when the app boots [ci skip] | Xavier Noria | 2016-05-26 | 1 | -3/+4 |
| | | |||||
* | | remove deprecated `Module#qualified_const_` from guide [ci skip] | yuuji.yaginuma | 2016-05-23 | 1 | -71/+0 |
| | | | | | | | | Follow up to #17845. | ||||
* | | Use #distinct instead of #uniq in the guides [ci skip] (#25098) | Junya Ogura | 2016-05-21 | 1 | -1/+1 |
| | | | | | | * #uniq will be deprecated, see: rails/rails@adfab2d | ||||
* | | Merge pull request #25092 from y-yagi/add_23980_to_release_notes | प्रथमेश Sonpatki | 2016-05-21 | 1 | -0/+3 |
|\ \ | | | | | | | add #23980 to release notes [ci skip] | ||||
| * | | add #23980 to release notes [ci skip] | yuuji.yaginuma | 2016-05-21 | 1 | -0/+3 |
| | | | |||||
* | | | fix module name [ci skip] | yuuji.yaginuma | 2016-05-20 | 1 | -1/+1 |
|/ / | |||||
* | | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 4 | -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_recent | Jon Moss | 2016-05-17 | 1 | -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/2009 | Mateusz Konieczny | 2016-05-17 | 1 | -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 Konieczny | 2016-05-17 | 1 | -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-2 | Jon Moss | 2016-05-17 | 1 | -15/+15 |
|\ \ \ | |/ / |/| | | Fix security guide capitalization errors | ||||
| * | | Fix security guide capitalization errors | Jon Moss | 2016-05-16 | 1 | -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 M | 2016-05-17 | 1 | -1/+68 |
|\ \ \ | | | | | | | | | Add Attributes API to release notes [ci skip] | ||||
| * | | | Add Attributes API to release notes | Vipul A M | 2016-04-14 | 1 | -1/+68 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge pull request #25036 from maclover7/jm-capitalization | Jon Moss | 2016-05-16 | 1 | -3/+3 |
|\ \ \ \ | |_|/ / |/| | | | `md5` --> `MD5` | ||||
| * | | | `md5` --> `MD5` | Jon Moss | 2016-05-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Update the Rails security guide | Ralin Chimev | 2016-05-16 | 1 | -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-guide | Xavier Noria | 2016-05-14 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Add Action Cable guide to list | ||||
| * | | | Add Action Cable guide to list | Jon Moss | 2016-05-13 | 1 | -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 Noria | 2016-05-14 | 1 | -143/+181 |
| |_|/ |/| | | |||||
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-05-14 | 4 | -48/+55 |
|\ \ \ | |/ / |/| | | | | | | | | Conflicts: guides/source/configuring.md | ||||
| * | | Add output snippet from `ActionController::API.ancestors - ↵ | Vipul A M | 2016-05-13 | 1 | -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 M | 2016-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | vs configuring the server itself |