Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Add a note on ActionController guide about 404 | Mauro George | 2016-01-11 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Merge pull request #22983 from bronson/update-mysql-in-guides | Santiago Pastorino | 2016-01-10 | 2 | -2/+1 | |
|\ \ \ \ | | | | | | | | | | | remove mentions of legacy mysql adapter from guides | |||||
| * | | | | remove legacy mysql from guides to match #22715 | Scott Bronson | 2016-01-09 | 2 | -2/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #21995 from tak1n/master | Jon Moss | 2016-01-10 | 1 | -8/+35 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add Example for using config_for | |||||
| * | | | | | fix doc for rails custom configuration through config_for [skip ci] | Benny Klotz | 2015-12-03 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Updated existing custom configuration for rails 5 where `config.x` | Benny Klotz | 2015-10-19 | 1 | -8/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace is not needed anymore. Added custom configuration through config_for which parses a yml file in config folder. | |||||
* | | | | | | rake log:clear task updated refs[#22544] | Pramod | 2016-01-09 | 1 | -1/+1 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoided truncating all files if no ENV['LOGS'] specified - Updated task to accept LOGS=all for truncating all files from log/ i.e. log/*log - If no LOGS specified will truncates standard environment log files i.e. 'development,test,production' - CHANGELOG & guide update added - bin/setup test cases fixed | |||||
* | | | | | Merge pull request #22275 from mastahyeti/per-form-csrf | Rafael França | 2016-01-06 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Per-form CSRF tokens | |||||
| * | | | | | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #22922 from vhf/add_fpb_back | Claudio B | 2016-01-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [ci skip] Update doc/resource link removed by #21211 | |||||
| * | | | | | | [ci skip] Update doc/resource link removed by #21211 | Victor Felder | 2016-01-05 | 1 | -0/+1 | |
| |/ / / / / | ||||||
* / / / / / | Add job suffix to sample's job file name | Manu | 2016-01-05 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Update the maintenance policy for the next release. | Rafael Mendonça França | 2016-01-04 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 ↵ | Prathamesh Sonpatki | 2016-01-02 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | release notes [ci skip] | |||||
* | | | | | Fix typo: test -> text | Sean Collins | 2015-12-30 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [ci skip] Update rails/all.rb reference. | Kasper Timm Hansen | 2015-12-30 | 1 | -9/+10 | |
| |_|_|/ |/| | | | | | | | | | | | It didn't mention Action Cable's engine. | |||||
* | | | | Merge pull request #22844 from prathamesh-sonpatki/issue_22836 | Yves Senn | 2015-12-30 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Fix documentation for configuring default_charset [ci skip] | |||||
| * | | | | Fix documentation for configuring default_charset [ci skip] | Prathamesh Sonpatki | 2015-12-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | - Fixes #22836. | |||||
* | | | | | [ci skip] Put all removals in its section | Akshay Vishnoi | 2015-12-30 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #22053 from Empact/first-loaded | Yves Senn | 2015-12-28 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix #first(limit) to take advantage of #loaded? records if available | |||||
* \ \ \ \ | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 1 | -6/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for Petabyte and Exabyte in number to human size | |||||
| * | | | | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 1 | -6/+8 | |
| | | | | | | ||||||
* | | | | | | fix link to pr [ci skip] | yuuji.yaginuma | 2015-12-27 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Improve RDoc documentation of ActionDispatch::SSL | Tim Rogers | 2015-12-24 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Improve documentation of config.force_ssl in guides | Tim Rogers | 2015-12-24 | 1 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Improve readability of CacheHelper section | Dave Powers | 2015-12-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, use past tense. [ci skip] | Ryuta Kamizono | 2015-12-24 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | release notes, Rails 5 won't support the protected_attribtues gem. | Yves Senn | 2015-12-23 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, extracted notable changes from Active Record CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -1/+163 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, extract notable changes from Active Model CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, extract notable changes from Active Job CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -3/+16 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, extract notable changes from Active Support CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -1/+116 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | Fix typos in Rails 5.0 release notes [ci skip] | Prathamesh Sonpatki | 2015-12-23 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Fix letter case and grammar in Routing guide | Dave Powers | 2015-12-22 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | fixes typo in 5.0 release notes | Laurier Mantel | 2015-12-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | release notes, extract notable changes from Action Mailer CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | release notes, extract notable changes from Action View CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -3/+24 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | release notes, use past tense. [ci skip] | Yves Senn | 2015-12-22 | 1 | -15/+15 | |
| | | | | ||||||
* | | | | release notes, extract notable changes from Action Pack CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -0/+114 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | release notes, extract notable changes from Railties CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -5/+49 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | guides, restructure Rails 5.0 release notes. [ci skip] | Yves Senn | 2015-12-22 | 2 | -91/+160 | |
| | | | | | | | | | | | | | | | | | | | | xref #22701. xref #20612. | |||||
* | | | | Merge pull request #22701 from maclover7/rails-5-release-notes | Yves Senn | 2015-12-22 | 1 | -0/+188 | |
|\ \ \ \ | | | | | | | | | | | [WIP] Rails 5 release notes [ci skip] | |||||
| * | | | | Add Rails 5.0 Release Notes | Jon Moss | 2015-12-21 | 1 | -0/+188 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | Merge pull request #22483 from y-yagi/use_bin_test_in_plugins_guide | Yves Senn | 2015-12-22 | 1 | -32/+67 | |
|\ \ \ \ \ | | | | | | | | | | | | | use `bin/test` in plugins guide [ci skip] | |||||
| * | | | | | use `bin/test` in plugins guide [ci skip] | yuuji.yaginuma | 2015-12-22 | 1 | -32/+67 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | `bin/test` can use the same API as the `bin/rails test`, since it is possible to run a flexible test than rake, I think better to use a guide even `bin/test`. | |||||
* | | | | | remove content_tag_for example | Ryo Hashimoto | 2015-12-22 | 1 | -7/+5 | |
| | | | | | ||||||
* | | | | | corrects a typo | David English | 2015-12-21 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #22709 from ↵ | Rafael França | 2015-12-21 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | jonatack/clarify-explanation-for-new-config-halt-callback-chains Clarify config settings for AS::halt_callback_chains_on_return_false | |||||
| * | | | | Clarify config settings for AS::halt_callback_chains_on_return_false | Jon Atack | 2015-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | [skip ci] | |||||
* | | | | | [ci skip] Fix typo | Akshay Vishnoi | 2015-12-22 | 1 | -1/+1 | |
| | | | | |