- Notifications
You must be signed in to change notification settings - Fork 22k
Pull requests: rails/rails
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix unexpected behavior for dependent: :purge activestorage
#36433 opened Jun 6, 2019 by moveson Loading…
Ensure
connection.exec_query and connection.execute allows Arel.sql as input activerecord #53740 opened Nov 25, 2024 by westonganger Loading…
3 of 4 tasks
Bypass presence validation in comparison validator if already checked activemodel
#52269 opened Jul 4, 2024 by kabirpathak Loading…
4 tasks done
Add documentation for raw SQL reads and writes capabilities with ActiveRecord activerecord docs
#53719 opened Nov 22, 2024 by westonganger Loading…
4 tasks done
Allow app to opt out of precompiling actiontext js assets actiontext docs
#53668 opened Nov 19, 2024 by mgrunberg Loading…
Adds support for CTEs (
WITH) to INSERT/UPDATE/DELETE statements activerecord needs feedback #47193 opened Jan 30, 2023 by benedikt Loading…
4 tasks done
Add shortcut for ActiveRecord to log to STDOUT activerecord
#53525 opened Nov 3, 2024 by vlado Loading…
4 tasks done
Fix in_batches handling of limit when it's a string activerecord
#54105 opened Jan 3, 2025 by tomash Loading…
3 of 4 tasks
Add Proc as a type for ActiveJob retry_on attempts activejob
#46245 opened Oct 14, 2022 by rosew Loading…
8 of 9 tasks
ActionText
rich_text_area should respect ActiveStorage proxy mode actiontext #52196 opened Jun 22, 2024 by zzak Loading…
Remove support for Rails 6.1 Active Record Marshal format activerecord docs railties
#53362 opened Oct 18, 2024 by casperisfine Loading…
Warn if frameworks are loaded too early activerecord activesupport needs work railties
#46047 opened Sep 15, 2022 by p8 Loading…
9 tasks done
Add and document ActionText without_layout reader and writer attributes actiontext
#51306 opened Mar 12, 2024 by mrj Loading…
Preload nested associations when calling
reload with strict loading enabled activerecord #53092 opened Sep 28, 2024 by richardboehme Loading…
Avoid running
bundle install in plugin generator tests when possible railties #54168 opened Jan 9, 2025 by zzak Loading…
Makes sure values have the correct type in _update_record. Fixes #49009. activerecord
#49079 opened Aug 29, 2023 by paulreece Loading…
Added current_namespace? for ActionView URL helpers actionview
#54160 opened Jan 8, 2025 by Kasvit Loading…
3 of 4 tasks
Only link back to referer if referer is a
GET request actionview #53722 opened Nov 23, 2024 by stevepolitodesign Loading…
4 tasks done
Document behaviour when
:touch is used with :counter_cache activerecord docs #44599 opened Mar 2, 2022 by mansakondo Loading…
Disconnect existing SQLite connection before dropping database activerecord
#53893 opened Dec 10, 2024 by rosa Loading…
3 of 4 tasks
Fix
merge with unscope relations of different classes activerecord #53895 opened Dec 10, 2024 by fatkodima Loading…
Action View: Document
TagBuilder as part of the public interface actionview #49368 opened Sep 24, 2023 by seanpdoyle Loading…
4 tasks done
Fix double-encoding in
InlinePreviewInterceptor actionmailer railties #49797 opened Oct 26, 2023 by c960657 Loading…
The skip_brakeman option should not skip bundle_audit railties
#54730 opened Mar 10, 2025 by coorasse Loading…
Previous Next
ProTip! Filter pull requests by the default branch with base:main.