1. 28 Apr, 2016 2 commits
  2. 27 Apr, 2016 2 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch 'ie-browser-update' into 'master' · 6c0ed639
      Dmitriy Zaporozhets authored
      Changes support from IE 10+ to IE 11+
      
      IE 11 was released 17 October 2013; 2 years ago. Generally what I have experienced is that support for browsers (when newer ones are available) continues for up to 2 years. Based on that info we would drop support for IE 10 and the latest IE we would support would be IE 11. 
      
      I also think this is more realistic since no one is really testing anything on IE 10 at the moment.  We should start testing on all the browser that we currently support. 
      
      Also we can then have real support for flexbox and not need things like `-ms-flexbox` and other IE specific hacks. 
      
      cc @iamphill @annabeldunstone @elvongray @alfredo1 @rspeicher 
      
      See merge request !3913
      6c0ed639
    • Dmitriy Zaporozhets's avatar
      Merge branch 'rs-letter_opener_web' into 'master' · 47d269c1
      Dmitriy Zaporozhets authored
      Add letter_opener_web gem
      
      Sent emails in the development environment will no longer automatically
      be opened in the browser. If a sent email needs to be viewed, it can be
      found at the `/rails/letter_opener` route.
      
      See merge request !3893
      47d269c1
  3. 26 Apr, 2016 36 commits