| Commit message (Expand) | Author | Age | Files | Lines |
* | add a new constructor that runs load hooks | Aaron Patterson | 2014-08-07 | 1 | -5/+5 |
* | Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain... | Yves Senn | 2014-08-06 | 1 | -1/+90 |
* | We don't need parenthesis for this | Guillermo Iguaran | 2014-08-05 | 1 | -1/+1 |
* | Fix digest ETAG test. | Arthur Neves | 2014-08-05 | 1 | -1/+1 |
* | Pull in the custom configuration concept from dhh/custom_configuration | David Heinemeier Hansson | 2014-08-03 | 2 | -0/+52 |
* | Remove some more globals from tests | Carlos Antonio da Silva | 2014-07-30 | 1 | -26/+26 |
* | Fix / improve some assertions | Carlos Antonio da Silva | 2014-07-30 | 1 | -6/+4 |
* | Remove some globals from configuration tests | Carlos Antonio da Silva | 2014-07-30 | 1 | -20/+20 |
* | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 2 | -2/+54 |
* | Do not set enforce_available_locales to i18n 0.7 | Rafael Mendonça França | 2014-07-23 | 1 | -18/+2 |
* | Merge branch 'rm-remove-mocha' | Rafael Mendonça França | 2014-07-19 | 2 | -10/+28 |
|\ |
|
| * | Set the application logger using configuration | Rafael Mendonça França | 2014-07-07 | 1 | -3/+5 |
| * | Stop using mocha on configuration_test | Rafael Mendonça França | 2014-07-07 | 1 | -7/+23 |
* | | Add Rails::Application#config_for | Rafael Mendonça França | 2014-07-15 | 1 | -0/+84 |
|/ |
|
* | Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test... | Rafael Mendonça França | 2014-07-02 | 1 | -90/+1 |
* | Rename preview_enabled option to show_previews | Rafael Mendonça França | 2014-07-01 | 2 | -10/+10 |
* | Add configuration to enable mail previews | Leonard Garvey | 2014-07-01 | 2 | -0/+38 |
* | Merge pull request #15933 from rafael/master | Rafael Mendonça França | 2014-06-27 | 1 | -0/+38 |
|\ |
|
| * | Improvements per code review. | Rafael Chacón | 2014-06-27 | 1 | -0/+25 |
| * | Add always_permitted_parameters as an option. | Rafael Chacón | 2014-06-26 | 1 | -0/+13 |
* | | Add a test for db:migrate:status to check missing file scenario | Viktar Basharymau | 2014-06-27 | 1 | -0/+15 |
* | | allow preview interceptors to be registered through `config.action_mailer`. | Yves Senn | 2014-06-15 | 1 | -0/+32 |
* | | Fixed automatic maintaining test schema to properly handle sql structure sche... | Wojciech Wnętrzak | 2014-06-12 | 1 | -2/+52 |
* | | Added missing test case for migrations when using sql structure | Wojciech Wnętrzak | 2014-06-01 | 1 | -1/+40 |
* | | Default config.assets.digests to true in development | Dan Kang | 2014-05-17 | 1 | -14/+11 |
* | | This is also a model | Rafael Mendonça França | 2014-05-12 | 1 | -1/+1 |
* | | Merge pull request #15015 from pothibo/database-configuration | Rafael Mendonça França | 2014-05-07 | 1 | -0/+16 |
|\ \ |
|
| * | | Use Rails::Paths::Path#existent in database_configuration | Pier-Olivier Thibault | 2014-05-07 | 1 | -0/+16 |
* | | | Return a non zero code when db has never been setup on status | Paul B | 2014-05-07 | 1 | -1/+1 |
|/ / |
|
* | | Precompile the image we're referencing, too. | Matthew Draper | 2014-04-24 | 1 | -2/+2 |
* | | Make console and generators blocks works at Application instance level | Rafael Mendonça França | 2014-04-14 | 2 | -0/+96 |
* | | :scissors: | Rafael Mendonça França | 2014-04-14 | 1 | -4/+4 |
* | | depend_on_asset is not required anymore on sprockets-rails 2.1.2 | Rafael Mendonça França | 2014-04-09 | 1 | -6/+6 |
* | | Rails.application should be set inside before_configuration hook | Rafael Mendonça França | 2014-04-07 | 1 | -0/+6 |
* | | Declare the assets dependency | Rafael Mendonça França | 2014-04-04 | 1 | -7/+8 |
* | | Revise 'sqlite3:' URL handling for smoother upgrades | Matthew Draper | 2014-04-03 | 2 | -4/+4 |
* | | test for structure:dump without schema information table. refs eafec46 | Yves Senn | 2014-03-20 | 1 | -0/+12 |
* | | Remove some indirection in rake dbs test | Carlos Antonio da Silva | 2014-03-20 | 1 | -34/+20 |
* | | Check if the output is empty rather than asserting for equality | Carlos Antonio da Silva | 2014-03-20 | 1 | -5/+4 |
* | | Refactor assertion of line numbers matching 4 spaces | Carlos Antonio da Silva | 2014-03-19 | 1 | -16/+4 |
* | | Move booting/loading tasks setup to the rake notes helper method | Carlos Antonio da Silva | 2014-03-19 | 1 | -15/+3 |
* | | Extract rake notes command and lines scan boilerplate | Carlos Antonio da Silva | 2014-03-19 | 1 | -19/+14 |
* | | Remove extra space assertion | Carlos Antonio da Silva | 2014-03-19 | 1 | -3/+2 |
* | | Extract common setup for loading tasks in rake notes tests | Carlos Antonio da Silva | 2014-03-19 | 1 | -29/+14 |
* | | Merge pull request #14379 from robertomiranda/rake-notes.config | Guillermo Iguaran | 2014-03-17 | 2 | -14/+40 |
|\ \ |
|
| * | | Rake notes should picked up new Extensions registered in the config/applicati... | robertomiranda | 2014-03-17 | 1 | -3/+19 |
| * | | Add config.annotations, in order to register new extensions for Rake notes at... | robertomiranda | 2014-03-16 | 1 | -0/+10 |
| * | | Fix Shadowing extensions variable in Register Annotation Exentsions | robertomiranda | 2014-03-16 | 1 | -5/+5 |
| * | | Supporting .ruby, .yml and .yaml Extension in Rake Notes | robertomiranda | 2014-03-14 | 1 | -1/+6 |
| * | | Remove .scss, .sass, .less, .haml, .slim, coffee from Rake Notes. Now we have... | robertomiranda | 2014-03-14 | 1 | -13/+3 |