| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Correct grammar to fix #18182 [ci skip] | Zachary Scott | 2014-12-24 | 1 | -1/+1 |
* | | Merge pull request #18190 from ef718/master | Zachary Scott | 2014-12-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Update grammar [ci skip] | Elaine Fang | 2014-12-24 | 1 | -1/+1 |
| |/ |
|
* / | Fix a few typos [ci skip] | Robin Dupret | 2014-12-24 | 2 | -5/+6 |
|/ |
|
* | Merge pull request #18183 from danbernier/master | Arun Agrawal | 2014-12-24 | 1 | -1/+1 |
|\ |
|
| * | Fix bug in ActionMailer guide. | Dan Bernier | 2014-12-24 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #18107 from mkdynamic/add-reply-to-mail-to | Sean Griffin | 2014-12-24 | 2 | -4/+5 |
|\ |
|
| * | Add support for Reply-To field in mail_to helper | Mark Dodwell | 2014-12-20 | 2 | -4/+5 |
* | | Merge pull request #18180 from vipulnsward/remove-unnecessary-name-passing | Sean Griffin | 2014-12-24 | 1 | -4/+4 |
|\ \ |
|
| * | | - Removed unused parameter to cookie serialize method and fixed usage of the ... | Vipul A M | 2014-12-24 | 1 | -4/+4 |
|/ / |
|
* | | Merge pull request #18159 from M7/docs-active_record-update_query_method_docs... | Sean Griffin | 2014-12-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Clarify that query methods have a custom definition of whether a numeric valu... | Michael D.W. Prendergast | 2014-12-23 | 1 | -2/+2 |
| * | | Clarify that the word present refers to Object#present?. [ci skip] | Michael D.W. Prendergast | 2014-12-23 | 1 | -36/+2 |
| * | | Update Active Record's attribute query methods documentation to describe its ... | Michael D.W. Prendergast | 2014-12-22 | 1 | -2/+36 |
* | | | removes superfluous regexp group | Xavier Noria | 2014-12-23 | 1 | -1/+1 |
* | | | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 48 | -0/+96 |
* | | | third test to warn against reading guides in GitHub | Xavier Noria | 2014-12-23 | 2 | -2/+2 |
* | | | second test to warn against reading guides in GitHub | Xavier Noria | 2014-12-23 | 2 | -3/+2 |
* | | | proof of concept, need to check in GitHub | Xavier Noria | 2014-12-23 | 2 | -0/+4 |
* | | | Merge pull request #18174 from bogdan/cleanup_has_many_though_association_count | Sean Griffin | 2014-12-23 | 1 | -15/+0 |
|\ \ \ |
|
| * | | | Remove unneeded special case to calculate size for has_many :through | Bogdan Gusiev | 2014-12-23 | 1 | -15/+0 |
* | | | | Merge pull request #18170 from tgxworld/add_docs_for_rails_application_secrets | Sean Griffin | 2014-12-23 | 1 | -1/+15 |
|\ \ \ \ |
|
| * | | | | Rails::Application#secrets should be documented. | Guo Xiang Tan | 2014-12-24 | 1 | -1/+15 |
* | | | | | Don't treat `nil` as changed in serialized types | Sean Griffin | 2014-12-23 | 2 | -1/+9 |
* | | | | | Refactor a common class to reduce the duplication for `references` | Sean Griffin | 2014-12-23 | 2 | -59/+86 |
* | | | | | Fix syntax warning | Sean Griffin | 2014-12-23 | 1 | -1/+1 |
* | | | | | Merge pull request #18167 from al2o3cr/checkin_connection_leak | Sean Griffin | 2014-12-23 | 2 | -4/+36 |
|\ \ \ \ \ |
|
| * | | | | | Fix connection leak when a thread checks in additional connections. | Matt Jones | 2014-12-23 | 2 | -4/+36 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #18166 from merongivian/search_field_refactor | Sean Griffin | 2014-12-23 | 2 | -10/+12 |
|\ \ \ \ \ |
|
| * | | | | | Remove block from super | Jose AƱasco | 2014-12-23 | 2 | -10/+12 |
* | | | | | | Changelog for 99a6f9e60ea55924b44f894a16f8de0162cf2702 | Sean Griffin | 2014-12-23 | 1 | -0/+6 |
* | | | | | | Merge pull request #18145 from georgemillo/patch-2 | Sean Griffin | 2014-12-23 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add information about "allow_destroy" requiring an ID. [ci skip] | George Millo | 2014-12-23 | 1 | -0/+3 |
* | | | | | | | Merge Pull Request #18157 | Sean Griffin | 2014-12-23 | 3 | -1/+20 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Don't raise on out-of-range datetimes passed by a user | Grey Baker | 2014-12-23 | 3 | -1/+20 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | docs, replace ` with + for proper rdoc output. [ci skip] | Yves Senn | 2014-12-23 | 2 | -4/+4 |
* | | | | | | | Replace deprecated `#load_schema` with `#load_schema_for`. | Yves Senn | 2014-12-23 | 3 | -24/+26 |
* | | | | | | | cleanup CHANGELOGs. [ci skip] | Yves Senn | 2014-12-23 | 3 | -5/+5 |
* | | | | | | | Merge pull request #18162 from romaimperator/master | Yves Senn | 2014-12-23 | 4 | -1/+18 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fixing numeric attrs when set to same negative value | Daniel Fox | 2014-12-23 | 4 | -1/+18 |
* | | | | | | | | Merge pull request #18163 from y-yagi/fix_nodoc_typo | Yves Senn | 2014-12-23 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | fix typo in nodoc | yuuji.yaginuma | 2014-12-23 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #18158 from YayConnolly/master | Sean Griffin | 2014-12-22 | 1 | -0/+3 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Describe gotcha for 'status' option [ci skip] | J Connolly | 2014-12-22 | 1 | -0/+3 |
|/ / / / / / |
|
* | | | | | | Merge pull request #18156 from claudiob/better-record-identifier-tests | Sean Griffin | 2014-12-22 | 2 | -0/+55 |
|\ \ \ \ \ \ |
|
| * | | | | | | Better tests for AV::RecordIdentifier | claudiob | 2014-12-23 | 2 | -0/+55 |
|/ / / / / / |
|
* | | | | | | Merge pull request #18147 from andreynering/guides-line-breaks-fix | Sean Griffin | 2014-12-22 | 2 | -12/+3 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Do not use line breaks on notes [ci skip] | Andrey Nering | 2014-12-22 | 2 | -12/+3 |
| |/ / / / |
|
* | | | | | Improve the performance of reading belongs_to associations | Sean Griffin | 2014-12-22 | 1 | -5/+6 |
* | | | | | Don't perform statement caching for `find` when called from a scope | Sean Griffin | 2014-12-22 | 3 | -1/+32 |