rails--rails/railties/lib
Michael Koziarski 01b77da8da Patch to add a -e (export) option to script/plugin install. Closes #10847 [jon@blankpad.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-02-21 22:44:00 +00:00
..
commands Patch to add a -e (export) option to script/plugin install. Closes #10847 [jon@blankpad.net] 2008-02-21 22:44:00 +00:00
rails Introduce native mongrel handler and push mutex into dispatcher. 2007-12-27 11:17:05 +00:00
rails_generator Move SecretKeyGenerator comments to the correct place for rdoc. Closes #10940 [FooBarWidget] 2008-02-09 22:18:38 +00:00
tasks Clear active connections before trying to drop the database. Allows db:drop to work with posgresql. Closes #10559 [jqr] 2008-02-15 23:16:01 +00:00
code_statistics.rb Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz] 2006-10-27 01:26:11 +00:00
commands.rb
console_app.rb Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ and after_dispatch callbacks, and warm up to non-CGI requests. 2007-09-26 01:24:07 +00:00
console_sandbox.rb Fix script/console --sandbox for internal transactions changes. Closes #5738. 2006-09-12 01:17:11 +00:00
console_with_helpers.rb Extend the console +helper+ method to allow you to include custom helpers. Closes #6781 [Chris Wanstrath] 2007-10-07 03:08:08 +00:00
dispatcher.rb Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ and after_dispatch callbacks, and warm up to non-CGI requests. 2007-09-26 01:24:07 +00:00
fcgi_handler.rb FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz Derebecki] 2007-11-13 00:54:57 +00:00
initializer.rb Add Time Zone support to ActiveRecord, and config.time_zone property for specifying a default Time Zone. Closes #10982 [Geoff Buesing, rick] 2008-02-06 06:43:02 +00:00
rails_generator.rb Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler] 2007-02-04 20:44:45 +00:00
railties_path.rb Deprecation: remove components from controller paths. Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. Closes #6755. 2007-03-18 13:35:16 +00:00
ruby_version_check.rb Reject Ruby 1.8.3 when loading Rails; extract version checking code. 2006-03-19 18:55:31 +00:00
rubyprof_ext.rb
source_annotation_extractor.rb Moved the SourceAnnotationExtractor to a separate file in case libraries try to load the rails rake tasks twice. rspec_on_rails, I'm looking at you. [Rick] 2007-09-28 17:02:40 +00:00
test_help.rb Re-enable the debugger in testing 2008-01-09 18:50:06 +00:00
webrick_server.rb Fixed that webrick would strip leading newlines and hang connection (closes #4156) [psross] 2007-01-05 04:09:38 +00:00