Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/railties/lib/initializer.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9240 [9240] 04/08/08 04:21:32 rick Don't require rails/gem_builder during rails initialization, it's only …
(edit) @9215 [9215] 04/02/08 17:48:30 rick Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for …
(edit) @9211 [9211] 04/02/08 12:48:10 pratik Fix that config.to_prepare dependency error. Closes #10520 [akaspick, …
(edit) @9205 [9205] 04/01/08 20:55:45 rick spell check
(edit) @9204 [9204] 04/01/08 20:35:56 rick Add config.active_support for future configuration options. Also, add …
(edit) @9201 [9201] 04/01/08 19:16:55 david Use class << self
(edit) @9180 [9180] 04/01/08 02:09:52 pratik Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for …
(edit) @9167 [9167] 03/31/08 06:53:44 rick Allow files in plugins to be reloaded like the rest of the application. …
(edit) @9148 [9148] 03/30/08 18:22:31 rick whoops, typo in the CHANGELOG
(edit) @9141 [9141] 03/30/08 02:35:08 rick Small tweak to allow plugins to specify gem dependencies. [rick]
(edit) @9140 [9140] 03/30/08 02:17:28 rick Added config.gem for specifying which gems are required by the …
(edit) @9108 [9108] 03/28/08 04:35:48 gbuesing config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson …
(edit) @9104 [9104] 03/28/08 01:45:04 gbuesing Rails::Initializer#initialize_time_zone raises an error if value assigned …
(edit) @9102 [9102] 03/27/08 22:33:50 david Stop adding the antiquated test/mocks/* directories and only add them to …
(edit) @9101 [9101] 03/27/08 18:37:53 david Added that gems can now be plugins if they include rails/init.rb (closes …
(edit) @9017 [9017] 03/13/08 02:47:26 david Fixed that script/generate would not look for plugin generators in …
(edit) @9015 [9015] 03/13/08 02:25:10 david Applied the faster squish version (closes #11123) [jordi]
(edit) @8806 [8806] 02/06/08 06:43:02 rick Add Time Zone support to ActiveRecord, and config.time_zone property for …
(edit) @8795 [8795] 02/03/08 17:54:39 rick ensure that the after_initialize hooks are run after the application …
(edit) @8787 [8787] 02/02/08 20:18:18 rick Reshuffle load order so that routes and observers are initialized after …
(edit) @8638 [8638] 01/13/08 20:39:51 nzkoz Use non-blocking writing if available. Closes #10794 [lifofifo]
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8479 [8479] 12/22/07 04:50:27 bitsweat Ruby 1.9 compat: initializer only sets kcode for Ruby < 1.9
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @8115 [8115] 11/08/07 05:29:44 rick Refactor Plugin Loader. Add plugin lib paths early, and add lots of …
(edit) @7807 [7807] 10/08/07 20:37:19 bitsweat config.active_record.whiny_protected_attributes. Closes #9816 [henrik]
(edit) @7781 [7781] 10/07/07 22:39:44 bitsweat Use a configuration check so ActiveRecord can be omitted. References …
(edit) @7777 [7777] 10/07/07 19:43:19 bitsweat Raise ProtectedAttributeAssignmentError in development and test …
(edit) @7738 [7738] 10/04/07 04:16:06 nzkoz Tidy up framework initialization code to ensure that it doesn't add …
(edit) @7626 [7626] 09/25/07 03:47:37 david Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit …
(edit) @7564 [7564] 09/22/07 18:24:17 david Doc fixes (closes #8608) [deepblue]
(edit) @7550 [7550] 09/22/07 17:41:03 david Doc fix (closes #9259) [caio]
(edit) @7540 [7540] 09/22/07 17:08:09 david Added symbols as a legal way of specifying plugins in config.plugins …
(edit) @7531 [7531] 09/21/07 22:31:19 david Added the :all option to config.plugins thatll include the rest of the …
(edit) @7507 [7507] 09/18/07 01:45:37 bitsweat Support multiple config.after_initialize blocks so plugins and apps can …
(edit) @7099 [7099] 06/23/07 17:30:31 david Docfix (closes #8585)
(edit) @7097 [7097] 06/23/07 17:23:52 david Docfix (closes #8715)
(edit) @6839 [6839] 05/25/07 21:14:32 bitsweat Missed commit from [6833]. References #8456.
(edit) @6819 [6819] 05/23/07 07:05:51 bitsweat Don't load observers if Active Record isn't loaded.
(edit) @6809 [6809] 05/22/07 19:09:32 xal Initializers are now loaded consistently sorted by name. Closes #8343
(edit) @6627 [6627] 04/29/07 07:35:22 ulysses Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation …
(edit) @6611 [6611] 04/28/07 15:57:29 david Removed breakpointer and Binding.of_caller in favor of relying on …
(edit) @6550 [6550] 04/23/07 18:55:54 david Include Active Resource instead of Action Web Service [DHH]
(edit) @6531 [6531] 04/16/07 21:55:59 xal Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior …
(edit) @6488 [6488] 03/29/07 05:44:44 bitsweat Canonicalize configuration.root_path and replace RAILS_ROOT.
(edit) @6470 [6470] 03/27/07 14:04:06 rick documentation project patches, closes #7342, #7319, #7316, #7190
(edit) @6445 [6445] 03/18/07 13:35:16 bitsweat Deprecation: remove components from controller paths. Canonicalize …
(edit) @6293 [6293] 03/03/07 04:50:56 marcel Move plugin classes into the rails directory to match their namespace
(edit) @6292 [6292] 03/03/07 02:53:06 marcel Move responsibility for ensuring that all registered gems were loaded from …
(edit) @6290 [6290] 03/02/07 23:39:29 marcel Split out the basic plugin locator functionality into an abstract super …
(edit) @6277 [6277] 03/02/07 00:20:32 marcel Split plugin location and loading out of the initializer and into a new …
(edit) @6212 [6212] 02/23/07 00:32:27 david Added config/initializers where all ruby files within it are automatically …
(edit) @6127 [6127] 02/04/07 22:56:36 rick Fix Rails::Initializer since #view_paths is never nil
(edit) @6126 [6126] 02/04/07 22:41:37 rick Update Rails Initializer to use ActionController::Base#view_paths [Rick]
(edit) @5801 [5801] 12/27/06 22:18:38 rick Ensure plugins are in the Dependencies.load_once_paths collection by …
(edit) @5792 [5792] 12/26/06 23:56:00 nzkoz Allow config.to_prepare to work, make the dispatcher safe to 're require'. …
(edit) @5738 [5738] 12/18/06 20:27:05 nzkoz Reapply plugin load path changes from [5720] Closes #6842 Closes #6851
(edit) @5722 [5722] 12/16/06 02:22:23 nzkoz Revert [5720] Reopens #6581 Reopens #6842
(edit) @5720 [5720] 12/15/06 23:41:58 nzkoz Make config.plugins affect $LOAD_PATH and remove duplication from …
(edit) @5624 [5624] 11/25/06 17:11:46 ulysses Update initializer to load Rails::VERSION as soon as possible. Closes …
(edit) @5506 [5506] 11/13/06 06:23:58 bitsweat Rails::VERSION::STRING should always be available. Closes #6244.
(edit) @5319 [5319] 10/17/06 23:11:47 nzkoz Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]
(edit) @5317 [5317] 10/17/06 20:27:03 david Added config.plugins to control which plugins are loaded #6269 [skaes]. By …
(edit) @5313 [5313] 10/16/06 18:29:31 ulysses Remove extraneous expand_path; fix plugin load paths
(edit) @5312 [5312] 10/16/06 18:19:21 ulysses Add plugins and builtins to the load_path.
(edit) @5311 [5311] 10/16/06 18:12:01 ulysses Remove autoload_paths to simplify configuration.
(edit) @5064 [5064] 09/07/06 16:53:58 ulysses Remove the uncanny default of adding all app/models/*/ directories to the …
(edit) @4837 [4837] 08/29/06 06:52:39 ulysses Update Initializer to use load_once_paths to avoid plugin reloading. …
(edit) @4762 [4762] 08/15/06 01:28:06 ulysses Add controller_paths variable to Routing; Assign Routing.controller_paths …
(edit) @4736 [4736] 08/09/06 02:24:15 rick Add missing mock directories from the autoload_paths configuration. [Rick …
(edit) @4728 [4728] 08/08/06 21:21:04 ulysses New dependencies implementation
(edit) @4687 [4687] 08/06/06 03:22:38 ulysses Move method
(edit) @4686 [4686] 08/06/06 02:51:53 ulysses Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request …
(edit) @4684 [4684] 08/06/06 02:12:53 rick Tweak the Rails load order so observers are loaded after plugins, and …
(edit) @4318 [4318] 04/30/06 20:36:37 rick Namespaced OrderedHash so the Rails implementation does not clash with any …
(edit) @4316 [4316] 04/30/06 08:06:45 marcel Use reverse_each rather than reverse.each. [Marcel Molina Jr.]
(edit) @3982 [3982] 03/19/06 18:55:31 ulysses Reject Ruby 1.8.3 when loading Rails; extract version checking code.
(edit) @3981 [3981] 03/19/06 18:45:26 ulysses Remove explicit loading of RailsInfo and RailsInfoController. Move …
(edit) @3664 [3664] 02/26/06 01:56:09 ulysses Update duplicated OrderedOptions code.
(edit) @3645 [3645] 02/25/06 20:26:14 david Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in …
(edit) @3547 [3547] 02/07/06 00:21:45 nzkoz Add Configuration#after_initialize for specifying a block to be executed …
(edit) @3526 [3526] 02/03/06 20:29:39 ulysses Remove LoadingModule
(edit) @3496 [3496] 01/30/06 04:08:05 david Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails …
(edit) @3420 [3420] 01/14/06 09:15:34 nzkoz Load plugins in a consistent order. Closes #3429
(edit) @3414 [3414] 01/13/06 09:40:05 nzkoz Fix problems with the plugin loader where plugins could override 'name' …
(edit) @3395 [3395] 01/11/06 17:36:22 xal fix for Initializer doc, routing is loaded last so that plugins can extend …
(edit) @3198 [3198] 11/30/05 19:18:55 sam Run initialize_logger in script/lighttpd to ensure the log file exists …
(edit) @3122 [3122] 11/21/05 05:55:35 marcel Add plugin library directories to the load path after the lib directory so …
(edit) @3065 [3065] 11/17/05 00:32:16 marcel Rename Version constant to VERSION. Closes #2802.
(edit) @2973 [2973] 11/10/05 16:25:06 bitsweat Pass FILE when evaluating plugins' init.rb. Closes #2817.
(edit) @2967 [2967] 11/10/05 10:45:39 david Don't reload routes until plugins have been loaded so they have a chance …
(edit) @2933 [2933] 11/08/05 04:26:34 sam Added an omnipresent RailsInfoController with a properties action that …
(edit) @2924 [2924] 11/07/05 18:06:44 bitsweat Raise in stubby/init.rb if it doesn't have access to directory or config. …
(edit) @2919 [2919] 11/07/05 14:01:56 minam Restore access to 'directory' and 'config' inside the plugin eval …
(edit) @2904 [2904] 11/07/05 08:09:38 bitsweat New configuration option config.plugin_paths which may be a single path …
(edit) @2884 [2884] 11/05/05 18:04:52 sam Move info.rb to rails_info.rb and load Rails::Info after initialization
(edit) @2796 [2796] 10/28/05 22:01:11 david Removed app/apis as a default empty dir since its automatically created …
(edit) @2782 [2782] 10/28/05 13:00:33 david Added app/services as a default dir in the Rails skeleton and to the load …
(edit) @2711 [2711] 10/23/05 13:39:24 minam Constants set in the development/test/production environment file are set …
(edit) @2693 [2693] 10/20/05 09:24:18 csshsh Fixed misspell of "initialize_framework_settings"
Note: See TracRevisionLog for help on using the revision log.