aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure we supply Kernel#y for 1.9 tooMatthew Draper2014-04-041-2/+0
* Explicitly load Kernel#y when starting a consoleMatthew Draper2014-04-041-0/+1
* pass strings to the underscore methodAaron Patterson2014-02-261-1/+1
* rbconfig is not used in these filesArun Agrawal2013-12-261-1/+0
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-2/+2
|\
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-2/+2
* | Instrument each load config initializerPaul Nikitochkin2013-11-161-1/+7
* | Allow Pathnames to be added to eager load pathsMike Pack2013-11-111-1/+1
|/
* Use Ruby 2.0 caller_locations instead of caller if availableAkira Matsuda2013-09-101-2/+7
* Fix typo in file path, should include extension.Semyon Perepelitsa2013-08-231-1/+1
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-7/+2
* Revert "Removing obsolete html tags in favor of markdown code block"Avner Cohen2013-08-061-44/+44
* Removing obsolete html tags in favor of markdown code block.Avner Cohen2013-08-061-44/+44
* Use Ruby 2.0 caller_locations instead of caller if availableAkira Matsuda2013-07-251-2/+7
* rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-091-1/+1
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-4/+4
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-291-4/+4
* remove unused variablesVipul A M2013-04-061-1/+1
* Fix missing closing <tt> tagPatrick Helm2013-03-121-1/+1
* There's no need to access Railties through self.classSantiago Pastorino2013-02-271-1/+2
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-5/+7
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-7/+5
* Merge pull request #8557 from timraymond/add_back_engines_and_deprecateRafael Mendonça França2013-01-221-0/+4
|\
| * Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+4
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-1/+1
|\ \
| * | make symbol reference in docs appear as codeGosha Arinich2013-01-031-1/+1
| |/
* | Revert some warning removals related to Ruby 2.0Carlos Antonio da Silva2013-01-071-2/+0
* | delegate to :class rather than 'self.class'Gosha Arinich2013-01-061-1/+1
|/
* Remove observers and sweepersRafael Mendonça França2012-11-281-1/+1
* Initialize accessors to remove some warnings in Ruby 2.0Arun Agrawal2012-11-211-0/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-8/+8
* Updated description of what engines are used forStephan Hagemann2012-09-211-2/+2
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+5
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-1/+5
* There is only task for installing migrations when using enginesWojciech Wnętrzak2012-07-041-2/+1
* Revert "Allow loading external route files from the router"José Valim2012-06-291-6/+1
* Remove unused responsibilities and add a few load definitions to enginesJosé Valim2012-06-291-64/+59
* Remove unnecessary Railties structure now that plugins are goneJosé Valim2012-06-291-12/+12
* Add support runner hook.kennyj2012-05-291-0/+5
* Fixed backward incompatibility for engines.Philip Arndt2012-05-241-1/+1
* removing more pathnameismsAaron Patterson2012-05-231-3/+3
* I guess we have to return a pathname object. o_OAaron Patterson2012-05-221-1/+1
* use File.realpath and avoid making Pathname objectsAaron Patterson2012-05-221-2/+1
* use RUBY_PLATFORM in case of cross compiled rubyAaron Patterson2012-05-221-1/+1
* initialize our instance variablesAaron Patterson2012-05-221-2/+14
* Load all the env files available in config.paths (closes #6335)Piotr Sarnacki2012-05-161-2/+3
* Removing ==Examples and last blank lines of docs from railtiesFrancesco Rodriguez2012-05-141-5/+0
* Merge pull request #5821 from Deradon/fix-engine-tasksPiotr Sarnacki2012-05-031-1/+6
|\
| * Provided fix for calling rake tasks within mountable enginesPatrick Helm2012-04-121-1/+6
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-011-1/+1
|\ \