2016-08-01ãã1ã¶æéã®è¨äºä¸è¦§
2016/08/30åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Fix nested multiple roots Fix nested multiple roots actionpack/lib/action_dispatch/routing/mapper.rbã®ä¿®æ£ã§ãã routesã§ãnamespaceé ä¸ã«rootâ¦
2016/08/29åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã use inspect for show from value activesupport/lib/active_support/testing/assertions.rbã®ä¿®æ£ã§ãã ActiveSupport::Testing::Assertions#assert_changesã¡ã½ããããfromå¼æ°ã®å¤â¦
2016/08/28åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Missing key should throw KeyError actionpack/lib/action_dispatch/http/headers.rbã®ä¿®æ£ã§ãã ActionDispatch::Http::Headers#fetchã«æå®ããkeyãåå¨ããªãã£ãå ´åã«ãKeyErroâ¦
2016/08/27åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Missing key should throw KeyError actionpack/lib/action_dispatch/http/headers.rbã®ä¿®æ£ã§ãã ActionDispatch::Http::Headers#fetchã«æå®ããkeyãåå¨ããªãã£ãå ´åã«ãKeyErroâ¦
2016/08/26åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix "warning: assigned but unused variable - task" activerecord/test/cases/query_cache_test.rbã®ä¿®æ£ã§ãã query cacheã«ã¤ãã¦ã®ãã¹ãã§warning: assigned but unused variablâ¦
2016/08/25åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Merge pull request #26235 from samphippen/allow-early-setting-of-integration-session actionpack/lib/action_dispatch/testing/integration.rbã®ä¿®æ£ã§ãã ActionDispatch::Integâ¦
2016/08/24åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã yl - remove extra ⦠actionpack/lib/action_controller/metal/implicit_render.rbã®ä¿®æ£ã§ãã ActionController::ImplicitRender#default_renderã¡ã½ããå ã§æå®ããããã³ãã¬ã¼ãâ¦
2016/08/23åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Include the content of the flash in the auto-generated etag (#26250) activejob/CHANGELOG.md Added instance variable @queue to JobWrapper. Cleaâ¦
2016/08/22åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Return 307 status instead of 301 when rerouting POST requests to SSL Merge pull request #26234 from y-yagi/remove_unnessary_session_store_settâ¦
2016/08/21åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Increase margin-bottom for doc's code syntax highlighter guides/assets/stylesheets/syntaxhighlighter/shCore.cssã®ä¿®æ£ã§ãã rails guideç¨ã®cssã®syntaxhighlighterã®marginãâ¦
2016/08/20åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Consistent examples and template for assets#precompile railties/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.ttåã³ Rails guideã®ä¿®æ£ã§ãã configâ¦
2016/08/19åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Deprecate sanitize_conditions. Use sanitize_sql instead. Sqlite3 migrations to add a column to an existing table can now be successfully rolâ¦
2016/08/18åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Push :defaults extraction down one level actionpack/lib/action_dispatch/routing/mapper.rbã®ä¿®æ£ã§ãã map_methodã¡ã½ããã§è¡ã£ã¦ããdefaultsãªãã·ã§ã³ã®ãã¼ã¹å¦çãããã®å â¦
2016/08/17åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activejob/CHANGELOG.md Yield the job instance so you have access to things like job.arguments on the custom logic after retries fail activerecord/CHANGELOG.md Doing câ¦
2016/08/16åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md RecordNotFound raised by association.find exposes id, primary_key and model methods to be consistent with RecordNotFound raised by Record.fiâ¦
2016/08/15åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Clarify and fix typos in Autoloading Disabled upgrade guide [ci skip] rails guideã®A Guide for Upgrading Ruby on Railsã®ä¿®æ£ã§ãã Autoloading is Disabled After Booting in â¦
2016/08/14åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix the documentation for configuring enable_fragment_cache_logging [ci skip] rails guideã®Configuring Rails Applicationsã®ä¿®æ£ã§ãã fragment cacheã®ãã°ã表示ãããã©ããâ¦
2016/08/13åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Make cache max-age durations self-explanatory railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.ttã railties/lib/rails/generators/rails/â¦
2016/08/12åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Creating a new Topic class instead of class_eval for the existing one activerecord/test/cases/validations_test.rbã®ä¿®æ£ã§ãã numericality validationã®ãã¹ãã§ãæ¢åã®Topicâ¦
2016/08/11åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding Action Packã®ä¿®æ£ã§ãã actionæ¯ã«ãparametersã®encodingãæå®åºæ¥ãããä¿®æ£ãã¦ãã¾ããããã©ã«ãã¯ä»â¦
2016/08/10åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix broken alignments caused by auto-correct commit 411ccbd remove redundant curlies from hash argumentsã®å¯¾å¿ã§Hashã®alimentããããããªã£ã¦ãã¾ã£ãç®æããã£ãã®ãã¾ã¨ãâ¦
2016/08/09åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã revises more Lint/EndAlignment offenses ã³ã¼ãå ¨ä½ã«å¯¾ãã¦ãEndAlignmentã®ã¹ãã¼ã¹ã®èª¿æ´ãè¡ã£ã¦ãã¾ãã update list of rescue_responses default [ci skip] rails guideã®Confâ¦
2016/08/08åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Fix Accept header overridden when "xhr: true" in integration test Show cache hits and misses when rendering partials. actionview/CHANGELOG.md â¦
2016/08/07åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã adds a few cops and sorts .rubocop.ymlã®ä¿®æ£ã§ãã rubocopç¨ã®è¨å®ã追å ãã¦ãã¾ãã 以éããã®è¨å®ããå 容ã«åããã¦ã®ä¿®æ£ã®ã³ãããã大éã«è¡ããã¦ãã¾ãã applies new stâ¦
2016/08/06åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Add note about limitations of Windows Subsystem for Linux rails guideã®Getting Started with Railsã®ä¿®æ£ã§ãã Creating the Blog Applicationã®é ã§ãWindows Subsystem for Linâ¦
2016/08/05åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Hashes can once again be passed to setters of composed_of, if all of the mapping methods are methods implemented on Hash. Offer invitations â¦
2016/08/04åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Guard against jobs that were persisted before we started counting executions by zeroing out nil counters activejob/lib/active_job/execution.rbã®ä¿®æ£ã§ãã ActiveJob::Executâ¦
2016/08/03åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activejob/CHANGELOG.md Added declarative exception handling via ActiveJob::Base.retry_on and ActiveJob::Base.discard_on. activesupport/CHANGELOG.md Since weeks are noâ¦
2016/08/02åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Merge pull request #25986 from kamipo/remove_unnecessary_methods_for_null_relation activerecord/lib/active_record/null_relation.rbã®ä¿®æ£ã§ãã ActiveRecord::NullRelation moâ¦
2016/08/01åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã remove old links from debugging guide [ci skip] rails guideã®Debugging Rails Applicationsã®ä¿®æ£ã§ãã Referencesã®é ããå 容ãå¤ããªã£ã¦ãã¾ã£ã¦ãããªã³ã¯ãåé¤ãã¦ãã¾ããâ¦