aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use tt in doc for ActiveRecord [ci skip]Yoshiyuki Hirano2017-08-277-22/+22
* Merge pull request #30427 from yhirano55/fix_broken_doc_layout_for_action_viewRyuta Kamizono2017-08-2722-22/+22
|\
| * Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-2722-22/+22
* | Merge pull request #30426 from robin850/remove-top-level-ast-constantsGeorge Claghorn2017-08-261-1/+8
|\ \ | |/ |/|
| * Remove Active Storage duplicated classes from the API siteRobin Dupret2017-08-261-1/+8
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-08-261-1/+1
|\ \ | |/ |/|
| * [ci skip] Fix a typoyui-knk2017-08-181-1/+1
* | Merge pull request #30424 from koic/fix_order_of_active_storage_disk_url_para...George Claghorn2017-08-262-2/+2
|\ \
| * | Fix order of Active Storage DiskService URL parametersKoichi ITO2017-08-262-2/+2
|/ /
* | Merge pull request #30422 from dansteele/patch-3Vipul A M2017-08-261-1/+4
|\ \
| * | Correct wording and adding info [ci skip]Daniel Steele2017-08-261-1/+4
|/ /
* | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-08-261-6/+6
* | Merge pull request #30418 from yhirano55/use_tt_in_doc_for_actionpackRyuta Kamizono2017-08-268-17/+17
|\ \
| * | Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-268-17/+17
* | | Merge pull request #30417 from y-yagi/fix_cant_modify_forzen_string_error_in_...Ryuta Kamizono2017-08-262-1/+16
|\ \ \
| * | | Fix `can't modify frozen String` error in `display_image`yuuji.yaginuma2017-08-262-1/+16
* | | | Merge pull request #30416 from yhirano55/use_tt_in_doc_for_action_mailerRyuta Kamizono2017-08-261-1/+1
|\ \ \ \
| * | | | Use tt in doc for action_mailer [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
| | |/ / | |/| |
* | | | Merge pull request #30415 from yhirano55/use_typewriter_in_doc_for_action_cableRyuta Kamizono2017-08-261-1/+1
|\ \ \ \
| * | | | Use typewriter in doc for Action Cable [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
| |/ / /
* | | | Merge pull request #30403 from yhirano55/fix_broken_doc_for_active_recordRyuta Kamizono2017-08-267-7/+7
|\ \ \ \
| * | | | Fix broken doc for Active Record [ci skip]Yoshiyuki Hirano2017-08-257-7/+7
* | | | | Merge pull request #30413 from yhirano55/enable_links_in_active_storage_docsGeorge Claghorn2017-08-252-2/+2
|\ \ \ \ \
| * | | | | Enable links in Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-262-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #30412 from yhirano55/add_nodoc_for_active_record_attribut...Richard Schneeman2017-08-253-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add :nodoc: for ActiveRecord::AttributeMethods [ci skip]Yoshiyuki Hirano2017-08-263-3/+3
|/ / / /
* | | | Merge pull request #30404 from yhirano55/fix_link_in_doc_for_active_storageRobin Dupret2017-08-251-1/+1
|\ \ \ \
| * | | | Fix link in doc for active storage [ci skip]Yoshiyuki Hirano2017-08-251-1/+1
| |/ / /
* / / / Should work inverse association when eager loadingRyuta Kamizono2017-08-254-15/+24
|/ / /
* | | Merge pull request #30401 from yhirano55/add_paths_to_docs_for_active_storageRyuta Kamizono2017-08-251-0/+1
|\ \ \ | |/ / |/| |
| * | Add paths to docs for Active StorageYoshiyuki Hirano2017-08-251-0/+1
|/ /
* | Merge pull request #30398 from yahonda/seed52024Ryuta Kamizono2017-08-251-0/+4
|\ \
| * | Address `test_after_save_callback_with_autosave` failureYasuo Honda2017-08-241-0/+4
|/ /
* | Widen blob size columnGeorge Claghorn2017-08-241-1/+1
* | Remove unused returning value `stream`Ryuta Kamizono2017-08-241-2/+0
* | Merge pull request #30337 from kamipo/refactor_schema_dumperRyuta Kamizono2017-08-2415-56/+54
|\ \
| * | Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-2213-38/+51
| * | Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-225-19/+4
* | | Remove unnecessary fixture loadingRyuta Kamizono2017-08-241-5/+1
* | | Merge pull request #30394 from ydakuka/fixing-indentationRyuta Kamizono2017-08-245-11/+11
|\ \ \
| * | | Fix indentation [ci skip]Yauheni Dakuka2017-08-245-11/+11
* | | | Merge pull request #30393 from ydakuka/patch-1Ryuta Kamizono2017-08-241-2/+2
|\ \ \ \
| * | | | Update active_support_core_extensions.md [ci skip]Yauheni Dakuka2017-08-241-2/+2
|/ / / /
* | | | Merge pull request #30390 from bradleybuda/masterRyuta Kamizono2017-08-241-3/+4
|\ \ \ \
| * | | | Update azure-core to 0.1.11 to fix rails-dev-boxBradley Buda2017-08-231-3/+4
* | | | | Merge pull request #30376 from willnet/belongs-to-dependent-optionRyuta Kamizono2017-08-241-6/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip]Revert commits changing wrong placewillnet2017-08-241-6/+5
* | | | | Merge pull request #30383 from y-yagi/followup_of_30213Eileen M. Uchitelle2017-08-232-7/+7
|\ \ \ \ \
| * | | | | Remove `alt` text from `image_tag` example [ci skip]yuuji.yaginuma2017-08-242-7/+7
|/ / / / /
* | | | | Merge pull request #30382 from yhirano55/fix_broken_link_for_java_xmlRafael França2017-08-231-1/+1
|\ \ \ \ \