aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure that ActionController::Api can include helpersRafael Mendonça França2017-03-271-0/+26
* Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica...Rafael França2017-03-273-1/+56
|\
| * Remove unnecessary files to API-only Applications when `app:task` task executedyuuji.yaginuma2017-03-243-1/+56
* | Merge pull request #28546 from claudiob/drop-j-optionRafael Mendonça França2017-03-272-16/+0
|\ \
| * | Remove -j (--javascript) option from `rails new`claudiob2017-03-233-16/+5
* | | Apply the log_level defaultRafael Mendonça França2017-03-271-7/+2
* | | Merge pull request #28050 from namusyaka/avoid-converting-int-into-floatRafael Mendonça França2017-03-273-0/+15
|\ \ \
| * | | Avoid converting integer as a string into floatnamusyaka2017-02-183-0/+14
* | | | Merge pull request #28488 from kamipo/preprocess_association_query_handlingRafael França2017-03-271-13/+8
|\ \ \ \
| * | | | Always need to extract `value.bound_attributes` if `value.is_a?(Relation)`Ryuta Kamizono2017-03-251-3/+1
| * | | | Preprocess association query handling in predicate builderRyuta Kamizono2017-03-201-11/+8
* | | | | Merge pull request #27636 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-03-2725-98/+191
|\ \ \ \ \
| * | | | | Load :author_addressesYasuo Honda2017-03-261-1/+1
| * | | | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-2624-97/+190
* | | | | | Merge pull request #28485 from quantumlicht/fix_migrate_with_empty_versionRafael França2017-03-274-3/+32
|\ \ \ \ \ \
| * | | | | | Fixes #28359Philippe Guay2017-03-264-3/+32
* | | | | | | Merge pull request #28577 from y-yagi/do_not_display_hidden_namespaces_in_des...Rafael França2017-03-272-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Do not show hidden namespaces in destroy commnad helpyuuji.yaginuma2017-03-272-0/+6
| |/ / / / / /
* | | | | | | Use the stale branchRafael Mendonça França2017-03-271-1/+1
* | | | | | | Add probot/stale configurationRafael Mendonça França2017-03-271-0/+24
* | | | | | | Merge pull request #28367 from ptoomey3/ignore-disabled-buttonsAaron Patterson2017-03-273-1/+38
|\ \ \ \ \ \ \
| * | | | | | | Prevent event propogation if element is disabled when event chain begins.Patrick Toomey2017-03-093-1/+38
* | | | | | | | Merge pull request #28541 from ota42y/fix/gemfile_generator_fixEileen M. Uchitelle2017-03-274-2/+30
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-274-2/+30
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | minor CHANGELOG formatting changes. [ci skip]Yves Senn2017-03-262-4/+2
* | | | | | | add field ids when generating a scaffold form.Yves Senn2017-03-264-7/+20
| |_|/ / / / |/| | | | |
* | | | | | Bump from h3 to h2 tagJon Moss2017-03-251-1/+1
* | | | | | Small grammar fixJon Moss2017-03-251-1/+1
* | | | | | Small grammar fixJon Moss2017-03-251-2/+2
* | | | | | Update middleware listJon Moss2017-03-251-1/+1
* | | | | | Upgrade various Rails 5.0 references to 5.1Jon Moss2017-03-254-12/+13
* | | | | | Add WIP Rails 5.1 release notes to documents.yamlJon Moss2017-03-251-0/+5
* | | | | | Merge pull request #28571 from y-yagi/rename_local_current_user_to_verified_u...Kasper Timm Hansen2017-03-251-3/+3
|\ \ \ \ \ \
| * | | | | | Rename local variable name `current_user` to `verified_user` [ci skip]yuuji.yaginuma2017-03-251-3/+3
|/ / / / / /
* | | | | | Merge pull request #28570 from kamipo/rename_local_current_user_to_verified_userKasper Timm Hansen2017-03-251-2/+2
|\ \ \ \ \ \
| * | | | | | Rename local variable name `current_user` to `verified_user` [ci skip]Ryuta Kamizono2017-03-251-2/+2
|/ / / / / /
* | | | | | Revert "Merge pull request #28569 from HarryCollins/patch-1"Kasper Timm Hansen2017-03-251-1/+1
* | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-03-252-4/+4
|\ \ \ \ \ \
| * | | | | | Update Configuring Rails Component guide exampleHendy Tanata2017-03-211-1/+1
| * | | | | | Edits to Systems testing section [ci skip]Vipul A M2017-03-091-3/+3
* | | | | | | Merge pull request #28569 from HarryCollins/patch-1Ryuta Kamizono2017-03-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Update Action Cable README.md - typo fixHarryCollins2017-03-251-1/+1
* | | | | | | | Merge pull request #28568 from y-yagi/fix_doc_format_for_duplicableRyuta Kamizono2017-03-251-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix doc format for `duplicable?` [ci skip]yuuji.yaginuma2017-03-251-6/+6
|/ / / / / / /
* | | | | | | Doc cleanup for caching guide [ci skip] (#28556)Vipul A M2017-03-241-4/+4
* | | | | | | Merge pull request #28555 from vipulnsward/rm-commentsVipul A M2017-03-241-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Remove unnecessary ruby version comments [ci skip]Vipul A M2017-03-241-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #28550 from rachel-carvalho/update_browser_compatibility_f...Jon Moss2017-03-231-2/+2
|\ \ \ \ \ \ \
| * | | | | | | update guide to reflect browser compatibility for HTTP verbs [ci skip]Rachel Carvalho2017-03-231-2/+2
* | | | | | | | Merge pull request #28547 from brchristian/patch-2Jon Moss2017-03-231-1/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |