rails--rails/railties/lib
David Heinemeier Hansson a4994d077f Fix the spot looking for migrations
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-03 16:24:36 +00:00
..
rails_generator Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating. Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths) 2005-09-03 15:13:06 +00:00
tasks Fix the spot looking for migrations 2005-09-03 16:24:36 +00:00
binding_of_caller.rb Added Florian Gross' latest version of Breakpointer and friends that fixes a variaty of bugs #441 [Florian Gross] 2005-01-24 13:41:57 +00:00
breakpoint.rb Upgraded to breakpoint 92 2005-02-20 22:28:11 +00:00
breakpoint_client.rb Set Railsy defaults for breakpoint client 2005-02-20 22:34:03 +00:00
code_statistics.rb Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak] 2005-03-06 23:39:12 +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 Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is defined. Closes #1957 2005-08-31 00:47:51 +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 Talk about whats missing 2005-09-03 16:04:33 +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 Fixed that each request with the WEBrick adapter would open a new database connection #1685 [Sam Stephenson]. Added ActiveRecord::Base.threaded_connections flag to turn off 1-connection per thread (required for thread safety). By default it's on, but WEBrick in Rails need it off #1685 [Sam Stephenson] 2005-07-10 04:54:34 +00:00