aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ArrayInquirer to correctly find symbols or stringsLeigh Halliday2015-08-283-11/+22
* 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
|\ \
| * | 10X speed improvements for AS::Dependencies.loadable_constants_for_pathJean Boussier2015-08-271-5/+5
* | | Merge pull request #21409 from piton4eg/patch-9Claudio B.2015-08-271-2/+2
|\ \ \ | |/ / |/| |
| * | Fix Configuring Active Record [ci skip]Alexey Markov2015-08-271-2/+2
* | | Merge pull request #21410 from y-yagi/fix_link_in_plugin_guideSean Griffin2015-08-271-1/+0
|\ \ \
| * | | remove link to outdated article in plugins guide [ci skip]yuuji.yaginuma2015-08-281-1/+0
|/ / /
* | | Revert "this always sets :public to false, so just do that"Aaron Patterson2015-08-271-1/+1
* | | this always sets :public to false, so just do thatAaron Patterson2015-08-271-1/+1
* | | remove dependency on `@cache_control` ivarAaron Patterson2015-08-271-6/+6
|/ /
* | remove `@etag` ivarAaron Patterson2015-08-271-5/+7
* | use the abstract API in modulesAaron Patterson2015-08-272-14/+15
* | remove useless conditionalAaron Patterson2015-08-271-2/+0
* | implement the API required by the abstract Rack request.Aaron Patterson2015-08-272-17/+9
* | use the non-hash dependent Rack utils APIAaron Patterson2015-08-272-3/+3
* | minor copy edit. [ci skip]Yves Senn2015-08-271-2/+2
* | Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-...Yves Senn2015-08-273-2/+17
|\ \
| * | Updating TestSession to access with indifferenceJeremy Friesen2015-08-263-2/+17
* | | Merge pull request #21392 from y-yagi/rm_require_support_filesYves Senn2015-08-271-3/+0
|\ \ \
| * | | remove require of files under support that do not useyuuji.yaginuma2015-08-271-3/+0
* | | | Merge pull request #21389 from Gaurav2728/gaurav-unused_require_fileYves Senn2015-08-274-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | no more require minitest mockGaurav Sharma2015-08-274-4/+0
* | | | remove redefined methodAaron Patterson2015-08-261-3/+0
* | | | Remove useless conditionalAaron Patterson2015-08-261-1/+1
* | | | remove useless codeAaron Patterson2015-08-261-1/+0
* | | | only call self.content_type= when there is a responseAaron Patterson2015-08-263-4/+18
* | | | Pull `plain` content type handling up to `render`Aaron Patterson2015-08-263-9/+6
* | | | stop passing the options hash to `_process_format`Aaron Patterson2015-08-263-5/+5
|/ / /
* | | remove RackDelegation moduleAaron Patterson2015-08-2614-74/+16
* | | remove useless methodAaron Patterson2015-08-261-5/+0
* | | include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-262-1/+2
* | | Merge pull request #21387 from ronakjangir47/remove_dup_minitestKasper Timm Hansen2015-08-265-7/+0
|\ \ \
| * | | Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-265-7/+0
* | | | `headers` should delegate to the response objectAaron Patterson2015-08-261-1/+2
* | | | remove useless status setAaron Patterson2015-08-261-2/+0