aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | Remove .scss, .sass, .less, .haml, .slim, coffee from Rake Notes. Now we have...robertomiranda2014-03-141-13/+3
| * | Add Public Api for register new extensions for Rake Notesrobertomiranda2014-03-141-0/+5
* | | Fix assertionsCarlos Antonio da Silva2014-03-161-2/+2
|/ /
* | Make the rails:template rake task load initializersRobin Dupret2014-03-081-0/+11
* | Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."Guillermo Iguaran2014-02-211-14/+1
* | remove railties changes. fixes #14054Aaron Patterson2014-02-141-32/+0
* | do not crash when `config/secrets.yml` is blank.Yves Senn2014-02-121-0/+8
* | add a send so `apply` can be called. Fixes #13510Aaron Patterson2014-02-111-0/+32
* | Add config to disable schema dump after migrationEmil Soman2014-02-062-0/+48
* | Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.Yves Senn2014-01-131-1/+14
* | Add preview_path to autoload_paths in after_initializeAndrew White2014-01-041-1/+41
* | Use DATABASE_URL by defaultschneems2014-01-021-8/+1
* | Automatically maintain test database schemaJon Leighton2014-01-023-3/+57
* | Adding missing requireRafael Mendonça França2014-01-021-0/+1
* | Move default production database to URL sub keyschneems2014-01-011-1/+5
* | fix 2.1.0 bug :(schneems2013-12-251-1/+1
* | ensure environment is run before db:structure:loadschneems2013-12-251-1/+1
* | Partial fix of database url testsschneems2013-12-251-1/+4
* | Fix tests names: tokens.yml => secrets.ymlGuillermo Iguaran2013-12-251-2/+2
* | using symbol instead of string in establish_connectionKuldeep Aggarwal2013-12-251-1/+1