public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Request profiler


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8016 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jeremy (author)
Thu Oct 25 13:33:28 -0700 2007
commit  d69be7df6dd1d358b019a2b8fe2c7cd10050063e
tree    d4002c1351275451b464414a022a452a02e24788
parent  96557eb35b2f28df663f2df6de4288931ee6143a
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Request profiler. [Jeremy Kemper]
0
+
0
 * Disabled checkboxes don't submit a form value. #9301 [vladr, robinjfisher]
0
 
0
 * Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins, mikong, mislav]
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Request profiler. [Jeremy Kemper]
0
+
0
 * config/boot.rb correctly detects RAILS_GEM_VERSION. #9834 [alexch, thewoolleyman]
0
 
0
 * Fixed incorrect migration number if script/generate executed outside of Rails root #7080 [jeremymcanally]
...
67
68
69
70
 
71
72
73
...
67
68
69
 
70
71
72
73
0
@@ -67,7 +67,7 @@ class AppGenerator < Rails::Generator::Base
0
       m.file "environments/test.rb", "config/environments/test.rb"
0
 
0
       # Scripts
0
- %w( about console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/inspector runner server plugin ).each do |file|
0
+ %w( about console destroy generate performance/benchmarker performance/profiler performance/request process/reaper process/spawner process/inspector runner server plugin ).each do |file|
0
         m.file "bin/#{file}", "script/#{file}", script_options
0
       end
0
 

Comments

    No one has commented yet.