Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Jun 25, 2019
    • Markus Koller's avatar
      Make checks for continue_params more robust · 8fd2c084
      Markus Koller authored
      The check for continue_params&.key?(:to) in Projects::ImportsController
      caused an exception in redirect_to if this key contained a nil value.
      
      Since url_for won't add any params for an empty hash, we can just return
      that in continue_params if params[:continue] isn't present, and simplify
      the code in the controllers to check for the values we actually want to
      use.
      Unverified
      8fd2c084
  3. May 29, 2019
  4. Apr 15, 2019
  5. Mar 27, 2019
  6. Dec 17, 2018
  7. Nov 28, 2018
  8. Nov 27, 2018
  9. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  10. Jul 05, 2017
  11. Jun 05, 2017
  12. Jun 03, 2016
  13. May 13, 2016
  14. May 12, 2016
  15. May 11, 2016
  16. Mar 13, 2016
  17. Feb 17, 2016
  18. Jan 25, 2016
  19. Dec 18, 2015
  20. Nov 18, 2015
  21. Apr 20, 2015
  22. Mar 09, 2015
  23. Mar 03, 2015
  24. Feb 14, 2015
    • 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
  25. Nov 29, 2014
Loading