| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Small grammar fixes for Action Controller Overview | Jon Moss | 2016-05-21 | 1 | -5/+6 |
| * | | | Light grammar edits to beginning of Routing guide | Jon Moss | 2016-05-18 | 1 | -3/+3 |
| * | | | Add tick marks + small grammar change | Jon Moss | 2016-05-17 | 1 | -2/+2 |
| * | | | PerRequestDigestCacheExpiry middlware was been removed. Removed traces, for t... | Vipul A M | 2016-05-17 | 1 | -1/+0 |
| * | | | Pass over API Apps guide grammar. [ci skip] | Vipul A M | 2016-05-16 | 1 | -7/+5 |
| * | | | The `ActiveRecord::ConnectionAdapters::ConnectionManagement` and `ActiveRecor... | Vipul A M | 2016-05-16 | 3 | -13/+3 |
| * | | | Change output genereated for middlewares on a new application. This has chang... | Vipul A M | 2016-05-16 | 1 | -3/+3 |
| * | | | Add `ActiveRecord::Migration::CheckPending` to default middlewares for API Apps | Vipul A M | 2016-05-16 | 1 | -0/+1 |
* | | | | [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 |
| |/ /
|/| | |
|
* | | | [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 |
* | | | 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 |
* | | | Docs: Clarify when assoc. methods persist | Jared Beck | 2016-05-26 | 1 | -4/+4 |
* | | | 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 |
* | | | Use #distinct instead of #uniq in the guides [ci skip] (#25098) | Junya Ogura | 2016-05-21 | 1 | -1/+1 |
* | | | 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] | 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 |
* | | | 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 | Mateusz Konieczny | 2016-05-17 | 1 | -3/+1 |
* | | | | Safari 4 supports http only cookie (#25053) | Mateusz Konieczny | 2016-05-17 | 1 | -1/+1 |
* | | | | Merge pull request #25039 from maclover7/jm-capitalization-2 | Jon Moss | 2016-05-17 | 1 | -15/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix security guide capitalization errors | Jon Moss | 2016-05-16 | 1 | -15/+15 |
* | | | | Add Attributes API to release notes [ci skip] | Vipul A M | 2016-05-17 | 1 | -1/+68 |
|\ \ \ \ |
|
| * | | | | Add Attributes API to release notes | Vipul A M | 2016-04-14 | 1 | -1/+68 |
* | | | | | Merge pull request #25036 from maclover7/jm-capitalization | Jon Moss | 2016-05-16 | 1 | -3/+3 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | `md5` --> `MD5` | Jon Moss | 2016-05-16 | 1 | -3/+3 |
* | | | | | Update the Rails security guide | Ralin Chimev | 2016-05-16 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #25002 from maclover7/jm-add-actioncable-guide | Xavier Noria | 2016-05-14 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Add Action Cable guide to list | Jon Moss | 2016-05-13 | 1 | -0/+4 |
* | | | | | 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 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add output snippet from `ActionController::API.ancestors - ActionController::... | Vipul A M | 2016-05-13 | 1 | -0/+7 |
| * | | | Remove ambiquity in what we are referring to in the documentation of config v... | Vipul A M | 2016-05-11 | 1 | -1/+1 |
| * | | | Document config.action_dispatch.ignore_accept_header and config.action_dispat... | Vipul A M | 2016-05-11 | 1 | -0/+4 |
| * | | | More missing true literal quotings | Vipul A M | 2016-05-11 | 1 | -12/+12 |
| * | | | Lets be consistent in the usage of true/false across this guide. It should be... | Vipul A M | 2016-05-11 | 1 | -26/+26 |
| * | | | Document missing smtp config over at configuring guide. [ci skip] | Vipul A M | 2016-05-11 | 1 | -0/+3 |
| * | | | This config still applies for Rails 4 Apps and we need to mention it, what wa... | Vipul A M | 2016-05-11 | 1 | -2/+2 |
| * | | | Asset Pipeline: Remove outdated comment about `config.assets.digest` [ci skip] | Prathamesh Sonpatki | 2016-05-08 | 1 | -1/+1 |
| * | | | Asset pipeline: Remove documentation about outdated `config.assets.compress` ... | Prathamesh Sonpatki | 2016-05-08 | 2 | -14/+7 |
| * | | | s/words_connnector/words_connector/ | Vipul A M | 2016-05-03 | 1 | -1/+1 |
* | | | | Getting Started Guide: Add invoke test_unit to files table [ci skip] | Francis Go | 2016-05-12 | 1 | -0/+1 |
* | | | | Getting Started Guide: Add channels and jobs to app purpose table [ci skip] | Francis Go | 2016-05-12 | 1 | -1/+1 |