aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* removes unneeded require in rails/railtie.rbXavier Noria2016-04-181-2/+1
* edit pass over the RDoc of Rails::Railtie [ci skip]Xavier Noria2016-04-111-36/+36
* mark as #:nodoc: [ci skip]Gaurav Sharma2016-02-151-4/+7
* improve grammarMichael Dawson2015-01-141-1/+1
* Ensure we supply Kernel#y for 1.9 tooMatthew Draper2014-04-041-8/+10
* pass strings to the underscore methodAaron Patterson2014-02-261-2/+2
* Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-3/+3
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-1/+5
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-291-2/+34
* delegate to :class rather than 'self.class'Gosha Arinich2013-01-061-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-3/+0
* Remove unused responsibilities and add a few load definitions to enginesJosé Valim2012-06-291-15/+17
* Rake::DSL should always be availableJeremy Kemper2012-05-311-1/+1
* Explicitly require rake so its DSL is availableJeremy Kemper2012-05-311-0/+1
* Add support runner hook.kennyj2012-05-291-0/+10
* Code-format references to config settingsMark Rushakoff2012-04-271-1/+1
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-1/+1
* Rails::Plugin has goneSantiago Pastorino2012-01-031-4/+4
* Call a block passed rake_tasks method in the self contextkennyj2011-11-271-1/+1
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-1/+1
* Requiring delegate.Arun Agrawal2011-08-161-0/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-181-1/+1
|\
| * fixed typo for a methodnamethoefer2011-06-111-1/+1
* | load_generators from engine should also handle self automatically.José Valim2011-06-151-3/+3
|/
* Use namespace if it's a mountable engineStefan Sprenger2011-06-071-0/+5
* Everyone receives app as argument for consistency.José Valim2011-05-251-5/+5
* Update generator config to support hiding namespaces and pass the app into ge...wycats2011-05-241-2/+2
* Make Rake::DSL methods available within Railtie rake_tasks blockPatrick Quinn2011-05-201-0/+1
* Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like...José Valim2011-05-041-2/+2
* improve language and examples in Railtie docsJimmy Cuadra2011-02-181-33/+21
* Minor fix on Rails:Railtie documentationzhengjia2010-11-211-2/+2
* Load rake tasks defined in superclasses in context of railtiesPiotr Sarnacki2010-10-091-0/+7
* Deprecate generators in Railties. You should use app_generators instead.José Valim2010-10-021-1/+1
* Add table_name_prefix to Engine's namespace automaticallyPiotr Sarnacki2010-09-031-1/+6
* Always convert railtie_name to stringPiotr Sarnacki2010-09-031-1/+1
* Add Rails::Railtie.railtie_name method to allow setting custom name for railtiePiotr Sarnacki2010-09-031-0/+7
* Move singleton pattern to Railtie and remove Engine::Configurable and Applica...Piotr Sarnacki2010-09-031-1/+7
* Removed most of deprecated stuff from Application and EnginePiotr Sarnacki2010-09-031-9/+0
* fixing typoNeeraj Singh2010-08-171-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Fixed Railtie Rdoc examples not properly formatted [#4918 state:resolved]Simone Carletti2010-08-041-21/+21
* Fix small middlewares typoJack Dempsey2010-07-241-1/+1
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-8/+10
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-32/+2
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Ensure that eager_load actually takes place just after the middleware stack i...José Valim2010-05-151-0/+3
* Add missing deprecation requiresJeremy Kemper2010-04-291-0/+1
* Update the documentation for Engine and Railtie.José Valim2010-04-051-25/+3