aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Namespaced OrderedHash so the Rails implementation does not clash with any ot...Rick Olson2006-04-301-26/+15
* Use reverse_each rather than reverse.each. [Marcel Molina Jr.]Marcel Molina2006-04-301-1/+1
* Reject Ruby 1.8.3 when loading Rails; extract version checking code.Nicholas Seckar2006-03-191-1/+9
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-191-5/+5
* Update duplicated OrderedOptions code.Nicholas Seckar2006-02-261-12/+24
* Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-251-1/+14
* Add Configuration#after_initialize for specifying a block to be executed afte...Michael Koziarski2006-02-071-2/+23
* Remove LoadingModuleNicholas Seckar2006-02-031-1/+3
* Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework...David Heinemeier Hansson2006-01-301-8/+15
* Load plugins in a consistent order. Closes #3429Michael Koziarski2006-01-141-2/+3
* Fix problems with the plugin loader where plugins could override 'name' and p...Michael Koziarski2006-01-131-2/+3
* fix for Initializer doc, routing is loaded last so that plugins can extend itTobias Lütke2006-01-111-1/+1
* Run initialize_logger in script/lighttpd to ensure the log file exists before...Sam Stephenson2005-11-301-1/+3
* Add plugin library directories to the load path after the lib directory so th...Marcel Molina2005-11-211-3/+7
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-1/+1
* Pass __FILE__ when evaluating plugins' init.rb. Closes #2817.Jeremy Kemper2005-11-101-1/+1
* Don't reload routes until plugins have been loaded so they have a chance to e...David Heinemeier Hansson2005-11-101-1/+3
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-1/+2
* Raise in stubby/init.rb if it doesn't have access to directory or config. lo...Jeremy Kemper2005-11-071-1/+1
* Restore access to 'directory' and 'config' inside the plugin eval environmentJamis Buck2005-11-071-6/+9
* New configuration option config.plugin_paths which may be a single path like ...Jeremy Kemper2005-11-071-41/+94
* Move info.rb to rails_info.rb and load Rails::Info after initializationSam Stephenson2005-11-051-0/+8
* Removed app/apis as a default empty dir since its automatically created when ...David Heinemeier Hansson2005-10-281-3/+3
* Added app/services as a default dir in the Rails skeleton and to the load pat...David Heinemeier Hansson2005-10-281-0/+1
* Constants set in the development/test/production environment file are set in ...Jamis Buck2005-10-231-0/+4
* Fixed misspell of "initialize_framework_settings"Florian Weber2005-10-201-3/+3
* Add documentation for Rails::Initializer and Rails::ConfigurationJamis Buck2005-10-161-15/+178
* Backed out of setting testing settings through initializer as that would brea...David Heinemeier Hansson2005-10-151-27/+0
* Fixed the overeager test runningDavid Heinemeier Hansson2005-10-151-1/+1
* Clean-up fix a bitDavid Heinemeier Hansson2005-10-141-6/+8
* Made the instantiated/transactional fixtures settings be controlled through R...Florian Weber2005-10-141-1/+27
* Fix problem with RAILS_ENV being frozen when set from environment variableJamis Buck2005-10-141-1/+1
* Load plugins lastJamis Buck2005-10-051-1/+2
* prepend to load path before loading the pluginJamis Buck2005-10-051-4/+4
* Add experimental plugin support #2335Jamis Buck2005-10-051-1/+26
* Dont redefine RAILS_ENV once setDavid Heinemeier Hansson2005-09-301-3/+1
* Made the order of framework settings significant so config.action_controller....David Heinemeier Hansson2005-09-301-16/+35
* Dont bitch over resetting constDavid Heinemeier Hansson2005-09-291-0/+2
* Only configure settings for loaded frameworksDavid Heinemeier Hansson2005-09-221-4/+6
* Include ActionView as a configurable frameworkDavid Heinemeier Hansson2005-09-191-1/+1
* Cant use silence_warnings before active support is loadedDavid Heinemeier Hansson2005-09-151-2/+1
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-151-6/+2
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-151-0/+11
* Moved session and fragment options outDavid Heinemeier Hansson2005-09-131-6/+1
* Control depedency mechanism, breakpoints, and whiny nils through the configDavid Heinemeier Hansson2005-09-131-50/+93
* Make it even easier to set a new session store and use symbols for log level tooDavid Heinemeier Hansson2005-09-121-3/+15
* Added Rails::Configuration support for fragment storesDavid Heinemeier Hansson2005-09-121-2/+16
* Added create_session_table, drop_session_table, and purge_session_table as ra...David Heinemeier Hansson2005-09-121-0/+12
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails...Jamis Buck2005-09-051-1/+4