Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Include blob ID in tempfile name for debugging convenience | George Claghorn | 2018-05-30 | 3 | -10/+20 | |
* | | | | | | | | | | Avoid unused capture in `non_xhr_javascript_response?` | Ryuta Kamizono | 2018-05-31 | 1 | -1/+1 | |
* | | | | | | | | | | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207) | Kota Miyake | 2018-05-30 | 4 | -19/+135 | |
* | | | | | | | | | | Merge pull request #33020 from joshpencheon/time_zone_frac_microseconds | Rafael França | 2018-05-30 | 2 | -2/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Allow Time.zone.at to receive a second argument | Josh Pencheon | 2018-05-30 | 2 | -2/+17 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Bundle update | Rafael Mendonça França | 2018-05-30 | 1 | -100/+106 | |
* | | | | | | | | | | Merge pull request #32998 from gregmolnar/protect-from-application-javascript | Eileen M. Uchitelle | 2018-05-30 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Include application/javascript when checking content_type | Gabriel Jaldon | 2018-05-27 | 2 | -1/+6 | |
* | | | | | | | | | | | Remove unused `require "active_support/file_update_checker"` | yuuji.yaginuma | 2018-05-30 | 1 | -1/+0 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #33012 from bogdanvlviv/fix-discard_on-and-retry_on-doc | Ryuta Kamizono | 2018-05-29 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix name of the second parameter of block executed by `discard_on` and `retry... | bogdanvlviv | 2018-05-29 | 1 | -4/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #32952 from mechanicles/32940-fix | Ryuta Kamizono | 2018-05-29 | 5 | -3/+35 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix parent record should not get saved with duplicate children records | Santosh Wadghule | 2018-05-28 | 5 | -3/+35 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Fix reference | George Claghorn | 2018-05-28 | 1 | -1/+1 | |
* | | | | | | | | | | Verify integrity after chunked download | George Claghorn | 2018-05-28 | 5 | -3/+24 | |
* | | | | | | | | | | Ensure casting by boolean attribute when querying | Ryuta Kamizono | 2018-05-29 | 3 | -43/+47 | |
* | | | | | | | | | | Merge pull request #33005 from mechanicles/fix-sentence | Rafael França | 2018-05-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix sentence [ci skip] | Santosh Wadghule | 2018-05-28 | 1 | -1/+1 | |
* | | | | | | | | | | | Hide Active Storage migration installation task (#33007) | utilum | 2018-05-28 | 1 | -0/+3 | |
* | | | | | | | | | | | Merge pull request #33003 from bogdanvlviv/fix-actioncable-test-changed-in-32727 | Ryuta Kamizono | 2018-05-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix actionable test's assertion | bogdanvlviv | 2018-05-28 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #33004 from nlpgo/master | Ryuta Kamizono | 2018-05-28 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS. | david | 2018-05-28 | 2 | -5/+5 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #33001 from utilum/update_et-orbi | Ryuta Kamizono | 2018-05-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Update et-orbi to latest version | utilum | 2018-05-28 | 1 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Remove unnecessary `with_default_enforce_utf8` method | yuuji.yaginuma | 2018-05-28 | 1 | -9/+0 | |
* | | | | | | | | | | Parse raw value only when a value came from user in numericality validator | Ryuta Kamizono | 2018-05-28 | 2 | -3/+8 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Fix that association's after_touch is not called with counter cache | Ryuta Kamizono | 2018-05-27 | 3 | -0/+31 | |
* | | | | | | | | | Fix inconsistent touching behavior between assigning and unassigning | Ryuta Kamizono | 2018-05-27 | 4 | -3/+29 | |
* | | | | | | | | | Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change | Ryuta Kamizono | 2018-05-27 | 4 | -3/+21 | |
* | | | | | | | | | Avoid a subquery in updating counter cache | Ryuta Kamizono | 2018-05-26 | 2 | -7/+8 | |
* | | | | | | | | | Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou... | Ryuta Kamizono | 2018-05-26 | 2 | -1/+20 | |
* | | | | | | | | | Fix `different_target?` to respect custom primary key counter | Ryuta Kamizono | 2018-05-26 | 2 | -3/+13 | |
* | | | | | | | | | Eager loading won't mutate owner record | Ryuta Kamizono | 2018-05-25 | 3 | -11/+27 | |
* | | | | | | | | | Make force equality checking more strictly not to allow serialized attribute | Ryuta Kamizono | 2018-05-25 | 6 | -5/+32 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #32982 from ruralocity/update-dateandtime-calculations-docs | George Claghorn | 2018-05-24 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Improve grammar for DateAndTime before? and after? calculations [ci skip] | Aaron Sumner | 2018-05-24 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #32979 from eugeneius/stale_comment | Ryuta Kamizono | 2018-05-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update stale issue comment to mention 5-2-stable | Eugene Kenny | 2018-05-24 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #32976 from oamado/fix_doc_broken_link | Guillermo Iguaran | 2018-05-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | update README link: md instead rdoc [ci skip] | Oscar Amado | 2018-05-24 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #32975 from oamado/fix_activejob_doc | Guillermo Iguaran | 2018-05-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | correct link to activejob readme [ci skip] | Oscar Amado | 2018-05-24 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #32968 from utilum/shadowing_outer_variable | George Claghorn | 2018-05-23 | 1 | -8/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Avoid 2.6 warning: shadowing outer local variable - list | utilum | 2018-05-23 | 1 | -8/+6 | |
* | | | | | | | | | Merge pull request #30406 from eliotsykes/reduce-spring-watch-calls | Rafael Mendonça França | 2018-05-23 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Minimize Spring.watch calls | Eliot Sykes | 2017-08-25 | 1 | -6/+6 | |
* | | | | | | | | | | Merge pull request #32969 from utilum/enable_warnings | Rafael França | 2018-05-23 | 3 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Enable warnings in all test tasks | utilum | 2018-05-23 | 3 | -9/+9 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Eager autoload mail gem when eager load is true (#32808) | Samuel Cochran | 2018-05-23 | 2 | -0/+11 |