aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-234-0/+152
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-234-152/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-234-0/+152
* Merge pull request #27572 from matthewd/prerelease-specifierMatthew Draper2017-02-231-4/+4
|\
| * Simplify the version specifier generated by prereleasesMatthew Draper2017-01-051-4/+4
* | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urlsAndrew White2017-02-211-2/+185
|\ \
| * | 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
* | | Revert back to the original of using package.json in the root of the project ...David Heinemeier Hansson2017-02-212-6/+6
|/ /
* | Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-0/+10
* | Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-211-1/+1
|\ \
| * | Use Puma 3.7.xRoberto Miranda2017-02-201-1/+1
* | | Move and rename system testseileencodes2017-02-202-2/+2
* | | Turn system testing into it's own gem and renameeileencodes2017-02-202-2/+2
* | | Add tests for system testingeileencodes2017-02-203-1/+37
* | | Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummyGuillermo Iguaran2017-02-201-0/+1
|\ \ \
| * | | Do not run `git init` in dummy applicationyuuji.yaginuma2017-02-181-0/+1
| |/ /
* / / Add test for generate namespaced integration testShota Iguchi2017-02-161-2/+6
|/ /
* | Merge pull request #27605 from mtsmfm/fix-generator-command-for-nested-rails-...Godfrey Chan2017-02-141-0/+20
|\ \
| * | Fix generator command for nested (namespaced) rails engine (take 2)Fumiaki MATSUSHIMA2017-01-071-0/+20
* | | Remove unused requireRyuta Kamizono2017-02-122-2/+0
* | | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-1/+0
* | | Correct spellingBenjamin Fleischer2017-02-051-2/+2
* | | Merge pull request #27802 from domcleal/27801-multiple-rake-testsKasper Timm Hansen2017-02-051-0/+15
|\ \ \
| * | | Collect all file patterns when running multiple rake test tasksDominic Cleal2017-02-041-0/+15
* | | | Ignore yarn error log fileyuuji.yaginuma2017-02-031-0/+5
|/ / /
* | | Don't mutate raw_source in mailer preview interceptorEugene Kenny2017-01-301-0/+34
* | | Merge pull request #27797 from y-yagi/correctly_check_error_messageArthur Nogueira Neves2017-01-301-2/+4
|\ \ \
| * | | correctly check error messageyuuji.yaginuma2017-01-251-2/+4
* | | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runnerRafael França2017-01-302-0/+22
|\ \ \ \
| * | | | add warnings option to test runneryuuji.yaginuma2017-01-242-0/+22
* | | | | remove warning from `bin/setup` testyuuji.yaginuma2017-01-261-1/+1
| |/ / / |/| | |
* | | | Bundler 1.14 compatMatthew Draper2017-01-231-1/+4
* | | | do not run `git init` when specify the `pretend` optionyuuji.yaginuma2017-01-231-0/+1
|/ / /
* | | Merge two tests that needs to initialize Rails before accessing `Rails`Akira Matsuda2017-01-231-16/+1
* | | update CREATE TABLE statements generated by `sqlite3` commandyuuji.yaginuma2017-01-191-2/+2
* | | Merge pull request #27632 from dixpac/repo_initializeRafael Mendonça França2017-01-182-2/+8
|\ \ \
| * | | Initalize git repo when creatin new rails appdixpac2017-01-122-2/+8
* | | | Move config reset to ensure blockAndrew White2017-01-171-1/+2
* | | | Move config reset to ensure blockAndrew White2017-01-171-1/+2
* | | | Merge pull request #27674 from kjg/migration_generator_honor_path_configAndrew White2017-01-172-0/+20
|\ \ \ \
| * | | | Generate migrations at path set by `config.paths["db/migrate"]`Kevin Glowacz2017-01-162-0/+20
* | | | | Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
|/ / / /
* | | | Merge pull request #27601 from y-yagi/make_work_all_commands_from_engineKasper Timm Hansen2017-01-154-27/+100
|\ \ \ \