aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-2/+0
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* Fix displaying mailer previews on non local requests.Wojciech Wnętrzak2015-09-171-1/+1
* raise LoadError when a non-existent file or directory is specified to the tes...yuuji.yaginuma2015-09-071-0/+5
* remove unused require ‘set’NehaGautam2015-08-251-1/+0
* Migrate to Sprockets 4.Andrei Istratii2015-08-192-14/+19
* Merge pull request #21124 from kirs/feature/reload-i18nKasper Timm Hansen2015-08-101-0/+73
|\
| * Reload I18n locales in developmentKir Shatrov2015-08-101-0/+73
| * Revert "test runner should crash with non existing file argument."Yves Senn2015-08-031-5/+0
| * test runner should crash with non existing file argument.Yves Senn2015-08-031-0/+5
* | Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+35
|/
* Fix rake/notes_testschneems2015-07-291-0/+1
* Fix reported regression rails/sprockets-rails#265schneems2015-07-291-0/+1
* Make digest cache work in development.Kasper Timm Hansen2015-07-181-0/+63
* Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-091-7/+7
* Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-4/+21
* `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-6/+8
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-309-121/+121
* Fix failing tests for Rails-APISean Griffin2015-06-111-1/+1
* Use new hash syntaxSantiago Pastorino2015-06-111-1/+1
* Add test to show api only apps allow overriding generator optionsSantiago Pastorino2015-06-111-0/+16
* config.api_only = true implies config.generators.api_only = trueSantiago Pastorino2015-06-112-2/+1
* Api apps scaffold does not generate assetsSantiago Pastorino2015-06-111-0/+1
* Api apps scaffold does not generate helpersSantiago Pastorino2015-06-111-0/+1
* Api apps scaffold does not generate viewsSantiago Pastorino2015-06-111-0/+1
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-111-0/+20
* config.generators.api_only = true set rails api option on generatorsSantiago Pastorino2015-06-111-1/+2
* Hide assets, helper, css and js namespaces for api only appsSantiago Pastorino2015-06-111-0/+15
* Add AC::API + its middleware stack integration testSantiago Pastorino2015-06-111-0/+29
* Add config.api_only option to application and remove appropriate middleware w...Santiago Pastorino2015-06-111-0/+27
* Merge pull request #19571 from kaspth/improve-runner-integrationYves Senn2015-06-082-27/+142
|\
| * Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-042-27/+142
* | Merge pull request #20444 from y-yagi/can_use_path_helper_method_in_consoleRafael Mendonça França2015-06-061-0/+12
|\ \
| * | modify console of app method in that can use the path helpersyuuji.yaginuma2015-06-051-0/+12
* | | Remove warning for setting eager_loadArun Agrawal2015-06-051-1/+1
| |/ |/|
* | Merge pull request #18587 from chrismcg/allow_deliver_later_queue_name_to_be_...Rafael Mendonça França2015-06-031-0/+13
|\ \ | |/ |/|
| * Allow configuration of ActionMailer queue nameChris McGrath2015-06-021-0/+13
* | Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-1/+1
|\ \
| * | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
* | | Add test to ensure tmp:clear works when tmp is missingYoong Kang Lim2015-05-301-0/+7
* | | `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-301-2/+10
|/ /
* | Merge pull request #20017 from eliotsykes/configurable-static-index-filenameRafael Mendonça França2015-05-281-0/+21
|\ \
| * | config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-0/+21
* | | Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-9/+9
|/ /
* | Merge pull request #20326 from hderms/dh/fix_task_bugRafael Mendonça França2015-05-271-0/+48
|\ \
| * | add fixed fileDermot Haughey2015-05-271-0/+46
|/ /
* | removing unused and already required require'sAnkit Gupta2015-05-111-1/+0
* | add test coverage for `bin/setup`.Yves Senn2015-05-061-0/+54
* | Fix constant in void context warningsAndrew White2015-05-051-2/+2
* | Document inline image mailer preview interceptorAndrew White2015-05-042-7/+20