2014-12-01ãã1ã¶æéã®è¨äºä¸è¦§
2014/12/30åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md eager_load preserves readonly flag for associations Ensure first! and friends work on loaded associations AR specific length validator to reâ¦
2014/12/29åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã railties/CHANGELOG.md Autoload any second level directories called app/*/concerns. Update example test documentation actionpack/lib/action_controller/metal/http_autheâ¦
2014/12/28åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Support for any type primary key. Add bigint primary key support for MySQL. Provide a better error message for unsupported classes in serialâ¦
2014/12/27åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Update guides regarding the extension changes Rails Guideã®ä¿®æ£ã§ãã coffeeãscssã®exampleããããããjsãcssã®æ¡å¼µåãåé¤ãã¦ãã¾ãã 以åã«ãæ¸ãã¾ãããããããããcofâ¦
2014/12/26åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Dump the default nil for PostgreSQL UUID primary key. - Changed target to target_reflection to avoid warning possible reference to past scopâ¦
2014/12/25åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix bug in ActionMailer guide. rails guideã®Action Mailer Basicsã®ä¿®æ£ã§ãã çæãããmailerãã¡ã¤ã«ã®exampleã«ãå®éçæããããã¡ã¤ã«ã¨ç°ãªãå 容ãè¨è¼ããã¦ããã®ãä¿®æ£â¦
2014/12/24åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Refactor a common class to reduce the duplication for references activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rbã activerecord/lib/activeâ¦
2014/12/23åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Add a foreign_key option to references while creating the table Fixing numeric attrs when set to same negative value Replace deprecated #loaâ¦
2014/12/22åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Testing guide grammar fix rails guideã®A Guide to Testing Rails Applicationsã®ä¿®æ£ã§ãã "who's" -> "whose"ã«ä¿®æ£ãã¦ãã¾ãã Clarify ActiveRecord testing guidelines [ci skâ¦
2014/12/21åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã pass over the autoloading guide [ci skip] rails guideã®Constant Autoloading and Reloadingã®ä¿®æ£ã§ãã ã¿ã¤ãã«ãã¿ã¤ããã°ã©ãã¼ç諸ã ã®ä¿®æ£ãè¡ã£ã¦ãã¾ãã Renaming the auâ¦
2014/12/20åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Use released I18n 0.7.0 activesupport/activesupport.gemspecã®ä¿®æ£ã§ãã i18n 0.7.0ã使ç¨ããããä¿®æ£ãã¦ãã¾ãã Remove rack and i18n master from bug report tempaltes [ci sâ¦
2014/12/19åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md db:schema:load and db:structure:load no longer purge the database before loading the schema. This is left for the user to do. force: :cascadâ¦
2014/12/18åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Merge pull request #18068 from kamipo/remove_unused_line activerecord/test/cases/type/unsigned_integer_test.rbã®ä¿®æ£ã§ãã ä¸è¦ãªrequireãåé¤ãã¦ãã¾ãã use thread_safe gâ¦
2014/12/17åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activesupport/CHANGELOG.md Added support for error dispatcher classes in ActiveSupport::Rescuable. Now it acts closer to Ruby's rescue. Test to ensure content_tag worâ¦
2014/12/16åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Stop converting empty arrays in params to nil Fix minor typos in autoloading guide rails guideã®Constant Autoloading and Reloadingã®ä¿®æ£ã§ããâ¦
2014/12/15åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã new guide: constant autoloading and reloading rails guideã®Constant Autoloading and Reloadingãæ°è¦ã«ä½æãã¦ãã¾ãã edgeguideã¯ãã¡ãã ã¿ã¤ãã«ã®éãã§ãRailsãconstantâ¦
2014/12/14åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã actionpack/CHANGELOG.md Fix handling of positional url helper arguments when format is false allow URL helpers to work with optional scopes actionview/CHANGELOG.md Reâ¦
2014/12/13åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix default queue name prefix delimiter rails guideã®Active Job Basicsã®ä¿®æ£ã§ãã ããã©ã«ãã®ãã¥ã¼åã®ããªãã¿ã«ã¤ãã¦ã®èª¬æã®ç®æã§ãã¨ã¹ã±ã¼ããè¶³ãã¦ãããã¢ã³ãã¼ã¹â¦
2014/12/12åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger. Fix undesirable RangeError by Type::Integer. Add Type::UnsignedIntegâ¦
2014/12/11åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Add foreign_type option to has_one and has_many association macros. Merge pull request #17970 from ulissesalmeida/foreign-type-has-many-has-â¦
2014/12/10åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Adding a tip in the guides about possible database permission problems on rails guideã®A Guide to Testing Rails Applicationsã®ä¿®æ£ã§ãã railsã®fixturesã使ç¨ãã¦ããå ´åãâ¦
2014/12/09åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Merge pull request #17953 from kirs/test-activejob-generator railties/test/generators/job_generator_test.rbã®è¿½å ã§ãã Active Jobã®generatorã®ãã¹ãã追å ãã¦ãã¾ãã Fix â¦
2014/12/08åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix grammar of sentence in Reflection documentation https://github.com/rails/rails/commit/480e911859aa267b7edae18c9d319c2b3a871e73ã®docã®ä¿®æ£ã§ãã Reflectionã®ã¯ã©ã¹ã¡ã½ãâ¦
2014/12/07åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã [ci skip] add enable_extension to PostgreSQL hstore example rails guideã®Active Record and PostgreSQLã®ä¿®æ£ã§ã hstoreã使ç¨ããexampleã®ç®æã«ã enable_extensionã¡ã½ãããâ¦
2014/12/06åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Fix grammar in Rakefile markup [ci skip] guides/Rakefileã®ä¿®æ£ã§ãã ãã«ãã¡ãã»ã¼ã¸ã«ã¤ãã¦ãã°ã©ãã¼ã®ä¿®æ£ãè¡ã£ã¦ãã¾ãã Fix sentence structure [ci skip] rails guideã®â¦
2014/12/05åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Deprecate Class handler in PredicateBuilder Remove deprecated behavior allowing nested arrays as query values Copy-edit the MessageVerifier â¦
2014/12/04åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md Failure to rollback t.timestamps when within a change_table migration document that .delete does work on #readonly? records. Closes #11860 aâ¦
2014/12/03åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã Prefer object/nil over true/false activesupport/lib/active_support/message_verifier.rbã®ä¿®æ£ã§ãã å æ¥è¿½å ãããActiveSupport::MessageVerifier#verifiedã¡ã½ããããã¨ã©ã¼ãâ¦
2014/12/02åã®ã³ãããã§ãã CHANGELOGã«ã®ã£ãã³ãããã¯ä»¥ä¸ã®éãã§ãã activerecord/CHANGELOG.md no need to pass native_database_types around activesupport/CHANGELOG.md Added #verified and #valid_message? methods to ActiveSupport::Messagâ¦
2014/12/01åã®ã³ãããã§ãã CHANGELOGã¸ã®è¿½å ã¯ããã¾ããã§ããã FIX: absolute_path may be nil for code added via instance_eval railties/lib/rails/engine.rbã®ä¿®æ£ã§ãã inheritedã¡ã½ããã§call_stackåå¾ããéãabsolute_pathã¡ã½ããã使ç¨â¦