1. 03 5月, 2014 3 次提交
  2. 02 5月, 2014 3 次提交
  3. 01 5月, 2014 2 次提交
  4. 13 6月, 2013 1 次提交
    • W
      Adding documentation to +polymorphic_url+ · fa0cff48
      wangjohn 提交于
      concerning the options that it inherits from +url_for+. The way that
      +polymorhpic_url+ is built allows it to have options
      like +:anchor+, +:script_name+, etc. but this is currently not
      documented.
      fa0cff48
  5. 02 12月, 2012 1 次提交
  6. 01 11月, 2012 1 次提交
  7. 05 8月, 2012 2 次提交
  8. 04 8月, 2012 2 次提交
  9. 01 7月, 2012 1 次提交
    • G
      Remove ActiveModel dependency from ActionPack · 166dbaa7
      Guillermo Iguaran 提交于
      ActiveModel is used in ActionPack for ActiveModel::Naming for a few,
      mostly optional aspects of ActionPack related to automatically converting
      an ActiveModel compliant object into a key for params and routing. It uses
      only three methods of ActiveModel (ActiveModel::Naming.route_key,
      ActiveModel::Naming.singular_route_key and ActiveModel::Naming.param_key).
      166dbaa7
  10. 01 6月, 2012 1 次提交
  11. 24 5月, 2012 1 次提交
    • V
      Revert "Remove blank trailing comments" · 1ad0b378
      Vijay Dev 提交于
      This reverts commit fa6d921e.
      
      Reason: Not a fan of such massive changes. We usually close such changes
      if made to Rails master as a pull request. Following the same principle
      here and reverting.
      
      [ci skip]
      1ad0b378
  12. 20 5月, 2012 1 次提交
    • H
      Remove blank trailing comments · fa6d921e
      Henrik Hodne 提交于
      For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
      with the first match, and voilà! Note that the regex matches a little bit too
      much, so you probably want to `git add -i .` and go through every single diff
      to check if it actually should be changed.
      fa6d921e
  13. 30 4月, 2012 1 次提交
  14. 09 12月, 2011 1 次提交
  15. 25 7月, 2011 1 次提交
  16. 03 7月, 2011 1 次提交
  17. 18 12月, 2010 1 次提交
  18. 27 9月, 2010 2 次提交
  19. 04 9月, 2010 6 次提交
  20. 29 8月, 2010 2 次提交
  21. 21 7月, 2010 2 次提交