Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge pull request #2 from rails/master | Joel Hawksley | 2019-06-03 | 65 | -293/+486 | |
| |\ \ \ \ \ | ||||||
* | | | | | | | Ensure to reset migration version after testing migration | Ryuta Kamizono | 2019-06-13 | 1 | -2/+2 | |
* | | | | | | | Reset migration version before testing migration | Ryuta Kamizono | 2019-06-13 | 1 | -0/+2 | |
* | | | | | | | Avoid implicit rollback when testing migration | Ryuta Kamizono | 2019-06-13 | 1 | -0/+2 | |
* | | | | | | | Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier | Ryuta Kamizono | 2019-06-13 | 434 | -514/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 434 | -514/+8 | |
* | | | | | | | | Remove duplicated `table_exists?` | Ryuta Kamizono | 2019-06-13 | 2 | -8/+0 | |
* | | | | | | | | Don't `drop_table` before schema cache tests | Ryuta Kamizono | 2019-06-13 | 1 | -1/+2 | |
* | | | | | | | | Clear schema cache when a table is created/dropped/renamed | Ryuta Kamizono | 2019-06-13 | 6 | -4/+18 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36470 from lucasprag/activesupport/missing-require-digest | Rafael França | 2019-06-12 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Add missing file to require digest/uuid on active_support core extensions | Lucas Arantes | 2019-06-12 | 1 | -0/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36447 from holyketzer/master | Rafael França | 2019-06-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ActionCable: optimize logger.debug calling | Alex Emelyanov | 2019-06-08 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #36440 from malept/multi-db-abort_if_pending_migrations-task | Eileen M. Uchitelle | 2019-06-11 | 3 | -1/+55 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Convert the db:abort_if_pending_migrations task to be multi-DB aware | Mark Lee | 2019-06-10 | 3 | -1/+55 | |
* | | | | | | | | Merge pull request #36448 from kamipo/allow_column_name_with_simple_function_... | Ryuta Kamizono | 2019-06-11 | 7 | -42/+67 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Allow column name with function (e.g. `length(title)`) as safe SQL string | Ryuta Kamizono | 2019-06-10 | 7 | -42/+67 | |
* | | | | | | | | All modern adapters returns a numeric value as the result of numeric calculation | Ryuta Kamizono | 2019-06-11 | 2 | -10/+2 | |
* | | | | | | | | Merge pull request #36452 from kojoma/kojoma/update_guides | Kasper Timm Hansen | 2019-06-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Fix rails/command.rb document | kojoma | 2019-06-10 | 1 | -2/+2 | |
* | | | | | | | | | Bump `webdrivers` | yuuji.yaginuma | 2019-06-10 | 1 | -7/+5 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Allow `column_name AS alias` as safe SQL string | Ryuta Kamizono | 2019-06-10 | 5 | -0/+14 | |
* | | | | | | | | Refactor `disallow_raw_sql!` to avoid `split(/\s*,\s*/)` to order args | Ryuta Kamizono | 2019-06-09 | 6 | -21/+56 | |
* | | | | | | | | Merge pull request #36117 from shioimm/fix_action_text_overview | Yuji Yaginuma | 2019-06-09 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix installation on guides/source/action_text_overview.md | Misaki Shioi | 2019-06-08 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #36438 from freeletics/nodoc | Eileen M. Uchitelle | 2019-06-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add forgotten nodoc to dump_schema method. | Wojciech Wnętrzak | 2019-06-07 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | NULLS { FIRST | LAST } is safe SQL string since 6c82b6c99d86f37e61f935fb342cc... | Ryuta Kamizono | 2019-06-07 | 1 | -6/+6 | |
* | | | | | | | | Remove redundant blank line at the bottom of the generated controller test | yuuji.yaginuma | 2019-06-07 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #36429 from bogdan/fix-preloading-duplicate-records | Ryuta Kamizono | 2019-06-07 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix preloading on AR::Relation where records are duplicated by a join | Bogdan Gusiev | 2019-06-06 | 2 | -1/+8 | |
* | | | | | | | | | Merge pull request #36422 from jhawthorn/parallelize_actionview | John Hawthorn | 2019-06-06 | 3 | -39/+13 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Run actionview tests in parallel | John Hawthorn | 2019-06-05 | 2 | -0/+12 | |
| * | | | | | | | | Remove actionview tests which modify fixtures | John Hawthorn | 2019-06-05 | 1 | -39/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #36431 from alexgomez54/patch-1 | Rafael França | 2019-06-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Include warning in docs about polymorphism in underlying tables | Alex Gomez | 2019-06-06 | 1 | -0/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #36270 from Edouard-chin/ec-on-rotation-constructor | Kasper Timm Hansen | 2019-06-06 | 3 | -4/+50 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow `on_rotation` in MessageEncryptor to be passed in constructor: | Edouard CHIN | 2019-06-06 | 3 | -4/+50 | |
* | | | | | | | | | Merge pull request #36427 from akshaymohite/master | Vipul A M | 2019-06-06 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fixed a couple of typos, word 'deliberately' and database_resolver_context cl... | Akshay Mohite | 2019-06-06 | 1 | -4/+4 | |
* | | | | | | | | | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version | Ryuta Kamizono | 2019-06-06 | 8 | -27/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Bump rubocop to 0.71 | Abhay Nikam | 2019-06-06 | 8 | -27/+20 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #36420 from kamipo/quoted_identifier_regex | Ryuta Kamizono | 2019-06-06 | 10 | -68/+166 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Allow quoted identifier string as safe SQL string | Ryuta Kamizono | 2019-06-06 | 10 | -68/+166 | |
* | | | | | | | | | Merge pull request #36424 from y-yagi/unlock_selenium-webdriver | Yuji Yaginuma | 2019-06-06 | 3 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix broken driver test | yuuji.yaginuma | 2019-06-06 | 1 | -2/+2 | |
| * | | | | | | | | Unlock `selenium-webdriver` version | yuuji.yaginuma | 2019-06-06 | 2 | -12/+12 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #36371 from eileencodes/move-schema-cache-to-pool | Eileen M. Uchitelle | 2019-06-05 | 6 | -7/+33 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Move schema cache from connection to pool | eileencodes | 2019-06-05 | 6 | -7/+33 | |
* | | | | | | | | Fix period position | Ryuta Kamizono | 2019-06-06 | 4 | -5/+5 |