aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-3/+0
| * Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-022-7/+7
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0246-46/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0246-0/+46
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0145-0/+45
| * | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-271-0/+36
| |/
| * Make i18n test match the description of the testGuillermo Iguaran2017-06-091-1/+1
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-297-14/+225
|\|
| * Merge pull request #28132 from mikeycgto/aead-encrypted-cookiesKasper Timm Hansen2017-05-281-9/+84
| |\
| | * AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-9/+84
| * | Make reset execution assertions easier to read.Kasper Timm Hansen2017-05-281-15/+11
| * | Use models to match the docs.Kasper Timm Hansen2017-05-271-1/+1
| * | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-261-0/+88
| * | Define path with __dir__bogdanvlviv2017-05-231-1/+1
| |/
| * Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-0/+4
| * Allow irb options to be passed from `rails console` commandyuuji.yaginuma2017-05-081-4/+12
| * Also raise error when VERSION is nilRafael Mendonça França2017-04-271-0/+6
| * Merge pull request #28896 from pschambacher/load_with_sharedRafael França2017-04-261-0/+34
| |\
| | * Added a shared section to config/database.yml that will be loaded for all env...Pierre Schambacher2017-04-261-0/+34
* | | Set proper assertion to be sure the test failedbogdanvlviv2017-05-021-1/+1
* | | New minitest 'assert false' messagePavel Valena2017-04-261-1/+1
|/ /
* | Merge pull request #28897 from rafaelfranca/fix-name-error-error-pageAaron Patterson2017-04-261-0/+14
|\ \
| * | Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-0/+14
| |/
* | Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-261-0/+51
|\ \ | |/ |/|
| * Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+51
* | Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-221-0/+28
* | Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+32
* | Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-1/+31
* | Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+25
* | Remove duplicated "test" prefixRyuta Kamizono2017-04-072-4/+4
* | Merge pull request #28057 from eugeneius/clear_active_connectionsMatthew Draper2017-04-041-0/+8
|\ \
| * | Clear active connections after initializationEugene Kenny2017-02-171-0/+8
* | | Fix the tests to test what they should be testingRafael Mendonça França2017-03-271-8/+8
* | | Merge pull request #28485 from quantumlicht/fix_migrate_with_empty_versionRafael França2017-03-271-0/+16
|\ \ \
| * | | Fixes #28359Philippe Guay2017-03-261-0/+16
* | | | Do not show hidden namespaces in destroy commnad helpyuuji.yaginuma2017-03-271-0/+3
|/ / /
* | | Fixup trailing whitespace, per complaints from CodeClimate.Robert Thau2017-03-221-1/+1
* | | Correctly reset ARGV for "rails runner `CODE' arg arg arg..."Robert Thau2017-03-221-0/+8
* | | Avoid running system tests by defaultRobin Dupret2017-03-051-0/+46
* | | Fix random failure on system test with ajaxFumiaki MATSUSHIMA2017-03-031-0/+28
| |/ |/|
* | does not show hidden namespaces in generator's helpyuuji.yaginuma2017-02-241-0/+7
* | Make help short-cut alias to workyuuji.yaginuma2017-02-241-0/+23
* | Make version short-cut alias to workyuuji.yaginuma2017-02-241-0/+24
* | Add back tests for test:units and test:functionals.Kasper Timm Hansen2017-02-231-12/+16
* | Split direct method into twoAndrew White2017-02-211-4/+4
* | Prefer remove_method over undef_methodAndrew White2017-02-211-0/+58
* | Add custom polymorphic mappingAndrew White2017-02-211-4/+98
* | Rename url_helper to directAndrew White2017-02-211-4/+4
* | Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-2/+33
* | Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-0/+10
|/