aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* new config to opt-out from adding app directories to $LOAD_PATHXavier Noria2019-04-281-5/+8
* [#35782] Allow loading seeds without ActiveJob (~> 5.2.3)Jeremy Weathers2019-04-191-1/+1
* Only override async adapter when seedingBatedUrGonnaDie2019-04-091-1/+7
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-4/+4
* optimizes eager loading in :zeitwerk modeXavier Noria2019-03-301-22/+9
* fixes eager loading edge case in :zeitwerk modeXavier Noria2019-03-301-2/+5
* Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_blockKasper Timm Hansen2019-03-101-2/+2
|\
| * Ruby 2.7 warning: creating a Proc without a blockutilum2019-02-131-2/+2
* | Replace autoloader accessors with Rails.autoloaders.{main,once}Xavier Noria2019-02-141-1/+1
|/
* Zeitwerk integrationXavier Noria2019-02-121-6/+20
* Convert path to string before call `length`yuuji.yaginuma2019-01-281-1/+1
* Simplify path prefix extractionXavier Noria2019-01-271-2/+3
* Seed database with inline ActiveJob job adapterGannon McGibbon2019-01-171-1/+13
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-13/+3
* Routes from Engine Railties should not be an infinite loopAaron Patterson2018-09-261-0/+6
* Eager load supports individual filesAaron Patterson2018-09-261-3/+7
* [Railties] require_relative => requireAkira Matsuda2017-10-211-5/+5
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-5/+5
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-01-111-4/+4
|\
| * Capitalize Ruby and small grammar fixJon Moss2016-12-191-1/+1
| * Capitalize Rack gem nameJon Moss2016-12-191-3/+3
* | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* | Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-13/+13
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-42/+42
* applies new string literal convention in railties/libXavier Noria2016-08-061-6/+6
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* 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