aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Add a helper method to check that gem does not exist in `Gemfile`yuuji.yaginuma2018-04-251-49/+26
* Fix test method nameyuuji.yaginuma2018-04-251-2/+2
* Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-2/+2
|\
| * Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-2/+2
* | Merge pull request #32686 from yhirano55/fix-indentation-with-rubocopRyuta Kamizono2018-04-221-1/+1
|\ \
| * | Fix indentation manuallyYoshiyuki Hirano2018-04-221-1/+1
* | | Merge pull request #31554 from fatkodima/controller_generator_suffixGuillermo Iguaran2018-04-221-0/+22
|\ \ \
| * | | Gracefully handle extra "controller" when generating controllerfatkodima2018-03-231-0/+22
* | | | Merge pull request #32685 from yhirano55/fix-duplicated-suffix-for-job-generatorRyuta Kamizono2018-04-221-0/+10
|\ \ \ \
| * | | | Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-221-0/+10
| | |/ / | |/| |
* / | | Add test case to ChannelGeneratorTestYoshiyuki Hirano2018-04-221-0/+10
|/ / /
* | | 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