aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip generating empty CSP header when no policy is configuredKohei Suzuki2018-02-181-1/+1
* Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-171-2/+1
* Merge pull request #32002 from y-yagi/fix_set_serializerRafael França2018-02-171-0/+12
|\
| * Fix custome serializer settingYuji Yaginuma2018-02-161-0/+12
* | Merge pull request #31901 from Kevinrob/patch-1Rafael França2018-02-161-0/+38
|\ \
| * | Add SuppressedSummaryReporter and TestUnitReporter only if necessaryKevin Robatel2018-02-151-0/+38
| |/
* | Remove needless printyuuji.yaginuma2018-02-171-1/+0
* | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-163-26/+23
* | Add test parallelization to Railseileencodes2018-02-153-5/+89
|/
* Don't overwrite config/master.key even on --forceclaudiob2018-02-121-1/+2
* Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-131-0/+15
* Respect --force option for config/master.keyclaudiob2018-02-111-0/+6
* Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-082-0/+24
* Add Rack::TempfileReaper to tests and docsGeorge Claghorn2018-01-301-2/+4
* Remove extra whitespaceDaniel Colson2018-01-252-7/+7
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2511-39/+39
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Use respond_to test helpersDaniel Colson2018-01-253-5/+5
* Add locale selector to email preview (#31596)Hitoshi Nakashima2018-01-181-6/+62
* Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* Refactor migration to move migrations paths to connectioneileencodes2018-01-182-1/+13
* Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-122-7/+15
|\