1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
2007-09-22 18:33:39 +00:00
..
commands Start in irb mode if possible 2007-04-29 01:35:33 +00:00
rails Added symbols as a legal way of specifying plugins in config.plugins (closes #9629) [tom] 2007-09-22 17:08:09 +00:00
rails_generator Doc fix (closes #9203) [lazyatom] 2007-09-22 17:43:31 +00:00
tasks Added TEMPLATE option to rake doc:app to set a custom output template (closes #7737) [Jakob S] 2007-09-22 18:33:39 +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 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 Doc fixes (closes #8608) [deepblue] 2007-09-22 18:24:17 +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
rubyprof_ext.rb
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