1. 18 8月, 2005 1 次提交
  2. 13 8月, 2005 1 次提交
  3. 03 8月, 2005 1 次提交
  4. 24 7月, 2005 2 次提交
  5. 22 7月, 2005 2 次提交
  6. 20 7月, 2005 1 次提交
  7. 13 7月, 2005 1 次提交
    • J
      r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 · f29ce1f3
      Jeremy Kemper 提交于
       Remove superfluous inherited override in Dependencies.
       r3024@asus:  jeremy | 2005-07-12 23:54:28 -0700
       Make test the default railties rake target.
       r3025@asus:  jeremy | 2005-07-12 23:55:27 -0700
       Encapsulate dispatch call in dispatcher test.
       r3026@asus:  jeremy | 2005-07-12 23:56:14 -0700
       Expand dispatcher mock to match full method signature for process.
       r3027@asus:  jeremy | 2005-07-12 23:57:24 -0700
       Look for app-specific generators in RAILS_ROOT/generators instead of RAILS_ROOT/script/generators.
       r3028@asus:  jeremy | 2005-07-13 00:00:47 -0700
       Update changelog.
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1819 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      f29ce1f3
  8. 11 7月, 2005 1 次提交
  9. 10 7月, 2005 2 次提交
  10. 09 7月, 2005 3 次提交
  11. 07 7月, 2005 1 次提交
  12. 06 7月, 2005 2 次提交
  13. 05 7月, 2005 4 次提交
  14. 03 7月, 2005 1 次提交
  15. 02 7月, 2005 2 次提交
  16. 29 6月, 2005 1 次提交
  17. 27 6月, 2005 1 次提交
  18. 25 6月, 2005 1 次提交
  19. 24 6月, 2005 1 次提交
  20. 23 6月, 2005 1 次提交
  21. 22 6月, 2005 2 次提交
  22. 21 6月, 2005 1 次提交
  23. 18 6月, 2005 1 次提交
  24. 16 6月, 2005 4 次提交
  25. 12 6月, 2005 1 次提交
    • J
      r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 · 3cb26e9c
      Jeremy Kemper 提交于
       Branch to have scaffold use new render methods
       r2496@sedna:  jeremy | 2005-05-28 10:50:51 -0700
       axe unused process_request method
       r2497@sedna:  jeremy | 2005-05-28 10:51:58 -0700
       sanity assertions in process method check that @controller, @request, @response are set
       r2498@sedna:  jeremy | 2005-05-28 10:53:42 -0700
       clean up escaping.  use instance_variable_get instead of instance_eval.  put id in form action instead of hidden input (like the generated scaffolding)
       r2499@sedna:  jeremy | 2005-05-28 10:54:46 -0700
       clean up interpolation, remove tabs from stylesheet
       r2500@sedna:  jeremy | 2005-05-28 10:56:40 -0700
       modernize dynamic scaffolding.  use params[:id] instead of @params[id].  use consolidated render method instead of render_action, render_file, etc.  use builtin inflections rather than module methods.
       r2501@sedna:  jeremy | 2005-05-28 11:00:26 -0700
       modernize generated scaffolding.  use new-style assertions; use params[:id] instead of @params[id]; use consolidated render method instead of render_*
       r2542@sedna:  jeremy | 2005-06-12 02:24:06 -0700
       use :id => model instead of :id => model.id.  clean up the form helper method.  use flash[:notice] instead of flash['notice'].
       r2543@sedna:  jeremy | 2005-06-12 02:33:22 -0700
       whitespace
       r2544@sedna:  jeremy | 2005-06-12 02:56:57 -0700
       update changelogs
       r2545@sedna:  jeremy | 2005-06-12 03:26:23 -0700
       test dynamic form help when @post is not a new record
       r2546@sedna:  jeremy | 2005-06-12 03:44:14 -0700
       touch up TestCase#process sanity assertions
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1404 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      3cb26e9c
  26. 21 5月, 2005 1 次提交