More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#24 Frederick Cheung - All time
Showing 70 commits

All contributors →
Hash Date Message
ab09ffd 2009-12-28 honour :inverse_of for joins based include
894c9b1 2009-12-28 honour inverse_of when preloading associations
235775d 2009-05-10 honour :inverse_of for joins based include
ef6f22a 2009-05-10 honour inverse_of when preloading associations
7260852 2009-01-16 Fix date_select within fields_for with an index [#1666 s...
373e94a 2009-01-01 Fix to_sentence being used with options removed by 273c77
27cfeb7 2009-01-01 Fix :include of has_one with :primary_key option
3825f17 2009-01-01 Fix :include of has_many associations with :primary_key ...
afdec83 2008-12-27 Fix to_sentence being used with options removed by 273c77
f9cab0e 2008-12-26 Fix :include of has_one with :primary_key option
7db1704 2008-12-26 Fix :include of has_many associations with :primary_key ...
5cebe69 2008-12-26 Preload uses exclusive scope [#643 state:resolved]
dce0da7 2008-12-26 Fix assert_select_rjs not checking id for inserts [#540 ...
d7b6e48 2008-12-26 Fix randomly failing cookie store tests
b17b937 2008-12-21 Fix configure_dependency_for_has_many not quoting condit...
6f4b246 2008-12-21 Use explicit order to stop test failing randomly
cf9c368 2008-12-21 Fix failing cookie store test
40247a8 2008-12-21 Remove observe_field :on option as prototype no longer s...
606cd61 2008-12-21 Fix Mime::Type#=~ not using Regexp.quote
9c7fe7c 2008-12-18 Don't include table_name twice
c9ab709 2008-12-18 Ensure :include checks joins when determining if it can ...
707d0dd 2008-12-18 Fix preloading of belongs_to with null foreign key gener...
428e77b 2008-12-18 Make exceptions raise from find_by_foo! have a more help...
262fef7 2008-12-15 Make constantize look into ancestors
7c18518 2008-12-15 Properly parenthasize calls to defined?(Rails) in 75fa82...
4dcd8f0 2008-12-15 Make delete_if/reject faster and fix other mutators
6eed6cf 2008-12-12 Make delete_if/reject faster and fix other mutators
5ede4ce 2008-12-11 Fixed session related memory leak [#1558 state:resolved]
455c7f9 2008-12-10 Don't use the transaction instance method so that people...
9f69ff1 2008-12-10 Squash memory leak when calling flush with an empty buffer
355f41d 2008-12-10 Rework ActiveSupport::OrderedHash to make lookups faster
78a1839 2008-11-11 Remove redundant uniq
f636c6f 2008-09-15 stop AR's debug.log filling with warnings about not bein...
d51a39f 2008-09-15 Deal with MySQL's quirky handling of defaults and blob/t...
2dbda11 2008-08-26 Implement old-skool eagerloading for has_one :through
b7a37b7 2008-08-26 Fix preloading of has_one through associations
654c412 2008-08-21 Mark Class as not being duplicable. [#829 state:resolved]
2e0765a 2008-06-05 Make partial counter start from 0.
cff2291 2008-05-22 Fix failing tests on mysql 4.1 & ruby 1.8.4. [#237 state...
dd9938a 2008-05-21 Fix mysql 4.1 incompatibility in the active record schem...
17d1319 2008-05-19 Ensure observe_field encodes value parameter. [#216 stat...
d2212c1 2008-05-11 Remove AR::Base#attributes argument. [#52 state:resolved]
236f0bb 2008-05-11 When preloading group by reflection rather than by class...
3f0dccb 2008-05-11 Ensure hm:t preloading honours reflection options. [#137...
fbebdb0 2008-05-06 Ensure correct record is returned when preloading has_on...
a6cca5d 2008-04-30 Ensure postgresql tests work when starting from scratch.
44d2142 2008-04-26 Ensure table names are quoted by the association preload...
ae51013 2008-04-23 Provide data for the key column otherwise adding a uniqu...
a4fc93c 2008-04-22 Use schema.rb for all databases
55622e0 2008-04-20 Avoid adding two DISTINCT statements to queries in sqlit...
a2028a7 2008-04-20 Fix sqlite adapter to work with the quoted table names r...
be827f9 2008-01-31 Fixed preloading belongs_to associations which reference...
355a8ff 2008-01-19 Introduce preload query strategy for eager :includes. Cl...
fb63fc6 2008-01-12 Add some tests for adv_attr_accessor. Closes #10633 [fch...
0ad24df 2008-01-02 Optimize ActiveRecord::Base#exists? to use #select_all i...
20d29b3 2007-12-29 Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectEr...
07392bf 2007-12-29 Ruby 1.9 compat: workaround module_eval bug. Closes #106...
7bd3373 2007-12-28 Introduce ActiveSupport::BasicObject which bridges Build...
7555073 2007-12-28 Ruby 1.9 compat: introduce instance_variable_names. Clos...
57c613a 2007-12-27 Ruby 1.9 compat: calculations don't assume array impleme...
5162e31 2007-12-27 Ruby 1.9 compat: javascript proxy. References #1689 [Fre...
41c82e6 2007-12-27 Ruby 1.9 compat: file uploads. References #1689 [Frederi...
c64a29f 2007-12-22 Ruby 1.9 compat: dependencies uses Module#local_constant...
220a64e 2007-12-10 post.comments.reload returns the association rather than...
37b874b 2007-12-08 Fix DoubleRenderError message and leave out mention of r...
e302759 2007-11-29 Make reset return nil when using a dangling belongs_to a...
459cc1e 2007-10-07 error_messages_for and friends also work with local vari...
078bd05 2007-09-28 Added fixture caching thatll speed up a normal fixture-p...
1abe5a2 2007-09-22 Fix broken mysql test [frederick.cheung@gmail.com]
6dd10d8 2007-09-21 Added the :all option to config.plugins thatll include t...