-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Comparing changes
Open a pull request
base repository: activeadmin/activeadmin
base: v3.2.5
head repository: activeadmin/activeadmin
compare: v3.3.0
- 10 commits
- 28 files changed
- 6 contributors
Commits on Nov 20, 2024
-
Improve v3 docs regarding compatibility with vite_rails (#8548)
Active Admin v3 can be used with the vite_rails gem, but the instructions for doing so are buried in a discussion comment. Also, using a modern build system like Vite will often lead to deprecation warnings due to the older color functions used in Active Admin's SCSS assets. To address these issues, I've made some small improvements to Active Admin's docs. Namely: - Add a vite_rails section to the installation document. - Mention the SCSS deprecation warnings in the "gotchas" document, with a workaround that specifically works with Vite. As discussed in <#8492>, it would be great to solve the deprecation warnings rather than just hiding them, but that will require some significant refactoring, which can be a separate PR. In the meantime I wanted to improve the documentation to at least point users in the right direction.
Configuration menu - View commit details
-
Copy full SHA for f5fff24 - Browse repository at this point
Copy the full SHA f5fff24View commit details
Commits on Nov 25, 2024
-
(Backport) Fix attributes passed to form has_many not being set on ne…
…w record form items (#8551) Fix has_many custom attrs not being set on new record form items
Configuration menu - View commit details
-
Copy full SHA for 856cfd4 - Browse repository at this point
Copy the full SHA 856cfd4View commit details
Commits on Jan 4, 2025
-
Backport test against Rails 8.0 (#8556)
* backport 8500: test against rails 8.0 * Update dependencies - Downgrade zeitwerk to allow 3.1 - Use Ruby 3.0 to update Rails 7.0 and 7.1 dependencies ``` BUNDLE_GEMFILE=gemfiles/rails_70/Gemfile rvm use 3.0.7 do bash -c "bundle update && bundle update --bundler" BUNDLE_GEMFILE=gemfiles/rails_71/Gemfile rvm use 3.0.7 do bash -c "bundle update && bundle update --bundler" ``` * Use Struct instead of OpenStruct --------- Co-authored-by: Geremia Taglialatela <tagliala.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d870d54 - Browse repository at this point
Copy the full SHA d870d54View commit details -
Backport Fix deprecation warning in Ruby 3.4 (#8593) (#8596)
Fix deprecation warning in Ruby 3.4 (#8593) After upgrade to Ruby 3.4, our test suite outputs the following warning: ``` lib/active_admin/inputs/filters/select_input.rb:19: warning: string returned by <Symbol>.to_s will be frozen in the future ``` Co-authored-by: Yvan BARTHÉLEMY <223016+ybart@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0749f5 - Browse repository at this point
Copy the full SHA c0749f5View commit details
Commits on Jan 8, 2025
-
Backport Fix circular require warning in belongs_to.rb (#8601)
Fix circular require warning in belongs_to.rb When running specs with `RUBYOPTS='-w'`, numerous warnings are generated due to a circular require between: - `lib/active_admin/resource/belongs_to.rb` - `lib/active_admin/resource.rb` The warning message is: ``` warning: loading in progress, circular require considered harmful - ./lib/active_admin/resource.rb ``` Based on the code history, there is no specific reason for the inverse require from `belongs_to` to `resource`. This change removes the unnecessary require to eliminate the warnings. Backports #8598 to `3-0-stable` branch
Configuration menu - View commit details
-
Copy full SHA for 8045939 - Browse repository at this point
Copy the full SHA 8045939View commit details
Commits on Jan 28, 2025
-
v3: Update dependencies and test against Ruby 3.4 (#8614)
Update dependencies and test against Ruby 3.4 Additionally, in order to allow CI to run against all supported Ruby versions: - Lock net-imap to ~> 0.4.18 on Rails 6.1 - Lock nokogiri to ~> 1.17.2 on Rails 6.1 and Rails 7.0 - Lock securerandom to ~> 0.3.2 on Rails 6.1 and Rails 7.0 - Do not test Rails 7.1 against Ruby 3.0, change it to the oldest supported Rails version, 6.1
Configuration menu - View commit details
-
Copy full SHA for 73b88e1 - Browse repository at this point
Copy the full SHA 73b88e1View commit details
Commits on Mar 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for af92609 - Browse repository at this point
Copy the full SHA af92609View commit details -
Backport Support sortable argument in id_column (#8650)
Support sortable argument in id_column This is mostly useful to prevent sorting on tables with uuid PKs. Sorting by uuid isn't very useful, and it can have problematic performance if the table is very large, even if there is an index. Backport #8639
Configuration menu - View commit details
-
Copy full SHA for 4042f2e - Browse repository at this point
Copy the full SHA 4042f2eView commit details -
Backport Support sortable argument in id_column (#8652)
support title for id_column
Configuration menu - View commit details
-
Copy full SHA for 0a36dbe - Browse repository at this point
Copy the full SHA 0a36dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for edcfa52 - Browse repository at this point
Copy the full SHA edcfa52View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.2.5...v3.3.0