git clone git://github.com/rails/rails.git
Tagged (a little late) for ~0.14.2
Add exception to example (closes #2315)
Proper CSS color definition (closes #2334)
Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLTokenizer) (closes #2229) [marcin@junkheap.net]
Fixed docs (closes #2468)
Added :offset and :limit to the kinds of options that Base.constrain can use (closes #2466) [duane.johnson@gmail.com]
Added a reader for flash.now, so it's possible to do stuff like flash.now[:alert] ||= 'New if not set' (closes #2422) [Caio Chassot]
Added petabytes and exebytes to numeric extensions (closes #2397) [timct@mac.com]
Added Time#end_of_month to accompany Time#beginning_of_month (closes #2514) [Jens-Christian Fischer]
Fix docs (closes #2491)
Fix docs (closes #2598)
Allow Mailers to have custom initialize methods that set default instance variables for all mail actions (closes #2563) [mrj@bigpond.net.au]
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracle in general #2555 [schoenm@earthlink.net]
Load rake task files in alphabetical order so you can build dependencies and count on them (closes #2554) [Blair Zajac]
Added quoted_true and quoted_false methods to db2_adapter and cleaned up tests for DB2 (closes #2493) [maik schmidt]
Removed the dead test settings
Prepared for release of 0.14.2 (RC3)
Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark@gmail.com]
r2736@asus: jeremy | 2005-10-24 17:08:12 -0700
Minor documentation fix
Reset template variables after using render_to_string. Closes #2559
Take a different approach to keeping flash around when using components.
r2727@asus: jeremy | 2005-10-24 14:14:36 -0700
r2726@asus: jeremy | 2005-10-24 14:11:59 -0700
A little spacing goes a long way
r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700
r2718@asus: jeremy | 2005-10-23 14:45:30 -0700
Map Active Record time to SQL TIME. Closes #2576.
Map AR time to PostgreSQL TIME. Closes #2575.
Constants set in the development/test/production environment file are set in Object