| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 1 | -1/+1 |
* | | | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 2 | -28/+9 |
* | | | Mock fork twice | Rafael Mendonça França | 2016-03-01 | 1 | -1/+1 |
* | | | generate config/spring.rb in new applications [closes #18874] | Xavier Noria | 2016-02-29 | 1 | -0/+2 |
|/ / |
|
* | | - Made changes to have test cases in actions_test more readable. | Mohit Natoo | 2016-02-29 | 1 | -6/+6 |
* | | - Made changes to have test cases in actions_test more readable. | Mohit Natoo | 2016-02-29 | 1 | -5/+5 |
* | | Address ruby warnings | Teo Ljungberg | 2016-02-29 | 2 | -9/+9 |
|/ |
|
* | Merge pull request #23921 from y-yagi/remove_rack_cors_initializer_when_updating | Arthur Nogueira Neves | 2016-02-27 | 1 | -0/+26 |
|\ |
|
| * | remove rack cors initializer when updating | yuuji.yaginuma | 2016-02-27 | 1 | -0/+26 |
* | | Merge pull request #23439 from ryohashimoto/160203_rake_rails | Kasper Timm Hansen | 2016-02-27 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 1 | -2/+2 |
* | | [close #23681] Use puma 3.0.0+ | schneems | 2016-02-26 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomains | Rafael França | 2016-02-25 | 1 | -0/+28 |
|\ |
|
| * | Old applications will not get the ssl_options initializer | Prathamesh Sonpatki | 2016-02-25 | 1 | -0/+28 |
* | | Merge pull request #23846 from y-yagi/correctly_check_ApplicationRecord_in_mo... | Rafael França | 2016-02-25 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | correctly check `ApplicationRecord` is exist in moutable engine | yuuji.yaginuma | 2016-02-25 | 1 | -0/+14 |
* | | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 2 | -4/+1 |
* | | Merge pull request #23849 from prathamesh-sonpatki/fix-23822 | Rafael França | 2016-02-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Show permitted flag in the output of AC::Parameters#inspect | Prathamesh Sonpatki | 2016-02-24 | 1 | -1/+1 |
* | | | Merge pull request #23795 from claudiob/replace-rack-with-rails-command | David Heinemeier Hansson | 2016-02-24 | 1 | -5/+43 |
|\ \ \
| |/ /
|/| | |
|
| * | | Invoke 'rails' instead of 'rake' in AppGenerator | claudiob | 2016-02-20 | 1 | -10/+10 |
| * | | AppGenerator: Replace 'rake' with 'rails_command' | claudiob | 2016-02-20 | 1 | -0/+38 |
* | | | Switch to `data-turbolinks-track="reload"` | Sam Stephenson | 2016-02-23 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge pull request #23734 from schneems/schneems/stdout-again | Richard Schneeman | 2016-02-23 | 1 | -0/+11 |
|\ \ |
|
| * | | Alternative to #23638 log to STDOUT via env var | schneems | 2016-02-17 | 1 | -0/+11 |
* | | | 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 |
|/ / / |
|
* | | | 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 |
* | | | make sure `rake test` respects TESTOPTS | Aaron Patterson | 2016-02-22 | 1 | -0/+13 |
* | | | 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 | 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 |