| Commit message (Expand) | Author | Age | Files | Lines |
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Add note to Railtie docs to use unique filenames | Tim Vergenz | 2017-06-12 | 1 | -0/+3 |
* | `respond_to_missing?` should be private | Ryuta Kamizono | 2017-04-22 | 1 | -4/+4 |
* | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 1 | -3/+2 |
* | remove warning from railtie | yuuji.yaginuma | 2016-11-02 | 1 | -1/+1 |
* | Make `register_block_for` private | Arthur Neves | 2016-11-01 | 1 | -11/+11 |
* | Merge PR #26052 | Arthur Neves | 2016-11-01 | 1 | -12/+16 |
|\ |
|
| * | Added register_block method to register rake_tasks, generators, console & run... | Rafael Fidelis | 2016-11-01 | 1 | -12/+16 |
* | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -19/+19 |
* | | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
|/ |
|
* | removes unneeded require in rails/railtie.rb | Xavier Noria | 2016-04-18 | 1 | -2/+1 |
* | edit pass over the RDoc of Rails::Railtie [ci skip] | Xavier Noria | 2016-04-11 | 1 | -36/+36 |
* | mark as #:nodoc: [ci skip] | Gaurav Sharma | 2016-02-15 | 1 | -4/+7 |
* | improve grammar | Michael Dawson | 2015-01-14 | 1 | -1/+1 |
* | Ensure we supply Kernel#y for 1.9 too | Matthew Draper | 2014-04-04 | 1 | -8/+10 |
* | pass strings to the underscore method | Aaron Patterson | 2014-02-26 | 1 | -2/+2 |
* | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 1 | -3/+3 |
* | Removing the app constant and replacing it with Rails.application | wangjohn | 2013-04-30 | 1 | -1/+5 |
* | Removing Railtie::Configurable from the base Railtie object and making | wangjohn | 2013-04-29 | 1 | -2/+34 |
* | delegate to :class rather than 'self.class' | Gosha Arinich | 2013-01-06 | 1 | -1/+1 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -1/+1 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -3/+0 |
* | Remove unused responsibilities and add a few load definitions to engines | José Valim | 2012-06-29 | 1 | -15/+17 |
* | Rake::DSL should always be available | Jeremy Kemper | 2012-05-31 | 1 | -1/+1 |
* | Explicitly require rake so its DSL is available | Jeremy Kemper | 2012-05-31 | 1 | -0/+1 |
* | Add support runner hook. | kennyj | 2012-05-29 | 1 | -0/+10 |
* | Code-format references to config settings | Mark Rushakoff | 2012-04-27 | 1 | -1/+1 |
* | Updated/changed useless tr/gsubs | Jurriaan Pruis | 2012-04-03 | 1 | -1/+1 |
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+1 |
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -4/+4 |
* | Call a block passed rake_tasks method in the self context | kennyj | 2011-11-27 | 1 | -1/+1 |
* | Rely on a public contract between railties instead of accessing railtie metho... | José Valim | 2011-11-23 | 1 | -1/+1 |
* | Requiring delegate. | Arun Agrawal | 2011-08-16 | 1 | -0/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-18 | 1 | -1/+1 |
|\ |
|
| * | fixed typo for a methodname | thoefer | 2011-06-11 | 1 | -1/+1 |
* | | load_generators from engine should also handle self automatically. | José Valim | 2011-06-15 | 1 | -3/+3 |
|/ |
|
* | Use namespace if it's a mountable engine | Stefan Sprenger | 2011-06-07 | 1 | -0/+5 |
* | Everyone receives app as argument for consistency. | José Valim | 2011-05-25 | 1 | -5/+5 |
* | Update generator config to support hiding namespaces and pass the app into ge... | wycats | 2011-05-24 | 1 | -2/+2 |
* | Make Rake::DSL methods available within Railtie rake_tasks block | Patrick Quinn | 2011-05-20 | 1 | -0/+1 |
* | Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like... | José Valim | 2011-05-04 | 1 | -2/+2 |
* | improve language and examples in Railtie docs | Jimmy Cuadra | 2011-02-18 | 1 | -33/+21 |
* | Minor fix on Rails:Railtie documentation | zhengjia | 2010-11-21 | 1 | -2/+2 |
* | Load rake tasks defined in superclasses in context of railties | Piotr Sarnacki | 2010-10-09 | 1 | -0/+7 |
* | Deprecate generators in Railties. You should use app_generators instead. | José Valim | 2010-10-02 | 1 | -1/+1 |
* | Add table_name_prefix to Engine's namespace automatically | Piotr Sarnacki | 2010-09-03 | 1 | -1/+6 |
* | Always convert railtie_name to string | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Add Rails::Railtie.railtie_name method to allow setting custom name for railtie | Piotr Sarnacki | 2010-09-03 | 1 | -0/+7 |