aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \ \ \
| | | * | | | | Reduce `Reduce`Nikolay Ponomarev2017-12-275-39/+9
| | |/ / / / /
| | * | | | | Merge pull request #449 from kbrock/expr_nodeMatthew Draper2017-12-0616-28/+40
| | |\ \ \ \ \
| | | * | | | | Delete is not a NodeExpression, change parentKeenan Brock2017-12-051-3/+18
| | | * | | | | Introduce NodeExpression as parent of scalar nodesKeenan Brock2017-12-0515-25/+22
| | * | | | | | Merge pull request #511 from ecbrodie/patch-1Rafael França2017-12-051-1/+7
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Explicitly mentions the #and operatorEvan Brodie2017-12-051-1/+7
| | |/ / / / /
| | * | | | | Prepare for 9.0.0Rafael Mendonça França2017-11-142-1/+7
| | * | | | | Merge pull request #501 from abelards/patch-1Rafael França2017-11-141-1/+4
| | |\ \ \ \ \
| | | * | | | | Update README.mdSylvain Abélard2017-10-151-1/+4
| | * | | | | | Merge pull request #502 from kddeisz/count-mathRafael França2017-10-312-0/+11
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Allow count nodes to have math functionsKevin Deisz2017-10-272-0/+11
| | |/ / / / /
| | * | | | | Merge pull request #500 from jcoleman/fix_incorrect_typecasting_of_raw_sql_st...Sean Griffin2017-10-062-1/+13
| | |\ \ \ \ \
| | | * | | | | Type-castable attributes should not try to cast SqlLiteral nodesJames Coleman2017-09-292-1/+13
| | |/ / / / /
| | * | | | | Merge pull request #496 from amatsuda/froms_to_nowhereAkira Matsuda2017-09-241-2/+0
| | |\ \ \ \ \
| | | * | | | | Unused variablesAkira Matsuda2017-09-011-2/+0
| | * | | | | | Merge pull request #499 from jgraichen/jg/cte-bindparamsSean Griffin2017-09-211-1/+2
| | |\ \ \ \ \ \
| | | * | | | | | Support BindParams in subqueriesJan Graichen2017-09-191-1/+2
| | |/ / / / / /
| | * | | | | | Merge pull request #498 from yhirano55/update_travisSean Griffin2017-09-151-3/+3
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Update .travis.ymlYoshiyuki Hirano2017-09-151-3/+3
| | |/ / / / /
| | * | | | | Merge pull request #495 from koic/add_required_ruby_version_to_gemspecRafael França2017-08-143-10/+7
| | |\ \ \ \ \
| | | * | | | | Update travis.ymlKoichi ITO2017-08-141-10/+5
| | | * | | | | Add required_ruby_version to gemspecKoichi ITO2017-08-142-0/+2
| | |/ / / / /
| | * | | | | Merge pull request #494 from koic/remove_encoding_utf8_magic_commentMatthew Draper2017-08-103-3/+0
| | |\ \ \ \ \