Commit Graph

34 Commits

Author SHA1 Message Date
Carl Lerche 1e41097294 Fully remove config.frameworks in favor of requires in boot.rb 2009-12-31 11:57:59 -08:00
Jeremy Kemper 1fbd02e446 Revert "Add config.action_controller.include behavior to plugins."
This reverts commit 7e8b7f46bf.

Conflicts:

	railties/lib/rails/plugin.rb
2009-12-30 19:34:15 -08:00
José Valim 7e8b7f46bf Add config.action_controller.include behavior to plugins. 2009-12-27 13:31:36 +01:00
Carlhuda 38aeb1528c Moving out some framework specific initializers into the framework libraries. 2009-12-23 16:13:09 -08:00
David Heinemeier Hansson 36624b2c70 Give the builtin controllers their own routes.rb now that the legacy catch-all is gone 2009-12-21 15:55:59 -08:00
Carl Lerche 1b27f5c4f7 Add the ability for plugins to set default configuration settings. 2009-12-15 22:13:52 -08:00
Joshua Peek f70079efb1 Fix warnings in railties configuration and initializeable 2009-12-14 15:42:48 -06:00
Carlhuda 58dec09353 Update rails application root detection to take into consideration a callstack that includes the rack library 2009-11-23 17:28:50 -08:00
Yehuda Katz + Carl Lerche 82b9b151ff Refactor plugins 2009-11-11 18:09:16 -08:00
José Valim d627c932bd Pass config.generators options along when RAILS_GENERATORS is set and show --force-plural message just once.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-11-03 18:22:05 -08:00
Yehuda Katz + Carl Lerche da62a7c536 Duplicate AS code no longer needed 2009-10-27 17:01:33 -07:00
Carl Lerche d0f4d93df8 Remove some remnants of config.gem 2009-10-17 14:38:40 -07:00
Carl Lerche 2110a524a4 Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application's object root) 2009-10-16 12:51:02 -07:00
José Valim 2d7abe245e Renamed Orchestra to Notifications once again [#3321 state:resolved] 2009-10-15 18:51:51 -03:00
José Valim aeaabc6d2d Configure Orchestra on initialization. 2009-10-15 18:19:25 -03:00
Carl Lerche bf9819f73d Have Rails.root be based off of config.ru 2009-10-14 16:40:25 -07:00
Carl Lerche ff8be66f24 Finish porting over the initializers to the app object and fix all the tests 2009-10-14 11:47:37 -07:00
Joshua Peek b0506b086f Create separate middleware stack for initializer 2009-09-26 21:07:49 -05:00
Joshua Peek dbb32115ef Enable static asset server by default 2009-09-26 11:24:56 -05:00
Joshua Peek 14870257c1 Initializer middleware helper needs to require actioncontroller 2009-08-31 21:09:39 -05:00
Yehuda Katz 60219a13da Add a .tmp path 2009-08-09 05:52:49 -03:00
José Valim 9c4ba74b7c Change generators configuration to have a hash style. 2009-07-15 23:38:41 +02:00
José Valim baa4781ac7 Allow nil and false to be given as configuration values and avoid creating unecessary hashes. 2009-07-15 16:53:54 +02:00
José Valim 7022b58842 Allow namespaced configuration on generators. 2009-07-15 16:20:48 +02:00
José Valim c9ea21717e Generators are configured on initialization if RAILS_ENV=generators. 2009-07-08 12:53:45 +02:00
José Valim 2699e9c2dd Added config.generators with tests. 2009-07-08 12:53:45 +02:00
Yehuda Katz + Carl Lerche 9a42e06dd8 Reapply Rails::Application::Path tweaks
Reapplies: a4bdc00fec
             3c1dab7225
2009-07-06 10:22:42 -07:00
Pratik Naik a4bdc00fec Revert "Compact the way application paths are defined"
This reverts commit 940aad225a.

Reason : The server does not start
2009-07-03 12:35:53 +01:00
Yehuda Katz + Carl Lerche 940aad225a Compact the way application paths are defined 2009-07-02 15:49:35 -07:00
Carl Lerche 132e6d0063 Add #concat to Rails::Application::Path 2009-06-30 13:55:11 -07:00
Carl Lerche f66b5d79c1 Stop the initializer from blowing up when builtin_directories is empty 2009-06-30 09:01:46 -07:00
Yehuda Katz + Carl Lerche 188a892c5a Starting to replace scattered path configuration settings with the path object 2009-06-26 17:32:05 -07:00
Yehuda Katz + Carl Lerche 8ee60660ce Try speeding up rails booting 2009-06-25 14:32:15 -07:00
Yehuda Katz + Carl Lerche 3aad4d7fbe Separate Rails module methods, the config object, and the initializer into separate files. 2009-06-23 16:10:43 -07:00