Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --skip-active-storage and do so automatically when --skip-active-record ↵ | bogdanvlviv | 2017-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | is used Closes #30102 Revert part 787fe90dc0a7c5b91bb5af51f2858ea8c4676268 --skip-active-storage pass throughs `rails plugin new` Add changelog entry about default initialization of Active Storage | ||||
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | Load activestorage by default | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+1 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | removes useless use of string interpolation | Xavier Noria | 2016-04-24 | 1 | -2/+2 |
| | | | | `railtie` is already a string! | ||||
* | Doh, should have read ff370ee61754b00f864f3ddd0af62be4dfa0de67 | David Heinemeier Hansson | 2015-12-16 | 1 | -1/+1 |
| | | | | Indeed we need this to be an engine for the internal assets to work | ||||
* | Another bad reference to engine instead of railtie | David Heinemeier Hansson | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Action Cable need to be a engine | Rafael Mendonça França | 2015-12-15 | 1 | -1/+1 |
| | | | | Otherwise assets will not work | ||||
* | Switch from engine to railtie | David Heinemeier Hansson | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Add action_cable to rails/all and application.rb | Rafael Mendonça França | 2015-12-14 | 1 | -9/+10 |
| | |||||
* | Remove activejob integration tests | Abdelkader Boudih | 2014-08-12 | 1 | -0/+1 |
| | |||||
* | Add loading 'action_view' as part of rails/all | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | Moved the check for the rails test environment into rails/test_unit so that you | wangjohn | 2013-04-23 | 1 | -4/+0 |
| | | | | can select frameworks separately when running rake test. | ||||
* | only match the default task | Aaron Patterson | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | default task should also be in the test env | Aaron Patterson | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | default RAILS_ENV to test if we're in a test task | Aaron Patterson | 2013-03-25 | 1 | -0/+4 |
| | |||||
* | Now the Sprockets railtie lives in sprockets/railtie | Rafael Mendonça França | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | The sprockets railtie was moved to sprockets/rails/railtie | Guillermo Iguaran | 2012-03-13 | 1 | -1/+1 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+0 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -0/+1 |
| | | | | | | | | | | This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator. | ||||
* | Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵ | Jeremy Kemper | 2010-02-04 | 1 | -4/+1 |
| | | | | uses AS. | ||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | Moved more configuration away from bootstrap. | José Valim | 2010-01-22 | 1 | -0/+1 |
| | |||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -1/+1 |
| | | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin | ||||
* | Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb | Carl Lerche | 2009-12-31 | 1 | -0/+15 |