aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|/ / / / / / /
* | | | | | | Merge pull request #26747 from kamipo/name_is_not_column_optionRafael França2016-10-103-12/+8
|\ \ \ \ \ \ \
| * | | | | | | `name` is not a column optionRyuta Kamizono2016-10-103-12/+8
| |/ / / / / /
* | | | | | | Merge pull request #26750 from bogdanvlviv/docKasper Timm Hansen2016-10-101-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add missing @, fix indents. [ci skip]bogdanvlviv2016-10-101-6/+6
|/ / / / / /
* | | | | | Merge pull request #26578 from jeremy/undeprecate-plural-positional-argRafael França2016-10-102-14/+3
|\ \ \ \ \ \
| * | | | | | Undeprecate plural positional argumentJeremy Daer2016-09-212-14/+3
| |/ / / / /
* | | | | | Merge pull request #26746 from rails/deprecationsRafael França2016-10-1056-1430/+298
|\ \ \ \ \ \
| * | | | | | Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-104-98/+19
| * | | | | | Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.Rafael Mendonça França2016-10-103-142/+4
| * | | | | | Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`Rafael Mendonça França2016-10-103-134/+8
| * | | | | | Remove deprecated support for passing `:path` and route path as stings in `Ac...Rafael Mendonça França2016-10-103-17/+7
| * | | | | | Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...Rafael Mendonça França2016-10-103-8/+6
| * | | | | | Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...Rafael Mendonça França2016-10-103-18/+5
| * | | | | | Remove deprecated support to passing strings to the middleware stackRafael Mendonça França2016-10-104-60/+8
| * | | | | | Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-104-62/+23
| * | | | | | Remove deprecated code in ActionDispatch::Session::SessionRestoreErrorRafael Mendonça França2016-10-102-11/+10
| * | | | | | Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-109-53/+51
| * | | | | | Remove deprecated ActionDispatch::ParamsParserRafael Mendonça França2016-10-102-12/+5
| * | | | | | Remove deprecated code in ActionDispatch::ParamsParser::ParseErrorRafael Mendonça França2016-10-102-17/+10
| * | | | | | Remove deprecated access to mime types through constantsRafael Mendonça França2016-10-103-38/+4
| * | | | | | Remove deprecated support to non-keyword arguments #processRafael Mendonça França2016-10-103-181/+21
| * | | | | | Remove deprecated `xml_http_request` and `xhr` methodsRafael Mendonça França2016-10-103-30/+4
| * | | | | | Remove deprecated methods in ActionController::ParametersRafael Mendonça França2016-10-103-27/+5
| * | | | | | Remove deprecated comparing support with `ActionController::Parameters`Rafael Mendonça França2016-10-103-17/+5
| * | | | | | Remove deprecated support to :text in renderRafael Mendonça França2016-10-1021-293/+84
| * | | | | | Remove deprecated support to :nothing in renderRafael Mendonça França2016-10-093-15/+4
| * | | | | | Remove deprecated support to `:back` in `redirect_to`Rafael Mendonça França2016-10-093-50/+4
| * | | | | | Remove deprecated support for status option in headRafael Mendonça França2016-10-093-28/+5
| * | | | | | Remove deprecation at ActionController::BadRequestRafael Mendonça França2016-10-092-11/+6
| * | | | | | Remove deprecated methods related to controller filtersRafael Mendonça França2016-10-094-116/+8
* | | | | | | Merge pull request #26745 from kamipo/dump_index_options_to_pretty_formatRafael França2016-10-105-12/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Dump index options to pretty formatRyuta Kamizono2016-10-105-12/+10
|/ / / / / /
* | | | | | Merge pull request #26735 from kamipo/prevent_to_create_blank_commentRafael França2016-10-093-6/+8
|\ \ \ \ \ \