aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine
Commit message (Expand)AuthorAgeFilesLines
* read configuration to determine excluded eager loaded directory (#36354)Andrew Kress2019-07-251-1/+10
* Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-091-1/+3
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-1/+1
* Eager load supports individual filesAaron Patterson2018-09-261-1/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-213-4/+4
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-144-0/+8
* [Railties] require => require_relativeAkira Matsuda2017-07-013-4/+4
* Add `app:update` task to enginesyuuji.yaginuma2017-03-201-0/+19
* make all rails commands work in engineyuuji.yaginuma2017-01-091-11/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove the old command files.Kasper Timm Hansen2016-09-251-62/+0
* Run engine commands through command infrastructure.Kasper Timm Hansen2016-09-252-5/+3
* refactor `CommandsTasks`yuuji.yaginuma2016-08-171-84/+28
* add missing require rakeyuuji.yaginuma2016-08-111-0/+2
* applies new string literal convention in railties/libXavier Noria2016-08-063-11/+11
* Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-0/+1
* make rake proxy work in rails enginesyuuji.yaginuma2016-01-312-32/+119
* `config.generators` should be docummented since it is public APIRafael Mendonça França2015-10-221-1/+1
* Stop modifying global variableseileencodes2015-09-291-6/+3
* make test runner work correctly inside engineyuuji.yaginuma2015-07-121-2/+4
* actually autoload all second-level directories called `app/*/concerns`Alex Robbin2014-12-261-4/+1
* Remove unused delegateKassio Borges2013-08-311-2/+0
* Removed deprecated `Rails.application.railties.engines`.Arun Agrawal2013-07-041-6/+0
* rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-091-1/+1
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-15/+9
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-9/+15
* Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+29
* Add app/models/concerns and app/controllers/concerns to the default directory...David Heinemeier Hansson2012-12-181-0/+9
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-15/+15
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-3/+1
* Revert "Allow loading external route files from the router"José Valim2012-06-291-1/+0
* Remove unnecessary Railties structure now that plugins are goneJosé Valim2012-06-291-26/+0
* Revert "require the constants we use. ensure that root always returns a Pathn...Aaron Patterson2012-05-231-2/+1
* require the constants we use. ensure that root always returns a PathnameAaron Patterson2012-05-231-1/+2
* Merge pull request #3359 from mrreynolds/datamapper_naming_fixRafael Mendonça França2012-05-191-1/+1
|\
| * Fixed DataMapper namings in symbols and constants.Robert Glaser2011-10-181-1/+1
* | Give more detailed instructions in script/rails in enginePiotr Sarnacki2012-05-041-0/+4
* | Make files in paths consistentYehuda Katz2012-04-251-1/+1
* | Allow loading external route files from the routerJose and Yehuda2012-04-251-1/+2
* | Rails::Plugin has goneSantiago Pastorino2012-01-032-10/+1
* | fix nodocsVijay Dev2011-12-091-1/+1
|/
* Add destroy alias to enginesGuillermo Iguaran2011-08-221-2/+3
* Use namespace if it's a mountable engineStefan Sprenger2011-06-071-0/+1
* Add destroy to engine's commandsStefan Sprenger2011-05-271-2/+3
* Move requiring engine out of the switch caseStefan Sprenger2011-05-271-4/+3
* Introducing engine commandsStefan Sprenger2011-05-261-0/+37
* Need it declared tooDavid Heinemeier Hansson2011-05-101-0/+1
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-8/+1
* Booya, sprockets now works from Engines.José Valim2011-04-151-0/+2