rails--rails/railties/lib
Scott Barron e1024e50cf #2261 was supposed to have been closed as wontfix, not sure why it wasn't,
sorry.  We discussed this on IRC and reached the conclusion that it was
an undesirable addition.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2377 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-27 23:31:32 +00:00
..
rails_generator Make the migration generator only check files ending in *.rb when calculating the next file name #2317 [Chad Fowler] 2005-09-27 10:47:47 +00:00
tasks Ticket 2297 - rake stats clearly labels functional and unit tests 2005-09-27 22:09:21 +00:00
binding_of_caller.rb
breakpoint.rb
breakpoint_client.rb
code_statistics.rb #2261 was supposed to have been closed as wontfix, not sure why it wasn't, 2005-09-27 23:31:32 +00:00
console_sandbox.rb Added console --profile for profiling an IRB session #1154 [bitsweat]. Changed console_sandbox into console --sandbox #1154 [bitsweat] 2005-04-30 15:37:45 +00:00
dispatcher.rb Fixed memory leak with Active Record classes when Dependencies.mechanism = :load #1704 [c.r.mcgrath@gmail.com] 2005-09-20 11:23:13 +00:00
fcgi_handler.rb Dropped the 'immediate close-down' of FCGI processes since it didn't work consistently and produced bad responses when it didn't. So now a TERM ensures exit after the next request (just as if the process is handling a request when it receives the signal). This means that you'll have to 'nudge' all FCGI processes with a request in order to ensure that they have all reloaded. This can be done by something like ./script/process/repear --nudge 'http://www.myapp.com' --instances 10, which will load the myapp site 10 times (and thus hit all of the 10 FCGI processes once, enough to shut down). 2005-07-19 18:53:48 +00:00
initializer.rb Only configure settings for loaded frameworks 2005-09-22 14:11:13 +00:00
rails_generator.rb Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Moved all active support dependencies into active support 2005-03-06 12:20:53 +00:00
rubyprof_ext.rb Missing file 2005-05-21 13:21:29 +00:00
webrick_server.rb Don't set the :MimeTypes option if it is nil (causes routing errors on stylesheets and javascripts, somehow) 2005-09-15 22:51:43 +00:00