| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix 2.1.0 bug :( | schneems | 2013-12-25 | 1 | -1/+1 |
* | ensure environment is run before db:structure:load | schneems | 2013-12-25 | 1 | -1/+1 |
* | Partial fix of database url tests | schneems | 2013-12-25 | 1 | -1/+4 |
* | Fix tests names: tokens.yml => secrets.yml | Guillermo Iguaran | 2013-12-25 | 1 | -2/+2 |
* | using symbol instead of string in establish_connection | Kuldeep Aggarwal | 2013-12-25 | 1 | -1/+1 |
* | Use Full path to sqlite database in tests | schneems | 2013-12-22 | 2 | -4/+4 |
* | Make possible to use symbol as the verifier name | Rafael Mendonça França | 2013-12-19 | 1 | -6/+6 |
* | Default I18n.enforce_available_locales to true | Carlos Antonio da Silva | 2013-12-17 | 1 | -4/+38 |
* | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 1 | -0/+388 |
* | Regression test for load_structure and clone_structure | Arthur Neves | 2013-12-14 | 1 | -2/+4 |
* | Rename tokens.yml to secrets.yml | Guillermo Iguaran | 2013-12-12 | 1 | -3/+3 |
* | Add test for custom tokens stored in config/tokens.yml | Guillermo Iguaran | 2013-12-12 | 1 | -0/+13 |
* | Replace config.secret_key_base with secrets.secret_key_base in test | Guillermo Iguaran | 2013-12-12 | 1 | -1/+1 |
* | Load secret_key_base from tokens.yml, fallback to config.secret_key_base | Guillermo Iguaran | 2013-12-12 | 1 | -3/+23 |
* | Assert the singleton instead of to truthy/falsy | Rafael Mendonça França | 2013-12-05 | 1 | -4/+4 |