Skip to content
Snippets Groups Projects
  1. Jun 06, 2017
  2. Jun 05, 2017
  3. Jun 04, 2017
  4. Jun 03, 2017
  5. Jun 02, 2017
  6. Jun 01, 2017
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Spec response for forgery (#3248) · 10768aa2
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      Remove protect_from_forgery in ApiController, which is disabled by the
      following skip_before_action, as well.
      10768aa2
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Resolve custom application stylesheet with Webpack (#3373) · e98559c3
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      This implementation is a bit smaller and still has the following benefits:
      
      * No need of app/javascript/packs/custom.js
      For custom stylesheet, it typically has only
      "require('../styles/custom.scss')" and is redundant.
      
      * No need to extract vendor stylesheet to another asset
      Extracting vendor stylesheet could be forgotten by developers who do not
      use custom stylesheet.
      e98559c3
    • Matt Jankowski's avatar
      Update Rails to version 5.1.1 (#3121) · 2212dc4a
      Matt Jankowski authored
      * Update rails to version 5.1.1
      
      * Run `rails app:update`
      
      * Remove the override of polymorphic activity relationship
      
      * Silence warning about otp_secret attribute being unknown to rails
      
      * We will only introduce form_with where we want to use remote data
      2212dc4a
Loading