aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | assert_calledutilum2018-04-2612-66/+102
| * | | assert_not_calledutilum2018-04-265-38/+59
* | | | Merge pull request #32733 from Edouard-chin/ec-setupand-teardownRafael França2018-04-273-13/+11
|\ \ \ \
| * | | | `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-273-13/+11
* | | | | Merge pull request #31956 from fatkodima/has_attached-presence-validationEileen M. Uchitelle2018-04-272-0/+34
|\ \ \ \ \
| * | | | | has_(one/many)_attached presence validationfatkodima2018-02-112-0/+34
* | | | | | Adding precision about which letter case to use for controller names … (#32...simonjamain2018-04-271-0/+2
* | | | | | Ensure that `ids_reader` respects dirty target whether target is loaded or notRyuta Kamizono2018-04-272-3/+5
* | | | | | Merge pull request #32617 from tgturner/size-should-use-available-associationRyuta Kamizono2018-04-273-1/+82
|\ \ \ \ \ \
| * | | | | | Loaded associations should not run a new query when size is calledGraham Turner2018-04-263-1/+82
* | | | | | | Update 'rails_welcome.png' to reflect a more diverse population (#32735)Jamie Dihiansan2018-04-261-0/+0
* | | | | | | Add test case that assigning belongs_to on destroyed object raises frozen errorRyuta Kamizono2018-04-271-0/+7
* | | | | | | Address `Style/StringLiterals` offenceRyuta Kamizono2018-04-271-1/+1
* | | | | | | Don't dup Strings when jsonifyingAkira Matsuda2018-04-271-2/+6
| |_|/ / / / |/| | | | |
* | | | | | Don't try to destoy the given string via method argumentAkira Matsuda2018-04-271-1/+1
* | | | | | Reduce String allocations when building Action View tagsAkira Matsuda2018-04-271-1/+2
* | | | | | Reduce extra object creations in TaggedLoggingAkira Matsuda2018-04-271-1/+3
|/ / / / /
* | | | | Merge pull request #32725 from nikolai-b/rm_count_math_mixinRyuta Kamizono2018-04-261-2/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove math module from countNikolai B2018-04-251-2/+0
* | | | | Merge pull request #32728 from ricardotk002/prevent-duplication-active-storageGeorge Claghorn2018-04-253-10/+4
|\ \ \ \ \
| * | | | | Move #extract_metadata_from to ActiveStorage's TestHelperRicardo Díaz2018-04-253-10/+4
|/ / / / /
* | | | | Simplify URL generation for partial downloads from GCSGeorge Claghorn2018-04-251-1/+2
* | | | | Merge pull request #32721 from javan/ast-unminify-jsJavan Makhmali2018-04-256-1386/+1093
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Unminify activestorage.jsJavan Makhmali2018-04-256-1386/+1093
|/ / / /
* | | | Merge pull request #32717 from tgturner/make-get-and-set-values-public-againRyuta Kamizono2018-04-253-4/+15
|\ \ \ \
| * | | | `get_value` needs to be a public methodGraham Turner2018-04-253-4/+15
|/ / / /
* | | | Merge pull request #32702 from bogdanvlviv/fix-description-for-31685Rafael França2018-04-251-2/+2
|\ \ \ \
| * | | | Fix title for example of removing data from `session` [ci skip]bogdanvlviv2018-04-231-2/+2
* | | | | Add a helper method to check that gem does not exist in `Gemfile`yuuji.yaginuma2018-04-251-49/+26
* | | | | Merge pull request #32713 from utilum/max_ffi_versionRafael França2018-04-252-4/+6
|\ \ \ \ \
| * | | | | Fix segmentation fault in EventedFileUpdateCheckerutilum2018-04-242-4/+6
* | | | | | Merge pull request #32715 from vaidehijoshi/refactor-scanner-testRafael França2018-04-251-47/+50
|\ \ \ \ \ \
| * | | | | | Break up Journey's scanner testvaidehijoshi2018-04-241-47/+50
* | | | | | | Merge pull request #32716 from yahonda/arel_collectors_bindMatthew Draper2018-04-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Address `NameError: uninitialized constant Arel::Collectors::Bind`Yasuo Honda2018-04-251-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #32097 from matthewd/arelMatthew Draper2018-04-25145-4/+11379
|\ \ \ \ \ \ \
| * | | | | | | Arel: :nodoc: allMatthew Draper2018-02-2481-81/+81
| * | | | | | | Arel: rubocop -aMatthew Draper2018-02-24143-3077/+3179
| * | | | | | | Merge Arel into Active RecordMatthew Draper2018-02-24146-4/+11277
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #516 from yahonda/ruby250Rafael França2018-01-253-1/+6
| | |\ \ \ \ \ \ \
| | | * | | | | | | BigDecimal.new is deprecated in Ruby 2.5Yasuo Honda2018-01-071-1/+1
| | | * | | | | | | require 'date' to address for Ruby 2.5Yasuo Honda2018-01-071-0/+2
| | | * | | | | | | Use the latest RubyGems 2.7.4 or higherYasuo Honda2018-01-061-0/+2
| | | * | | | | | | CI with Ruby 2.5.0Yasuo Honda2018-01-061-0/+1
| | |/ / / / / / /
| | * | | | | | | Merge pull request #481 from lautis/lateralAaron Patterson2017-12-286-1/+40
| | |\ \ \ \ \ \ \
| | | * | | | | | | PostgreSQL lateral expressionsVille Lautanala2017-04-255-0/+39
| | | * | | | | | | Fix link to SQL-92 grammarVille Lautanala2017-04-251-1/+1
| | * | | | | | | | Merge pull request #513 from itsNikolay/remove_unused_requiresAaron Patterson2017-12-2811-17/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Remove Unused `require`Nikolay Ponomarev2017-12-2711-17/+1
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #512 from itsNikolay/reduce_ReduceAaron Patterson2017-12-275-39/+9
| | |\ \ \ \ \ \ \ \