aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18399 from kommen/unify-structure-file-envvar-namesRafael Mendonça França2015-02-051-1/+1
|\
| * Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-1/+1
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-034-4/+0
* | tests, use `capture` instead of custom `redirect_stderr` helper.Yves Senn2015-01-301-12/+2
|/
* Remove deprecated `serve_static_assets` configurationRafael Mendonça França2015-01-041-16/+0
* Remove deprecation warning when log_level is not explicit set on productionRafael Mendonça França2015-01-041-30/+0
* Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-042-53/+0
* Remove some warningsRafael Mendonça França2015-01-031-32/+32
* actually autoload all second-level directories called `app/*/concerns`Alex Robbin2014-12-261-0/+29
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-194-5/+61
* `db:structure:load` and `db:schema:load` no longer purge the database.Yves Senn2014-12-181-0/+25
* fixing mailer previews for apps with globbing routeOleg2014-12-031-0/+11
* Fix "nonexistent" typo in testsMelissa Xie2014-12-021-1/+1
* Merge pull request #17866 from bogdan/default-form-builderSantiago Pastorino2014-12-011-0/+39
|\
| * Bugfix config.action_view.default_form_builder optionBogdan Gusiev2014-12-011-0/+39
* | Pure rack apps can be mounted with a nameJean Boussier2014-11-291-0/+20
|/
* bring back `db:test:prepare`.Yves Senn2014-11-252-9/+92
* tests, run `test_test.rb` with `RAILS_ENV=test`.Yves Senn2014-11-251-1/+1
* Added tests for log_level deprecationGodfrey Chan2014-11-251-13/+18
* Set the test_order in the basic app as well, see 58e8b48Godfrey Chan2014-11-251-0/+25
* :scissors:Rafael Mendonça França2014-11-101-1/+1
* No need to sync config.secret_token and secrets.secret_tokenRafael Mendonça França2014-11-101-34/+2
* Merge pull request #16535 from bf4/patch-1Rafael Mendonça França2014-11-104-11/+150
|\
| * `secret_token` is now saved in `Rails.application.secrets.secret_token`Benjamin Fleischer2014-11-024-11/+150
* | add lib to $LOAD_PATH on application inhertence. fixes #17106Aaron Patterson2014-11-041-1/+2
* | add a test for #17106Aaron Patterson2014-11-041-0/+13
* | Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...yuuji.yaginuma2014-11-021-0/+10
|/
* UrlGenerationError are not catched as 404 anymoreJean Boussier2014-10-271-0/+15
* Don't need to account turbolinks cookies in get request.Rafael Mendonça França2014-10-131-6/+6
* Fix another false assertionsYuki Nishijima2014-09-211-1/+1
* inject Rack::Lock if config.eager_load is falseXavier Noria2014-09-181-2/+9
* Add `test:jobs` taskyuuji.yaginuma2014-09-151-3/+14
* Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-101-0/+9
* build fix, we have to reset the RACK_ENV as well.Yves Senn2014-09-041-2/+5
* Merge pull request #16775 from kaspth/ship-secure-sanitizerRafael Mendonça França2014-09-031-41/+0
|\
| * Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-41/+0
* | schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+26
|/
* Add test to assert the right sanitizer vendor is being usedRafael Mendonça França2014-09-011-0/+41
* Expectations firstAkira Matsuda2014-08-283-4/+4
* Refactor ActionDispatch::RemoteIpSam Aarons2014-08-211-1/+15
* Fix setting simple values to the new config.xCarlos Antonio da Silva2014-08-191-5/+12
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-192-79/+8
* Improve custom configurationRafael Mendonça França2014-08-192-8/+79
* add a new constructor that runs load hooksAaron Patterson2014-08-071-5/+5
* Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...Yves Senn2014-08-061-1/+90
* We don't need parenthesis for thisGuillermo Iguaran2014-08-051-1/+1
* Fix digest ETAG test.Arthur Neves2014-08-051-1/+1
* Pull in the custom configuration concept from dhh/custom_configurationDavid Heinemeier Hansson2014-08-032-0/+52
* Remove some more globals from testsCarlos Antonio da Silva2014-07-301-26/+26
* Fix / improve some assertionsCarlos Antonio da Silva2014-07-301-6/+4