aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \
| * | Fix typo extention -> extension [ci skip]kenta-s2017-01-131-1/+1
|/ /
* | Merge pull request #27656 from y-yagi/fix_method_name_in_renderer_docप्रथमेश Sonpatki2017-01-121-1/+2
|\ \
| * | fix method name in `Renderer` doc [ci skip]yuuji.yaginuma2017-01-121-1/+2
|/ /
* | Add duration constructors for use in Numeric extensionsAndrew White2017-01-124-35/+77
* | Add additional tests for #27610Andrew White2017-01-121-1/+38
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-1231-567/+567
* | beginrescueendAkira Matsuda2017-01-121-5/+3
* | Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsingAndrew White2017-01-128-22/+59
|\ \
| * | Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-098-22/+59
* | | Merge pull request #27652 from y-yagi/remove_unused_requireRafael França2017-01-113-6/+0
|\ \ \
| * | | remove unused requiresyuuji.yaginuma2017-01-123-6/+0
* | | | Revert "Merge pull request #27586 from maclover7/jm-fix-27584"Rafael Mendonça França2017-01-112-11/+3
* | | | Merge pull request #27646 from palkan/chore/upd-gitignoreRafael França2017-01-111-0/+1
|\ \ \ \
| * | | | [ci skip] Add .byebug_history to .gitignorepalkan2017-01-111-0/+1
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-01-117-17/+17
|\ \ \ \ \
| * | | | | `meta-data` --> `metadata`Jon Moss2016-12-311-3/+3
| * | | | | Small grammar fixes in `Rails::Paths`Jon Moss2016-12-201-2/+2