Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Remove plain method | Chris Salzberg | 2019-05-31 | 1 | -4/+0 | |
| * | | | | | | | | | | | Make plain matcher match first, not last | Chris Salzberg | 2019-05-31 | 1 | -5/+1 | |
* | | | | | | | | | | | | Merge pull request #36504 from mtsmfm/mtsmfm/fix-flaky-render-test | Rafael França | 2019-07-25 | 1 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix flaky test ActionControllerBaseRenderTest#test_direct_render_to_string | Fumiaki MATSUSHIMA | 2019-07-26 | 1 | -4/+20 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Correct assertion argument order | George Claghorn | 2019-07-25 | 1 | -2/+1 | |
* | | | | | | | | | | | | Merge pull request #36576 from mtsmfm/mtsmfm/fix-fixture-resolver | Rafael Mendonça França | 2019-07-25 | 2 | -13/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Support :any variants for FixtureResolver | Fumiaki MATSUSHIMA | 2019-06-30 | 2 | -13/+47 | |
* | | | | | | | | | | | | | Merge pull request #36767 from vlado/active_job_test_helper_can_now_handle_re... | Rafael França | 2019-07-25 | 3 | -1/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Ability to test activejobs with relative delay | Vlado Cingel | 2019-07-26 | 3 | -1/+23 | |
* | | | | | | | | | | | | | | Merge pull request #36765 from kylekeesling/patch-1 | Rafael França | 2019-07-25 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix filenames of attachments created via the inbound email conductor | Kyle Keesling | 2019-07-25 | 2 | -1/+3 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #36747 from y-yagi/add_mention_about_collection_cache_vers... | y-yagi | 2019-07-26 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add mention about `active_record.collection_cache_versioning` to the `new_fra... | yuuji.yaginuma | 2019-07-24 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | Merge pull request #36770 from seejohnrun/database-env-current-env-only | Eileen M. Uchitelle | 2019-07-25 | 2 | -18/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Only merge DATABASE_URL settings into the current env | John Crepezzi | 2019-07-25 | 2 | -18/+36 | |
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #36731 from jhawthorn/dir_glob_base_instead_of_chdir | John Hawthorn | 2019-07-25 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Use Dir.glob(base: ...) to avoid chdir | John Hawthorn | 2019-07-22 | 1 | -6/+4 | |
* | | | | | | | | | | | | | | | Merge pull request #36766 from jhawthorn/call_connection_error_number | John Hawthorn | 2019-07-25 | 2 | -4/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Use connection.error_number in MySQLDatabaseTasks | John Hawthorn | 2019-07-25 | 2 | -4/+9 | |
* | | | | | | | | | | | | | | | | Fixup 64a430129f | Kasper Timm Hansen | 2019-07-25 | 1 | -3/+5 | |
* | | | | | | | | | | | | | | | | Use binding.local_variable_get for `:for` | Kasper Timm Hansen | 2019-07-25 | 1 | -5/+3 | |
* | | | | | | | | | | | | | | | | Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war... | Rafael Mendonça França | 2019-07-25 | 3 | -0/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add a warning for enum elements with 'not_' prefix. | Edu Depetris | 2019-06-30 | 3 | -0/+39 | |
* | | | | | | | | | | | | | | | | | let autoloaded? support modules with overridden names [closes #36757] | Xavier Noria | 2019-07-25 | 4 | -3/+30 | |
* | | | | | | | | | | | | | | | | | read configuration to determine excluded eager loaded directory (#36354) | Andrew Kress | 2019-07-25 | 2 | -2/+11 | |
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #36318 from itsWill/fix_event_object_payload | Rafael França | 2019-07-25 | 3 | -1/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge payload for EventObject subscribers | Guilherme Mansur | 2019-05-22 | 3 | -1/+24 | |
* | | | | | | | | | | | | | | | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 11 | -13/+118 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Use compact_blank throughout rails | Dana Sherson | 2019-06-05 | 6 | -13/+13 | |
| * | | | | | | | | | | | | | | | | Add compact_blank shortcut for reject(&:blank?) | Dana Sherson | 2019-06-05 | 5 | -0/+105 | |
* | | | | | | | | | | | | | | | | | Merge pull request #36758 from jturkel/feature/hash-optimization | Rafael França | 2019-07-25 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Avoid hash allocation for HashWithIndifferentAccess#convert_value default opt... | Joel Turkel | 2019-07-24 | 1 | -1/+3 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #34201 from Edouard-chin/ec-follow-redirect-307 | Rafael França | 2019-07-25 | 3 | -3/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | fix `follow_redirect!` not using the same HTTP verb on 307 redirection: | Edouard CHIN | 2019-07-25 | 3 | -3/+26 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #36762 from Shopify/descendants-tracker-cleanup | Rafael França | 2019-07-25 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Optimize DescendantsArray insertions | Jean Boussier | 2019-07-25 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | | | Make sure AR can load without Rails | eileencodes | 2019-07-25 | 1 | -0/+2 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #36760 from andre-lgf/master | Rafael França | 2019-07-25 | 1 | -0/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Update action_view_overview.md | André Galatti Faria | 2019-07-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | collection_radio_buttons options example | André Galatti Faria | 2019-07-24 | 1 | -0/+28 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-... | Rafael França | 2019-07-25 | 2 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Fix index_exists? for PostgreSQL expression indexes | Stan Hu | 2019-07-24 | 2 | -3/+5 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #36492 from kamipo/remove_depth_first_visitor | Ryuta Kamizono | 2019-07-25 | 7 | -518/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Remove unused `DepthFirst` visitor | Ryuta Kamizono | 2019-06-15 | 7 | -518/+7 | |
* | | | | | | | | | | | | | | | | | | | Stop setting a default Capybara app host | George Claghorn | 2019-07-24 | 6 | -38/+43 | |
| |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databases | Eileen M. Uchitelle | 2019-07-24 | 2 | -12/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Fix multiple database support for DATABASE_URL env variable | John Crepezzi | 2019-07-24 | 2 | -12/+42 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #36753 from cmrd-senya/36752-make-rails-logger-fiber-safe | Rafael França | 2019-07-24 | 3 | -1/+78 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Make ActiveSupport::Logger Fiber-safe | Senya | 2019-07-24 | 3 | -1/+78 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #36562 from colszowka/patch-1 | Rafael França | 2019-07-24 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |