aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #27040 from ttanimichi/add-skip-sprockets-to-passthrough-o...Rafael França2016-11-143-1/+13
|\ \ \ \
| * | | | Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`Tsukuru Tanimichi2016-11-143-1/+13
* | | | | Fix style violationsRafael Mendonça França2016-11-142-2/+2
* | | | | Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"Rafael Mendonça França2016-11-143-20/+3
|/ / / /
* | | | Merge pull request #27007 from maclover7/jm-fix-26912Rafael Mendonça França2016-11-132-2/+12
|\ \ \ \
| * | | | Don't error on an empty CONTENT_TYPEJon Moss2016-11-102-2/+12
* | | | | Merge pull request #26222 from vipulnsward/26134-fixRafael França2016-11-133-7/+18
|\ \ \ \ \
| * | | | | Format and send logs to logger.fatal from DebugExceptions instead of calling ...Vipul A M2016-11-123-7/+18
* | | | | | Merge pull request #27030 from kamipo/avoid_build_preloaderRafael França2016-11-131-2/+3
|\ \ \ \ \ \
| * | | | | | Avoid `build_preloader` if preloading is not neededRyuta Kamizono2016-11-141-2/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #27037 from kamipo/call_spawn_and_bang_method_for_noneMatthew Draper2016-11-131-1/+1
|\ \ \ \ \ \
| * | | | | | Call `spawn` and bang method for `none`Ryuta Kamizono2016-11-141-1/+1
|/ / / / / /
* | | | | | Merge pull request #26928 from kamipo/fix_name_error_2Rafael França2016-11-131-2/+2
|\ \ \ \ \ \
| * | | | | | Fix NameError: undefined local variable or method `result`Ryuta Kamizono2016-11-141-2/+2
|/ / / / / /
* | | | | | Merge pull request #27033 from vipulnsward/fix-bignum-warningRafael França2016-11-131-1/+0
|\ \ \ \ \ \
| * | | | | | Remove warning from access to Bignum class, 2**64 is already a known bignum v...Vipul A M2016-11-131-1/+0
| |/ / / / /
* | | | | | Merge pull request #27036 from y-yagi/update_turbolinks_exampleRafael França2016-11-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | use correct value in example [ci skip]yuuji.yaginuma2016-11-141-1/+1
|/ / / / /
* | | | | Minor corrections to #26905Andrew White2016-11-132-2/+2
* | | | | Fix typo in constant referenceAndrew White2016-11-131-1/+1
* | | | | It's a NAN not InfinityAndrew White2016-11-131-1/+1
* | | | | Use literal values in assertionsAndrew White2016-11-131-6/+4
* | | | | Merge pull request #26933 from prathamesh-sonpatki/fix-26877Andrew White2016-11-132-1/+23
|\ \ \ \ \
| * | | | | Fix an issue with JSON encoding of "Infinity" and "NaN" valuesPrathamesh Sonpatki2016-10-302-1/+23
* | | | | | Merge pull request #27024 from vipulnsward/changelog-editsAndrew White2016-11-134-15/+15
|\ \ \ \ \ \
| * | | | | | Changelog editsVipul A M2016-11-124-15/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-1342-75/+77
|\ \ \ \ \ \
| * | | | | | Add missing `+` around a some literals.bogdanvlviv2016-10-2742-75/+77
* | | | | | | removes unconventional "then" in case expressionXavier Noria2016-11-131-1/+1
* | | | | | | revises style in recent code (of mine)Xavier Noria2016-11-131-5/+7
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #27019 from djpowers/patch-1Jon Moss2016-11-122-3/+3
|\ \ \ \ \ \
| * | | | | | Fix spelling in API docsDave Powers2016-11-122-3/+3
* | | | | | | Add test for #25248Sean Griffin2016-11-121-0/+10
* | | | | | | Merge pull request #25248 from bluesh55:features/skip-coffeeSean Griffin2016-11-121-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Add --skip-coffee generating optionseunghwan oh2016-06-021-1/+6
* | | | | | | | Merge pull request #27022 from kamipo/add_nodoc_to_table_structureAndrew White2016-11-121-9/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Add `:nodoc` to `table_structure`Ryuta Kamizono2016-11-121-9/+2
* | | | | | | | significant speedup of AC::Parameters#permitXavier Noria2016-11-122-1/+8
|/ / / / / / /
* | | | | | | Merge pull request #27018 from alexanderkustov/alexanderkustov/update-docs-Ac...Vipul A M2016-11-111-0/+12
|\ \ \ \ \ \ \
| * | | | | | | better docs for ActionView::ViewPaths#prepend_view_pathAlexander Kustov2016-11-121-0/+12
* | | | | | | | adds a missing dot [ci skip]Xavier Noria2016-11-111-1/+1
* | | | | | | | adds support for arbitrary hashes in strong parametersXavier Noria2016-11-114-3/+101
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #27008 from kirs/new-column-from-fieldRafael França2016-11-114-38/+48
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Refactor column initialization into `new_column_from_field`Kir Shatrov2016-11-114-38/+48
|/ / / / / /
* | | | | | Merge pull request #26978 from matthewd/query-cache-poolMatthew Draper2016-11-104-4/+73
|\ \ \ \ \ \
| * | | | | | Configure query caching (per thread) on the connection poolMatthew Draper2016-11-064-2/+71
| * | | | | | Try harder to avoid making a connection while releasing itMatthew Draper2016-11-061-2/+2
* | | | | | | Merge pull request #27006 from bogdanvlviv/ar_querying_guideJon Moss2016-11-101-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Update guides/source/active_record_querying.mdbogdanvlviv2016-11-101-0/+3
|/ / / / / / /
* | | | | | | Merge pull request #26820 from y-yagi/add_bang_merge_to_parametersRafael França2016-11-103-0/+28
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |