Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shakacode/react_on_rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.2
Choose a base ref
...
head repository: shakacode/react_on_rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.3
Choose a head ref
  • 11 commits
  • 59 files changed
  • 3 contributors

Commits on Dec 17, 2016

  1. Update KUDOS.md

    justin808 authored Dec 17, 2016
    Configuration menu
    Copy the full SHA
    f048adf View commit details
    Browse the repository at this point in the history
  2. Update PROJECTS.md

    justin808 authored Dec 17, 2016
    Configuration menu
    Copy the full SHA
    ba6e9ef View commit details
    Browse the repository at this point in the history
  3. Update PROJECTS.md

    justin808 authored Dec 17, 2016
    Configuration menu
    Copy the full SHA
    ddfe0bd View commit details
    Browse the repository at this point in the history
  4. Update PROJECTS.md

    justin808 authored Dec 17, 2016
    Configuration menu
    Copy the full SHA
    93fb10b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Update NEWS.md

    justin808 authored Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a5832b9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    justin808 authored Dec 20, 2016
    Configuration menu
    Copy the full SHA
    501d593 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

  1. Update all gems with bundle update (#657)

    * Update all gems with bundle update
    * update node dependencies to run on sierra 10.12.2
    * remove jscs
    * Fix JS linting, using ShakaCode 13.2.1
    * Updated rubocop linting
    * Fix flow errors
    justin808 authored Dec 25, 2016
    Configuration menu
    Copy the full SHA
    8bcaa34 View commit details
    Browse the repository at this point in the history
  2. Update KUDOS.md

    justin808 authored Dec 25, 2016
    Configuration menu
    Copy the full SHA
    4c0f963 View commit details
    Browse the repository at this point in the history
  3. Use turbolinks:before-visit, not turbolinks:before-cache (#644)

    By using the hook on `turbolinks:before-visit` to unmount the components, we can ensure that components are unmounted even when Turbolinks cache is disabled. Previously, we used `turbolinks:before-cache` event hook.
    volkanunsal authored and justin808 committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    ccd970a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Compatibility with Ruby 2.0+ (#651)

    * Add more Ruby versions < 2.3 to TravisCI
    * Modify keyword arguments for Ruby 2.0 compat
    Required keyword arguments were introduced in Ruby 2.1, but can be emulated in 2.0 by using a default value that raises an ArgumentError
    * Remove web-console
        It's not compatible with Ruby < 2.2
    * Lock npm version on TravisCI
       To work around the issue npm/npm#14042,
    where npm tries to install optional dependencies and fails.
    * Add required_ruby_version to gemspec
       So that rubygems.org can pick it up and display it on the gem page.
    bbonamin authored and justin808 committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    eb54c08 View commit details
    Browse the repository at this point in the history
  2. Release 6.3.3

    justin808 committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    c842748 View commit details
    Browse the repository at this point in the history
Loading