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: raymondtangsc/activerecord-userstamp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Coursemology/activerecord-userstamp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 30 files changed
  • 3 contributors

Commits on Nov 11, 2021

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    a6b09b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4293b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bce7eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a74b434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    185a5a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Revert "Update rails 6"

    bivanalhar authored and cysjonathan committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bed0a21 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. chore(test): setup test and change requirement

    - ruby >= 3.0 and rails >= 6.0
    - use Appraisal instead of travis
    
    chore(dep): modify rspec version for each rails ver
    bivanalhar authored and cysjonathan committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a65273d View commit details
    Browse the repository at this point in the history
  2. chore(dep): change dependency

    - sqlite3 to be constricted to ver 1.7
    bivanalhar authored and cysjonathan committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9008ef8 View commit details
    Browse the repository at this point in the history
  3. chore(setting): update settings

    - run Dummy::Application instead of mere Rails
    - sprockets is no longer required in Rails 7, so assets config is removed
    - not raising transactional callbacks in current ActiveRecord version
    bivanalhar authored and cysjonathan committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d45b076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a14d5a View commit details
    Browse the repository at this point in the history
  5. refactor(spec): remove dep for rails < 6

    - load models in spec/models instead of spec/dummy
    - restructure database_helpers
    bivanalhar authored and cysjonathan committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e6eb62a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    076ee87 View commit details
    Browse the repository at this point in the history
  7. refactor(spec): modify spec to be in line with rails 6/7

    - refactor RESTFul API method inside spec
    - require all tables to be initialised properly before running spec
    - request.session code to be updated due to point-to-reference
    bivanalhar authored and cysjonathan committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ef20a90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b75dac5 View commit details
    Browse the repository at this point in the history
  9. chore(README): update README

    bivanalhar authored and cysjonathan committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3e9a184 View commit details
    Browse the repository at this point in the history
Loading