aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20986 from radar/rails-engine-caller-locationsArthur Nogueira Neves2015-10-041-6/+1
|\
| * Remove check for caller_locations in Rails::EngineRyan Bigg2015-07-231-6/+1
* | only construct one request in an engineAaron Patterson2015-09-301-5/+10
* | call `default_middleware_stack` before merging stacksAaron Patterson2015-09-291-1/+2
* | Engines get different middleware than appsAaron Patterson2015-09-291-1/+7
* | Make app building threadsafeeileencodes2015-09-291-4/+8
* | Stop modifying global variableseileencodes2015-09-291-1/+1
* | Merge pull request #21124 from kirs/feature/reload-i18nKasper Timm Hansen2015-08-101-1/+1
|\ \
| * | Reload I18n locales in developmentKir Shatrov2015-08-101-1/+1
| |/
* | routes in the env via the request objectAaron Patterson2015-08-051-3/+2
* | allocate a request object to avoid hash allocationsAaron Patterson2015-08-051-3/+2
|/
* [ci skip] Remove comments about Rails 3.1claudiob2015-05-111-9/+7
* Merge pull request #19756 from georgemillo/docsRobin Dupret2015-05-051-17/+26
|\
| * fixing English in Rails::Engine docsGeorge Millo2015-04-231-17/+26
* | Added missing fullstop in engine API docs [ci skip]Prathamesh Sonpatki2015-05-021-2/+2
|/
* pass a config to the route setAaron Patterson2015-03-051-1/+1
* ask the routes objects for its Rack env keyAaron Patterson2015-03-021-1/+1
* Fix some typos in railties/lib/rails/engine.rb [ci-skip]RobertZK2015-02-101-4/+4
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Remove config.assetsJoshua Peek2015-01-211-6/+0
* - Changed `paths` to `routing_paths` to avoid warning `possible reference to ...Vipul A M2014-12-261-3/+3
* FIX: absolute_path may be nil for code added via instance_evalSam2014-12-011-1/+1
* Use absolute_path of caller_locations to infer engine rootAlexander Mankuta2014-11-261-1/+1
* Minor English fixes in docs [ci skip]George Millo2014-11-171-2/+2
* add lib to $LOAD_PATH on application inhertence. fixes #17106Aaron Patterson2014-11-041-3/+6
* save a hash allocation per request.Aaron Patterson2014-08-081-1/+1
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-1/+1
* 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
|\