Skip to content
Snippets Groups Projects
  1. Jun 18, 2017
  2. Jun 17, 2017
  3. Jun 15, 2017
  4. Jun 14, 2017
  5. Jun 13, 2017
  6. Jun 11, 2017
  7. Jun 10, 2017
  8. Jun 09, 2017
  9. Jun 08, 2017
  10. Jun 07, 2017
  11. Jun 06, 2017
  12. Jun 05, 2017
    • Daigo 3 Dango's avatar
      Redirect to streaming_api_base_url (#3579) · 2985d089
      Daigo 3 Dango authored
      * Redirect to streaming_api_base_url
      
      When Rails receives a request to streaming API, it most likely
      means that there is another host which is configured to respond
      to it. This is to redirect clients to that host if
      `STREAMING_API_BASE_URL` is set as another host.
      
      * Use the new Ruby 1.9 hash syntax
      2985d089
  13. Jun 04, 2017
  14. Jun 02, 2017
  15. Jun 01, 2017
  16. May 31, 2017
  17. May 30, 2017
    • Naouak's avatar
      Fix webpack building on Windows (#3426) · 499cc7b8
      Naouak authored
      * Path should not be constructed manually. Use path.join to ensure compatibility.
      
      * Path should not be constructed manually. Use path.join to ensure compatibility.
      
      * Fix regexp.
      
      * Fix my own stupidity.
      I forgot to check outside my test script the regexp...
      499cc7b8
  18. May 29, 2017
    • Daniel Hunsaker's avatar
      [nanobox] Adjustments for Nanobox development (#3295) · 9ead3d1c
      Daniel Hunsaker authored
      Because Nanobox doesn't run data components in the same container as the code, there are a few tweaks that need to be made in the configuration to get WebPack to work properly in development mode.
      
      The same differences lead to needing to use `DATABASE_URL` by default in the `.env` file for Rails to work correctly.
      
      Limitations of our `.env` loader for Node.js mean the `.env` file needs to be compiled everywhere in order to work, so we compile it in development, now, too. Also, all the `.env.production` tweaks have been consolidated into a single command.
      
      Finally, since Nanobox actually creates the database when it sets up the database server, using the existence of the database alone to determine whether to migrate or setup is insufficient. So we add a condition to `rake db:migrate:setup` to check whether any migrations have run - if the database doesn't exist yet, `db:setup` will be called; if it does, but no migrations have been run, `db:migrate` and `db:seed` are called instead (the same basic idea as what `db:setup` does, but it skips `db:create`, which will only cause problems with an existing DB); otherwise, only `db:migrate` is called.
      
      None of these changes should affect development, and all are designed not to interfere with existing behaviors in other environments.
      9ead3d1c
    • Atsushi Yamamoto's avatar
      Add preference setting for delete toot modal (#3368) · 402c19a9
      Atsushi Yamamoto authored
      * Set delete_modal preference to true by default
      * Does not show confirmation modal if delete_modal is false
      * Add ja translation for preference setting page
      402c19a9
Loading