aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-15/+9
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-9/+15
* 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
* Revert "Allow loading external route files from the router"José Valim2012-06-291-1/+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
* | 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-031-2/+0
* | fix nodocsVijay Dev2011-12-091-1/+1
|/
* 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
* 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-061-22/+21
* 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
* 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-031-2/+1
* Engine can now serve files with ActionDispatch::StaticPiotr Sarnacki2010-09-031-2/+3
* Engine can now load its own pluginsPiotr Sarnacki2010-09-031-1/+3
* Made Engine valid rack app with its own middleware stackPiotr Sarnacki2010-09-031-0/+2
* Revert "Put lib back on the autoload path"José Valim2010-08-041-1/+1
* Put lib back on the autoload pathwycats2010-08-031-1/+1
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-1/+1
* A few changes were done in this commit:José Valim2010-06-281-2/+2
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-5/+5
* Revert "files in the lib directory are no longer autoloaded"Xavier Noria2010-06-211-5/+1
* files in the lib directory are no longer autoloadedXavier Noria2010-06-211-1/+5
* Removing Metal from Rails 3. wycats2010-05-291-1/+0
* Fix a typo in load_once_paths [#4357 state:resolved] (ht: Kim Altintop)José Valim2010-04-101-1/+1
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+0
* Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-2/+3
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-0/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-0/+3
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-0/+1
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-1/+0
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-0/+1
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-1/+1
* Ensure helpers work from configured path.José Valim2010-01-241-0/+1
* Move configuration to subfolders.José Valim2010-01-231-0/+48