rails/railties/lib
rick 71528b1825 Previously we only added the "lib" subdirectory to the load path when
setting up gem dependencies for frozen gems. Now we add the "ext"
subdirectory as well for those gems which have compiled C extensions
as well. [Wincent Colaiuta]

[#268 state:resolved]
2008-05-31 17:22:16 -07:00
..
commands Don't provide the password with dbconsole unless explicitly opted in. 2008-05-31 15:30:26 -07:00
rails Previously we only added the "lib" subdirectory to the load path when 2008-05-31 17:22:16 -07:00
rails_generator Added better error message for when the class name is already used (and dont show suggestions if there are none) 2008-05-31 15:51:01 -07:00
tasks Consolidate error messages for missing gems, and skip them when running rake gems:* tasks. [rick] 2008-05-31 16:36:34 -07: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 Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in production environment. 2008-04-18 13:05:43 +01: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 Updated copyright years 2008-05-11 18:34:05 -05:00
fcgi_handler.rb Handle exit, reload, and restart immediately if not processing a request. References #11471 [guillaume, Jeremy Kemper] 2008-03-30 23:07:52 +00:00
initializer.rb Consolidate error messages for missing gems, and skip them when running rake gems:* tasks. [rick] 2008-05-31 16:36:34 -07: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
source_annotation_extractor.rb Merge documentation changes from docrails. 2008-05-16 23:21:35 +01: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