| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing things to Rails 5.0 release notes [ci skip] | Prathamesh Sonpatki | 2016-06-11 | 1 | -1/+19 |
* | Merge pull request #25321 from prathamesh-sonpatki/update-release-notes-1 | Rafael França | 2016-06-10 | 1 | -10/+33 |
|\ |
|
| * | Add missing things to release notes [ci skip] | Prathamesh Sonpatki | 2016-06-07 | 1 | -10/+33 |
* | | Merge pull request #25315 from schneems/schneems/inclusion-doc | Richard Schneeman | 2016-06-08 | 1 | -3/+9 |
|\ \ |
|
| * | | [ci skip] Expand information on message options | schneems | 2016-06-08 | 1 | -3/+9 |
* | | | Merge pull request #25327 from prathamesh-sonpatki/add-5-0-notes-to-the-index | Xavier Noria | 2016-06-08 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Add Rails 5.0 release notes to the index page of guides [ci skip] | Prathamesh Sonpatki | 2016-06-08 | 1 | -0/+5 |
| | |/
| |/| |
|
* | | | Merge pull request #25323 from vipulnsward/ac-release-notes | David Heinemeier Hansson | 2016-06-08 | 1 | -2/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add Action Cable introduction to release notes [ci skip] | Vipul A M | 2016-06-07 | 1 | -2/+13 |
* | | | Do not suggest nonsensical OpenSSL verify modes [ci skip] | Jonne Haß | 2016-06-07 | 2 | -2/+2 |
|/ / |
|
* | | Merge pull request #25279 from maclover7/jm-add-backticks-1 | David Heinemeier Hansson | 2016-06-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Add backticks to `ActiveRecord::Base.where` | Jon Moss | 2016-06-04 | 1 | -1/+1 |
* | | [ci skip] Update redirecting links in guides | Alex Kitchens | 2016-06-06 | 2 | -2/+2 |
* | | Merge pull request #24071 from meinac/configuring_md_docs | Vipul A M | 2016-06-05 | 1 | -0/+26 |
|\ \ |
|
| * | | Added some useful configuration options into configuring.md [ci skip] | Mehmet Emin İNAÇ | 2016-03-05 | 1 | -0/+26 |
* | | | 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. | 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. | Santosh Wadghule | 2016-06-04 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-06-03 | 11 | -46/+34 |
|\ \ \ |
|
| * | | | Grammar fixes for Contributing guide | Jon Moss | 2016-06-02 | 1 | -7/+7 |
| * | | | `will be` --> `is` | Jon Moss | 2016-05-31 | 1 | -1/+1 |
| * | | | Light edits to Action Cable Overview guide | Jon Moss | 2016-05-28 | 1 | -3/+3 |
| * | | | - :scissors: space in code to match previous defaults. | Vipul A M | 2016-05-23 | 1 | -3/+1 |
| * | | | Update i18n guide about how to change locale and translations paths [ci skip] | Prathamesh Sonpatki | 2016-05-22 | 1 | -4/+5 |
| * | | | 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 |
|\ \ \ |
|