You are here: Contributor Changesets

Rails Contributor Zone


Changesets: February 2012

These are contributions that have been accepted or created by the core team.

#Title ...ageContributor(s)Ticket(s)
8958: Use realtime to reduce garbage. over 3 years Alexander Dymo
8957: Improve performance by avoiding named block arguments. … over 3 years Alexander Dymo 11109
8956: Added that requests with JavaScript as the priority mime type in the … over 3 years DHH
8947: 2-0-stable: Revert over 3 years
8946: 2-0-stable: Enumerable#group_by uses ActiveSupport::OrderedHash over 3 years
8943: Provide a post title for sqlite3 over 3 years
8942: Fix that batched :include would pull in duplicate records in some cases. … over 3 years Catfish 11215
8941: mark encoding over 3 years
8937: Fix Hash#from_xml with Type records. [Juanjo Bazan, Isaac … over 3 years Juanjo Bazan, Isaac Feliu 9242
8936: Fix edge case with colons in times interpreted as bind variables by … over 3 years 10519
8935: Changelog attribution for #9312 over 3 years 9312
8934: Adding Time#end_of_day, _quarter, _week, and _year. . over 3 years 9312
8933: Fix preloading nil polymorphic belongs_to. over 3 years Chad Ingram 11218
8932: Remove dead code from hmt#delete. over 3 years Ruy Asan 11236
8931: normalize_url treats nil url as blank over 3 years
8929: strip whitespace from url before normalizing over 3 years
8927: Fix rdoc typo. over 3 years wangchun 11205
8922: PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg … over 3 years jdavis 11127
8921: Patch to add a -e option to script/plugin install. … over 3 years Jon Wood 10847
8916: Add #clear to mem_cache_store, flushes all caches over 3 years
8915: Sort the results to remove platform dependent test failures over 3 years
8914: Move the eager load nested include tables into schema.rb and use … over 3 years
8913: Revert to previous mysql-specific assertion, and only run the test on … over 3 years
8912: remove implicit assumption about mysql in the assertion over 3 years
8911: Make date_helper use tag and content_tag. Move to assert_dom_equal … over 3 years Ernesto Jiménez 11131
8910: 2-0-stable: Fix Fixtures for ActionController tests with fixtures. Closes … over 3 years menno.sman 11162
8909: Sort test cases to make test runs deterministic over 3 years
8908: Remove disconnect! in test case, it causes segfaults on sqlite3 and … over 3 years
8907: Cleanup whitespace and remove keys instead of providing nil over 3 years
8906: Remove reference to 'postgres' user in the connection and Rakefiles. … over 3 years
8900: URI.decode site username/password. over 3 years Ernesto Jimenez 11169
8899: use stubbing instead of monkeypatching to stop tests from … over 3 years Rick DeNatale
8898: Correct typo in before_type_cast code. over 3 years Oleksandr Mishyn 11165
8897: Remove mysql option from a test that applies to all databases. References … over 3 years acechase 11154
8896: Don't assume all records from nested include are of same class. Closes … over 3 years acechase 11154
8895: Remove wasteful signal trap from transactions. Backport from 2-0-stable. over 3 years
8894: Ensure nested preloading works when associations return nil. Closes … over 3 years GMFlash 11145
8893: Check the host string contains %d before using String#%, this avoids … over 3 years Cheah Chu Yeow 10809
8892: Add :trailing_slash option to UrlWriter. over 3 years Juanjo Bazán 9117
8891: Add user and password configuration options to ActiveResource::Base, not … over 3 years Ernesto Jiménez 11112
8890: Make dynamic finders respect the :include on HasManyThrough associations. … over 3 years Chad Pytel
8889: Fix observed_class. References #11099. over 3 years askey 11099
8888: Pass array of addresses over 3 years
8887: Update generated comments to reflect the fact that config.frameworks works … over 3 years Xavier Noria 11135
8886: Adding TimeWithZone#between? over 3 years
8885: Time.=== returns true for TimeWithZone instances over 3 years
8884: TimeWithZone #+ and #- behave consistently with numeric arguments … over 3 years
8883: Tests for distance_of_time_in_words with TimeWithZone instances. Closes … over 3 years Ernesto Jiménez 10914
8882: ActiveRecord::Base#instantiate_time_object only uses Time.zone when … over 3 years
8881: Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage … over 3 years
8880: Sort files to test to make load order platform independent. Fix the clash … over 3 years Tim Pope
8879: Ensure that :confirm doesn't need extra quotes when using … over 3 years Chris O'Sullivan 8299
8878: Add String#squish and String#squish! to remove consecutive chunks of … over 3 years Jordi Bunster, Henrik N 11123
8877: Serialize BigDecimals as Floats when using to_yaml. … over 3 years Ernesto Jiménez 8746
8876: Clear active connections before trying to drop the database. Allows … over 3 years Elijah Miller 10559
8875: Add test for Observer#observer_class and change the implementation … over 3 years Ernesto Jiménez 11099
8874: Revert , broke AP record identifier. Reopens #11109. over 3 years Alexander Dymo 11109
8873: Fix typo in migration test. over 3 years Murray Steele 11105
8872: Tied plugin to ruby-openid 1.1.4 gem until we can make it compatible with … over 3 years DHH
8871: Avoid repeated calls to Base#connection. over 3 years Alexander Dymo 11111
8870: Optimisation for BigDecimal conversion code. over 3 years Alexander Dymo 11110
8869: Minor formatting changes over 3 years
8868: SQLServer tests fix due to change 8681. . over 3 years Murray Steele 11106
8867: Improve associations performance by using symbol callbacks instead of … over 3 years Alexander Dymo 11108
8866: apply to 2.0 stable over 3 years
8865: Improve associations performance by avoiding named block arguments. Closes … over 3 years Alexander Dymo 11109
8864: Introduce the :readonly option to all associations. Records from the … over 3 years Emilio Tagua 11084
8863: Remove options from the attributes method, tidy up the implementation. … over 3 years Juanjo Bazán, Koz 11093
8862: Make sure render :update support the options hash. … over 3 years Ernesto Jiménez 11088
8861: remove support for ampersand-delimited cookie values over 3 years
8860: 2-0-stable: Remove table quoting; only pull last_insert_id if there's a … over 3 years
8858: Avoid cloning in Base#attributes_before_typecast. … over 3 years Juanjo Bazán 11077
8857: Fix the pre-quoted table names in the eager tests. over 3 years Mislav Marohnić
8856: Fix eager loading with pre-quoted table names. … over 3 years Daniel Morrison, Koz, Jeremy Kemper 11046
8855: Multiparameter attributes for time columns fail over to DateTime when out … over 3 years
8854: Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for … over 3 years
8853: TimeWithZone #in_time_zone returns +self+ if zone argument is the same as … over 3 years
8852: Adding TimeWithZone #to_a, #to_f, #to_i, #httpdate, #rfc2822 over 3 years
8851: Pruning unneeded TimeWithZone#change_time_zone_to_current over 3 years
8850: Time#zone=, #in_time_zone and #change_time_zone accept a Duration over 3 years
8849: Time#in_time_zone handles Time.local instances correctly over 3 years
8848: Pruning unneeded Time#change_time_zone_to_current. Enhanced docs for … over 3 years
8847: TimeZone#new renamed #local, so that new TimeWithZone instances can be … over 3 years
8846: 2-0-stable: Show RecordInvalid in the documentation. … over 3 years Chris Kampmeier 10976
8845: Show RecordInvalid in the documentation. References #10976 over 3 years Chris Kampmeier 10976
8844: 2-0-stable: Add documentation for polymorphic URL helpers, make API … over 3 years Mislav Marohnić, gbuesing 10883 8782 8720
8843: Don't split cookies on comma also. References r8505. over 3 years
8842: 2-0-stable: Correct inconsistencies in RequestForgeryProtection docs. … over 3 years Mislav Marohnić
8841: 2-0-stable: Make the docs reference the correct function. [Tobi … over 3 years Tobi Reif
8840: 2-0-stable: Less verbose mail logging: just recipients for :info log … over 3 years 8000
8839: 2-0-stable: When multiparameter date assignment fails due to an invalid … over 3 years leikind 10556
8838: 2-0-stable: Make the non inferrable controller message a little … over 3 years Koz
8837: Rejig strange changelog error over 3 years
8836: 2-0-stable: Make assert_routing aware of the HTTP method used. References … over 3 years Matt Palmer 8039
8835: 2-0-stable: Precalculate the Backtrace of a template error to avoid … over 3 years Aleksey Kondratenko 10936
8834: 2-0-stable: Don't repeatedly add relative_url_root to asset sources. … over 3 years Tom Brice, Koz 10767
8833: 2-0-stable: Correct documentation for dom_id References … over 3 years John Barnette, DOCFIX 10775
8832: 2-0-stable: Add tests and documentation for allow_blank. References #10651 … over 3 years Balaji Raghavan 10651
8831: 2-0-stable: Reference to :element option in documentation should be … over 3 years DOC, Xavier Noria 10905
8830: 2-0-stable: Add label_tag helper for generating elements. References … over 3 years Jan De Poorter 10802
8829: 2-0-stable: Ensure mime types can be compared with symbols. References … over 3 years Ben Scofield 10796
8828: 2-0-stable: Ensure that modifying has_and_belongs_to_many actions clear … over 3 years John Andrews 10840
8827: Use HEAD instead of GET inside exists? over 3 years Ben Scofield 11062
8826: Move SecretKeyGenerator comments to the correct place for rdoc. Closes … over 3 years Hongli Lai 10940
8825: Remove misleading / incorrect warning from validation documentation. … over 4 years quixoten, pedz, Tom Stuart
8824: Avoid cloning in Base#attributes. over 4 years Juanjo Bazán 11047
8823: Ooops. Add fixture partials for last commit over 4 years
8822: Fix problem with render :partial collections, records, and locals. #11057 … over 4 years Mark Van Holstyn 11057
8821: Use template root as an class variable instead of method to make it work … over 4 years
8820: Remove empty .rhtml templates over 4 years
8819: Added support for naming concrete classes in sweeper declarations over 4 years DHH
8818: Fix that the options hash can be nil when coming from fragments over 4 years
8817: ActiveSupport::Base64.encode64s since Base64 is deprecated over 4 years
8816: Added Base64.encode64s to encode values in base64 without the newlines. … over 4 years DHH
8815: remove fix_timezone before_validation hook and convert times as they are … over 4 years Tim Lucas 10058
8814: Apply , , , and to 2.0 stable over 4 years Xavier Shay, Chris Kampmeier
8813: Remove ERB trim variables from trace template in case … over 4 years Tim Pope, Chris Kampmeier 10098
8812: Fix typo in form_helper documentation. over 4 years Xavier Shay, Chris Kampmeier 10650
8811: Fix bug with setting Request#format= after the getter has cached the … over 4 years 10889
8810: Remove :nodoc: entries around the ActiveSupport test/unit assertions. … over 4 years DOC, Dan Croak, jamesh 10946
8809: Add a slightly more informative exception message for … over 4 years rick
8808: Add uses_tzinfo to active record tests to prevent breaking the cc.rb build … over 4 years Matt Palmer 11034
8807: Correct inconsistencies in RequestForgeryProtection docs. #11032 over 4 years Mislav Marohnić
8806: Add Time Zone support to ActiveRecord, and config.time_zone property for … over 4 years Geoff Buesing, rick 10982
8805: Introduce a Template class to ActionView. over 4 years Pratik Naik 11024
8802: Make the docs reference the correct function. over 4 years Tobi Reif
8801: Ensure that assert_redirected_to to top-level named route from namespaced … over 4 years 10812
8795: ensure that the after_initialize hooks are run after the application … over 4 years
8794: MySQL: memoize column and table name quoting to reduce garbage over 4 years
8793: Cache partial variable names to reduce garbage over 4 years
8792: Add --measure option to script/performance/request to set ruby-prof … over 4 years
8791: Fix missing extension for caching. [Catfish, tcoppock, … over 4 years Catfish, tcoppock, Matt Palmer 10733
8790: Revert r8742: remove has_many with :group option since it has sketchy sql … over 4 years 10480
8789: Ruby 1.9 compat: declare utf-8 file encoding over 4 years
8788: Slight camelize speedup over 4 years Pratik Naik
8787: Reshuffle load order so that routes and observers are initialized after … over 4 years rick, Xavier Noria 10980
8786: Introduce the :index option for form_for and fields_for to simplify … over 4 years 9883
8785: Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource … over 4 years 10578
8784: Merge r8782 from trunk: TestSession supports indifferent access. … over 4 years 7372
8783: Merge r8782 from trunk: TestSession supports indifferent access. … over 4 years 7372
8782: TestSession supports indifferent access. . over 4 years 7372
8781: Less verbose mail logging: just recipients for :info log level; the whole … over 4 years 8000
8780: SSL requirement plugin keeps flash when it redirects. … over 4 years rundeks, fogle 8649
8779: Merge r8778 from trunk: fix calculations on associations with custom … over 4 years 8117
8778: Fix calculations on associations with custom :foreign_key. … over 4 years Kamal Fariz, jack 8117
8777: When multiparameter date assignment fails due to an invalid date, fall … over 4 years leikind 10556
8776: Fix has_many :through a polymorphic has_many. [Aleksey … over 4 years patch, Aleksey Kondratenko
8775: Merge r8774 from trunk: fix number_to_human_size incorrectly removing … over 4 years 10099
8774: Fix number_to_human_size incorrectly removing trailing zeros. Closes … over 4 years libc, Chris Chandler 10099
8773: Don't split cookies on comma also. References r8505. over 4 years
8772: Git support for script/generate. . over 4 years 10690
8771: Simplified, faster implementation of Benchmark.realtime over 4 years Alexander Dymo
8770: Avoid Base#attributes when saving / creating records. … over 4 years Alexander Dymo 10978
8767: MemCacheStore#write and #delete return a boolean indicating whether the … over 4 years
8766: Bundled memcache client consistently returns server responses and checks … over 4 years
8765: MemCacheStore#write uses add by default and set if :force => true over 4 years
8764: Add a handful of cache store tests over 4 years
8763: cache.fetch to force a cache miss over 4 years

Job Board

Job Boards
Find your next Ruby on Rails project or job.
Exclusive content, regularly updated - onsite and tele-working positions listed.

View the opportunities