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: bootstrap-ruby/bootstrap_form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.2
Choose a base ref
...
head repository: bootstrap-ruby/bootstrap_form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.0
Choose a head ref
  • 11 commits
  • 45 files changed
  • 3 contributors

Commits on Sep 15, 2023

  1. Preparing v5.3.2

    UweKubosch committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    656e83a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix joins not to make strings unsafe (#704)

    * Fix joins not to make strings unsafe
    
    * Fix RuboCop offenses
    lcreid authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    95596b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8bd151 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. rescue instead if actiontext could not be found (#706)

    * rescue instead if actiontext could not be found
    
    * ignore Lint/SuppressedException in bootstrap_form
    BenMorganMY authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4811ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 28, 2023

  1. Dockerize System Tests (#710)

    * Ignore new SQLite files
    
    * docker-compose for Selenium tests
    lcreid authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b750707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04bc5a1 View commit details
    Browse the repository at this point in the history
  3. do not alias rich text area if it is not defined (#709)

    * do not alias rich rext area if it is not defined
    
    * rescue name error instead of checking if the method is defined
    
    * ignore linting issues
    
    * add note on bootstrap_alias
    
    * use inline rubocop disable comment
    
    * Update lib/bootstrap_form/inputs/base.rb
    
    ---------
    
    Co-authored-by: Larry Reid <[email protected]>
    BenMorganMY and lcreid authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e838d4e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Rails 7.1 (#708)

    * Add 7.1 and ruby-head to matrix
    
    Fix bad git usage
    
    7.1.0 released
    
    Docker get newer node and docs
    
    * Fix yarn install in Dockerfile
    
    * Upgrade demo app to 7.1
    
    * Test pass except for demo
    
    * RuboCop fixes
    
    * Schema without version for older Rails
    
    * Remove unneeded migrations.
    
    * Add action_mailbox_inbound_emails to schema
    
    * Did I need headless_chrome?
    
    * CR feedback
    lcreid authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f98e29b View commit details
    Browse the repository at this point in the history
  2. Misc fixes (#713)

    * Upgrade demo app to 7.1
    
    * Test pass except for demo
    
    * RuboCop fixes
    
    * Schema without version for older Rails
    
    * Remove unneeded migrations.
    
    * WIP
    
    * Remove package-lock.json
    
    * Remove unnecessary require of bootstrap_form
    
    * belongs_to defaults to required
    
    * Update bundler version and cleanup
    lcreid authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    528e67a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Preparing v5.4.0

    lcreid committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ed3eda8 View commit details
    Browse the repository at this point in the history
Loading