aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | render_bind should be privateAaron Patterson2016-10-191-10/+10
* | | | | Merge pull request #26829 from headius/wait_for_events_in_listen_testsAaron Patterson2016-10-191-0/+18
* | | | | Merge pull request #26825 from orhantoy/fix-doc-code-indentationJon Moss2016-10-191-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix indentation of code examplesOrhan Toy2016-10-191-4/+4
|/ / / /
* | | | Merge pull request #26821 from y-yagi/update_doc_about_change_column_defaultप्रथमेश Sonpatki2016-10-191-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | update doc about `change_column_default` [ci skip]yuuji.yaginuma2016-10-191-2/+4
|/ / /
* | | Merge pull request #26809 from alexcameron89/contributing_guide_typoJon Moss2016-10-171-1/+1
|\ \ \
| * | | [ci skip] Fix typo in Guides: ContributingAlex Kitchens2016-10-171-1/+1
|/ / /
* | | /s/integrations/integration [ci skip] (#26801)प्रथमेश Sonpatki2016-10-161-1/+1
* | | Merge pull request #26800 from prathamesh-sonpatki/bump-bundlerGuillermo Iguaran2016-10-161-0/+1
|\ \ \
| * | | Bump bundler version in the before_install hook of travisPrathamesh Sonpatki2016-10-161-0/+1
|/ / /
* | | Merge pull request #26786 from codeodor/patch-1Eileen M. Uchitelle2016-10-153-1/+16
|\ \ \
| * | | Allow any key in Renderer environment hashSammy Larbi2016-10-153-1/+16
* | | | Copy-edit the documentationRafael Mendonça França2016-10-151-4/+4
* | | | Merge pull request #26793 from zachaysan/masterRafael França2016-10-151-98/+100
|\ \ \ \
| * | | | Make `process` a non-private method and update documentation.Zach Aysan2016-10-151-98/+100
* | | | | Merge pull request #26598 from rutaka-n/raise_record_not_found_with_correct_p...Eileen M. Uchitelle2016-10-151-2/+2
|\ \ \ \ \
| * | | | | initialize errors with name of class and other paramsv.promzelev2016-09-231-2/+2
* | | | | | Pull request for ticket 26769 (#26770)rmarone2016-10-151-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #26792 from rails/benchmark-templateGodfrey Chan2016-10-152-27/+67
|\ \ \ \ \
| * | | | | Introduce a benchmark template [ci skip]Godfrey Chan2016-10-152-27/+67
|/ / / / /
* | | | | Merge pull request #26784 from kamipo/quote_table_name_properlyRafael França2016-10-145-24/+35
|\ \ \ \ \
| * | | | | Quote table name properlyRyuta Kamizono2016-10-145-24/+35
| | |/ / / | |/| | |
* | | | | Add comment to remove code when we are in Ruby 2.4Rafael Mendonça França2016-10-141-0/+1
* | | | | Merge pull request #26785 from yahonda/diag26774Rafael França2016-10-141-1/+1
|\ \ \ \ \
| * | | | | Support index.length for MySQL 8.0.0-dmrYasuo Honda2016-10-131-1/+1
| |/ / / /
* | | | | Merge pull request #26788 from Jesus/masterRafael França2016-10-141-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use built-in #transform_values when available.Jesús Burgos2016-10-141-2/+2
|/ / / /
* | | | Merge pull request #26787 from y-yagi/add_missing_closing_tagJon Moss2016-10-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | add missing closing tag [ci skip]yuuji.yaginuma2016-10-141-1/+1
|/ / /
* | | Merge pull request #26779 from javiercr/patch-1Guillermo Iguaran2016-10-131-3/+3
|\ \ \
| * | | Suggested editsJavier Cuevas2016-10-131-3/+3
| * | | Improve Action Cable Overview guideJavier Cuevas2016-10-131-3/+3
|/ / /
* | | Merge pull request #26765 from claudiob/follow-26518Claudio B2016-10-111-2/+3
|\ \ \
| * | | Docs: `tag` only accept attribute names as symbolsclaudiob2016-10-111-2/+3
* | | | Merge pull request #26768 from alexcameron89/actionpack_changelogRafael França2016-10-111-1/+1
|\ \ \ \
| * | | | [ci skip] fix typo in Actionpack ChangelogAlex Kitchens2016-10-111-1/+1
|/ / / /
* | | | Merge pull request #26767 from kamipo/fix_warningRafael França2016-10-111-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix `warning: ambiguous first argument`Ryuta Kamizono2016-10-121-4/+4
|/ / /
* | | Merge pull request #26757 from biow0lf/set-target-ruby-versionRafael França2016-10-111-1/+1
|\ \ \
| * | | Set target ruby version for rubocop to 2.2 instead 2.3.Igor Zubkov2016-10-111-1/+1
* | | | ActionController::Parameters#deep_dup (#26567)Pavel Evstigneev2016-10-112-0/+29
|/ / /
* | | Permit same-origin connections by defaultMatthew Draper2016-10-115-8/+21
* | | Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-114-1/+18
|\ \ \
| * | | Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-214-1/+18
* | | | Merge pull request #26208 from nanaya/pg-insensitive-textMatthew Draper2016-10-113-2/+37
|\ \ \ \
| * | | | Fix case insensitive check for text column in pgnanaya2016-09-012-0/+30
| * | | | Use proper castingnanaya2016-09-011-2/+2
* | | | | Merge pull request #26756 from kamipo/extract_format_colspecRafael França2016-10-102-12/+10
|\ \ \ \ \
| * | | | | Extract `format_colspec` to format column specRyuta Kamizono2016-10-112-12/+10