Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 34 | -115/+115 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #32859 from assain/fix-typo-activesupport-instrumentation-... | George Claghorn | 2018-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ci skip] fix typo in active_support_instrumentation.md guide | Assain | 2018-05-10 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #32835 from trezona-lecomte/ar_dirty_doc_fix | Claudio B | 2018-05-08 | 1 | -20/+58 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix ActiveRecord::AttributeMethods::Dirty documentation [ci skip] | Kieran Trezona-le Comte | 2018-05-07 | 1 | -20/+58 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #32833 from ryandav/activestorage_blob_set_content_type | George Claghorn | 2018-05-08 | 5 | -9/+49 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add option to ActiveStorage::Blob to set extract_content_type_from_io | Ryan Davidson | 2018-05-08 | 5 | -9/+49 | |
* | | | | | | | Fix named route parameter example [ci skip] | yuuji.yaginuma | 2018-05-08 | 1 | -5/+5 | |
* | | | | | | | Merge pull request #32842 from tjschuck/remove_extra_requires | Ryuta Kamizono | 2018-05-08 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove leftover requires | T.J. Schuck | 2018-05-07 | 1 | -2/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #32840 from rakio1234/patch-1 | Vipul A M | 2018-05-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix output in routing.md [ci skip] | Yuta Uchida | 2018-05-07 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Skip `bootsnap` contents in `app:update` task if `bootsnap` is not used | yuuji.yaginuma | 2018-05-07 | 2 | -0/+14 | |
* | | | | | | Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newer | Ryuta Kamizono | 2018-05-07 | 1 | -24/+0 | |
|/ / / / / | ||||||
* | | | | | restores original intention in constants guide, reworded [ci skip] | Xavier Noria | 2018-05-06 | 1 | -4/+6 | |
* | | | | | Merge pull request #32827 from sagarkt/guides_active_record_postgresql | Vipul A M | 2018-05-06 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Active Record postgresql documentation for bit string types corrected | Sagar Kamble | 2018-05-06 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Address CI failure due to non-deterministic query result | Ryuta Kamizono | 2018-05-06 | 1 | -1/+1 | |
* | | | | | prefer File.write for bulk writes | Xavier Noria | 2018-05-05 | 3 | -5/+5 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #32780 from ttanimichi/tmp | Yuji Yaginuma | 2018-05-05 | 4 | -1/+22 | |
|\ \ \ \ | ||||||
| * | | | | Don't generate assets' initializer in `app:update` task if sprockets is skipped | Tsukuru Tanimichi | 2018-05-05 | 4 | -1/+22 | |
* | | | | | Merge pull request #32807 from bdurand/fix_committed_disable_callbacks | Ryuta Kamizono | 2018-05-05 | 3 | -1/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix logic on disabling commit callbacks | Brian Durand | 2018-05-04 | 3 | -1/+25 | |
* | | | | | | Merge pull request #32809 from gmcgibbon/fix_load_error_is_missing_nil_path | Eileen M. Uchitelle | 2018-05-04 | 2 | -1/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing? | Neil Souza | 2018-05-04 | 2 | -1/+8 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #32818 from mechanicles/remove-sentence-confusion | Eileen M. Uchitelle | 2018-05-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove confusion in the sentence [ci skip] | Santosh Wadghule | 2018-05-04 | 1 | -3/+3 | |
* | | | | | | | Merge pull request #29955 from padi/update_actiondispatch_integration_docs | Ryuta Kamizono | 2018-05-04 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Updates (rdoc) documentation on ActionDispatch::Integration::Session#process | Marc Rendl Ignacio | 2017-07-27 | 1 | -0/+6 | |
* | | | | | | | Merge pull request #32802 from tylerhunt/active_storage_guide_edits | George Claghorn | 2018-05-03 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Minor edits to the Active Storage guide | Tyler Hunt | 2018-05-03 | 1 | -5/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Assert correct response body | George Claghorn | 2018-05-03 | 1 | -4/+6 | |
* | | | | | | | Merge pull request #32799 from printercu/patch-6 | Ryuta Kamizono | 2018-05-03 | 1 | -11/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use usual method definition instead of extracting args from array | printercu | 2018-05-03 | 1 | -11/+4 | |
* | | | | | | | | Partly revert "Use https with weblog URI" [ci skip] | Ryuta Kamizono | 2018-05-03 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | / / / / / | Add support for prefetch-src directive | yuuji.yaginuma | 2018-05-03 | 2 | -0/+7 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Stream blobs from disk | George Claghorn | 2018-05-02 | 1 | -2/+13 | |
* | | | | | | Merge pull request #32793 from yhirano55/use_https_with_weblog_uri | Arun Agrawal | 2018-05-02 | 8 | -13/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use https with weblog URI | Yoshiyuki Hirano | 2018-05-02 | 8 | -13/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #32787 from yahonda/remove_assert_like | Rafael França | 2018-05-01 | 1 | -5/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused `assert_like` from `Arel::Test` | Yasuo Honda | 2018-05-02 | 1 | -5/+0 | |
* | | | | | | | Support streaming downloads from Google Cloud Storage | George Claghorn | 2018-05-01 | 5 | -31/+50 | |
|/ / / / / / | ||||||
* | | | | | | Remove unnecessary require | yuuji.yaginuma | 2018-05-02 | 1 | -1/+0 | |
* | | | | | | Merge pull request #32784 from jpawlyn/allow-belongs-to-create-for-new-record | Ryuta Kamizono | 2018-05-02 | 3 | -4/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow a belonging to object to be created from a new record | Jolyon Pawlyn | 2018-05-01 | 3 | -4/+17 | |
* | | | | | | | More exercise `test_remove_named_index` | Ryuta Kamizono | 2018-05-02 | 1 | -1/+4 | |
* | | | | | | | Merge pull request #32781 from utilum/retry_did_you_mean | Rafael França | 2018-05-01 | 1 | -2/+49 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Partly revert #32289 to provide Rails' custom fallback in case | utilum | 2018-05-01 | 1 | -2/+49 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #32783 from takp/fix-typo-in-test | Ryuta Kamizono | 2018-05-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix typo in ActiveRecord test method name | Takayoshi Nishida | 2018-05-02 | 1 | -1/+1 |