aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* `counter_cache` requires association class before `attr_readonly`Yasuo Honda2017-08-231-0/+3
* Merge pull request #30363 from ibrahimab/patch-1Ryuta Kamizono2017-08-231-1/+1
|\
| * Fixing nginx configuration added missing semicolonIbrahim2017-08-221-1/+1
|/
* Merge pull request #30336 from bogdanvlviv/use_version_5_2_for_activestorageRafael França2017-08-222-2/+2
|\
| * Use 5.2 version of ActiveRecord::Migration for Active Storagebogdanvlviv2017-08-222-2/+2
|/
* Merge pull request #30356 from bogdanvlviv/remove-frozen_string_literal-from-...Kasper Timm Hansen2017-08-222-2/+1
|\
| * Remove frozen_string_literal comment from activestorage's migrationbogdanvlviv2017-08-222-2/+1
* | Merge pull request #23425 from yui-knk/support_sti_automatically_inverseAkira Matsuda2017-08-223-2/+43
|\ \
| * | Automatically guess the inverse associations for STIyui-knk2017-08-223-2/+43
|/ /
* | Merge pull request #30357 from ydakuka/missing-backquotesRyuta Kamizono2017-08-223-4/+4
|\ \
| * | missing backquotes [ci skip]Yauheni Dakuka2017-08-223-4/+4
* | | Merge pull request #30353 from yhirano55/use_https_instead_of_http_in_actionpackRyuta Kamizono2017-08-229-21/+21
|\ \ \
| * | | Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-229-21/+21
|/ / /
* | | Merge pull request #30354 from yhirano55/use_https_instead_of_http_in_activer...Ryuta Kamizono2017-08-2212-13/+13
|\ \ \
| * | | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-2212-13/+13
| | |/ | |/|
* | | Merge pull request #30348 from koic/remove_frozen_string_literal_from_templatesGeorge Claghorn2017-08-2142-85/+0
|\ \ \
| * | | Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-2242-85/+0
* | | | Merge pull request #30355 from yhirano55/use_https_instead_of_http_in_actives...Ryuta Kamizono2017-08-225-6/+6
|\ \ \ \
| * | | | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-225-6/+6
|/ / / /
* | | | Merge pull request #30352 from yhirano55/update_licenses_linkRyuta Kamizono2017-08-2212-15/+14
|\ \ \ \
| * | | | Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-2212-15/+14
| | |/ / | |/| |
* | | | Add frozen string literal pragmaGeorge Claghorn2017-08-211-0/+2
* | | | Encode Content-Disposition filenames according to RFC 2231George Claghorn2017-08-216-4/+74
| |_|/ |/| |
* | | Merge pull request #30349 from ydakuka/patch-1Ryuta Kamizono2017-08-221-4/+4
|\ \ \
| * | | Update debugging_rails_applications [ci skip]Yauheni Dakuka2017-08-211-4/+4
|/ / /
* | | Merge pull request #28912 from kaspth/getting-started-form-withKasper Timm Hansen2017-08-212-67/+100
|\ \ \ | |_|/ |/| |
| * | [ci skip] form_with in the getting started guide.Kasper Timm Hansen2017-08-212-67/+100
* | | Merge pull request #30346 from yhirano55/fix_broken_link_to_mysql_docs_in_dat...Ryuta Kamizono2017-08-222-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix broken link to mysql docs in database.yml [ci skip]Yoshiyuki Hirano2017-08-222-2/+2
|/ /
* | Merge pull request #30345 from yhirano55/fix_link_contributing_guideEileen M. Uchitelle2017-08-211-7/+7
|\ \
| * | Fix link Contributing Ruby on Rails [ci skip]Yoshiyuki Hirano2017-08-211-7/+7
|/ /
* | Merge pull request #30344 from yhirano55/update_guide_contributing_ruby_on_railsप्रथमेश Sonpatki2017-08-211-1/+1
|\ \
| * | Update Contributing to Ruby on Rails guide [ci skip]Yoshiyuki Hirano2017-08-211-1/+1
|/ /
* | Merge pull request #30343 from yhirano55/update_generator_guideVipul A M2017-08-211-4/+8
|\ \
| * | Update generator guide [ci skip]Yoshiyuki Hirano2017-08-211-4/+8
* | | Prevent extra `SET time zone` in `configure_connection` (#28413)Ryuta Kamizono2017-08-212-6/+15
* | | Merge pull request #30341 from yhirano55/update_rails_on_rack_guideप्रथमेश Sonpatki2017-08-211-1/+1
|\ \ \ | |/ / |/| |
| * | Update Rails on Rack guide [ci skip]Yoshiyuki Hirano2017-08-211-1/+1
|/ /
* | Merge pull request #30332 from y-yagi/fix_29306George Claghorn2017-08-207-17/+44
|\ \
| * | Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-217-17/+44
* | | Merge pull request #30340 from yhirano55/update_autoloading_and_reloading_con...Ryuta Kamizono2017-08-211-1/+10
|\ \ \
| * | | Update result of autoload_paths in Autoloading and Reloading Constants guide ...Yoshiyuki Hirano2017-08-211-1/+10
|/ / /
* | | Update regexGeorge Claghorn2017-08-201-1/+1
* | | Fix testsGeorge Claghorn2017-08-204-4/+4
* | | Fix syntax errorGeorge Claghorn2017-08-201-1/+1
* | | DRYGeorge Claghorn2017-08-208-16/+20
* | | Rename ActiveStorage::Filename#extname to extension_with_delimiterGeorge Claghorn2017-08-202-9/+29
* | | Merge pull request #30339 from bogdanvlviv/add-activestorage_bin_test-fileGeorge Claghorn2017-08-201-0/+5
|\ \ \
| * | | Add executable file `activestorage/bin/test`bogdanvlviv2017-08-201-0/+5
* | | | Merge pull request #30121 from assain/add_expires_in_and_expires_at_to_cookiesKasper Timm Hansen2017-08-203-5/+54
|\ \ \ \