| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | MySQL 8.0.14 adds `ER_FK_INCOMPATIBLE_COLUMNS` | Yasuo Honda | 2019-01-22 | 1 | -1/+2 |
* | | | | | | Merge pull request #35020 from alkesh26/ationpack-typo-fixes | Rafael França | 2019-01-22 | 3 | -6/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | 1. Replaced unused variables by `_`. | alkesh26 | 2019-01-22 | 3 | -6/+6 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #34952 from rails/template-stuff | Aaron Patterson | 2019-01-22 | 11 | -82/+43 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Ask the view for its method container | Aaron Patterson | 2019-01-18 | 2 | -5/+5 |
| * | | | | | Directly include "CompiledTemplates" module | Aaron Patterson | 2019-01-18 | 2 | -5/+6 |
| * | | | | | Only cache the view_context_class in one place | Aaron Patterson | 2019-01-18 | 2 | -4/+9 |
| * | | | | | Remove args from `default_render` | Aaron Patterson | 2019-01-17 | 2 | -3/+3 |
| * | | | | | Templates should be eval'd in the context of an AV::Base object | Aaron Patterson | 2019-01-17 | 1 | -55/+0 |
| * | | | | | Pull up virtual path assignment | Aaron Patterson | 2019-01-16 | 2 | -5/+3 |
| * | | | | | Pull buffer assignment up | Aaron Patterson | 2019-01-16 | 2 | -1/+2 |
| * | | | | | Always evaluate views against an ActionView::Base | Aaron Patterson | 2019-01-16 | 5 | -9/+18 |
| * | | | | | Pull output buffer conditional up | Aaron Patterson | 2019-01-16 | 2 | -2/+4 |
* | | | | | | Merge pull request #34997 from alkesh26/typo-fix-webserver | Eileen M. Uchitelle | 2019-01-22 | 7 | -9/+9 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Changed webserver to web server. | alkesh26 | 2019-01-22 | 7 | -9/+9 |
* | | | | | | Merge pull request #35006 from kddeisz/alias-case-nodes | Ryuta Kamizono | 2019-01-22 | 2 | -0/+12 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Alias case nodes | Kevin Deisz | 2019-01-21 | 2 | -0/+12 |
* | | | | | | Merge pull request #34990 from rails/fix-time-multiparameter-casting | Andrew White | 2019-01-21 | 4 | -1/+52 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fix year value when casting a multiparameter time hash | Andrew White | 2019-01-21 | 4 | -1/+52 |
| |/ / / / |
|
* | | | | | Merge pull request #35005 from bogdanvlviv/add-chanel-tests-to-rails-stats | Ryuta Kamizono | 2019-01-21 | 2 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | Add Channel tests to `rails stats` | bogdanvlviv | 2019-01-21 | 2 | -1/+2 |
* | | | | | | Merge pull request #35004 from bogdanvlviv/add-missing-entries-to-guides-chan... | Ryuta Kamizono | 2019-01-21 | 1 | -0/+8 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Add missing entries to guides' changelog file [ci skip] | bogdanvlviv | 2019-01-21 | 1 | -0/+8 |
|/ / / / / |
|
* | | | | | Merge pull request #34982 from takeyuweb/fix_activestorage_allow_other_host | George Claghorn | 2019-01-21 | 4 | -2/+57 |
|\ \ \ \ \ |
|
| * | | | | | Fix ArgumentError: Unsafe redirect | Yuichi Takeuchi | 2019-01-21 | 4 | -2/+57 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #34991 from mcgregordan/mailbox-statistics | Ryuta Kamizono | 2019-01-20 | 1 | -0/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Report statistics from ActionMailbox | Dan McGregor | 2019-01-20 | 1 | -0/+2 |
|/ / / / |
|
* | | | | Merge pull request #34988 from bogdanvlviv/fix-development_dependencies_install | Ryuta Kamizono | 2019-01-20 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Fix "Development Dependencies Install" guide [ci skip] | bogdanvlviv | 2019-01-19 | 1 | -1/+0 |
* | | | | | Fix type casting column default in `change_column` | Ryuta Kamizono | 2019-01-20 | 4 | -28/+56 |
* | | | | | Merge pull request #34986 from alkesh26/action-mailbox-layout-fix | George Claghorn | 2019-01-19 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | enclosing body tag in conductor layout. | alkesh26 | 2019-01-20 | 1 | -0/+1 |
|/ / / / / |
|
* | | | | | Check all provided attributes of the message | George Claghorn | 2019-01-19 | 1 | -9/+11 |
* | | | | | Merge pull request #34984 from takeyuweb/fix-actionmailbox-create-inbound-emails | George Claghorn | 2019-01-19 | 2 | -2/+23 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix that adding attachments lose a body | Yuichi Takeuchi | 2019-01-19 | 2 | -2/+23 |
|/ / / / |
|
* | | | | Merge pull request #34981 from koic/bump_rubocop_to_0_63_0 | Ryuta Kamizono | 2019-01-19 | 2 | -6/+6 |
|\ \ \ \ |
|
| * | | | | Bump RuboCop to 0.63.0 | Koichi ITO | 2019-01-19 | 2 | -6/+6 |
* | | | | | Single new line is not rendered as new line in the CHANGELOG.md | Ryuta Kamizono | 2019-01-19 | 1 | -3/+4 |
|/ / / / |
|
* | | | | Change release_sumary task to work in first releases of the series | Rafael Mendonça França | 2019-01-18 | 1 | -2/+6 |
* | | | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 32 | -72/+95 |
* | | | | Fix the user show page in the verify task | Rafael Mendonça França | 2019-01-18 | 1 | -1/+3 |
|/ / / |
|
* | | | Merge pull request #34973 from dylanahsmith/fix-composed-of-nil-condition | Rafael França | 2019-01-18 | 2 | -4/+23 |
|\ \ \ |
|
| * | | | activerecord: Fix where nil condition on composed_of attribute | Dylan Thacker-Smith | 2019-01-18 | 2 | -4/+23 |
|/ / / |
|
* | | | Merge pull request #30000 from kamipo/all_of_queries_should_return_correct_re... | Ryuta Kamizono | 2019-01-18 | 14 | -37/+72 |
|\ \ \ |
|
| * | | | Ensure `StatementCache#execute` never raises `RangeError` | Ryuta Kamizono | 2019-01-18 | 7 | -19/+19 |
| * | | | All of queries should return correct result even if including large number | Ryuta Kamizono | 2019-01-18 | 7 | -18/+53 |
* | | | | Merge pull request #34959 from alkesh26/action-cable-typo-fixes | Rafael França | 2019-01-18 | 3 | -3/+3 |
|\ \ \ \ |
|
| * | | | | typo fixes in action cable | alkesh26 | 2019-01-17 | 3 | -3/+3 |
* | | | | | Merge pull request #34972 from krzysiek1507/fix/date-advance-performance | Rafael França | 2019-01-18 | 1 | -5/+6 |
|\ \ \ \ \ |
|
| * | | | | | No dup nor delete from options | Krzysztof Rybka | 2019-01-18 | 1 | -5/+6 |
| | |/ / /
| |/| | | |
|