aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Should do nothing hereAkira Matsuda2017-01-161-1/+1
* | | | | Merge pull request #27683 from eugeneius/update_counters_empty_touch_testKasper Timm Hansen2017-01-151-0/+9
|\ \ \ \ \
| * | | | | Add test for update_counters with empty touchEugene Kenny2017-01-151-0/+9
| |/ / / /
* | | | | Revert "Don't guard against `touch: []`."Kasper Timm Hansen2017-01-151-1/+2
* | | | | Merge pull request #27601 from y-yagi/make_work_all_commands_from_engineKasper Timm Hansen2017-01-1510-54/+124
|\ \ \ \ \
| * | | | | improve server default options testyuuji.yaginuma2017-01-091-3/+3
| * | | | | make all rails commands work in engineyuuji.yaginuma2017-01-099-51/+121
* | | | | | Merge pull request #27618 from kamipo/fix_uuid_default_nilKasper Timm Hansen2017-01-152-20/+37
|\ \ \ \ \ \
| * | | | | | Fix UUID primary key with default nil in legacy migrationRyuta Kamizono2017-01-092-1/+20
| * | | | | | Should test uuid legacy migration without `supports_pgcrypto_uuid?`Ryuta Kamizono2017-01-091-19/+17
| |/ / / / /
* | | | | | Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"Kasper Timm Hansen2017-01-152-16/+1
* | | | | | Don't guard against `touch: []`.Kasper Timm Hansen2017-01-151-2/+1
* | | | | | Merge pull request #27690 from y-yagi/remove_unused_requireKasper Timm Hansen2017-01-151-1/+0
|\ \ \ \ \ \
| * | | | | | remove unused requireyuuji.yaginuma2017-01-151-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #27686 from koic/friendly_bigdecimal_inspectJon Moss2017-01-152-1/+16
|\ \ \ \ \ \
| * | | | | | Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]Koichi ITO2017-01-152-1/+16
| |/ / / / /
* | | | | | Revert "bundle u mocha"Akira Matsuda2017-01-162-3/+3
* | | | | | bundle u mochaAkira Matsuda2017-01-152-3/+3
* | | | | | Allow render locals to be assigned to instance variablesAndrew White2017-01-154-1/+12
* | | | | | Merge pull request #27684 from y-yagi/remove_ununnecessary_addition_of_libKasper Timm Hansen2017-01-151-1/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | remove unnecessary addition of `lib`yuuji.yaginuma2017-01-151-1/+0
| |/ / / /
* | | | | Merge pull request #27687 from kenta-s/fix-broken-example-code-in-output_safe...Ryuta Kamizono2017-01-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix broken sample code in action_view/helpers/output_safety_helper.rb [ci skip]kenta-s2017-01-151-1/+1
|/ / / /
* | | | ZOMG worst typo in my life :scream:Akira Matsuda2017-01-151-1/+1
* | | | It would be safer not to totally undef core classes' respond_to_missing?Akira Matsuda2017-01-152-2/+12
* | | | `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-152-2/+2
* | | | AS::StringInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-153-3/+19
* | | | This test wasn't actually an effective regression testAkira Matsuda2017-01-151-4/+5
* | | | Merge pull request #27660 from akihiro17/updates-timestampKasper Timm Hansen2017-01-144-7/+32
|\ \ \ \
| * | | | Add the touch option to ActiveRecord#increment! and decrement!akihiro172017-01-144-7/+32
* | | | | Unused &block parameterAkira Matsuda2017-01-151-1/+1
* | | | | AS::ArrayInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-153-1/+20
* | | | | Merge pull request #27680 from kamipo/fix_scope_for_createKasper Timm Hansen2017-01-141-1/+1
|\ \ \ \ \
| * | | | | `type_condition` should be overwritten by `create_with_value` in `scope_for_c...Ryuta Kamizono2017-01-151-1/+1
|/ / / / /
* | | | | Merge pull request #27679 from lcpriest/patch-1Arthur Nogueira Neves2017-01-131-4/+4
|\ \ \ \ \
| * | | | | Small spelling errorLachlan Priest2017-01-141-4/+4
|/ / / / /
* | | | | Fix pool_from_any_process to use most recent speceileencodes2017-01-132-1/+36
* | | | | Merge pull request #27667 from koic/ci_against_jruby_9_1_7_0Eileen M. Uchitelle2017-01-131-3/+3
|\ \ \ \ \
| * | | | | CI against JRuby 9.1.7.0Koichi ITO2017-01-131-3/+3
* | | | | | Merge pull request #27677 from j3ck/masterEileen M. Uchitelle2017-01-131-1/+1
|\ \ \ \ \ \
| * | | | | | Fix missing bracket.Eugene2017-01-141-1/+1
|/ / / / / /
* | | | | | Merge pull request #27675 from kirs/update-builderMatthew Draper2017-01-141-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update builder gem to avoid deprecations of 2.4Kir Shatrov2017-01-131-1/+1
|/ / / / /
* | | | | Merge pull request #27668 from kenta-s/fix-grammar-in-asset_url_helperRyuta Kamizono2017-01-131-3/+3
|\ \ \ \ \
| * | | | | Fix grammar in asset_url_helper.rb [ci skip]kenta-s2017-01-131-3/+3
|/ / / / /
* / / / / Constant look-up would no longer fall back to top-level constant since ruby 2.5Akira Matsuda2017-01-131-2/+2
|/ / / /
* | | | Rails::Generators::AppBase::GemfileEntry needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* | | | AC::ParamsWrapper::Options needs anonymous superclassAkira Matsuda2017-01-131-1/+1
* | | | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-1321-39/+33
* | | | Merge pull request #27664 from kenta-s/fix-typo-in-asset-tag-helperप्रथमेश Sonpatki2017-01-131-1/+1
|\ \ \ \ | |_|/ / |/| | |