aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add case_sensitive option for confirmation validationAkshat Sharma2015-09-013-4/+32
* | | | | Merge pull request #21416 from lsylvester/cache-helper-with-relationRafael Mendonça França2015-09-013-3/+24
|\ \ \ \ \
| * | | | | Fix calling cache helper with a relationLachlan Sylvester2015-08-283-3/+24
* | | | | | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-012-1/+46
|\ \ \ \ \ \
| * | | | | | Fix broken IPv6 addresses handlingBrian Weaver2015-04-162-1/+46
* | | | | | | Merge pull request #21298 from rodzyn/remove_dead_codeRafael Mendonça França2015-09-011-4/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove dead codeMarcin Olichwirowicz2015-08-191-4/+0
* | | | | | | | No need to get the exception variableRafael Mendonça França2015-09-011-6/+4
* | | | | | | | Merge pull request #21318 from yahonda/pr21108Rafael Mendonça França2015-09-012-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Support MySQL 5.7.8 which enables show_compatibility_56=offYasuo Honda2015-08-212-3/+7
* | | | | | | | | No need CHANGELOG entry for #21421 [ci skip]Rafael Mendonça França2015-09-011-6/+0
* | | | | | | | | Merge pull request #21421 from leighhalliday/array_inq_toggle_string_symbolRafael Mendonça França2015-09-013-11/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ArrayInquirer to correctly find symbols or stringsLeigh Halliday2015-08-283-11/+22
* | | | | | | | | | Inline uneccessary frozen string constantSean Griffin2015-08-311-3/+1
* | | | | | | | | | Merge pull request #21436 from claudiob/silence-callbacks-warningRafael Mendonça França2015-08-311-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Silence callback deprecation warning if testing AJclaudiob2015-08-311-0/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #21432 from yui-knk/fix/what_change_method_can_reverseSean Griffin2015-08-302-15/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Update what methods `Migration#change` can reverseyui-knk2015-08-312-15/+34
* | | | | | | | | | Merge pull request #21433 from y-yagi/fix_typoKasper Timm Hansen2015-08-301-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix typo in method name [ci skip]yuuji.yaginuma2015-08-301-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #21429 from yui-knk/fix/revert_disable_extensionSean Griffin2015-08-302-1/+34
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Make revert of `disable_extension` to workyui-knk2015-08-302-1/+34
* | | | | | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-08-302-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | [ci skip] Capitalize commentsyui-knk2015-08-291-1/+1
| * | | | | | | | | [ci skip] Fix file name generated by `rails generate`yui-knk2015-08-241-1/+1
* | | | | | | | | | add a method for getting the http auth saltAaron Patterson2015-08-292-2/+6
* | | | | | | | | | env to get_header conversionAaron Patterson2015-08-291-1/+1
* | | | | | | | | | fixes example for consistency [ci skip]Xavier Noria2015-08-291-3/+3
* | | | | | | | | | swaps words [ci skip]Xavier Noria2015-08-291-1/+1
* | | | | | | | | | revamps the docs of strong params require [ci skip]Xavier Noria2015-08-291-9/+40
* | | | | | | | | | Merge pull request #21423 from y-yagi/rails_test_optsCarlos Antonio da Silva2015-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | make `ENV` a required argumentyuuji.yaginuma2015-08-291-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #21420 from akihiro17/renderingRafael Mendonça França2015-08-282-3/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Set the content-type to `text/html` if the options[:html] is trueakihiro172015-08-292-3/+2
|/ / / / / / / / /
* | | | | | | | | revises 877e42eXavier Noria2015-08-282-8/+8
* | | | | | | | | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-284-10/+67
* | | | | | | | | Tiny documentation improvements [ci skip]Robin Dupret2015-08-282-7/+9
* | | | | | | | | [ci skip] Better description for starting up with new Rails projectShivani2015-08-281-4/+3
* | | | | | | | | Merge pull request #19565 from gaurish/multiple_require_paramsKasper Timm Hansen2015-08-282-0/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [Feature] params.require requires array of paramsGaurish Sharma2015-08-282-0/+25
|/ / / / / / / / /
* | | | | | | | | pg docs, `connection.tables` does not use the `name` argument.Yves Senn2015-08-281-1/+1
* | | | | | | | | PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-284-13/+30
* | | | | | | | | Merge pull request #21417 from rousisk/docfixYves Senn2015-08-281-2/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | fix reference to undefined variable in email testing guide [ci skip]Konstantinos Rousis2015-08-281-2/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #17502 from vipulnsward/configurable-delimited-regexRafael Mendonça França2015-08-286-2/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...Vipul A M2015-08-286-2/+35
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #21396 from rodzyn/code-cleanupGuillermo Iguaran2015-08-282-13/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Code cleanupMarcin Olichwirowicz2015-08-272-13/+2
* | | | | | | | Disable warnings in railties testsRafael Mendonça França2015-08-271-1/+1
* | | | | | | | Merge pull request #21411 from byroot/perf-improvement-in-dependencies-loadab...Rafael Mendonça França2015-08-271-5/+5
|\ \ \ \ \ \ \ \