aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
...
* | Generating the app is where the exception is now raisedDavid Heinemeier Hansson2017-08-031-1/+1
* | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-018-60/+154
|\ \
| * | Fix `warning: method redefined;`yuuji.yaginuma2017-07-281-3/+3
| |/
| * Merge pull request #29926 from pawandubey:fix-test-with-absolute-pathsKasper Timm Hansen2017-07-251-0/+26
| |\
| | * Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-251-0/+26
| * | Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty...Sean Griffin2017-07-252-44/+10
| |\ \ | | |/ | |/|
| | * Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-252-44/+10
| * | Fix `dbconsole` test when tempdir is a long pathSean Griffin2017-07-251-1/+1
| |/
| * Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
| * Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-0/+7
| * support `-` as an argument to `rails runner`Cody Cutrer2017-07-171-0/+8
| * Rename helper to force_lazy_load_hooks.Kasper Timm Hansen2017-07-171-14/+14
| * Set `RAILS_ENV` before load application fileyuuji.yaginuma2017-07-171-3/+32
| * add helper method for explicit lazy loadyuuji.yaginuma2017-07-161-13/+18
| * Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-0/+18
| * Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+28
| * Merge pull request #29742 from lugray/default_protect_from_forgeryRafael França2017-07-102-1/+8
| |\
| | * Protect from forgery by defaultLisa Ugray2017-07-102-1/+8
| * | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-2/+2
| |/
* | Fix test runner's outputyuuji.yaginuma2017-07-301-1/+1
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-155-11/+158
|\|
| * Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-091-0/+66
| * Merge pull request #29677 from eugeneius/parameters_configuration_testsRafael Mendonça França2017-07-051-0/+36
| |\
| | * Fix Parameters configuration integration testsEugene Kenny2017-07-041-0/+41
| * | Force ActionController::Base lazy laod hooks to runRafael Mendonça França2017-07-051-0/+12
| |/
| * 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