aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #26531 from y-yagi/remove_unused_benchmarkRafael França2016-10-101-2/+0
|\ \ \ \ \
| * | | | | remove unused require `benchmark`yuuji.yaginuma2016-09-171-2/+0
* | | | | | Merge pull request #26577 from dharamgollapudi/add_licenseRafael França2016-10-101-0/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rename `LICENSE` to `MIT-LICENSE` for consistency with sub projectsDharam Gollapudi2016-09-231-0/+0
| * | | | | Add top level licenseDharam Gollapudi2016-09-211-0/+20
| | |_|/ / | |/| | |
* | | | | Merge pull request #26755 from rafaelfranca/deprecationsRafael França2016-10-1012-300/+25
|\ \ \ \ \
| * | | | | Removed deprecated :tokenizer in the length validatorRafael Mendonça França2016-10-104-74/+5
| * | | | | Removed deprecated methods in ActiveModel::ErrorsRafael Mendonça França2016-10-103-179/+6
| * | | | | Removed deprecated support to passing the adapter class to .queue_adapterRafael Mendonça França2016-10-103-23/+4
| * | | | | Removed deprecated #original_exception in ActiveJob::DeserializationErrorRafael Mendonça França2016-10-102-13/+5
| * | | | | Removed deprecated `#original_exception` in `ActionView::Template::Error`.Rafael Mendonça França2016-10-102-11/+5
* | | | | | Merge pull request #26753 from kamipo/fix_table_comment_dumpingRafael França2016-10-103-2/+5
|\ \ \ \ \ \
| * | | | | | Fix table comment dumpingRyuta Kamizono2016-10-113-2/+5
|/ / / / / /