| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Gemfile templates to provide correct debugger | David Rodríguez de Dios | 2014-04-08 | 2 | -4/+10 |
* | Keep debugger support only for rubies < 2.0.0 | David Rodríguez de Dios | 2014-04-08 | 1 | -3/+3 |
* | Rails.application should be set inside before_configuration hook | Rafael Mendonça França | 2014-04-07 | 2 | -0/+14 |
* | 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 |
* | Fix build with bundler 1.6 | Rafael Mendonça França | 2014-03-26 | 1 | -1/+1 |
* | Fix Generation of proper migration when | Kuldeep Aggarwal | 2014-03-25 | 1 | -0/+50 |
* | Check if any sqlite files are not included in the gitignore | Rafael Mendonça França | 2014-03-24 | 1 | -2/+2 |
* | Remove sqlite3 lines from .gitignore if the application is not using sqlite3. | Dmitrii Golub | 2014-03-24 | 1 | -1/+25 |
* | 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 |
* | | better test error messages | schneems | 2014-03-14 | 1 | -4/+4 |
|/ |
|
* | Make the rails:template rake task load initializers | Robin Dupret | 2014-03-08 | 1 | -0/+11 |
* | Introduce `Rails.gem_version` | Prem Sichanugrist | 2014-03-05 | 1 | -0/+12 |
* | Merge pull request #14195 from robin850/issue-14079 | Guillermo Iguaran | 2014-02-28 | 1 | -0/+12 |
|\ |
|
| * | Avoid namespacing routes inside engines | Robin Dupret | 2014-02-26 | 1 | -0/+12 |
* | | Merge pull request #14174 from kuldeepaggarwal/fix-resource_generator_test | Yves Senn | 2014-02-27 | 2 | -4/+4 |
|\ \ |
|
| * | | modify model generator warning message. refs [#174c9f0] | Kuldeep Aggarwal | 2014-02-27 | 2 | -4/+4 |
| |/ |
|
* | | Remove inclusion of rubysl gem for rbx on generated Gemfile | Carlos Antonio da Silva | 2014-02-25 | 1 | -7/+0 |
* | | [skip ci] Fix test name typo in app generator tests. | Spencer Rogers | 2014-02-25 | 1 | -1/+1 |
|/ |
|
* | build fix. follow up to 174c9f0df39cd338a4871f82794256cc64f68a81 | Yves Senn | 2014-02-24 | 1 | -1/+1 |
* | include names in model generator warning message. refs #13515. | Yves Senn | 2014-02-24 | 1 | -1/+1 |
* | Merge pull request #13515 from kuldeepaggarwal/f-model-generation | Godfrey Chan | 2014-02-22 | 2 | -1/+8 |
|\ |
|
| * | Add warning when user tried to create model with pluralize name. | Kuldeep Aggarwal | 2014-02-23 | 2 | -1/+8 |
* | | 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 | 3 | -100/+0 |
* | fix path shown in mailer's templates | Kassio Borges | 2014-02-14 | 1 | -4/+4 |
* | Merge pull request #13945 from rails/json_cookie_serializer_improvements | Guillermo Iguaran | 2014-02-13 | 1 | -1/+1 |
|\ |
|
| * | Fix AppGeneratorTest: serializer option was removed from session_store | Guillermo Iguaran | 2014-02-11 | 1 | -1/+1 |
* | | 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 |
* | Merge pull request #13612 from eval/issue-13588 | Rafael Mendonça França | 2014-01-30 | 1 | -0/+134 |
|\ |
|
| * | Add CreateMigration action | Gert Goet | 2014-01-28 | 1 | -0/+134 |
* | | Modify the session serializer implementation | Guillermo Iguaran | 2014-01-30 | 1 | -1/+1 |
* | | Allow session serializer key in config.session_store | Lukasz Sarnacki | 2014-01-29 | 1 | -1/+1 |
|/ |
|