aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rails::Engine.find(path) - method to find engine by pathPiotr Sarnacki2010-12-091-0/+10
* Make deep copy of application generators on engine initialization.Piotr Sarnacki2010-11-021-1/+1
* Use application's generators defaults as engine defaults to not force users t...Piotr Sarnacki2010-11-021-0/+1
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-062-23/+22
* Deprecate generators in Railties. You should use app_generators instead.José Valim2010-10-021-3/+25
* Add helper for loading seed data for engine and applicationPiotr Sarnacki2010-09-201-0/+1
* Include all helpers from non-namespaced enginesPiotr Sarnacki2010-09-031-0/+1
* Get rid of static_paths method and instead configure paths for ActionDispatch...Piotr Sarnacki2010-09-031-0/+4
* Added Rails.application.config.paths.db.migrate to remove hardcoded db/migrat...Piotr Sarnacki2010-09-031-0/+2
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-1/+1
* Move singleton pattern to Railtie and remove Engine::Configurable and Applica...Piotr Sarnacki2010-09-031-31/+0
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-0/+1
* Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...Piotr Sarnacki2010-09-032-7/+1
* Engine can now serve files with ActionDispatch::StaticPiotr Sarnacki2010-09-031-2/+3
* Engine can now load its own pluginsPiotr Sarnacki2010-09-032-1/+26
* Made Engine valid rack app with its own middleware stackPiotr Sarnacki2010-09-032-1/+14