Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #32908 from anniecodes/fix-time-random-string | Rafael França | 2018-05-17 | 4 | -0/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix user_input_in_time_zone to coerce non valid string into nil | Annie-Claude Côté | 2018-05-16 | 3 | -0/+27 | |
| * | | | | | | Add missing require for string to timezone conversion | Annie-Claude Côté | 2018-05-16 | 1 | -0/+1 | |
* | | | | | | | Fix formatting of author credit [ci skip] | Ryuta Kamizono | 2018-05-17 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #32916 from lucfranken/patch-1 | Ryuta Kamizono | 2018-05-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Active storage: Image variant options not correct | lucfranken | 2018-05-17 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Remove unused `require "active_support/core_ext/string/filters"` | Ryuta Kamizono | 2018-05-17 | 1 | -2/+0 | |
* | | | | | | | Add ActiveStorage::Previewer#tempdir | George Claghorn | 2018-05-16 | 1 | -1/+5 | |
* | | | | | | | Add missing block parameters | George Claghorn | 2018-05-16 | 2 | -2/+2 | |
* | | | | | | | Demonstrate ActiveStorage::Blob#open in the Active Storage guide | George Claghorn | 2018-05-16 | 1 | -42/+9 | |
* | | | | | | | Add ActiveStorage::Blob#open | George Claghorn | 2018-05-16 | 8 | -12/+81 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Don't expose `SingularAssociation#replace` which is internal API | Ryuta Kamizono | 2018-05-16 | 3 | -47/+44 | |
|/ / / / / | ||||||
* | | | | | Remove :nodoc: from the methods which is added the doc [ci skip] | Ryuta Kamizono | 2018-05-15 | 1 | -4/+4 | |
* | | | | | Merge pull request #32724 from nikolai-b/add_math_test | Ryuta Kamizono | 2018-05-15 | 2 | -9/+83 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add math tests | Nikolai B | 2018-05-14 | 2 | -9/+83 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #32837 from ttanimichi/app-update-skip-spring | Yuji Yaginuma | 2018-05-14 | 3 | -1/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't generate `config/spring.rb` in `app:update` task when spring isn't loaded | Tsukuru Tanimichi | 2018-05-13 | 3 | -1/+17 | |
* | | | | | | Merge pull request #32876 from wata727/add_available_transformations | George Claghorn | 2018-05-13 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add available transformations to docs [ci skip] | wata_mac | 2018-05-13 | 1 | -0/+3 | |
* | | | | | | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 45 | -143/+143 | |
* | | | | | | | Merge pull request #32878 from eugeneius/rm_rollback_active_record_state | Ryuta Kamizono | 2018-05-13 | 1 | -14/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove ActiveRecord::Transactions#rollback_active_record_state! | Eugene Kenny | 2018-05-13 | 1 | -14/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #32862 from eugeneius/callback_rollback | Ryuta Kamizono | 2018-05-13 | 2 | -7/+13 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Don't clear transaction state after manual rollback | Eugene Kenny | 2018-05-10 | 2 | -7/+13 | |
* | | | | | | | Pass the error instance as the second parameter of block executed by `discard... | yuuji.yaginuma | 2018-05-12 | 4 | -3/+9 | |
* | | | | | | | Merge pull request #32843 from ttanimichi/remove_unused_remove_file | Yuji Yaginuma | 2018-05-12 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unused `remove_file` method | Tsukuru Tanimichi | 2018-05-08 | 1 | -4/+0 | |
* | | | | | | | | Merge pull request #32874 from tylerhunt/remove_render_text_docs | Eileen M. Uchitelle | 2018-05-11 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove reference to old `:text` rendering option | Tyler Hunt | 2018-05-11 | 1 | -1/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | `becomes` should clear the mutation tracker which is created in `after_initia... | Ryuta Kamizono | 2018-05-11 | 4 | -3/+14 | |
* | | | | | | | | Merge pull request #32849 from anthonycrumley/oxford-commas | Matthew Draper | 2018-05-11 | 34 | -115/+115 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | |
| |_|/ |/| | |