| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Use the trick to get beta releases in the Gemfile | Rafael Mendonça França | 2016-02-23 | 1 | -1/+1 |
* | | | | New apps get the Turbolinks beta gem | Sam Stephenson | 2016-02-23 | 1 | -2/+2 |
* | | | | Switch to `data-turbolinks-track="reload"` | Sam Stephenson | 2016-02-23 | 2 | -4/+4 |
|/ / / |
|
* | | | Merge pull request #23734 from schneems/schneems/stdout-again | Richard Schneeman | 2016-02-23 | 2 | -0/+15 |
|\ \ \ |
|
| * | | | Alternative to #23638 log to STDOUT via env var | schneems | 2016-02-17 | 2 | -0/+15 |
* | | | | Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport... | Rafael França | 2016-02-23 | 4 | -10/+10 |
|\ \ \ \ |
|
| * | | | | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 4 | -10/+10 |
* | | | | | reestablish previous connection after creating all databases | Aaron Patterson | 2016-02-23 | 1 | -0/+13 |
|/ / / / |
|
* | | | | Merge pull request #23669 from maclover7/internal-routes | Rafael França | 2016-02-22 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | Add `internal` attribute to routes | Jon Moss | 2016-02-22 | 1 | -4/+4 |
* | | | | | Generate ApplicationCable files if they do not already exist | Jon Moss | 2016-02-22 | 1 | -0/+12 |
* | | | | | Generate ApplicationRecord if it does not already exist | Jon Moss | 2016-02-22 | 1 | -0/+8 |
* | | | | | Generate `config/cable.yml` in `rails:update` command | Jon Moss | 2016-02-22 | 1 | -0/+5 |
|/ / / / |
|
* | | | | make sure `rake test` respects TESTOPTS | Aaron Patterson | 2016-02-22 | 2 | -1/+15 |
* | | | | [ci skip] Mention testing fore-runners. | Kasper Timm Hansen | 2016-02-21 | 1 | -0/+2 |
* | | | | Merge pull request #23799 from y-yagi/use_method_provided_by_minitest | Kasper Timm Hansen | 2016-02-21 | 1 | -7/+1 |
|\ \ \ \ |
|
| * | | | | use method provided by minitest | yuuji.yaginuma | 2016-02-21 | 1 | -7/+1 |
| | |/ /
| |/| | |
|
* / | | | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 1 | -0/+2 |
|/ / / |
|
* | | | 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 | 2 | -0/+9 |
|/ / / |
|
* | | | Merge pull request #23730 from y-yagi/fail_fast_when_test_error | Andrew White | 2016-02-17 | 4 | -5/+20 |
|\ \ \
| |/ /
|/| | |
|
| * | | modify to `error` also abort when specify fail fast option | yuuji.yaginuma | 2016-02-17 | 4 | -5/+20 |
* | | | Implement ActionController::Parameters#inspect | Benjamin Quorning | 2016-02-17 | 1 | -1/+1 |
* | | | remove unused method | yuuji.yaginuma | 2016-02-17 | 1 | -4/+0 |
|/ / |
|
* | | adds --skip-listen to the application generator [closes #23590] | Xavier Noria | 2016-02-17 | 6 | -13/+42 |
* | | 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 | 4 | -4/+20 |
|\ \ \ |
|
| * | | | generate mailer views in Rails API | yuuji.yaginuma | 2016-02-15 | 4 | -4/+20 |
* | | | | test runner, relay minitest information about the error location. | Yves Senn | 2016-02-15 | 2 | -2/+2 |
* | | | | Revert "Prefer Minitest's location for test failures." | Yves Senn | 2016-02-15 | 2 | -9/+3 |
* | | | | Merge pull request #23569 from Gaurav2728/no_doc_of_some_railtie_methods | Vipul A M | 2016-02-15 | 1 | -4/+7 |
|\ \ \ \ |
|
| * | | | | mark as #:nodoc: [ci skip] | Gaurav Sharma | 2016-02-15 | 1 | -4/+7 |
* | | | | | Merge pull request #23664 from y-yagi/remove_test_order_from_environment_file | Yves Senn | 2016-02-15 | 1 | -3/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | remove `active_support.test_order` from environment file | yuuji.yaginuma | 2016-02-14 | 1 | -3/+0 |
* | | | | | Merge pull request #23505 from kaspth/inject-rails-config-through-railtie | Kasper Timm Hansen | 2016-02-14 | 1 | -0/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Inject Rails' channel paths in engine. | Kasper Timm Hansen | 2016-02-14 | 1 | -0/+1 |
* | | | | | Fix expected hash syntax. | Kasper Timm Hansen | 2016-02-12 | 1 | -3/+3 |
* | | | | | Use Ruby 1.9 hash syntax | Rafael Mendonça França | 2016-02-12 | 1 | -1/+1 |
* | | | | | 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 |
* | | | | | | Use correct path in documentation. | Tom von Schwerdtner | 2016-02-12 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | - Fixed and removed long arguments to rake routes | Vipul A M | 2016-02-12 | 1 | -3/+3 |
| |_|/ /
|/| | | |
|
* | | | | Merge pull request #23528 from bensheldon/patch-1 | Richard Schneeman | 2016-02-10 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Set postgresql poolsize via RAILS_MAX_THREADS | Ben Sheldon | 2016-02-10 | 1 | -1/+1 |
| | |/ /
| |/| | |
|