2016/05/31åã®ã³ãããã§ãã
CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã
Merge pull request #25175 from kamipo/fix_migration_class_names_in_tests
Active Recordã®ãã¹ãã®ä¿®æ£ã§ãã
ãã¹ãç¨ã®migrationãã¡ã¤ã«ã§ããã¡ã¤ã«åã¨ã¯ã©ã¹åãä¸è´ãã¦ããªãã¯ã©ã¹åããã£ãã®ãä¸è´ããããä¿®æ£ãã¦ãã¾ãã
Ensure that instances of ActiveModel::Errors
can be marshalled
activemodel/lib/active_model/errors.rb
ã®ä¿®æ£ã§ãã
ActiveModel::Errors
ã®ã¤ã³ã¹ã¿ã³ã¹ãMarshalã«dumpåºæ¥ãªããã¨ããåé¡ããã£ãã®ãä¿®æ£ãã¦ãã¾ãã
Marshalã«ã¯ããã©ã«ããªãã¸ã§ã¯ããProcã§ããHashã¯dumpåºæ¥ãªããã¨ããä»æ§ãããã®ã§ãããActiveModel::Errors
ã§ã¯ã¾ãã«ä¸é¨ã¤ã³ã¹ã¿ã³ã¹å¤æ°ã§ããã©ã«ããªãã¸ã§ã¯ãã«Procã使ç¨ãã¦ããHashãããçºãã¨ã©ã¼ã«ãªã£ã¦ããããã§ãã
#marshal_dump
/ #marshal_load
ãå®è£
ããdumpããéã¯ããã©ã«ãProcã使ç¨ããªãããã¤ã³ã¹ã¿ã³ã¹å¤æ°ãå å·¥ããããä¿®æ£ã対å¿ãã¦ãã¾ãã
Exists shouldn't error when used with includes
Active Recordã®ä¿®æ£ã§ãã
polymorphic associationã使ç¨ãã¦ããå ´åã«ããã®associationãincludes
ããexists?
ã¡ã½ããã使ç¨ããå ´åã«ãã¨ã©ã¼ã«ãªã£ã¦ãã¾ããã°ããã£ãã®ãä¿®æ£ãã¦ãã¾ãã
Merge pull request #25179 from kamipo/reuse_result_of_associated_table
activerecord/lib/active_record/relation/predicate_builder/association_query_handler.rb
ã®ä¿®æ£ã§ãã
ActiveRecord::PredicateBuilder::AssociationQueryHandler.value_for
ã¡ã½ããã§ãassociated_table
ã¡ã½ãããè¤æ°åå¼ã³åºãã¦ããã®ããå¤ãä¿æãä¸åº¦ã ãå¼ã³åºãããä¿®æ£ãã¦ãã¾ãã
Move Workshop
class definition
actionpack/test/abstract_unit.rb
ã
actionpack/test/controller/redirect_test.rb
ã®ä¿®æ£ã§ãã
ã°ãã¼ãã«ã«å®ç¾©ããã¦ãããã¹ãç¨ã®ã¯ã©ã¹(Workshop
ã¯ã©ã¹)ãå®éã«ä½¿ç¨ãããã¹ããã¡ã¤ã«(redirect_test.rb
)ã«ç§»åãã¦ãã¾ãã
Bump jbuilder dependency to version 2.5.0 for compatibility fixes
railties/lib/rails/generators/app_base.rb
ã®ä¿®æ£ã§ãã
ããã©ã«ãã§çæããGemfileã«è¨è¼ããjbuilder
ã®ãã¼ã¸ã§ã³ãã2.5
ç³»ã使ç¨ããããä¿®æ£ãã¦ãã¾ãã
Rails API onlyã¢ããªãjbuilder 2.5.0以ä¸ã§ãªãã¨åä½ããªãçºãåèï¼Fixes #317. AV::Rendering module should be included after AC::ApiRend⦠· rails/jbuilder@64c510e
Ensure hashes can be passed to attributes using composed_of
activerecord/lib/active_record/aggregations.rb
ã®ä¿®æ£ã§ãã
composed_of
ã使ç¨ãã¦ããattributeã«Hash
ãããããéã«ãã¨ã©ã¼ã«ãªã£ã¦ãã¾ããã°ããã£ãã®ãä¿®æ£ãã¦ãã¾ãã
Do not include default column limit in schema.rb
activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
ã®ä¿®æ£ã§ãã
Do not include column limit in schema.rb if it matches the defaultã§ãlimit
ã®å¤ã¨ãåã®ããã©ã«ãã®å¤ã¨ãä¸è´ããå ´åã«schemaãã¡ã¤ã«ã«limit
ã®å¤ãåºåããªãããä¿®æ£ããã®ã§ãããMySQL adapterã®text
ãbinary
åã«ã¤ãã¦ã¯limit
ã®å¤ãschemaãã¡ã¤ã«ã«åºã¦ãã¾ã£ã¦ããã®ã§ããã¡ããlimit
ã®å¤ãåºãªãããä¿®æ£ãã¦ãã¾ãã
Merge pull request #25207 from rajatbansal93/fix-typos
ådocã®ä¿®æ£ã§ãã
actioncable/README.md
ãactionmailer/lib/action_mailer/base.rb
ã®docã®ã°ã©ãã¼ã®ä¿®æ£ãã¾ã¨ãã¦è¡ã£ã¦ãã¾ãã
Test single latest browser version
actioncable/blade.yml
ã®ä¿®æ£ã§ãã
Sauce Labsã§Action Cableã®ãã¹ããè¡ãéãææ°ãã¼ã¸ã§ã³ã®ãã©ã¦ã¶ã使ç¨ããããä¿®æ£ãã¦ãã¾ãã
Lock Faye version to avoid bug with its Promise polyfill, use mainline blade-sauce_labs_plugin gem
Gemfile
ã®ä¿®æ£ã§ãã
GitHubãæå®ãã¦ããblade-sauce_labs_plugin
ããªãªã¼ã¹æ¸ã¿ã®gemã使ç¨ããããä¿®æ£ãåã³faye
ã®ãã¼ã¸ã§ã³ã1.1.1
ã«åºå®ãã¦ãã¾ãã
ææ°ã®faye
ã ã¨ãã°ãããçºã¨ã®äºã§ããåèï¼"Uncaught TypeError: Cannot read property '_state' of undefined" error in Chrome 43 · Issue #394 · faye/faye