aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
...
* | Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-221-0/+28
* | Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+32
* | Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-1/+31
* | Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+25
* | Remove duplicated "test" prefixRyuta Kamizono2017-04-072-4/+4
* | Merge pull request #28057 from eugeneius/clear_active_connectionsMatthew Draper2017-04-041-0/+8
|\ \
| * | Clear active connections after initializationEugene Kenny2017-02-171-0/+8
* | | Fix the tests to test what they should be testingRafael Mendonça França2017-03-271-8/+8
* | | Merge pull request #28485 from quantumlicht/fix_migrate_with_empty_versionRafael França2017-03-271-0/+16
|\ \ \
| * | | Fixes #28359Philippe Guay2017-03-261-0/+16
* | | | Do not show hidden namespaces in destroy commnad helpyuuji.yaginuma2017-03-271-0/+3
|/ / /
* | | Fixup trailing whitespace, per complaints from CodeClimate.Robert Thau2017-03-221-1/+1
* | | Correctly reset ARGV for "rails runner `CODE' arg arg arg..."Robert Thau2017-03-221-0/+8
* | | Avoid running system tests by defaultRobin Dupret2017-03-051-0/+46
* | | Fix random failure on system test with ajaxFumiaki MATSUSHIMA2017-03-031-0/+28
| |/ |/|
* | does not show hidden namespaces in generator's helpyuuji.yaginuma2017-02-241-0/+7
* | 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
* | 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
* | Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-0/+10
|/
* Remove unused requireRyuta Kamizono2017-02-122-2/+0
* Correct spellingBenjamin Fleischer2017-02-051-2/+2
* Collect all file patterns when running multiple rake test tasksDominic Cleal2017-02-041-0/+15
* 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-301-0/+11
|\ \
| * | add warnings option to test runneryuuji.yaginuma2017-01-241-0/+11
* | | remove warning from `bin/setup` testyuuji.yaginuma2017-01-261-1/+1
| |/ |/|
* | Bundler 1.14 compatMatthew Draper2017-01-231-1/+4
|/
* 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
* 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
* | 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
* | 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