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: rubysherpas/forem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rails4
Choose a base ref
...
head repository: crossroads/forem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rails5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 16, 2016

  1. Update gemspec to Rails 5

    epergo committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    cf1951b View commit details
    Browse the repository at this point in the history
  2. Fix: undefined method `squish' for #<String:0x0055a14b648308>

    - Reorder requires in engine.rb
    - Force use of `kaminari` over `will_paginate`
    epergo committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    b368847 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Configuration menu
    Copy the full SHA
    29cece3 View commit details
    Browse the repository at this point in the history
  2. Make belongs_to optional

    Rails 5 now makes required any belongs_to association
    
    Rails 4 ==> belongs_to :model, required:true
    Rails 5 ==> belongs_to :model
    epergo committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    3962268 View commit details
    Browse the repository at this point in the history
  3. Change for

    epergo committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    7010b21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93c2b9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98db0bc View commit details
    Browse the repository at this point in the history
  6. Change to new Rails 5

    epergo committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    0bfd3f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Fix admin root path

    epergo committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    9f3f010 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

  1. Remove deprecated 'silence_stream'

    * Add 'assets.rb'
    epergo committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    963a605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5350319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c6a89a View commit details
    Browse the repository at this point in the history
  4. Fix subscription_specs

    epergo committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    c51bf08 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    473c8ce View commit details
    Browse the repository at this point in the history
Loading