rails--rails/railties/lib
David Heinemeier Hansson 83c17f2089 Removed deprecated task names, like clear_logs, in favor of the new namespaced style [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7530 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-09-21 22:22:12 +00:00
..
commands Start in irb mode if possible 2007-04-29 01:35:33 +00:00
rails Run with the latest versions so beta gems will work 2007-04-21 17:06:16 +00:00
rails_generator Updated some docs to reference the latest and greatest and played style nazi a little 2007-09-20 23:16:06 +00:00
tasks Removed deprecated task names, like clear_logs, in favor of the new namespaced style [DHH] 2007-09-21 22:22:12 +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 Backed out of script/run portal idea. Muscle memory too deep 2005-10-06 02:05:36 +00:00
console_app.rb Console reload! runs to_prepare callbacks also. Closes #8393. 2007-05-29 21:44:35 +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 Don't polute the top level namespace in the console with ActionView helpers. Make them available from a helper method. 2006-03-23 21:56:38 +00:00
dispatcher.rb Missed Reloadable bits and pieces 2007-09-14 01:00:32 +00:00
fcgi_handler.rb Fix that FCGIs would leave log files open when asked to shut down by USR2 (closes #3028) [sebastian.kanthak/josh] 2007-06-23 17:04:37 +00:00
initializer.rb Support multiple config.after_initialize blocks so plugins and apps can more easily cooperate. Closes #9582. 2007-09-18 01:45:37 +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 Documentation updates/fixes for railties 2005-10-16 03:00:44 +00:00
test_help.rb Remove duplication in test_help.rb Closes #3328 [jarkko] 2007-09-02 23:50:51 +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