1. 02 3月, 2018 2 次提交
  2. 01 3月, 2018 5 次提交
    • Y
      Clean up `RoutesTest` a bit · 90de2dc6
      yuuji.yaginuma 提交于
      * Remove unused require
      * Remove redundant `test`
      * Change `rake` to `rails`
      90de2dc6
    • R
      Merge pull request #32130 from benoittgt/rake-routes-compact-mode · c9fa561b
      Rafael França 提交于
      Add "rails routes --expanded" mode
      c9fa561b
    • B
      Add --expanded option to "rails routes" · c6d928f3
      Benoit Tigeot 提交于
      When using rails routes with small terminal or complicated routes it can be
      very difficult to understand where is the element listed in header. psql
      had the same issue, that's why they created "expanded mode" you can
      switch using `\x` or by starting psql with
      ```
      -x
      --expanded
      
          Turn on the expanded table formatting mode. This is equivalent to the \x command.
      ```
      The output is similar to one implemented here for rails routes:
      
      db_user-# \du
      List of roles
      -[ RECORD 1 ]----------------------------------------------
      Role name  | super
      Attributes | Superuser, Create role, Create DB
      Member of  | {}
      -[ RECORD 2 ]----------------------------------------------
      Role name  | role
      Attributes | Superuser, Create role, Create DB, Replication
      Member of  | {}
      c6d928f3
    • G
      Rebuild activestorage.js · f008562d
      George Claghorn 提交于
      f008562d
    • G
      Handle file checksumming errors · 5a66a142
      George Claghorn 提交于
      5a66a142
  3. 28 2月, 2018 17 次提交
  4. 27 2月, 2018 16 次提交