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

#26 Cheah Chu Yeow - All time
Showing 55 commits

All contributors →
Hash Date Message
ce4a1bb 2008-07-09 Remove some Symbol#to_proc usage in runtime code. [#484...
96708af 2008-07-09 Ensure url_for(nil) falls back to url_for({}). [#472 sta...
3c1e8ab 2008-06-27 Allow single quote (the ' character) in the middle of UR...
f1cfd12 2008-06-23 Allow script/about to run in production mode instead of ...
952ec79 2008-06-02 Faster Hash#slice that doesn't use Enumerable#include?.
8f2f88f 2008-05-11 Remove unused JSON methods. [#164 state:resolved]
ee1d508 2008-05-06 Allow ActionController::Base#default_url_options to have...
6a6b439 2008-05-04 Ensure that default_url_options, if defined, are used in...
cf32baf 2008-04-21 Rescue from Timeout::Error in ActiveResource::Connection.
1059104 2008-04-21 Introduce ActiveResource::Base.timeout. This allows a ti...
ca94136 2008-03-26 Improve documentation.
cae1d96 2008-02-18 Check the host string contains %d before using String#%,...
2168178 2008-01-25 TimeZone#to_s uses UTC rather than GMT; reapplying chang...
59f222d 2008-01-10 UrlWriter respects relative_url_root. Closes #10748.
8800815 2008-01-06 Use a decorator module for Files instantiated by Hash.fr...
a1b0349 2008-01-06 The asset_host block takes the controller request as an ...
ca4c7ab 2008-01-06 Support render :text => nil. Closes #6684.
523658c 2008-01-06 Simplify and speedup Hash#stringify_keys! References #10...
ff47ba9 2008-01-02 Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Du...
e21c48b 2008-01-02 db:sessions:clear task uses session_table_name method. C...
9def906 2008-01-02 Correct Hash#assert_valid_keys docs. Closes #10621 [Chea...
072b9d9 2008-01-02 SQLite: db:drop:all doesn't fail silently if the databas...
470fc02 2007-12-21 Document custom methods. Closes #10589.
a3bfb66 2007-12-21 Update layout docs. Closes #10584 [Cheah Chu Yeow]
2556e67 2007-12-21 App generate says sqlite3 is the default and mentions fr...
11a75f9 2007-12-19 Ruby 1.9 compat: Update idiosyncratic block variable usa...
f91acf0 2007-12-18 Ruby 1.9 compat: move from the deprecated Base64 module ...
ab9e4c0 2007-12-17 Ruby 1.9 compatibility. References #1689.
56e6462 2007-12-16 Added option to pass proc to ActionController::Base.asse...
6743504 2007-12-15 Revert const_missing bypass in favor of Duration constan...
887870f 2007-12-15 Ruby 1.9 compat: define Duration#== [chuyeow]
bb152cd 2007-12-15 Ruby 1.9 compat: normalize date and time xmlschema to ma...
3d90733 2007-12-15 Ruby 1.9 compat: prefer builtin String#starts_ and ends_...
dc3e55d 2007-12-10 TimeZone#to_s uses UTC rather than GMT. References #1689.
bcbcc02 2007-12-10 Ruby 1.9 compat: TimeZone avoids localtime conversion. R...
d0b5f64 2007-12-10 Fix javascript_tag method name collision. Closes #10337.
2d2fd67 2007-12-09 Move #to_query methods where they ought to belong. Close...
bafd698 2007-12-09 render :xml and :json preserve custom content types. Clo...
ef57b93 2007-12-09 to_sentence returns self[0].to_s instead of just self[0]...
e4d845e 2007-12-05 Document automatically generated predicate methods for a...
519f2c9 2007-12-05 Document Date conversions. Closes #10368 [chuyeow]
ab12c14 2007-12-05 Enhance documentation for Active Support's Time Conversi...
3a622d0 2007-12-05 Fix broken test (closes #10364) [chuyeow]
c4cb2dd 2007-12-03 Fixed that to_xml should not automatically pass :procs t...
bff2172 2007-11-17 RAILS_GEM_VERSION may be set to any valid gem version sp...
7464a39 2007-11-06 Minor documentation enhancements and white-space fixes. ...
aa1313d 2007-11-06 Grammatical and whitespace fixes for form helper docs. ...
c708346 2007-10-29 Change JSON to encode %w(< > &) as 4 digit hex codes to ...
7c3581c 2007-10-24 Document Enumerable and Hash #to_json. Add test for hash...
fe234a1 2007-10-15 Fix Json related documentation for render and the AR ser...
58a5eef 2007-10-05 Disambiguate Time, Date, and DateTime#to_json formatting...
b196870 2007-10-04 Hash#to_json takes :only or :except options to specific ...
81da956 2007-09-30 Docfix (closes #9740) [chuyeow]
7275d27 2007-09-30 Fixed JSON encoding to use quoted keys according to the ...
bbdb4e5 2007-09-28 Added :include option to to_json (closes #9677) [chuyeow]