| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #23756 from tenderlove/move_digest_cache | Aaron Patterson | 2016-02-18 | 1 | -2/+3 |
|\ |
|
| * | move digest cache on to the DetailsKey object | Aaron Patterson | 2016-02-18 | 1 | -2/+3 |
* | | set `skip_listen` option to dummy appplication | yuuji.yaginuma | 2016-02-18 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #23730 from y-yagi/fail_fast_when_test_error | Andrew White | 2016-02-17 | 1 | -3/+14 |
|\ |
|
| * | modify to `error` also abort when specify fail fast option | yuuji.yaginuma | 2016-02-17 | 1 | -3/+14 |
* | | Implement ActionController::Parameters#inspect | Benjamin Quorning | 2016-02-17 | 1 | -1/+1 |
|/ |
|
* | adds --skip-listen to the application generator [closes #23590] | Xavier Noria | 2016-02-17 | 2 | -10/+28 |
* | Merge pull request #23630 from akshaymohite/correct-test-name-api-only | Yves Senn | 2016-02-16 | 1 | -1/+1 |
|\ |
|
| * | Correct config option from only_api to api_only in test | Akshay | 2016-02-12 | 1 | -1/+1 |
* | | reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`. | Yves Senn | 2016-02-16 | 1 | -0/+46 |
* | | fix more failing tests due to 07e422f ... :pray: | Yves Senn | 2016-02-15 | 1 | -2/+2 |
* | | fixing the build take II. :sweat: | Yves Senn | 2016-02-15 | 1 | -1/+1 |
* | | fix build broken by 07e422f58d61da0. | Yves Senn | 2016-02-15 | 1 | -1/+1 |
* | | Merge pull request #23631 from y-yagi/generate_mailer_views_in_api | Yves Senn | 2016-02-15 | 2 | -1/+13 |
|\ \ |
|
| * | | generate mailer views in Rails API | yuuji.yaginuma | 2016-02-15 | 2 | -1/+13 |
| |/ |
|
* | | test runner, relay minitest information about the error location. | Yves Senn | 2016-02-15 | 1 | -1/+1 |
* | | Revert "Prefer Minitest's location for test failures." | Yves Senn | 2016-02-15 | 1 | -1/+1 |
* | | Fix expected hash syntax. | Kasper Timm Hansen | 2016-02-12 | 1 | -3/+3 |
* | | Merge pull request #23611 from abhishekjain16/routes_options | Kasper Timm Hansen | 2016-02-12 | 1 | -1/+9 |
|\ \
| |/
|/| |
|
| * | Fixes routes to match verbs and path with -g option | Abhishek Jain | 2016-02-11 | 1 | -1/+9 |
* | | Merge pull request #23512 from y-yagi/set_association_name_to_fixture | David Heinemeier Hansson | 2016-02-10 | 2 | -10/+9 |
|\ \
| |/
|/| |
|
| * | set association name to generated fixtures if attribute is reference | yuuji.yaginuma | 2016-02-06 | 2 | -10/+9 |
* | | prevent apps in the railties test suite from running the evented monitor | Xavier Noria | 2016-02-10 | 1 | -3/+12 |
* | | include spring-watcher-listen in the Gemfile of new applications | Xavier Noria | 2016-02-10 | 1 | -0/+1 |
* | | enables the evented monitor in new applications | Xavier Noria | 2016-02-10 | 1 | -0/+22 |
* | | revert dev:cache to rake task, fixes #23410 | Scott Bronson | 2016-02-07 | 2 | -32/+34 |
|/ |
|
* | Fix mixing line filters with Minitest's -n filter. | Kasper Timm Hansen | 2016-02-05 | 1 | -0/+24 |
* | - app generate option --skip-sprockets leaves jquery-rails gem, which relies ... | Vipul A M | 2016-02-04 | 1 | -1/+2 |
* | Update assertion on redis in generated Gemfile | Prem Sichanugrist | 2016-02-04 | 1 | -1/+1 |
* | Fix model test path typo uncovered in previous commit. | Kasper Timm Hansen | 2016-02-03 | 1 | -1/+1 |
* | Fix line filters running tests from multiple runnables. | Kasper Timm Hansen | 2016-02-03 | 1 | -0/+24 |
* | use rails command in routes task | yuuji.yaginuma | 2016-02-03 | 1 | -7/+7 |
* | Merge pull request #23420 from y-yagi/move_api_test_to_appropriate_file | Rafael França | 2016-02-02 | 2 | -11/+10 |
|\ |
|
| * | move `test_generator_if_skip_action_cable_is_given_for_an_api_app` to the app... | yuuji.yaginuma | 2016-02-02 | 2 | -11/+10 |
* | | Generated engines should protect from forgery | Aaron Patterson | 2016-02-01 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #23225 from vipulnsward/20420-rake-routes-options | Kasper Timm Hansen | 2016-02-01 | 1 | -2/+61 |
|\ |
|
| * | Add options for rake routes task | Vipul A M | 2016-02-02 | 1 | -2/+61 |
* | | Merge pull request #23025 from yahonda/shorten_internal_metadata_table_name_l... | Sean Griffin | 2016-02-01 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata | Yasuo Honda | 2016-02-01 | 2 | -3/+3 |
* | | Merge pull request #23057 from schneems/schneems/default-puma-config | Richard Schneeman | 2016-02-01 | 1 | -0/+9 |
|\ \ |
|
| * | | Add Default Puma Config | schneems | 2016-01-29 | 1 | -0/+9 |
* | | | Merge pull request #23381 from matthewd/uneventful-redis | Matthew Draper | 2016-02-02 | 1 | -3/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | Switch the default redis adapter to a single-stream model | Matthew Draper | 2016-02-01 | 1 | -3/+0 |
* | | | make rake proxy work in rails engines | yuuji.yaginuma | 2016-01-31 | 2 | -5/+5 |
|/ / |
|
* | | Add an after_bundle callback in Rails plugin templates | Ryan Manuel | 2016-01-28 | 2 | -2/+31 |
* | | Introduce new welcome page for new projects | Genadi Samokovarov | 2016-01-26 | 2 | -3/+4 |
* | | Merge pull request #23212 from vipulnsward/bin-rails | Kasper Timm Hansen | 2016-01-24 | 9 | -95/+96 |
|\ \ |
|
| * | | Be consistent in testing outputs from railties test and use /bin/rails everyw... | Vipul A M | 2016-01-24 | 9 | -95/+96 |
* | | | Pare back default `index` option for the migration generator | Prathamesh Sonpatki | 2016-01-24 | 3 | -30/+10 |
* | | | Rails::Generators::Actions#gem should work even if frozen string is passed as... | Prathamesh Sonpatki | 2016-01-24 | 1 | -0/+8 |
|/ / |
|