aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-0/+2
* Merge pull request #23756 from tenderlove/move_digest_cacheAaron Patterson2016-02-181-2/+3
|\
| * move digest cache on to the DetailsKey objectAaron Patterson2016-02-181-2/+3
* | set `skip_listen` option to dummy appplicationyuuji.yaginuma2016-02-182-0/+9
|/
* Merge pull request #23730 from y-yagi/fail_fast_when_test_errorAndrew White2016-02-174-5/+20
|\
| * modify to `error` also abort when specify fail fast optionyuuji.yaginuma2016-02-174-5/+20
* | Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-1/+1
* | remove unused methodyuuji.yaginuma2016-02-171-4/+0
|/
* adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-176-13/+42
* Merge pull request #23630 from akshaymohite/correct-test-name-api-onlyYves Senn2016-02-161-1/+1
|\
| * Correct config option from only_api to api_only in testAkshay2016-02-121-1/+1
* | reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.Yves Senn2016-02-161-0/+46
* | fix more failing tests due to 07e422f ... :pray:Yves Senn2016-02-151-2/+2
* | fixing the build take II. :sweat:Yves Senn2016-02-151-1/+1
* | fix build broken by 07e422f58d61da0.Yves Senn2016-02-151-1/+1
* | Merge pull request #23631 from y-yagi/generate_mailer_views_in_apiYves Senn2016-02-154-4/+20
|\ \
| * | generate mailer views in Rails APIyuuji.yaginuma2016-02-154-4/+20
* | | test runner, relay minitest information about the error location.Yves Senn2016-02-152-2/+2
* | | Revert "Prefer Minitest's location for test failures."Yves Senn2016-02-152-9/+3
* | | Merge pull request #23569 from Gaurav2728/no_doc_of_some_railtie_methodsVipul A M2016-02-151-4/+7
|\ \ \
| * | | mark as #:nodoc: [ci skip]Gaurav Sharma2016-02-151-4/+7
* | | | Merge pull request #23664 from y-yagi/remove_test_order_from_environment_fileYves Senn2016-02-151-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | remove `active_support.test_order` from environment fileyuuji.yaginuma2016-02-141-3/+0
* | | | Merge pull request #23505 from kaspth/inject-rails-config-through-railtieKasper Timm Hansen2016-02-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-0/+1
* | | | Fix expected hash syntax.Kasper Timm Hansen2016-02-121-3/+3
* | | | Use Ruby 1.9 hash syntaxRafael Mendonça França2016-02-121-1/+1
* | | | Merge pull request #23611 from abhishekjain16/routes_optionsKasper Timm Hansen2016-02-121-1/+9
|\ \ \ \
| * | | | Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-1/+9
* | | | | Use correct path in documentation.Tom von Schwerdtner2016-02-121-1/+1
| |_|_|/ |/| | |
* | | | - Fixed and removed long arguments to rake routesVipul A M2016-02-121-3/+3
| |_|/ |/| |
* | | Merge pull request #23528 from bensheldon/patch-1Richard Schneeman2016-02-101-1/+1
|\ \ \
| * | | Set postgresql poolsize via RAILS_MAX_THREADSBen Sheldon2016-02-101-1/+1
| | |/ | |/|
* | | Merge pull request #23512 from y-yagi/set_association_name_to_fixtureDavid Heinemeier Hansson2016-02-103-11/+10
|\ \ \ | |_|/ |/| |
| * | set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-063-11/+10
* | | prevent apps in the railties test suite from running the evented monitorXavier Noria2016-02-101-3/+12
* | | include spring-watcher-listen in the Gemfile of new applicationsXavier Noria2016-02-103-0/+9
* | | enables the evented monitor in new applicationsXavier Noria2016-02-105-1/+35
* | | revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-076-54/+49
* | | Remove unused private methodSyamil MJ2016-02-071-4/+0
| |/ |/|
* | Replace old Rails greeting referencesGenadi Samokovarov2016-02-061-1/+1
|/
* Fix mixing line filters with Minitest's -n filter.Kasper Timm Hansen2016-02-052-4/+36
* move CHANGELOG entry to the appropriate position [ci skip]yuuji.yaginuma2016-02-051-2/+2
* - app generate option --skip-sprockets leaves jquery-rails gem, which relies ...Vipul A M2016-02-042-2/+3
* Update assertion on redis in generated GemfilePrem Sichanugrist2016-02-041-1/+1
* Merge pull request #23478 from vipulnsward/23470-pass-api-in-update-generatorRafael França2016-02-041-1/+1
|\
| * Pass api only option to rails rails:update task to update only based on API.Vipul A M2016-02-041-1/+1
* | Turbolinks has moved outDavid Heinemeier Hansson2016-02-041-1/+1
* | Redis is now only needed if you want to use Action Cable in productionDavid Heinemeier Hansson2016-02-041-2/+2
* | rake stats dynamically scales nowAkira Matsuda2016-02-041-9/+21