aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Code-format references to config settingsMark Rushakoff2012-04-271-1/+1
* | | Fix Engine#routes to not call draw_paths multiple timesPiotr Sarnacki2012-04-281-2/+4
* | | Engine#routes? method has been fixedRoman V. Babenko2012-04-281-1/+1
|/ /
* | Routes reloader knows how to reload external filesYehuda Katz2012-04-251-0/+2
* | Fix the buildYehuda Katz2012-04-251-1/+1
* | Allow loading external route files from the routerJose and Yehuda2012-04-251-1/+2
* | Remove default match without specified methodJose and Yehuda2012-04-241-4/+4
|/
* Simplify helpers handling. Ensure Metal can run AC hooks.José Valim2012-03-151-1/+1
* Fix typo in isolated engine docsCaius Durling2012-03-061-1/+1
* update engines guide to explicitly reference relative-to-engine-root-path for...Ryan Bigg2012-02-161-1/+1
* Rails::Engine docs should use helper method, not helpersRyan Bigg2012-02-161-1/+1
* Fix documentation bug in Rails::EngineTrotter Cashion2012-01-191-1/+1
* Fixed small typo in the Rails::Engine documentation.Rafael Valverde2011-12-151-1/+1
* seed file was already tested for existence. ಠ_ಠAaron Patterson2011-12-141-1/+1
* Revert "Provide a unique point for running initializers."José Valim2011-12-131-2/+4
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-1/+1
* Provide a unique point for running initializers.José Valim2011-12-121-4/+2
* Allow to change engine's loading priority with config.railties_order=Piotr Sarnacki2011-11-231-2/+22