aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+0
* Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-varsRafael Mendonça França2017-01-031-0/+12
|\
| * Rails.env falls back to dev mode when env var is emptyDaniel Deng2017-01-041-0/+12
* | Fix configuration test now that Metal#env was removedRafael Mendonça França2017-01-031-1/+1
* | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-20/+0
* | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...Rafael França2017-01-031-0/+20
|\ \
| * | Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-0/+20
* | | Remove test to the db:test:cloneRafael Mendonça França2017-01-031-10/+0
* | | Remove deprecated CONTROLLER environment variable for routes taskRafael Mendonça França2017-01-031-42/+25
* | | Remove deprecated config.serve_static_filesRafael Mendonça França2017-01-031-10/+0
* | | Remove deprecated `config.static_cache_control`Rafael Mendonça França2017-01-031-10/+0
|/ /
* | Remove bin/yarn if yarn is skipped, tidy up testsPrathamesh Sonpatki2017-01-011-0/+7
* | Enforce middleware ordering with a test, instead of commentsMatthew Draper2016-12-311-3/+34
* | Merge pull request #27515 from kbrock/fix_log_remote_ip_before_dispatcher_ips...Matthew Draper2016-12-311-2/+2
|\ \
| * | Allow log remote ip addres when config.action_dispatch.trusted_proxies passedLeonid Batizhevsky2016-12-301-1/+1
|/ /
* | `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-5/+3
* | Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-18/+1
* | Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-2918-48/+84
|\ \
| * \ Merge branch 'master' into clear_all_environments_log_by_defaultRafael França2016-12-2932-88/+204
| |\ \
| | * | assert_equal takes expectation firstAkira Matsuda2016-12-261-1/+1
| | * | Correct indent-accounting in controller route generationMatthew Draper2016-12-251-1/+1
| | * | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-255-8/+8
| | * | Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-246-6/+6
| | * | quiet generators log in testyuuji.yaginuma2016-12-221-1/+1
| | * | Limit length of secret being passedJon Moss2016-12-201-3/+3
| | * | `ARGV.shift` before calling Rails generatorsJon Moss2016-12-171-0/+15
| | |/
| | * Merge pull request #27042 from kirs/yaml-schema-cacheRafael França2016-12-131-2/+2
| | |\
| | | * Use YAML to serialize schema cacheKir Shatrov2016-11-271-2/+2
| | * | fix broken tests (#27308)Yuji Yaginuma2016-12-081-3/+2
| | * | specify `skip_yarn` option in API-only Application (#27309)Yuji Yaginuma2016-12-081-1/+4
| | * | Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-082-25/+11
| * | | clear all environments log files by defaultyuuji.yaginuma2016-10-141-0/+33
* | | | use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-36/+43
| |/ / |/| |
* | | Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)David Heinemeier Hansson2016-12-011-1/+1
* | | Merge pull request #26836 from Liceth/npmGuillermo Iguaran2016-11-291-0/+24
|\ \ \
| * | | Add node_modules path to assets load paths when --yarn option is usedLiceth Ovalles2016-11-281-0/+1
| * | | Add package.json for Yarn if --yarn option is addedLiceth Ovalles2016-11-281-0/+23
* | | | rails-ujs is now shipped with Action ViewGuillermo Iguaran2016-11-292-3/+0
* | | | use correct variable in BacktraceCleaner testyuuji.yaginuma2016-11-261-1/+1
* | | | Merge pull request #27140 from supercaracal/fix-force-ssl-if-session-store-di...Rafael França2016-11-252-1/+19
|\ \ \ \
| * | | | Remove aggressive unit test with mock. And add integration level test.Taishi Kasuga2016-11-242-1/+19
* | | | | [ci skip] `MiniTest` -> `Minitest`Fumiaki MATSUSHIMA2016-11-241-1/+1
| |/ / / |/| | |
* | | | Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-213-14/+9
|/ / /
* | / deep symbolize keys on secrets.ymlIsaac Sloan2016-11-211-0/+14
| |/ |/|
* | Pass `rails runner` args onto file again.Kasper Timm Hansen2016-11-201-0/+8
* | Add missing test for singular resource output in rake routesPrathamesh Sonpatki2016-11-191-0/+20
* | Merge pull request #27089 from erickueen/erickueen_fix_26606Rafael Mendonça França2016-11-181-3/+3
|\ \
| * | Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-182-3/+36
|/ /
* | Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`Tsukuru Tanimichi2016-11-141-0/+8
* | Add test for #25248Sean Griffin2016-11-121-0/+10