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: getappmap/appmap-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: getappmap/appmap-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 24, 2024

  1. refactor: standardrb

    kgilpin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a6a4c64 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix: Handle exceptions in app.matches?

    Fixes #358
    kgilpin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0e9db0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67fdce7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #359 from getappmap/fix/devise-incompatibility-358

    fix: Devise incompatibility
    kgilpin authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    028fe66 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.0.1 [skip ci]

    ## [1.0.1](v1.0.0...v1.0.1) (2024-04-30)
    
    ### Bug Fixes
    
    * Handle exceptions in app.matches? ([0e9db0d](0e9db0d)), closes [#358](#358)
    semantic-release-bot committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2d26ccc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. feat: support Ruby 3.3

    Update the extension so it uses a new API function when it wants to get
    the class of the object that has a singleton method.
    
    Also, update AppMap::SUPPORTED_RUBY_VERSIONS, and add 3.3.1 to the test
    matrix.
    kgilpin authored and apotterri committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e25847a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #361 from getappmap/feat/ruby-3.3

    feat: Ruby 3.3.1
    apotterri authored May 22, 2024
    Configuration menu
    Copy the full SHA
    3174576 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.1.0 [skip ci]

    # [1.1.0](v1.0.1...v1.1.0) (2024-05-22)
    
    ### Features
    
    * support Ruby 3.3 ([e25847a](e25847a))
    semantic-release-bot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8565da2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. fix: Handle rack apps without engine? method in Rails

    It seems in some ancient Rails versions there are routes that don't
    define engine? method which we use to detect engines. Check if the
    method exists before using.
    
    Note the affected versions are all end of life; the fix is simple
    but getting a test case would be more complicated so I skipped it.
    dividedmind committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    7e9d3a0 View commit details
    Browse the repository at this point in the history
  2. ci: Disable Ruby 2

    Ruby 2 doesn't seem to work in Travis anymore. Since it's almost two
    years end of life, it's probably not worth the trouble to fix it.
    dividedmind committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    bd74f5b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #365 from getappmap/fix/rails-no-engine-app

    fix: Handle rack apps without engine? method in Rails
    kgilpin authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    d979cea View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.1.1 [skip ci]

    ## [1.1.1](v1.1.0...v1.1.1) (2024-12-13)
    
    ### Bug Fixes
    
    * Handle rack apps without engine? method in Rails ([7e9d3a0](7e9d3a0))
    semantic-release-bot committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    235992e View commit details
    Browse the repository at this point in the history
Loading