aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests for distance_of_time_in_words with TimeWithZone instances. Closes #1091...Geoff Buesing2008-02-162-45/+67
* ActiveRecord::Base#instantiate_time_object only uses Time.zone when Base.time...Geoff Buesing2008-02-163-2/+19
* Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage DateTime...Geoff Buesing2008-02-162-6/+4
* Sort files to test to make load order platform independent. Fix the clash th...Michael Koziarski2008-02-162-18/+18
* Ensure that :confirm doesn't need extra quotes when using drop_receiving_elem...Michael Koziarski2008-02-162-1/+6
* Add String#squish and String#squish! to remove consecutive chunks of whitespa...Michael Koziarski2008-02-164-0/+45
* Serialize BigDecimals as Floats when using to_yaml. Closes #8746 [ernesto.jim...Michael Koziarski2008-02-153-0/+34
* Clear active connections before trying to drop the database. Allows db:drop ...Michael Koziarski2008-02-151-0/+1
* Add test for Observer#observer_class and change the implementation slightly. ...Michael Koziarski2008-02-152-3/+7
* Revert [8865], broke AP record identifier. Reopens #11109.Jeremy Kemper2008-02-154-31/+19
* Fix typo in migration test. Closes #11105 [h-lame]Jeremy Kemper2008-02-151-1/+1
* Avoid repeated calls to Base#connection. Closes #11111 [adymo]Michael Koziarski2008-02-141-2/+4
* Optimisation for BigDecimal conversion code. Closes #11110 [adymo]Michael Koziarski2008-02-142-1/+6
* Minor formatting changesMichael Koziarski2008-02-142-6/+6
* Improve associations performance by using symbol callbacks instead of string ...Rick Olson2008-02-142-50/+92
* Improve associations performance by avoiding named block arguments. Closes #1...Rick Olson2008-02-144-18/+30
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-139-11/+48
* Remove options from the attributes method, tidy up the implementation. Close...Michael Koziarski2008-02-132-39/+5
* Make sure render :update support the options hash. Closes #11088 [ernesto.ji...Michael Koziarski2008-02-124-9/+23
* remove support for ampersand-delimited cookie valuesJamis Buck2008-02-123-4/+10
* Avoid cloning in Base#attributes_before_typecast. Closes #11077 [juanjo.bazan]Michael Koziarski2008-02-111-3/+7
* Fix the pre-quoted table names in the eager tests. [mislav]Michael Koziarski2008-02-111-2/+4
* Fix eager loading with pre-quoted table names. Closes #11046 [danielmorrison,...Michael Koziarski2008-02-112-2/+26
* Multiparameter attributes for time columns fail over to DateTime when out of ...Geoff Buesing2008-02-103-2/+14
* Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for duck...Geoff Buesing2008-02-103-0/+38
* TimeWithZone #in_time_zone returns +self+ if zone argument is the same as #ti...Geoff Buesing2008-02-103-0/+7
* Adding TimeWithZone #to_a, #to_f, #to_i, #httpdate, #rfc2822Geoff Buesing2008-02-103-1/+48
* Pruning unneeded TimeWithZone#change_time_zone_to_currentGeoff Buesing2008-02-102-5/+2
* Time#zone=, #in_time_zone and #change_time_zone accept a DurationGeoff Buesing2008-02-103-1/+28
* Time#in_time_zone handles Time.local instances correctlyGeoff Buesing2008-02-103-4/+21
* Pruning unneeded Time#change_time_zone_to_current. Enhanced docs for #change_...Geoff Buesing2008-02-103-28/+8
* TimeZone#new renamed #local, so that new TimeWithZone instances can be create...Geoff Buesing2008-02-105-6/+10
* Show RecordInvalid in the documentation. References #10976 [kampers]Michael Koziarski2008-02-101-2/+2
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-096-3/+29
* Move SecretKeyGenerator comments to the correct place for rdoc. Closes #10940...Michael Koziarski2008-02-091-7/+6
* Remove misleading / incorrect warning from validation documentation. Closes ...Michael Koziarski2008-02-091-11/+0
* Avoid cloning in Base#attributes. Closes #11047 [juanjo.bazan]Michael Koziarski2008-02-081-7/+10
* Ooops. Add fixture partials for last commitMarcel Molina2008-02-082-0/+2
* Fix problem with render :partial collections, records, and locals. #11057 [lo...Marcel Molina2008-02-084-2/+16
* Remove empty .rhtml templatesJeremy Kemper2008-02-0716-7/+7
* Added support for naming concrete classes in sweeper declarations [DHH]David Heinemeier Hansson2008-02-072-1/+11
* Fix that the options hash can be nil when coming from fragmentsDavid Heinemeier Hansson2008-02-071-2/+2
* ActiveSupport::Base64.encode64s since Base64 is deprecatedJeremy Kemper2008-02-075-11/+13
* Added Base64.encode64s to encode values in base64 without the newlines. This ...David Heinemeier Hansson2008-02-074-0/+31
* Remove ERB trim variables from trace template in case ActionView::Base.erb_tr...Rick Olson2008-02-072-5/+7
* Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]Rick Olson2008-02-072-1/+3
* Fix bug with setting Request#format= after the getter has cached the value. C...Rick Olson2008-02-073-1/+10
* Remove :nodoc: entries around the ActiveSupport test/unit assertions. Closes ...Rick Olson2008-02-072-3/+7
* Add a slightly more informative exception message for ActionView::TemplateFin...Rick Olson2008-02-071-1/+6
* Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...Michael Koziarski2008-02-063-58/+70