Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Fix deeply nested namespace command printing | Gannon McGibbon | 2019-01-24 | 3 | -3/+18 | |
* | | | | | | | | | Prefer ImageProcessing's resize_to_limit macro over resize_to_fit | George Claghorn | 2019-01-24 | 9 | -20/+20 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Allow `column_exists?` to be passed `type` argument as a string | Ryuta Kamizono | 2019-01-24 | 2 | -10/+5 | |
* | | | | | | | | Merge pull request #35040 from colorbox/fix_formatting_in_action_text_docs | Yuji Yaginuma | 2019-01-24 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix document formatting on Action Text docs [ci skip] | colorbox | 2019-01-24 | 2 | -4/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #35031 from rails/view-ivar | Aaron Patterson | 2019-01-23 | 2 | -9/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Pass the view around instead of using an ivar | Aaron Patterson | 2019-01-23 | 2 | -9/+7 | |
* | | | | | | | | Tell the user what to use instead of update_attributes/! | Xavier Noria | 2019-01-23 | 1 | -2/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #35029 from dylanahsmith/fix-strictly-cast-attribute-types | Ryuta Kamizono | 2019-01-24 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | activerecord: Fix statement cache for strictly cast attributes | Dylan Thacker-Smith | 2019-01-23 | 2 | -1/+7 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhost | Rafael França | 2019-01-23 | 2 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Subdomains of localhost are safe against DNS rebinding | Marc Schütz | 2019-01-23 | 2 | -1/+6 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #35027 from sponomarev/chore/fix-ac-test-typo | Kasper Timm Hansen | 2019-01-23 | 1 | -2/+0 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Fix attribute typo in ActionCable connection test request | Sergey Ponomarev | 2019-01-23 | 1 | -2/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #35024 from calasyr/patch-1 | George Claghorn | 2019-01-22 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Corrected spelling of ActionCable::Connection::TestCase | Alan Brown | 2019-01-22 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host | Rafael França | 2019-01-22 | 8 | -79/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | Revert ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-22 | 8 | -79/+21 | |
* | | | | | | Merge pull request #35010 from Edouard-chin/ec-numericality-validator-fix | Rafael França | 2019-01-22 | 2 | -8/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix NumericalityValidator on object responding to `to_f`: | Edouard CHIN | 2019-01-22 | 2 | -8/+16 | |
* | | | | | | | Merge pull request #35017 from yahonda/mysql8014 | Ryuta Kamizono | 2019-01-23 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | 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 |