| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix assertion count after 69e1bb52. | Kasper Timm Hansen | 2016-05-28 | 1 | -2/+2 |
* | Merge pull request #24696 from y-yagi/remove_unnessary_option_setting | Kasper Timm Hansen | 2016-04-25 | 1 | -0/+11 |
|\ |
|
| * | register rake options to `OptionParser` | yuuji.yaginuma | 2016-04-25 | 1 | -0/+11 |
* | | Fix broken build, channel files are also included in `bin/rails stats` now | Prathamesh Sonpatki | 2016-04-24 | 1 | -2/+2 |
|/ |
|
* | Fix indentation [ci skip] | Ryuta Kamizono | 2016-03-05 | 1 | -1/+1 |
* | making a test definition more clear. | Mohit Natoo | 2016-03-04 | 1 | -1/+1 |
* | [ci skip] using correcting test case names specifying `rails routes` instead ... | Mohit Natoo | 2016-03-04 | 1 | -6/+6 |
* | convert cable.coffee to cable.js | yuuji.yaginuma | 2016-02-28 | 1 | -1/+1 |
* | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 1 | -2/+2 |
* | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 1 | -1/+1 |
* | Merge pull request #23611 from abhishekjain16/routes_options | Kasper Timm Hansen | 2016-02-12 | 1 | -1/+9 |
|\ |
|
| * | Fixes routes to match verbs and path with -g option | Abhishek Jain | 2016-02-11 | 1 | -1/+9 |
* | | set association name to generated fixtures if attribute is reference | yuuji.yaginuma | 2016-02-06 | 1 | -5/+4 |
|/ |
|
* | use rails command in routes task | yuuji.yaginuma | 2016-02-03 | 1 | -7/+7 |
* | Add options for rake routes task | Vipul A M | 2016-02-02 | 1 | -2/+61 |
* | Be consistent in testing outputs from railties test and use /bin/rails everyw... | Vipul A M | 2016-01-24 | 1 | -31/+31 |
* | remove warnings from rake test | yuuji.yaginuma | 2016-01-11 | 1 | -2/+2 |
* | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 1 | -0/+20 |
|\ |
|
| * | Prevent destructive action on production database | schneems | 2016-01-07 | 1 | -0/+20 |
* | | ApplicationMailer should be generated by default just like every other Applic... | David Heinemeier Hansson | 2015-12-17 | 1 | -1/+1 |
* | | Merge pull request #22567 from gsamokovarov/introduce-application-record | Rafael França | 2015-12-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 1 | -1/+1 |
* | | Run railties generated app tests in test env | eileencodes | 2015-12-15 | 1 | -3/+3 |
|/ |
|
* | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -1/+0 |
* | tests, railties tests should use `bin/` executables when possible. | Yves Senn | 2015-06-30 | 1 | -37/+37 |
* | Fix failing tests for Rails-API | Sean Griffin | 2015-06-11 | 1 | -1/+1 |
* | config.api_only = true implies config.generators.api_only = true | Santiago Pastorino | 2015-06-11 | 1 | -1/+0 |
* | API apps scaffold generator generates an apropriate controller | Santiago Pastorino | 2015-06-11 | 1 | -0/+20 |
* | Add test to ensure tmp:clear works when tmp is missing | Yoong Kang Lim | 2015-05-30 | 1 | -0/+7 |
* | Removed `assigns` from functional_test templates | Prathamesh Sonpatki | 2015-05-02 | 1 | -2/+2 |
* | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 1 | -1/+1 |
* | Require `belongs_to` by default. | Josef Šimánek | 2015-02-21 | 1 | -1/+4 |
* | Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file. | Dieter Komendera | 2015-01-08 | 1 | -1/+1 |
* | Make the rails:template rake task load initializers | Robin Dupret | 2014-03-08 | 1 | -0/+11 |
* | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 1 | -2/+2 |
* | Regression test for load_structure and clone_structure | Arthur Neves | 2013-12-14 | 1 | -2/+4 |
* | Build fix for new routing inspector changes | Arun Agrawal | 2013-11-22 | 1 | -2/+2 |
* | Fix for routes task | Sıtkı Bağdat | 2013-11-21 | 1 | -2/+2 |
* | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -5/+5 |
* | #11381: Ignore config.eager_load=true for rake | Paul Nikitochkin | 2013-07-10 | 1 | -17/+19 |
* | Removing deprecated rake tasks. | wangjohn | 2013-06-24 | 1 | -39/+0 |
* | Calls to the application constant have been refactored to use | wangjohn | 2013-06-10 | 1 | -4/+4 |
* | Removing use of subclassed application constant and instead using the | wangjohn | 2013-06-03 | 1 | -1/+1 |
* | Fixing a failing railtie test by using the ENV variable to specify a | wangjohn | 2013-05-31 | 1 | -1/+2 |
* | Adding a test to make sure that using rake routes with the CONTROLLER | wangjohn | 2013-05-29 | 1 | -0/+12 |
* | Updates to make rails 4 happy with minitest 5: | Ryan Davis | 2013-05-06 | 1 | -2/+2 |
* | Added tests for `eager_load` config option to do not eager load for rake task... | Paul Nikitochkin | 2013-04-12 | 1 | -0/+17 |
* | Merge branch 'master' into railstest | Aaron Patterson | 2013-04-05 | 1 | -0/+10 |
|\ |
|
| * | fix warnings in railties test | Vipul A M | 2013-04-04 | 1 | -3/+3 |
* | | test no longer makes sense after requiring all test files | Aaron Patterson | 2013-04-03 | 1 | -23/+1 |