Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #30355 from yhirano55/use_https_instead_of_http_in_actives... | Ryuta Kamizono | 2017-08-22 | 5 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update links to use https instead of http [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 5 | -6/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #30352 from yhirano55/update_licenses_link | Ryuta Kamizono | 2017-08-22 | 12 | -15/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 12 | -15/+14 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Add frozen string literal pragma | George Claghorn | 2017-08-21 | 1 | -0/+2 | |
* | | | | | | | | | | Encode Content-Disposition filenames according to RFC 2231 | George Claghorn | 2017-08-21 | 6 | -4/+74 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #30349 from ydakuka/patch-1 | Ryuta Kamizono | 2017-08-22 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update debugging_rails_applications [ci skip] | Yauheni Dakuka | 2017-08-21 | 1 | -4/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28912 from kaspth/getting-started-form-with | Kasper Timm Hansen | 2017-08-21 | 2 | -67/+100 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | [ci skip] form_with in the getting started guide. | Kasper Timm Hansen | 2017-08-21 | 2 | -67/+100 | |
* | | | | | | | | Merge pull request #30346 from yhirano55/fix_broken_link_to_mysql_docs_in_dat... | Ryuta Kamizono | 2017-08-22 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix broken link to mysql docs in database.yml [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 2 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #30345 from yhirano55/fix_link_contributing_guide | Eileen M. Uchitelle | 2017-08-21 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix link Contributing Ruby on Rails [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -7/+7 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #30344 from yhirano55/update_guide_contributing_ruby_on_rails | प्रथमेश Sonpatki | 2017-08-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update Contributing to Ruby on Rails guide [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #30343 from yhirano55/update_generator_guide | Vipul A M | 2017-08-21 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update generator guide [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -4/+8 | |
* | | | | | | | | Prevent extra `SET time zone` in `configure_connection` (#28413) | Ryuta Kamizono | 2017-08-21 | 2 | -6/+15 | |
* | | | | | | | | Merge pull request #30341 from yhirano55/update_rails_on_rack_guide | प्रथमेश Sonpatki | 2017-08-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Update Rails on Rack guide [ci skip] | Yoshiyuki Hirano | 2017-08-21 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #30332 from y-yagi/fix_29306 | George Claghorn | 2017-08-20 | 7 | -17/+44 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 7 | -17/+44 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #30340 from yhirano55/update_autoloading_and_reloading_con... | Ryuta Kamizono | 2017-08-21 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update result of autoload_paths in Autoloading and Reloading Constants guide ... | Yoshiyuki Hirano | 2017-08-21 | 1 | -1/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Update regex | George Claghorn | 2017-08-20 | 1 | -1/+1 | |
* | | | | | | | Fix tests | George Claghorn | 2017-08-20 | 4 | -4/+4 | |
* | | | | | | | Fix syntax error | George Claghorn | 2017-08-20 | 1 | -1/+1 | |
* | | | | | | | DRY | George Claghorn | 2017-08-20 | 8 | -16/+20 | |
* | | | | | | | Rename ActiveStorage::Filename#extname to extension_with_delimiter | George Claghorn | 2017-08-20 | 2 | -9/+29 | |
* | | | | | | | Merge pull request #30339 from bogdanvlviv/add-activestorage_bin_test-file | George Claghorn | 2017-08-20 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add executable file `activestorage/bin/test` | bogdanvlviv | 2017-08-20 | 1 | -0/+5 | |
* | | | | | | | | Merge pull request #30121 from assain/add_expires_in_and_expires_at_to_cookies | Kasper Timm Hansen | 2017-08-20 | 3 | -5/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | freshen :expires option with duration support and add expiry metadata to cookies | Assain | 2017-08-20 | 3 | -5/+54 | |
* | | | | | | | | | Require "active_support/core_ext/hash/compact" for `compact!` | Ryuta Kamizono | 2017-08-21 | 1 | -0/+2 | |
* | | | | | | | | | Prefer formatted number as schema version [ci skip] | Ryuta Kamizono | 2017-08-21 | 1 | -1/+1 | |
* | | | | | | | | | Place `update_table_definition` consistently in `SchemaStatements` | Ryuta Kamizono | 2017-08-21 | 6 | -12/+12 | |
* | | | | | | | | | Don't expose `prepare_column_options` | Ryuta Kamizono | 2017-08-21 | 3 | -52/+30 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #30335 from yhirano55/update_debugging_rails_applications_... | Ryuta Kamizono | 2017-08-20 | 1 | -13/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update Debugging Rails Applications guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -13/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Register integer types limit correctly for postgresql adapter (#26386) | Ryuta Kamizono | 2017-08-20 | 1 | -15/+4 | |
* | | | | | | | | Merge pull request #30331 from yhirano55/update_rails_initialization_process_... | George Claghorn | 2017-08-19 | 1 | -7/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update The Rails Initialization Process of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -7/+10 | |
* | | | | | | | | | Merge pull request #30330 from yhirano55/update_database_config_in_command_li... | George Claghorn | 2017-08-19 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update database config in The Rails Comamnd Line of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -4/+7 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Attributes are protected, not private, to avoid the warning | Matthew Draper | 2017-08-20 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30325 from koic/fix_doc_format_in_active_storage_setup | Arun Agrawal | 2017-08-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix doc format in Active Storage Setup [ci skip] | Koichi ITO | 2017-08-19 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30324 from koic/fix_cant_modify_frozen_string_in_ar_test | Matthew Draper | 2017-08-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `can't modify frozen String` error in an AR test | Koichi ITO | 2017-08-19 | 1 | -2/+2 | |
|/ / / / / / / / |