2015-10-01ãã1ã¶æéã®è¨äºä¸è¦§
2015/10/30åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Set scope.reordering_value to true if :reordering values are specified Don't disable errors when turning standard_conforming_strings on Suppâ¦
2015/10/29åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Add support for bidirectional destroy dependencies. railties/CHANGELOG.md Allow rake:stats to account for rake tasks in lib/tasks Merge pullâ¦
2015/10/28åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Includes HABTM returns correct size now. It's caused by the join dependency only instantiates one HABTM object because the join table hasn'tâ¦
2015/10/27åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Exit with non-zero status for failed database rake tasks. Add option to index errors in nested attributes [ci skip] Fix method documentationâ¦
2015/10/26åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Make Module#redefine_method to keep method visibility activesupport/lib/active_support/core_ext/module/remove_method.rbã®ä¿®æ£ã§ãã Module#redefine_methodã§ã¡ã½ãããåå®ç¾©â¦
2015/10/25åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Do not omit parentheses [ci skip] Actvive Recordã®ä¿®æ£ã§ãã åã¡ã½ããã®exampleã³ã¼ãã§ãã¡ã½ããå¼ã³åºãæã«æ¬å¼§(())ãç¡ãã£ãã®ã追å ãã¦ãã¾ãã # class Blog < ActiveReâ¦
2015/10/24åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix punctuation [ci skip] rails guideã®The Asset Pipelineã®ä¿®æ£ã§ãã In Productionã®é ã:cacheã:concatãªãã·ã§ã³ãçå¹ ãã©ã³ãã§è¡¨ç¤ºãããã"`"ã§å²ãããä¿®æ£ãã¦ãã¾ãã â¦
2015/10/23åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Catch invalid UTF-8 querystring values and respond with BadRequest config.generators should be docummented since it is public API railties/libâ¦
2015/10/22åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Queries such as Computer.joins(:monitor).group(:status).count will now be interpreted as Computer.joins(:monitor).group('computers.status').â¦
2015/10/21åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Fix rewhere in a has_many association. Do not cache prepared statements that are unlikely to have cache hits Qualify column names in calculaâ¦
2015/10/20åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã added Rails 4 context for migrations:install task rails guideã®Getting Started with Enginesã®ä¿®æ£ã§ãã Engine setupã®é ã移è¡ã®Rakeã³ãã³ãã¯test/dummyãã£ã¬ã¯ããªé ä¸ã§å®â¦
2015/10/19åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Show helpful messages on invalid param. encodings Remove outdated statement about bundled TZInfo. activesupport/lib/active_support/values/timeâ¦
2015/10/18åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Revert "Move the handling of supported arguments to where" Active Recordã®whereã¡ã½ããã«ä½¿ç¨ã§ããªãåã®ãªãã¸ã§ã¯ãã渡ãããå ´åã«ArgumentErrorãraiseããããã«ãã対å¿â¦
2015/10/17åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Fix ActiveSupport::Deprecation#deprecate_methods to report using the current deprecator instance, where applicable. Merge pull request #219â¦
2015/10/16åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Add an immutable string type to opt out of string duping where raises ArgumentError on unsupported types. Expand support for ActiveSupport::â¦
2015/10/15åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Add deprecation warning to ActiveRecord::Relation#update fix RDoc markup in ConnectionPool. [ci skip] activerecord/lib/active_record/connectâ¦
2015/10/14åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Deprecate config.static_cache_control in favor of config.public_file_server.headers Add the ability of returning arbitrary headers to ActionDiâ¦
2015/10/13åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionmailer/CHANGELOG.md config.force_ssl = true will set config.action_mailer.default_url_options = { protocol: 'https' } activerecord/CHANGELOG.md :to_table when aâ¦
2015/10/12åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md No longer pass depreacted option -i to pg_dump. [ci skip] Fix typo in deep_dup docs rails guideã®Active Support Core Extensionsã®ä¿®æ£ã§ãã â¦
2015/10/11åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Concurrent AR::Base#increment! and #decrement! on the same record are all reflected in the database rather than overwriting each other. Mergâ¦
2015/10/10åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Cache#fetch instrumentation marks whether it was a :hit. actionpack/CHANGELOG.md Allow multiple root routes in same scope level Merge pull â¦
2015/10/09åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Avoid leaking the first relation we call #first on Follow DRY principle and remove duplication actionview/lib/action_view/routing_url_for.rbâ¦
2015/10/08åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Fix mounted engine named routes regression activerecord/CHANGELOG.md Remove unused pk_and_sequence_for in AbstractMysqlAdapter. Fix "Esperantoâ¦
2015/10/07åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Use Mime[:foo] instead of Mime::Type[:FOO] for back compat railties/CHANGELOG.md Update the URL when changing mailer preview formats Fix usageâ¦
2015/10/06åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Remove TIP on parse_query rails guideã®Form Helpersã®ä¿®æ£ã§ãã Understanding Parameter Naming Conventionsã®é ãããRack::Utils.parse_queryã¡ã½ããã«ã¤ãã¦èª¬æããTIPãåé¤â¦
2015/10/05åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activejob/CHANGELOG.md Fixed serializing :at option for assert_enqueued_with and assert_performed_with. [ci skip] Fix ActiveRecord::Relation#update documentation actiâ¦
2015/10/04åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Update text on CSS Injection / Myspace rails guideã®Ruby on Rails Security Guideã®ä¿®æ£ã§ãã CSS Injectionã®é ã®è¨ãåããã°ã©ãã¼ã®ä¿®æ£ãè¡ã£ã¦ãã¾ãã Wrong usage of 'a' â¦
2015/10/03åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã railties/CHANGELOG.md removing Rack::Runtime from the default stack. activejob/CHANGELOG.md Support passing array to assert_enqueued_jobs in :only option Do not documâ¦
2015/10/02åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Refactor AS::Callbacks halt config and fix the documentation Active Supportã®callbackå¦çã®ä¿®æ£ã§ãã ActiveSupport::Callbacks::CallbackChain.halt_and_display_warning_on_reâ¦
2015/10/01åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã only construct one request in an engine railties/lib/rails/application.rbã railties/lib/rails/engine.rbã®ä¿®æ£ã§ãã Rails::Application#callãRails::Engine#callããããã§Acâ¦