Permalink
56 comments
on commit
sign in to comment.
Browse files
Merge branch 'master' into adequaterecord
* master: (28 commits) move AR length validation tests into separate test-case. No need for trailing slash on migration path. reset `@arel` when modifying a Relation in place. PostgreSQL Timestamps always map to `:datetime`. [ci skip] Improve formatting and yml Fix a typo in the doc of forty_two AR FinderMethod Improve readability of contributing to rails guide. [ci skip] Precompile the image we're referencing, too. `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty transactions. Fixed an issue with migrating legacy json cookies. Correct comment [ci skip] Perfer to define methods instead of calling test Fix syntax error Add CHANGELOG entry for #14757 [ci skip] Fix run-on sentences and improve grammar [skip ci] Add test for using ActionView::Helpers::FormHelper.label with block and html select! renamed to avoid name collision Array#select! Rearrange deck chairs on the titanic. Organize connection handling test cases. Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to image/x-icon. ActionController::Renderers documentation fix ...
- Loading branch information...
Showing
with
634 additions
and 380 deletions.
- +2 −2 actionmailer/lib/action_mailer/base.rb
- +13 −0 actionpack/CHANGELOG.md
- +29 −35 actionpack/lib/abstract_controller/callbacks.rb
- +2 −2 actionpack/lib/action_controller/metal/renderers.rb
- +2 −2 actionpack/lib/action_dispatch/middleware/cookies.rb
- +117 −0 actionpack/test/dispatch/cookies_test.rb
- +15 −0 actionview/CHANGELOG.md
- +3 −3 actionview/lib/action_view/helpers/asset_tag_helper.rb
- +1 −0 actionview/lib/action_view/helpers/form_helper.rb
- +3 −3 actionview/test/template/asset_tag_helper_test.rb
- +7 −0 actionview/test/template/form_helper_test.rb
- +40 −0 activerecord/CHANGELOG.md
- +1 −1 activerecord/lib/active_record/associations/preloader/association.rb
- +1 −1 activerecord/lib/active_record/associations/preloader/through_association.rb
- +4 −2 activerecord/lib/active_record/associations/through_association.rb
- +1 −1 activerecord/lib/active_record/base.rb
- +1 −6 activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
- +1 −1 activerecord/lib/active_record/relation/delegation.rb
- +1 −1 activerecord/lib/active_record/relation/finder_methods.rb
- +9 −1 activerecord/lib/active_record/relation/merger.rb
- +14 −2 activerecord/lib/active_record/relation/query_methods.rb
- +16 −4 activerecord/test/cases/associations/has_many_through_associations_test.rb
- +0 −56 activerecord/test/cases/connection_adapters/abstract_adapter_test.rb
- +54 −0 activerecord/test/cases/connection_adapters/adapter_leasing_test.rb
- +0 −193 activerecord/test/cases/connection_adapters/connection_handler_test.rb
- +192 −0 activerecord/test/cases/connection_adapters/merge_and_resolve_default_url_config_test.rb
- +1 −1 activerecord/test/cases/migrator_test.rb
- +6 −1 activerecord/test/cases/relation/mutation_test.rb
- +20 −1 activerecord/test/cases/timestamp_test.rb
- +1 −42 activerecord/test/cases/validations/association_validation_test.rb
- +47 −0 activerecord/test/cases/validations/length_validation_test.rb
- +4 −0 activerecord/test/models/post.rb
- +2 −0 activerecord/test/models/reader.rb
- +1 −1 activesupport/lib/active_support/core_ext/string/inflections.rb
- +3 −3 activesupport/lib/active_support/inflector/methods.rb
- +5 −0 activesupport/test/core_ext/string_ext_test.rb
- +5 −5 guides/source/contributing_to_ruby_on_rails.md
- +8 −8 guides/source/getting_started.md
- +2 −2 railties/test/application/assets_test.rb
Oops, something went wrong.
This comment has been minimized.
evanphxApr 25, 2014
Contributorevanphx repliedApr 25, 2014
This comment has been minimized.
arunagwApr 25, 2014
Memberarunagw repliedApr 25, 2014
This comment has been minimized.
jessicardApr 25, 2014
WAIT THIS WAS 5 HOURS AGO
jessicard repliedApr 25, 2014
WAIT THIS WAS 5 HOURS AGO
This comment has been minimized.
jhawthornApr 25, 2014
Contributorjhawthorn repliedApr 25, 2014
This comment has been minimized.
katiesvtApr 25, 2014
katiesvt repliedApr 25, 2014
This comment has been minimized.
jessicardApr 25, 2014
but❤️
jessicard repliedApr 25, 2014
but❤️
This comment has been minimized.
StephenitisApr 25, 2014
Stephenitis repliedApr 25, 2014
This comment has been minimized.
danrabinowitzApr 25, 2014
danrabinowitz repliedApr 25, 2014
This comment has been minimized.
nbudinApr 25, 2014
Contributornbudin repliedApr 25, 2014
This comment has been minimized.
mrfotoApr 25, 2014
Woohoo🎉 👍
mrfoto repliedApr 25, 2014
Woohoo🎉 👍
This comment has been minimized.
melanomaApr 25, 2014
melanoma repliedApr 25, 2014
This comment has been minimized.
steindekkerApr 25, 2014
steindekker repliedApr 25, 2014
This comment has been minimized.
olivierlacanApr 25, 2014
Contributorolivierlacan repliedApr 25, 2014
This comment has been minimized.
arturocadenaApr 25, 2014
arturocadena repliedApr 25, 2014
This comment has been minimized.
sferikApr 25, 2014
Contributorsferik repliedApr 25, 2014
This comment has been minimized.
sebasogaApr 25, 2014
Contributorsebasoga repliedApr 25, 2014
This comment has been minimized.
dissolvedApr 25, 2014
Contributordissolved repliedApr 25, 2014
This comment has been minimized.
keithpittApr 25, 2014
keithpitt repliedApr 25, 2014
This comment has been minimized.
brianfosheeApr 25, 2014
Contributorbrianfoshee repliedApr 25, 2014
This comment has been minimized.
WillianvdvApr 25, 2014
Willianvdv repliedApr 25, 2014
This comment has been minimized.
reinarisApr 25, 2014
:couplekiss:
reinaris repliedApr 25, 2014
:couplekiss:
This comment has been minimized.
dpmcnevinApr 25, 2014
Contributordpmcnevin repliedApr 25, 2014
This comment has been minimized.
skwpApr 25, 2014
not only did @tenderlove make an awesome commit, but he traveled back in time to do it👍
skwp repliedApr 25, 2014
not only did @tenderlove make an awesome commit, but he traveled back in time to do it👍
This comment has been minimized.
epylinknApr 25, 2014
And thanks for the stickers!
epylinkn repliedApr 25, 2014
And thanks for the stickers!
This comment has been minimized.
marzapowerApr 25, 2014
Contributormarzapower repliedApr 25, 2014
This comment has been minimized.
skchoiApr 25, 2014
skchoi repliedApr 25, 2014
This comment has been minimized.
tonytaApr 25, 2014
Contributortonyta repliedApr 25, 2014
This comment has been minimized.
y-yagiApr 25, 2014
Membery-yagi repliedApr 25, 2014
This comment has been minimized.
mbhnycApr 25, 2014
ContributorCongrats and excellent talk!!!
mbhnyc repliedApr 25, 2014
Congrats and excellent talk!!!
This comment has been minimized.
IrioApr 26, 2014
Irio repliedApr 26, 2014
This comment has been minimized.
mogoxApr 26, 2014
mogox repliedApr 26, 2014
This comment has been minimized.
adomokosApr 26, 2014
ContributorI am so glad the Internet(s) worked! Good job!👍
adomokos repliedApr 26, 2014
I am so glad the Internet(s) worked! Good job!👍
This comment has been minimized.
danielberkompasApr 26, 2014
danielberkompas repliedApr 26, 2014
This comment has been minimized.
yijia-zhanApr 26, 2014
yijia-zhan repliedApr 26, 2014
This comment has been minimized.
raphaelcostaApr 26, 2014
raphaelcosta repliedApr 26, 2014
This comment has been minimized.
wejrowskiApr 26, 2014
wejrowski repliedApr 26, 2014
This comment has been minimized.
fredwuApr 26, 2014
Contributorfredwu repliedApr 26, 2014
This comment has been minimized.
toctanApr 26, 2014
toctan repliedApr 26, 2014
This comment has been minimized.
wppApr 26, 2014
wpp repliedApr 26, 2014
This comment has been minimized.
imkmfApr 26, 2014
Contributorimkmf repliedApr 26, 2014
This comment has been minimized.
virusmanApr 26, 2014
Contributorvirusman repliedApr 26, 2014
This comment has been minimized.
csoulsApr 26, 2014
csouls repliedApr 26, 2014
This comment has been minimized.
jstenhouseApr 26, 2014
jstenhouse repliedApr 26, 2014
This comment has been minimized.
sadiqmmmApr 26, 2014
Awesome! Thanks ! :)👍
sadiqmmm repliedApr 26, 2014
Awesome! Thanks ! :)👍
This comment has been minimized.
justinweissApr 26, 2014
Contributorjustinweiss repliedApr 26, 2014
This comment has been minimized.
00ec454Apr 26, 2014
00ec454 repliedApr 26, 2014
This comment has been minimized.
sjahandidehApr 28, 2014
sjahandideh repliedApr 28, 2014
This comment has been minimized.
rraubApr 28, 2014
rraub repliedApr 28, 2014
This comment has been minimized.
floridaApr 28, 2014
awesome!👍 🌈
florida repliedApr 28, 2014
awesome!👍 🌈
This comment has been minimized.
taylorbrooksApr 29, 2014
taylorbrooks repliedApr 29, 2014
This comment has been minimized.
robdvrApr 30, 2014
robdvr repliedApr 30, 2014
This comment has been minimized.
hsbtApr 30, 2014
Contributorhsbt repliedApr 30, 2014
This comment has been minimized.
ivangranadosMay 3, 2014
ivangranados repliedMay 3, 2014
This comment has been minimized.
JuanitoFatasMay 3, 2014
ContributorJuanitoFatas repliedMay 3, 2014
This comment has been minimized.
dalpoMay 6, 2014
Much love❤️
dalpo repliedMay 6, 2014
Much love❤️
This comment has been minimized.
zorasMay 7, 2014
zoras repliedMay 7, 2014