aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22194 from grosser/grosser/read-nilSean Griffin2015-11-052-3/+14
|\
| * cache nil replies from backend cache so misses are fast tooMichael Grosser2015-11-052-3/+14
* | Merge pull request #22150 from raq929/patch-1Yves Senn2015-11-051-2/+4
|\ \
| * | Update association_basics.mdraq9292015-11-011-2/+4
* | | [ci skip] ( ͡° ͜ʖ ͡°) ( ͡⊙ ͜ʖ ͡⊙) ( ͡◉ ͜ʖ ͡◉) javascrip...Kasper Timm Hansen2015-11-051-1/+1
* | | [ci skip] Remove final mentions of `static_cache_control` in docs.Kasper Timm Hansen2015-11-052-2/+6
* | | Merge pull request #22187 from kamipo/test_binary_data_is_not_logged_is_for_p...Andrew White2015-11-051-1/+1
|\ \ \
| * | | `test_binary_data_is_not_logged` is for prepared statements loggingRyuta Kamizono2015-11-051-1/+1
* | | | Merge pull request #22189 from kamipo/no_need_mysql_doubles_reset_column_info...Yves Senn2015-11-052-24/+12
|\ \ \ \
| * | | | No need `MysqlDouble` and `MysqlDouble.reset_column_information`Ryuta Kamizono2015-11-052-24/+12
* | | | | Merge pull request #22191 from jonatack/fix-static-cache-control-deprecation-...Kasper Timm Hansen2015-11-051-3/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix `static_cache_control` deprecation warningJon Atack2015-11-051-3/+6
|/ / / /
* | | | Require the count_down_latchRafael Mendonça França2015-11-051-2/+3
* | | | Merge pull request #22185 from jdantonio/cr-load-timeRafael França2015-11-0523-25/+27
|\ \ \ \
| * | | | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-0423-25/+27
* | | | | Remove links to docrailsRafael Mendonça França2015-11-051-2/+2
* | | | | Add bundle check to release taskRafael Mendonça França2015-11-051-1/+5
|/ / / /
* | | | tests, test should not care wether 9ms or 11ms have passed.Yves Senn2015-11-041-1/+1
* | | | Replace `serve_static_files` mentions in docs.Kasper Timm Hansen2015-11-044-6/+8
* | | | Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-044-5/+5
* | | | tests, define `Rails.root` before loading Action Mailer.Yves Senn2015-11-042-8/+8
* | | | Merge pull request #22173 from kaspth/enable-public-file-serverKasper Timm Hansen2015-11-047-17/+84
|\ \ \ \
| * | | | Move `static_cache_contorl` deprecation changelog entry to Railties.Kasper Timm Hansen2015-11-042-5/+22
| * | | | Add enabled flag to the public file server.Kasper Timm Hansen2015-11-036-12/+62
* | | | | Merge pull request #22182 from seanlinsley/patch-1Rafael França2015-11-041-0/+7
|\ \ \ \ \
| * | | | | document `try!` in ActiveSupport core ext guideSean Linsley2015-11-041-0/+7
|/ / / / /
* | | | | Merge pull request #22180 from usertesting/arbitrary-url-in-link-to-backRafael França2015-11-043-2/+33
|\ \ \ \ \
| * | | | | Don’t allow arbitrary data in back urlsDamien Burke2015-11-033-2/+33
| |/ / / /
* | | | | formatting pass over Active Record changelog. [ci skip]Yves Senn2015-11-041-18/+20
* | | | | Merge pull request #22174 from metaskills/defsetupYves Senn2015-11-043-7/+6
|\ \ \ \ \
| * | | | | Update docs/comments to use setup/teardown blocks vs. methods.Ken Collins2015-11-041-1/+0
| * | | | | Update docs/comments to use setup/teardown blocks vs. methods.Ken Collins2015-11-033-6/+6
| |/ / / /
* | / / / Remove incorrect commentsAndrew White2015-11-041-4/+0
| |/ / / |/| | |
* | | | Fix spelling error [ci skip]Andrew White2015-11-041-1/+1
* | | | don't start a new process for every test fileAaron Patterson2015-11-031-8/+21
* | | | Fix deprecation message when frame doesn't have absolute_pathRafael Mendonça França2015-11-031-1/+1
|/ / /
* | | Add tests to make sure mail_to work with nil and SafeBufferRafael Mendonça França2015-11-031-0/+14
* | | Merge pull request #18774 from yuki24/deprecate-original-exception-infavor-of...Jeremy Daer2015-11-0330-90/+179
|\ \ \
| * | | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-0330-90/+179
* | | | Merge pull request #22164 from yui-knk/test_float_limitsAndrew White2015-11-032-12/+48
|\ \ \ \
| * | | | Add test_float_limits to mysql2yui-knk2015-11-032-12/+48
| |/ / /
* | | | Merge pull request #22162 from Gaurav2728/added_instruction_for_rack_corsAndrew White2015-11-031-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | added missing instructions for `rack-cors`Gaurav Sharma2015-11-031-2/+4
|/ / /
* | | remove present? call; we do not need itAaron Patterson2015-11-021-1/+1
* | | Merge pull request #21841 from yui-knk/fix_migration_statusAndrew White2015-11-024-7/+80
|\ \ \
| * | | Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-024-7/+80
* | | | Merge pull request #22156 from yui-knk/fix_test_mysqlAndrew White2015-11-021-1/+1
|\ \ \ \
| * | | | Fix test_database_created_by_root of mysqlyui-knk2015-11-021-1/+1
| |/ / /
* | | | Merge pull request #22142 from r11runner/query-guide-first-last-default-scopeYves Senn2015-11-021-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] querying guide methods first and last: mentioning the influence of ...r11runner2015-10-311-0/+4