aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23939 from akshaymohite/fix-configuration-tests-semanticsSean Griffin2016-03-071-2/+2
|\
| * Fixed couple of semantics in the configuration_test.rbAkshay2016-02-281-2/+2
* | Merge pull request #24085 from vipulnsward/i18n-test-additionKasper Timm Hansen2016-03-061-1/+7
|\ \
| * | - Added i18n test to verify assigning hash directly to fallbacks instead of u...Vipul A M2016-03-061-1/+7
* | | Fix indentation [ci skip]Ryuta Kamizono2016-03-051-1/+1
* | | Merge pull request #24053 from mohitnatoo/rails-dev-cacheKasper Timm Hansen2016-03-041-1/+1
|\ \ \
| * | | - using rails dev:cache instead of rake dev:cache in test caseMohit Natoo2016-03-041-1/+1
* | | | making a test definition more clear.Mohit Natoo2016-03-041-1/+1
* | | | [ci skip] using correcting test case names specifying `rails routes` instead ...Mohit Natoo2016-03-041-6/+6
|/ / /
* / / Add test to make sure the sprockets cache is not shared per environmentRafael Mendonça França2016-03-021-0/+20
|/ /
* | Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascriptRafael França2016-03-011-1/+1
|\ \
| * | convert cable.coffee to cable.jsyuuji.yaginuma2016-02-281-1/+1
| |/
* | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-022-28/+9
* | Address ruby warningsTeo Ljungberg2016-02-291-1/+1
|/
* The tasks in the rails task namespace is deprecated in favor of app namespace.Ryo Hashimoto2016-02-261-2/+2
* Enable Action Cable routes by defaultJon Moss2016-02-241-1/+1
* Show permitted flag in the output of AC::Parameters#inspectPrathamesh Sonpatki2016-02-241-1/+1
* Merge pull request #23734 from schneems/schneems/stdout-againRichard Schneeman2016-02-231-0/+11
|\
| * Alternative to #23638 log to STDOUT via env varschneems2016-02-171-0/+11
* | Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport...Rafael França2016-02-234-10/+10
|\ \
| * | remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-224-10/+10
* | | reestablish previous connection after creating all databasesAaron Patterson2016-02-231-0/+13
|/ /
* | make sure `rake test` respects TESTOPTSAaron Patterson2016-02-221-0/+13
* | Make collection caching explicit.Kasper Timm Hansen2016-02-201-0/+2
* | move digest cache on to the DetailsKey objectAaron Patterson2016-02-181-2/+3
|/
* Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-171-1/+1
* 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
* | Merge pull request #23631 from y-yagi/generate_mailer_views_in_apiYves Senn2016-02-151-0/+10
|\ \
| * | generate mailer views in Rails APIyuuji.yaginuma2016-02-151-0/+10
| |/
* | test runner, relay minitest information about the error location.Yves Senn2016-02-151-1/+1
* | Revert "Prefer Minitest's location for test failures."Yves Senn2016-02-151-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
* | Merge pull request #23512 from y-yagi/set_association_name_to_fixtureDavid Heinemeier Hansson2016-02-101-5/+4
|\ \ | |/ |/|
| * set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-061-5/+4
* | revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-0/+34
|/
* Fix mixing line filters with Minitest's -n filter.Kasper Timm Hansen2016-02-051-0/+24
* Fix model test path typo uncovered in previous commit.Kasper Timm Hansen2016-02-031-1/+1
* Fix line filters running tests from multiple runnables.Kasper Timm Hansen2016-02-031-0/+24
* use rails command in routes taskyuuji.yaginuma2016-02-031-7/+7
* Merge pull request #23225 from vipulnsward/20420-rake-routes-optionsKasper Timm Hansen2016-02-011-2/+61
|\
| * Add options for rake routes taskVipul A M2016-02-021-2/+61
* | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-012-3/+3
|/
* Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-2/+1
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-249-95/+96
* Don't run all tests when files end in a colon.Kasper Timm Hansen2016-01-181-8/+0
* bring back `TEST` env for `rake test`.Yves Senn2016-01-121-0/+11
* remove warnings from rake testyuuji.yaginuma2016-01-111-2/+2