aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some globals from configuration testsCarlos Antonio da Silva2014-07-301-20/+20
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-302-2/+54
* Do not set enforce_available_locales to i18n 0.7Rafael Mendonça França2014-07-231-18/+2
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-192-10/+28
|\
| * Set the application logger using configurationRafael Mendonça França2014-07-071-3/+5
| * Stop using mocha on configuration_testRafael Mendonça França2014-07-071-7/+23
* | Add Rails::Application#config_forRafael Mendonça França2014-07-151-0/+84
|/
* Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...Rafael Mendonça França2014-07-021-90/+1
* Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-012-10/+10
* Add configuration to enable mail previewsLeonard Garvey2014-07-012-0/+38
* Merge pull request #15933 from rafael/masterRafael Mendonça França2014-06-271-0/+38
|\
| * Improvements per code review.Rafael Chacón2014-06-271-0/+25
| * Add always_permitted_parameters as an option.Rafael Chacón2014-06-261-0/+13
* | Add a test for db:migrate:status to check missing file scenarioViktar Basharymau2014-06-271-0/+15
* | allow preview interceptors to be registered through `config.action_mailer`.Yves Senn2014-06-151-0/+32
* | Fixed automatic maintaining test schema to properly handle sql structure sche...Wojciech Wnętrzak2014-06-121-2/+52
* | Added missing test case for migrations when using sql structureWojciech Wnętrzak2014-06-011-1/+40
* | Default config.assets.digests to true in developmentDan Kang2014-05-171-14/+11
* | This is also a modelRafael Mendonça França2014-05-121-1/+1
* | Merge pull request #15015 from pothibo/database-configurationRafael Mendonça França2014-05-071-0/+16
|\ \
| * | Use Rails::Paths::Path#existent in database_configurationPier-Olivier Thibault2014-05-071-0/+16
* | | Return a non zero code when db has never been setup on statusPaul B2014-05-071-1/+1
|/ /
* | Precompile the image we're referencing, too.Matthew Draper2014-04-241-2/+2
* | Make console and generators blocks works at Application instance levelRafael Mendonça França2014-04-142-0/+96
* | :scissors:Rafael Mendonça França2014-04-141-4/+4
* | depend_on_asset is not required anymore on sprockets-rails 2.1.2Rafael Mendonça França2014-04-091-6/+6
* | Rails.application should be set inside before_configuration hookRafael Mendonça França2014-04-071-0/+6
* | Declare the assets dependencyRafael Mendonça França2014-04-041-7/+8
* | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-032-4/+4
* | test for structure:dump without schema information table. refs eafec46Yves Senn2014-03-201-0/+12
* | Remove some indirection in rake dbs testCarlos Antonio da Silva2014-03-201-34/+20
* | Check if the output is empty rather than asserting for equalityCarlos Antonio da Silva2014-03-201-5/+4