1. 13 2月, 2008 1 次提交
  2. 18 1月, 2008 1 次提交
  3. 26 10月, 2007 1 次提交
  4. 25 5月, 2007 1 次提交
  5. 23 1月, 2007 1 次提交
  6. 09 10月, 2006 1 次提交
  7. 02 9月, 2006 1 次提交
  8. 30 8月, 2006 1 次提交
  9. 30 4月, 2006 1 次提交
  10. 20 4月, 2006 1 次提交
  11. 20 3月, 2006 1 次提交
  12. 19 3月, 2006 2 次提交
  13. 26 2月, 2006 1 次提交
  14. 13 12月, 2005 1 次提交
  15. 16 11月, 2005 1 次提交
    • J
      r3095@asus: jeremy | 2005-11-15 22:40:51 -0800 · 2076dca6
      Jeremy Kemper 提交于
       Ticket #1874 - Firebird adapter
       r3107@asus:  jeremy | 2005-11-16 00:06:14 -0800
       quote column aliases
       r3108@asus:  jeremy | 2005-11-16 00:08:12 -0800
       quote columns in construct_conditions_from_arguments.  update sequence_name docs.  introduce prefetched primary keys.
       r3109@asus:  jeremy | 2005-11-16 00:09:08 -0800
       double-quote rather than single-quote sqlite columns
       r3110@asus:  jeremy | 2005-11-16 00:09:56 -0800
       quote column names and use attribute_condition in validates_uniqueness_of
       r3111@asus:  jeremy | 2005-11-16 00:12:24 -0800
       Use QUOTED_TYPE constant in tests
       r3112@asus:  jeremy | 2005-11-16 00:13:28 -0800
       restrict test_inserts_with_pre_and_suffix to those adapters which support migrations
       r3113@asus:  jeremy | 2005-11-16 00:14:09 -0800
       Use QUOTED_TYPE constant in tests
       r3114@asus:  jeremy | 2005-11-16 00:14:30 -0800
       Use QUOTED_TYPE constant in tests
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3051 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      2076dca6
  16. 15 10月, 2005 1 次提交
  17. 28 9月, 2005 1 次提交
  18. 24 7月, 2005 1 次提交
  19. 10 6月, 2005 1 次提交
  20. 07 4月, 2005 1 次提交
  21. 06 3月, 2005 1 次提交
  22. 26 1月, 2005 1 次提交
    • D
      Fixed dependency reloading by switching to a remove_const approach where all... · 10220d35
      David Heinemeier Hansson 提交于
      Fixed dependency reloading by switching to a remove_const approach where all Active Records, Active Record Observers, and Action Controllers are reloading by undefining their classes. This enables you to remove methods in all three types and see the change reflected immediately and it fixes #539. This also means that only those three types of classes will benefit from the const_missing and reloading approach. If you want other classes (like some in lib/) to reload, you must use require_dependency to do it.
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@511 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      10220d35
  23. 16 1月, 2005 1 次提交
    • D
      Added support for associating unsaved objects #402 [Tim Bates] · 823554ea
      David Heinemeier Hansson 提交于
      Added replace to associations, so you can do project.manager.replace(new_manager) or project.milestones.replace(new_milestones) #402 [Tim Bates]
      Added build and create methods to has_one and belongs_to associations, so you can now do project.manager.build(attributes) #402 [Tim Bates]
      Fixed that Base#== wouldn't work for multiple references to the same unsaved object #402 [Tim Bates]
      Added that if a before_* callback returns false, all the later callbacks and the associated action are cancelled. If an after_* callback returns false, all the later callbacks are cancelled. Callbacks are generally run in the order they are defined, with the exception of callbacks defined as methods on the model, which are called last. #402 [Tim Bates]
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@417 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      823554ea
  24. 07 12月, 2004 1 次提交
  25. 24 11月, 2004 1 次提交