- 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
Ensure sum honors distinct on has_many through activerecord
#30169 by awortham was closed Aug 14, 2017 Loading… updated Aug 15, 2017
Load Parameters configurations on :action_controller only once
#30045 by albertoalmagro was merged Aug 15, 2017 Loading… updated Aug 16, 2017
Do not generate default alt text for images
#30213 by ckundo was merged Aug 23, 2017 Loading… updated Aug 23, 2017
Add documentation about template partial caching
#29964 by gwincr11 was merged Aug 30, 2017 Loading… updated Aug 30, 2017
Fix preloading of st models on has_many through associations activerecord needs work
#14312 by moktin was closed Sep 1, 2017 Loading… updated Sep 1, 2017
Handle the highest priority exceptions in the cause chain
#30601 by rinmu was closed Sep 15, 2017 Loading… updated Sep 15, 2017
Update rack-test dependency constraint
#29859 by dwightwatson was merged Jul 24, 2017 Loading… updated Sep 18, 2017
PERF: Partially recover some performance when preloading.
#30550 by tgxworld was merged Sep 26, 2017 Loading… updated Sep 27, 2017
Fixed spelling format frontend application to front-end application.
#30732 by nikhilthombare was closed Sep 27, 2017 Loading… updated Sep 27, 2017
Do not use
Arel.star when ignored_columns activerecord needs work #27918 by maclover7 was closed Oct 25, 2017 Loading… updated Oct 25, 2017
Add cases to test combining validation conditions
#31061 by bogdanvlviv was merged Nov 7, 2017 Loading… updated Nov 7, 2017
Update Active Record Validations Guide [ci skip]
#31060 by bogdanvlviv was closed Nov 7, 2017 Loading… updated Nov 7, 2017
Fix
bin/rails db:migrate with specified VERSION #30714 by bogdanvlviv was merged Nov 7, 2017 Loading… updated Nov 7, 2017
Fixed query building when relation is passed for has one or has many association in where
#30126 by chopraanmol1 was merged Aug 11, 2017 Loading… updated Nov 20, 2017
Eager load controller actions to reduce response time of the first request
#29559 by kirs was merged Aug 11, 2017 Loading… updated Nov 21, 2017
Make variable_size_secure_compare public activesupport docs
#24510 by vipulnsward was merged Nov 25, 2017 Loading… updated Nov 25, 2017
Fix generator suggestion raise error when I18n.available_locales don’t include :en
#29887 by willnet was merged Nov 22, 2017 Loading… updated Nov 25, 2017
Clean database naming ambiguity
#31167 by albertoalmagro was merged Nov 27, 2017 Loading… updated Nov 27, 2017
RedisCacheStore - Fix Default Error Handler
#31439 by jessedoyle was merged Dec 14, 2017 Loading… updated Dec 15, 2017
Use
count(:all) in HasManyAssociation#count_records activerecord needs feedback #27561 by klaseskilson was merged Jan 2, 2018 Loading… updated Jan 2, 2018
Add support for multiple encodings in String.blank? activesupport
#31049 by gwincr11 was merged Jan 4, 2018 Loading… updated Jan 4, 2018
ProTip! Mix and match filters to narrow down what you’re looking for.