aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Don't include bootsnap by default in apps generated under JRubyGuillermo Iguaran2018-04-201-3/+12
* Fix typo on method nameAlberto Almagro2018-04-201-1/+1
* Create a .ruby-version compatible with MRI/JRuby by defaultGuillermo Iguaran2018-04-191-1/+1
* Merge pull request #32605 from composerinteralia/assert-notRafael França2018-04-1913-37/+37
|\
| * Replace `assert !` with `assert_not`Daniel Colson2018-04-1913-37/+37
* | Make the master.key readable only by the ownerJose Luis Duran2018-04-191-0/+9
|/
* Fix test to allow IF NOT EXISTS in structure:dumputilum2018-04-161-2/+2
* Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-1/+15
* Add multidb application testeileencodes2018-04-092-16/+215
* Fix test added in #32444bogdanvlviv2018-04-061-2/+4
* Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-041-1/+1
|\
| * Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* | Merge pull request #32444 from matrinox/fix-return-response-mutation-rack-loggerRafael Mendonça França2018-04-041-2/+18
|\ \
| * | Stop mutating body responseGeoff Lee2018-04-031-2/+18
|/ /
* | Fix RenderingTest in railtieYoshiyuki Hirano2018-04-041-1/+1
* | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-022-2/+2
|\ \ | |/ |/|
| * Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-222-2/+2
* | Deriving `secret_key_base` breaks `key_generator` defined in 5.1.Yoshiyuki Kinjo2018-03-311-0/+1
* | Merge pull request #32289 from gsamokovarov/did-you-mean-suggestionsGuillermo Iguaran2018-03-293-5/+5
|\ \ | |/ |/|
| * Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-233-5/+5
* | Fix `test_config_another_database` failureRyuta Kamizono2018-03-221-2/+2
|/
* Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-141-1/+2
* Rely on Rails::Command's help output.Kasper Timm Hansen2018-03-131-57/+58
* Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-38/+47
|\
| * Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-38/+47
* | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command`bogdanvlviv2018-03-051-1/+1
|/
* Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-051-0/+6
* Merge pull request #32058 from gsamokovarov/rails-server-x-optionKasper Timm Hansen2018-03-042-4/+39
|\
| * Extract Rails::Command::SpellcheckerGenadi Samokovarov2018-03-041-0/+10
| * Introduce explicit rails server handler optionGenadi Samokovarov2018-03-041-4/+29
* | Fix routes command tests broken in e137831726.Kasper Timm Hansen2018-03-041-23/+16
|/
* Clean up `RoutesTest` a bityuuji.yaginuma2018-03-011-8/+6
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-282-40/+47
* Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-commandRafael França2018-02-272-111/+127
|\
| * Move rake routes task to rails commandBenoit Tigeot2018-02-272-111/+127
* | Don't enforce UTF-8 by defaultAndrew White2018-02-272-8/+34
|/
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-0/+12
* Improve generated file `app/assets/javascripts/application.js` of pluginbogdanvlviv2018-02-231-1/+5
* Improve generated file `app/views/application.html.erb` of pluginbogdanvlviv2018-02-231-0/+9
* Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...bogdanvlviv2018-02-231-1/+2
* Add cop for preferring 'Foo.method' over 'Foo::method'Andrew White2018-02-222-2/+2
* Do not add routes when actions are not specifiedYuji Yaginuma2018-02-221-0/+7
* Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...bogdanvlviv2018-02-201-8/+9
* Remove trailing semi-colon from CSPAndrew White2018-02-191-6/+6
* Don't accidentally create an empty CSPAndrew White2018-02-191-2/+28
* Revert "Merge pull request #32045 from eagletmt/skip-csp-header"Andrew White2018-02-191-1/+1
* rubocop single space after assignmentDixit Patel2018-02-191-1/+1
* Fix test method nameGuillermo Iguaran2018-02-181-1/+1
* Don't generate empty app/views folder when --api and --skip-action-mailer are...Guillermo Iguaran2018-02-181-0/+17
* Clean up reporter replacement a bit.Kasper Timm Hansen2018-02-181-19/+23