Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the visibility feature of products #25

Merged

Commits on Aug 17, 2015

  1. Redirect to 404 when product is unpublished

    YOSHIDA Hiroki committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    bd6b1e2 View commit details
    Browse the repository at this point in the history
  2. Add the icon to the unpublished product in backend

    YOSHIDA Hiroki committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    18ae276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d263dd6 View commit details
    Browse the repository at this point in the history
  4. Change the default value of Product#published_at

    YOSHIDA Hiroki committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    dac4bdc View commit details
    Browse the repository at this point in the history
  5. Rails 3.2: Fix the migrations to work correctly

    YOSHIDA Hiroki committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    ed545be View commit details
    Browse the repository at this point in the history
  6. Rails 3.2: Fix again the migrations to work correctly

    `Date.today.in_time_zone` => `Date.today.to_time_in_current_zone`
    YOSHIDA Hiroki committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    f3d32d1 View commit details
    Browse the repository at this point in the history