| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | Add Public Api for register new extensions for Rake Notes | robertomiranda | 2014-03-14 | 1 | -0/+5 |
* | | | Fix assertions | Carlos Antonio da Silva | 2014-03-16 | 1 | -2/+2 |
|/ / |
|
* | | Make the rails:template rake task load initializers | Robin Dupret | 2014-03-08 | 1 | -0/+11 |
* | | Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665." | Guillermo Iguaran | 2014-02-21 | 1 | -14/+1 |
* | | remove railties changes. fixes #14054 | Aaron Patterson | 2014-02-14 | 1 | -32/+0 |
* | | do not crash when `config/secrets.yml` is blank. | Yves Senn | 2014-02-12 | 1 | -0/+8 |
* | | add a send so `apply` can be called. Fixes #13510 | Aaron Patterson | 2014-02-11 | 1 | -0/+32 |
* | | Add config to disable schema dump after migration | Emil Soman | 2014-02-06 | 2 | -0/+48 |
* | | Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665. | Yves Senn | 2014-01-13 | 1 | -1/+14 |
* | | Add preview_path to autoload_paths in after_initialize | Andrew White | 2014-01-04 | 1 | -1/+41 |
* | | Use DATABASE_URL by default | schneems | 2014-01-02 | 1 | -8/+1 |
* | | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 3 | -3/+57 |
* | | Adding missing require | Rafael Mendonça França | 2014-01-02 | 1 | -0/+1 |
* | | Move default production database to URL sub key | schneems | 2014-01-01 | 1 | -1/+5 |