aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #35508 from cjlarose/add-explicit-require-in-actiontext-in...Ryuta Kamizono2019-03-071-0/+2
|\ \ \ \ \ \
| * | | | | | Explicitly require rails-html-sanitizer gem in ActionText helpersChris LaRose2019-03-061-0/+2
* | | | | | | Merge pull request #35510 from shailesh-kalamkar/fix-typosRyuta Kamizono2019-03-072-2/+2
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Fix typosShailesh Kalamkar2019-03-072-2/+2
|/ / / / / / /
* | | | | | | Correct the limitation about `order` with `distinct` in the guideRyuta Kamizono2019-03-071-1/+2
* | | | | | | Just inherit `ForeignKeyChangeColumnTest` for with prefix/suffix testsRyuta Kamizono2019-03-071-17/+5
* | | | | | | Move all Arel constructions from uniqueness validator into connection adapterRyuta Kamizono2019-03-073-7/+6
* | | | | | | Merge pull request #35509 from willnet/fix-typo-in-persistenceRyuta Kamizono2019-03-071-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [ci skip]Fix typo: constaint -> constraintwillnet2019-03-071-2/+2
|/ / / / / /
* | | | | | Merge pull request #35498 from sobrinho/fix-including-excluding-flattenRyuta Kamizono2019-03-074-7/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix including/excluding flatteningGabriel Sobrinho2019-03-064-7/+10
* | | | | | Merge pull request #35492 from nsuchy/patch-1Rafael França2019-03-0630-109/+109
|\ \ \ \ \ \
| * | | | | | Update links and code examples in the guides to use HTTPS where the host supp...Nathaniel Suchy2019-03-0630-109/+109
| |/ / / / /
* | | | | | Bump ZeitwerkXavier Noria2019-03-062-3/+3
* | | | | | Merge pull request #35497 from eileencodes/parse-yaml-without-erb-for-rake-tasksEileen M. Uchitelle2019-03-064-13/+40
|\ \ \ \ \ \
| * | | | | | Load YAML for rake tasks without parsing ERBeileencodes2019-03-064-13/+40
* | | | | | | Add some whitespace for readability.Kasper Timm Hansen2019-03-062-0/+14
* | | | | | | Fix test case name after file extractionKasper Timm Hansen2019-03-061-1/+1
* | | | | | | Handle blank inserts like update_all; raise upfront.Kasper Timm Hansen2019-03-062-7/+5
* | | | | | | Allow `remove_foreign_key` with both `to_table` and `options`Ryuta Kamizono2019-03-067-33/+32
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #35491 from abhaynikam/35077-fix-insert-many-doc-typoPrem Sichanugrist2019-03-061-1/+1
|\ \ \ \ \ \
| * | | | | | [ci skip] Fix typo beacuse -> becauseAbhay Nikam2019-03-061-1/+1
|/ / / / / /
* | | | | | Enable `Lint/AmbiguousOperator` and `Lint/AmbiguousRegexpLiteral` copsRyuta Kamizono2019-03-061-0/+6
* | | | | | Enable `Performance/ReverseEach` cop to avoid newly adding `reverse.each`Ryuta Kamizono2019-03-061-0/+3
* | | | | | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2019-03-055-26/+25
|\ \ \ \ \ \
| * | | | | | Ensure `clear_cache!` clears the prepared statements cacheRyuta Kamizono2019-03-065-26/+25
* | | | | | | Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...David Heinemeier Hansson2019-03-055-11/+77
|/ / / / / /
* / / / / / Add insert_all to ActiveRecord models (#35077)Bob Lail2019-03-0512-17/+613
|/ / / / /
* | | | | Reset `connection_handlers` to default when any test dirties thatRyuta Kamizono2019-03-051-0/+4
* | | | | Decrypt the ASt test config if availableMatthew Draper2019-03-051-0/+8
* | | | | Merge pull request #35473 from rmacklin/patch-1Ryuta Kamizono2019-03-051-1/+1
|\ \ \ \ \
| * | | | | Fix guide to use correct number of files created by controller generatorrmacklin2019-03-041-1/+1
* | | | | | Merge pull request #35474 from sharang-d/patch-3Ryuta Kamizono2019-03-051-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix typo in test nameSharang Dashputre2019-03-051-1/+1
|/ / / / /
* | | | | Merge pull request #35434 from matthewd/faster-isolated-arMatthew Draper2019-03-052-2/+56
|\ \ \ \ \
| * | | | | Clean up AR's isolated test runnerMatthew Draper2019-03-052-3/+21
| * | | | | Copy the forking isolated test runner from railtiesMatthew Draper2019-03-051-2/+38
* | | | | | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-0410-1/+334
* | | | | | Merge pull request #35469 from sharang-d/patch-2Vipul A M2019-03-041-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo in CHANGELOG.md [ci skip]Sharang Dashputre2019-03-041-1/+1
|/ / / / / /
* | | | | | Merge pull request #35350 from kamipo/deprecate_validate_uniqueness_mismatche...Ryuta Kamizono2019-03-046-12/+86
|\ \ \ \ \ \
| * | | | | | Deprecate mismatched collation comparison for uniquness validatorRyuta Kamizono2019-03-046-12/+86
|/ / / / / /
* | | | | | Merge pull request #35467 from bogdanvlviv/move-changelog-entry-about-reselec...Kasper Timm Hansen2019-03-041-9/+9
|\ \ \ \ \ \
| * | | | | | Move changelog entry about `reselect` method to the section of the next releasebogdanvlviv2019-03-041-9/+9
|/ / / / / /
* | | | | | Correctly escape ERB tagyuuji.yaginuma2019-03-041-1/+1
* | | | | | Add an example about how to load images under app/javascript/imagesGuillermo Iguaran2019-03-031-0/+8
* | | | | | Merge pull request #35460 from abhaynikam/33611-follow-up-on-add-reselectRyuta Kamizono2019-03-044-2/+16
|\ \ \ \ \ \
| * | | | | | Fixed reselect throwing NoMethodError on ActiveRecord.Abhay Nikam2019-03-034-2/+16
* | | | | | | Merge pull request #35462 from yahonda/another_30_byte_limitGeorge Claghorn2019-03-032-14/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove unnecessary `current_adapter?(:OracleAdapter)` for index lengthYasuo Honda2019-03-032-14/+6
|/ / / / / /