aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]Rick Olson2008-02-062-34/+43
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-0612-9/+209
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-0611-123/+145
* Make the docs reference the correct function. [Tobi Reif]Michael Koziarski2008-02-041-1/+1
* ensure that the after_initialize hooks are run after the application initiali...Rick Olson2008-02-031-2/+2
* MySQL: memoize column and table name quoting to reduce garbageJeremy Kemper2008-02-031-7/+8
* Cache partial variable names to reduce garbageJeremy Kemper2008-02-031-1/+3
* Add --measure option to script/performance/request to set ruby-prof measure m...Jeremy Kemper2008-02-031-1/+4
* Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer]Jeremy Kemper2008-02-032-2/+3
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-034-31/+0
* Ruby 1.9 compat: declare utf-8 file encodingJeremy Kemper2008-02-024-0/+4
* Slight camelize speedup [Pratik Naik]Jeremy Kemper2008-02-021-1/+1
* Reshuffle load order so that routes and observers are initialized after plugi...Rick Olson2008-02-024-6/+24
* Introduce the :index option for form_for and fields_for to simplify multi-mod...Jeremy Kemper2008-02-024-11/+96
* Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...Jeremy Kemper2008-02-023-7/+46
* TestSession supports indifferent access. Closes #7372.Jeremy Kemper2008-02-023-3/+31
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-023-2/+8
* Fix calculations on associations with custom :foreign_key. Closes #8117 [kama...Jeremy Kemper2008-02-023-1/+33
* When multiparameter date assignment fails due to an invalid date, fall back t...Jeremy Kemper2008-02-021-1/+17
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-027-3/+32
* Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [...Jeremy Kemper2008-02-022-1/+2
* Don't split cookies on comma also. References r8505.Jeremy Kemper2008-02-022-4/+5
* Git support for script/generate. Closes #10690.Jeremy Kemper2008-02-023-3/+30
* Simplified, faster implementation of Benchmark.realtime [Alexander Dymo]Michael Koziarski2008-02-021-0/+12