aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-282-1/+129
* Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-161-4/+4
* Prefer Minitest's location for test failures.Kasper Timm Hansen2015-11-121-1/+1
* Don't match specific line numbers in reporter tests.Kasper Timm Hansen2015-11-121-4/+4
* fix application_controller require_dependency path generated by api scaffold ...yuuji.yaginuma2015-11-081-0/+24
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-044-5/+5
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-031-6/+16
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-0/+22
* Route generator should be idempotent - closes #22082Thiago Pinto2015-10-311-0/+15
* rails/application: allow passing an env to config_forSimon Eskildsen2015-10-301-0/+16
* Add version constraint to database gem in generated applicationRafael Mendonça França2015-10-291-4/+8
* Merge pull request #21998 from kddeisz/rake_task_statisticsArthur Nogueira Neves2015-10-281-0/+16
|\
| * Allow rake:stats to account for rake tasksKevin Deisz2015-10-191-0/+16
* | raise `ArgumentError` when `SECRET_KEY_BASE` is an integerArun Agrawal2015-10-271-0/+13
* | Merge pull request #19924 from iamvery/db-tasks-exit-statusSean Griffin2015-10-261-0/+52
|\ \
| * | Exit with non-zero status when db:drop failsJay Hayes2015-10-201-0/+10
| * | Exit with non-zero status when db:create failsJay Hayes2015-10-201-0/+17
| * | Fix test of drop failureJay Hayes2015-10-201-4/+1
| * | Add tests to verify exit status for create/drop failuresJay Hayes2015-10-201-0/+28
* | | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-3/+3
* | | Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-232-6/+10
* | | Move default uuid generation to active_recordJon McCartie2015-10-231-3/+4
* | | remove unnecessary readme in dummy applicationyuuji.yaginuma2015-10-231-0/+13
|/ /
* / Set active_record config for always creating uuids in generatorsJon McCartie2015-10-201-0/+13
|/
* Merge pull request #20908 from y-yagi/generate_application_job_inside_engineArthur Nogueira Neves2015-10-131-0/+4
|\
| * add application_job.rb to template of mountable engineyuuji.yaginuma2015-07-171-0/+4
* | Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-132-0/+27
|\ \
| * | Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-132-0/+27
* | | Merge pull request #17388 from akampjes/masterArthur Nogueira Neves2015-10-121-0/+11
|\ \ \
| * | | ActionMailer https on URL with force_ssl = trueAndrew Kampjes2015-08-141-0/+11
* | | | do not generate manifest.js in pluginsyuuji.yaginuma2015-10-121-0/+1
* | | | Merge pull request #21804 from merhard/mounted_engine_route_fixAndrew White2015-10-071-0/+49
|\ \ \ \
| * | | | Fix mounted engine named routes regressionMatthew Erhard2015-10-071-0/+49
* | | | | Output inline is set to true in the plugin.Kasper Timm Hansen2015-10-071-2/+2
* | | | | Refactor create_test_file to take a pass option.Kasper Timm Hansen2015-10-071-31/+7
* | | | | Hide Minitest's aggregated results if outputting inline.Kasper Timm Hansen2015-10-071-0/+15
|/ / / /
* | | | Revert "removing Rack::Runtime from the default stack."Aaron Patterson2015-10-031-9/+11
* | | | removing Rack::Runtime from the default stack.Aaron Patterson2015-10-021-11/+9
* | | | run against edge sass to eliminate circular require warningsAaron Patterson2015-09-301-4/+0
* | | | Merge pull request #21794 from jeremy/sprockets/move-asset-manifest-from-topl...Jeremy Daer2015-09-294-168/+229
|\ \ \ \
| * | | | Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-294-168/+229
* | | | | Add fail fast to test runner.Kasper Timm Hansen2015-09-292-0/+39
* | | | | Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-282-1/+51
|/ / / /
* | | | Fix test that was failing because of typoeileencodes2015-09-271-1/+1
* | | | Add missing routing tests for info controllerAditya Kapoor2015-09-271-0/+12
* | | | Fix typo in configuration test descritive > descriptive [ci skip]amitkumarsuroliya2015-09-261-1/+1
* | | | make sure flash middleware is requiredAaron Patterson2015-09-251-0/+1
* | | | Removed Mocha from app generators testsRonak Jangir2015-09-231-87/+106
* | | | Remove unneeded generator variable.Kasper Timm Hansen2015-09-221-1/+0
* | | | Removed mocha from Railites PluginGeneratorTestRonak Jangir2015-09-222-15/+35