aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-13434-514/+8
* Merge pull request #36470 from lucasprag/activesupport/missing-require-digestRafael França2019-06-121-0/+3
|\
| * Add missing file to require digest/uuid on active_support core extensionsLucas Arantes2019-06-121-0/+3
|/
* Merge pull request #36447 from holyketzer/masterRafael França2019-06-111-1/+1
|\
| * ActionCable: optimize logger.debug callingAlex Emelyanov2019-06-081-1/+1
* | Merge pull request #36440 from malept/multi-db-abort_if_pending_migrations-taskEileen M. Uchitelle2019-06-113-1/+55
|\ \
| * | Convert the db:abort_if_pending_migrations task to be multi-DB awareMark Lee2019-06-103-1/+55
* | | Merge pull request #36448 from kamipo/allow_column_name_with_simple_function_...Ryuta Kamizono2019-06-117-42/+67
|\ \ \ | |/ / |/| |
| * | Allow column name with function (e.g. `length(title)`) as safe SQL stringRyuta Kamizono2019-06-107-42/+67
* | | All modern adapters returns a numeric value as the result of numeric calculationRyuta Kamizono2019-06-112-10/+2
* | | Merge pull request #36452 from kojoma/kojoma/update_guidesKasper Timm Hansen2019-06-101-2/+2
|\ \ \
| * | | [ci skip] Fix rails/command.rb documentkojoma2019-06-101-2/+2
* | | | Bump `webdrivers`yuuji.yaginuma2019-06-101-7/+5
| |/ / |/| |
* | | Allow `column_name AS alias` as safe SQL stringRyuta Kamizono2019-06-105-0/+14
* | | Refactor `disallow_raw_sql!` to avoid `split(/\s*,\s*/)` to order argsRyuta Kamizono2019-06-096-21/+56
* | | Merge pull request #36117 from shioimm/fix_action_text_overviewYuji Yaginuma2019-06-091-0/+2
|\ \ \ | |_|/ |/| |
| * | Fix installation on guides/source/action_text_overview.mdMisaki Shioi2019-06-081-0/+2
* | | Merge pull request #36438 from freeletics/nodocEileen M. Uchitelle2019-06-071-1/+1
|\ \ \
| * | | Add forgotten nodoc to dump_schema method.Wojciech Wnętrzak2019-06-071-1/+1
|/ / /
* | | NULLS { FIRST | LAST } is safe SQL string since 6c82b6c99d86f37e61f935fb342cc...Ryuta Kamizono2019-06-071-6/+6
* | | Remove redundant blank line at the bottom of the generated controller testyuuji.yaginuma2019-06-071-1/+1
* | | Merge pull request #36429 from bogdan/fix-preloading-duplicate-recordsRyuta Kamizono2019-06-072-1/+8
|\ \ \
| * | | Fix preloading on AR::Relation where records are duplicated by a joinBogdan Gusiev2019-06-062-1/+8
* | | | Merge pull request #36422 from jhawthorn/parallelize_actionviewJohn Hawthorn2019-06-063-39/+13
|\ \ \ \
| * | | | Run actionview tests in parallelJohn Hawthorn2019-06-052-0/+12
| * | | | Remove actionview tests which modify fixturesJohn Hawthorn2019-06-051-39/+1
| | |_|/ | |/| |
* | | | Merge pull request #36431 from alexgomez54/patch-1Rafael França2019-06-061-0/+2
|\ \ \ \
| * | | | Include warning in docs about polymorphism in underlying tablesAlex Gomez2019-06-061-0/+2
|/ / / /
* | | | Merge pull request #36270 from Edouard-chin/ec-on-rotation-constructorKasper Timm Hansen2019-06-063-4/+50
|\ \ \ \
| * | | | Allow `on_rotation` in MessageEncryptor to be passed in constructor:Edouard CHIN2019-06-063-4/+50
* | | | | Merge pull request #36427 from akshaymohite/masterVipul A M2019-06-061-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed a couple of typos, word 'deliberately' and database_resolver_context cl...Akshay Mohite2019-06-061-4/+4
* | | | | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-versionRyuta Kamizono2019-06-068-27/+20
|\ \ \ \ \
| * | | | | Bump rubocop to 0.71Abhay Nikam2019-06-068-27/+20
| | |/ / / | |/| | |
* | | | | Merge pull request #36420 from kamipo/quoted_identifier_regexRyuta Kamizono2019-06-0610-68/+166
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow quoted identifier string as safe SQL stringRyuta Kamizono2019-06-0610-68/+166
* | | | | Merge pull request #36424 from y-yagi/unlock_selenium-webdriverYuji Yaginuma2019-06-063-14/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix broken driver testyuuji.yaginuma2019-06-061-2/+2
| * | | | Unlock `selenium-webdriver` versionyuuji.yaginuma2019-06-062-12/+12
|/ / / /
* | | | Merge pull request #36371 from eileencodes/move-schema-cache-to-poolEileen M. Uchitelle2019-06-056-7/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Move schema cache from connection to pooleileencodes2019-06-056-7/+33
* | | | Fix period positionRyuta Kamizono2019-06-064-5/+5
* | | | Merge pull request #36399 from jhawthorn/named_controller_helper_moduleJohn Hawthorn2019-06-052-9/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Use file/line from call to helper_moduleJohn Hawthorn2019-06-031-5/+10
| * | | Give HelperMethods module a nameJohn Hawthorn2019-06-032-4/+15
* | | | Merge pull request #36416 from freeletics/fix-db-prepareEileen M. Uchitelle2019-06-054-31/+99
|\ \ \ \
| * | | | Fixed db:prepare task for multiple databases.Wojciech Wnętrzak2019-06-054-31/+99
* | | | | Merge pull request #36394 from eileencodes/treat-application-record-as-primaryEileen M. Uchitelle2019-06-053-5/+22
|\ \ \ \ \
| * | | | | Treat ActiveRecord::Base and ApplicationRecord as "primary"eileencodes2019-06-053-5/+22
* | | | | | Merge pull request #36415 from Aupajo/patch-1Xavier Noria2019-06-051-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |