aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use absolute path on find_method location for the runnerArthur Neves2015-03-191-4/+5
* | | | method_source needs to be a hard dependency on railtiesArthur Neves2015-03-191-7/+0
* | | | Merge pull request #19216 from senny/bin_test_runnerYves Senn2015-03-194-41/+203
|\ \ \ \
| * | | | run `test_test.rb` using the `bin/rails test`.Yves Senn2015-03-181-17/+1
| * | | | Fix reporter test and verbose modeArthur Neves2015-03-181-9/+7
| * | | | move `ENV["BACKTRACE"]` support into the TestRunner.Yves Senn2015-03-181-0/+10
| * | | | `-p`, `--pattern` to run tests using a pattern.Yves Senn2015-03-181-2/+1
| * | | | use `bin/rails t` runner in `test_runner_test.rb`.Yves Senn2015-03-182-28/+21
| * | | | Fix relative dir call on test runnerArthur Neves2015-03-181-10/+14
| * | | | Add tests for runner#test_files methodArthur Neves2015-03-181-0/+14
| * | | | Run multiple files on runnerArthur Neves2015-03-181-2/+16
| * | | | `-e` / `--environment` for the test runner.Yves Senn2015-03-181-0/+14
| * | | | get rid of NAMED_PATTERNS in favor of running a whole directoryYves Senn2015-03-181-0/+8
| * | | | add tests for our minitest reporter.Yves Senn2015-03-181-0/+76
| * | | | Show the right file when test raisesArthur Neves2015-03-181-0/+1
| * | | | Better file:line parsing and filter method by file tooArthur Neves2015-03-181-0/+26
| * | | | spike of a `OptionParser` backed test runner.Yves Senn2015-03-181-0/+21
| |/ / /
* / / / Add a new-line to the end of route method generated code.Arthur Neves2015-03-181-0/+24
|/ / /
* / / Fix deprecation warning in rails_info_controller testsSemyon Pupkov2015-03-171-8/+8
|/ /
* | add mailer suffix to comments for email previewsyuuji.yaginuma2015-03-151-5/+5
* | Merge pull request #19221 from matthewd/random-testsMatthew Draper2015-03-061-5/+0
|\ \
| * | Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* | | pass a config to the route setAaron Patterson2015-03-051-0/+13
|/ /
* | Created rake restart task.Hyonjee Joo2015-02-261-0/+31
* | Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-0/+25
* | Require `belongs_to` by default.Josef Šimánek2015-02-212-1/+37
* | Merge pull request #18994 from tgxworld/run_delete_middleware_operations_lastGuillermo Iguaran2015-02-191-0/+16
|\ \
| * | Allow Rack::Runtime to be deleted from middleware stack.Guo Xiang Tan2015-02-191-0/+16
* | | Remove unused gsub_app_file method from Bukkit.Josef Šimánek2015-02-191-6/+0
* | | Merge pull request #18393 from y-yagi/fix_mailerRafael Mendonça França2015-02-182-16/+25
|\ \ \ | |/ / |/| |
| * | follow up to #18074yuuji.yaginuma2015-01-082-16/+25
* | | Dont check bundler output on plugin generator testArthur Neves2015-02-101-4/+2
* | | Actually fix the buildSean Griffin2015-02-101-1/+1
* | | Fix the buildSean Griffin2015-02-101-1/+1
* | | tests, reset global to previous value.Yves Senn2015-02-091-1/+3
* | | Remove warning from generator named base testYuki Nishijima2015-02-081-10/+0
* | | README.rdoc -> README.md for newly generated applicationsXavier Noria2015-02-062-3/+3
* | | Remove documentation tasksXavier Noria2015-02-061-5/+0
* | | Merge pull request #18399 from kommen/unify-structure-file-envvar-namesRafael Mendonça França2015-02-051-1/+1
|\ \ \
| * | | Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-1/+1
| |/ /
* | | Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-053-71/+8
|\ \ \
| * | | - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-203-71/+8
* | | | Force generated route to be insertedAndrew White2015-02-051-0/+5
* | | | Don't remove all line endings from routes.rbAndrew White2015-02-031-0/+18
* | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-035-5/+0
* | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* | | | Fixed a few things from ee9e4c3Godfrey Chan2015-01-301-7/+7
* | | | Allow hyphenated names for `rails plugin new` generator.Robin Böning2015-01-301-4/+102
* | | | build fix II, adjust broken tests as a consequence of 670ac73126.Yves Senn2015-01-301-4/+4
* | | | build fix.Yves Senn2015-01-301-4/+4