An error occurred fetching the project authors.
  1. 28 Jul, 2016 1 commit
    • Herminio Torres's avatar
      Fix the title of the toggle dropdown button · 94e6d51e
      Herminio Torres authored
      Before when you choose the way of `sort` instead it display the title correctly it was just apply the humanize helper in sort value.
      
      E.g.
      
      When you choose `Last updated` it should display the title `Last updated` instead of `Recently updated`. This fix makes this correctly displays the title.
      
      Change the implementation of the `link_to` `filter_branches_path`
      
      - Change the value of the `params[:sort]` in `link_to`. E.g. instead of using `'recently_updated'` is now using `sort_value_recently_updated`.
      
      - Change the values of the case in the `branches_sorted_by` method for the values it receives in the `params[:sort]` that are: `nil`, `'name'`, `'updated_desc'`, `'updated_asc'`.
      94e6d51e
  2. 19 Jul, 2016 1 commit
  3. 03 Jun, 2016 4 commits
  4. 07 Apr, 2016 1 commit
  5. 19 Mar, 2016 1 commit
  6. 15 Mar, 2016 3 commits
  7. 03 Dec, 2015 1 commit
  8. 11 Nov, 2015 1 commit
  9. 01 Nov, 2015 1 commit
  10. 02 Aug, 2015 1 commit
  11. 06 Jul, 2015 1 commit
  12. 20 Apr, 2015 1 commit
  13. 12 Mar, 2015 1 commit
  14. 20 Feb, 2015 1 commit
  15. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  16. 13 Nov, 2014 1 commit
  17. 05 Nov, 2014 1 commit
  18. 30 Oct, 2014 1 commit
  19. 13 Oct, 2014 1 commit
  20. 21 Sep, 2014 1 commit
  21. 03 Sep, 2014 1 commit
  22. 23 May, 2014 4 commits
  23. 22 May, 2014 1 commit
  24. 01 Apr, 2014 1 commit
  25. 05 Aug, 2013 1 commit
  26. 17 Jul, 2013 2 commits
  27. 16 Jul, 2013 4 commits