aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Refactor assertion of line numbers matching 4 spacesCarlos Antonio da Silva2014-03-191-16/+4
* | Move booting/loading tasks setup to the rake notes helper methodCarlos Antonio da Silva2014-03-191-15/+3
* | Extract rake notes command and lines scan boilerplateCarlos Antonio da Silva2014-03-191-19/+14
* | Remove extra space assertionCarlos Antonio da Silva2014-03-191-3/+2
* | Extract common setup for loading tasks in rake notes testsCarlos Antonio da Silva2014-03-191-29/+14
* | Merge pull request #14379 from robertomiranda/rake-notes.configGuillermo Iguaran2014-03-172-14/+40
|\ \
| * | Rake notes should picked up new Extensions registered in the config/applicati...robertomiranda2014-03-171-3/+19
| * | Add config.annotations, in order to register new extensions for Rake notes at...robertomiranda2014-03-161-0/+10
| * | Fix Shadowing extensions variable in Register Annotation Exentsionsrobertomiranda2014-03-161-5/+5
| * | Supporting .ruby, .yml and .yaml Extension in Rake Notesrobertomiranda2014-03-141-1/+6