| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplified, faster implementation of Benchmark.realtime [Alexander Dymo] | Michael Koziarski | 2008-02-02 | 1 | -0/+12 |
* | Avoid Base#attributes when saving / creating records. Closes #10978 [adymo] | Michael Koziarski | 2008-02-01 | 1 | -3/+3 |
* | MemCacheStore#write and #delete return a boolean indicating whether the opera... | Jeremy Kemper | 2008-02-01 | 1 | -5/+16 |
* | Bundled memcache client consistently returns server responses and checks for ... | Jeremy Kemper | 2008-02-01 | 1 | -8/+25 |
* | MemCacheStore#write uses add by default and set if :force => true | Jeremy Kemper | 2008-02-01 | 1 | -2/+5 |
* | Add a handful of cache store tests | Jeremy Kemper | 2008-02-01 | 2 | -0/+28 |
* | cache.fetch(key, :force => true) to force a cache miss | Jeremy Kemper | 2008-02-01 | 2 | -4/+7 |
* | Fixed preloading belongs_to associations which reference a custom foreign key... | Jeremy Kemper | 2008-01-31 | 8 | -3/+50 |
* | MySQL: omit text/blob defaults from the schema instead of using an empty stri... | Jeremy Kemper | 2008-01-30 | 4 | -9/+5 |
* | Move the declaration of the compilation related cattr_accessors to compilable... | Michael Koziarski | 2008-01-30 | 2 | -11/+12 |
* | Make the non inferrable controller message a little friendlier. [Koz] | Michael Koziarski | 2008-01-30 | 1 | -1/+7 |
* | Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer] | Michael Koziarski | 2008-01-30 | 3 | -2/+15 |
* | Remove unnofficial 'PST' timezone | Rick Olson | 2008-01-29 | 1 | -2/+1 |
* | Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-... | Rick Olson | 2008-01-29 | 3 | -2/+13 |
* | Add posts.comments_count for other databases. Closes #10804. | Jeremy Kemper | 2008-01-28 | 1 | -0/+2 |
* | Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko] | Michael Koziarski | 2008-01-27 | 2 | -1/+17 |
* | Precalculate the Backtrace of a template error to avoid raising exceptions in... | Michael Koziarski | 2008-01-27 | 1 | -4/+11 |
* | Make sure count works on has_many :through associations using :group. Closes... | Michael Koziarski | 2008-01-27 | 4 | -0/+31 |
* | Add documentation for polymorphic URL helpers, make API consistent for polym... | Michael Koziarski | 2008-01-27 | 2 | -90/+196 |
* | Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomt... | Michael Koziarski | 2008-01-27 | 2 | -5/+15 |
* | Use File.join to construct partial path. Closes #10932 [patrick.t.joyce] | Michael Koziarski | 2008-01-27 | 1 | -3/+4 |
* | Make it simpler to make the root route an alias for another route. Closes #... | Michael Koziarski | 2008-01-26 | 4 | -0/+40 |
* | Remove dead attr_reader from association proxy. Closes #10668 [danger] | Michael Koziarski | 2008-01-26 | 1 | -1/+0 |
* | Make sure that belongs_to counter decrements when assigning nil Closes #10804... | Michael Koziarski | 2008-01-26 | 6 | -4/+18 |
* | Correct documentation for dom_id [jbarnette] Closes #10775 | Michael Koziarski | 2008-01-26 | 1 | -4/+4 |
* | Add tests and documentation for allow_blank. Closes #10651 [blj] | Michael Koziarski | 2008-01-26 | 2 | -0/+10 |
* | TimeWithZone#- added, so that #- can handle a Time or TimeWithZone argument ... | Geoff Buesing | 2008-01-26 | 3 | -0/+9 |
* | with_timezone test helper renamed with_env_tz, to distinguish between setting... | Geoff Buesing | 2008-01-26 | 4 | -29/+31 |
* | Time#- coerces TimeWithZone argument to a Time instance so that difference in... | Geoff Buesing | 2008-01-25 | 4 | -0/+27 |
* | Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with... | Geoff Buesing | 2008-01-25 | 6 | -21/+27 |
* | Time.get_zone refactored to private method, given that the encapsulated logic... | Geoff Buesing | 2008-01-25 | 2 | -6/+14 |
* | Time.zone uses thread-local variable for thread safety. Adding Time.use_zone,... | Geoff Buesing | 2008-01-25 | 3 | -31/+53 |
* | Handle corner case with image_tag when passed 'messed up' image names. Closes... | Michael Koziarski | 2008-01-25 | 3 | -1/+4 |
* | TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in ... | Geoff Buesing | 2008-01-25 | 3 | -2/+4 |
* | Time.days_in_month defaults to current year if no year is supplied as argumen... | Geoff Buesing | 2008-01-25 | 3 | -13/+22 |
* | Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=... | Geoff Buesing | 2008-01-23 | 7 | -4/+82 |
* | TimeZone#now returns an ActiveSupport::TimeWithZone | Geoff Buesing | 2008-01-23 | 3 | -7/+17 |
* | Time #in_current_time_zone and #change_time_zone_to_current return self when ... | Geoff Buesing | 2008-01-23 | 3 | -6/+8 |
* | Indicate in documentation that newer version of AR support eager loading in p... | Marcel Molina | 2008-01-23 | 1 | -1/+5 |
* | Reference to :element option in documentation should be :member. Closes #1090... | Marcel Molina | 2008-01-23 | 1 | -1/+1 |
* | Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we... | Geoff Buesing | 2008-01-23 | 2 | -1/+2 |
* | Preserve integration session's request_count | Jeremy Kemper | 2008-01-23 | 1 | -1/+10 |
* | Enumerable#group_by uses ActiveSupport::OrderedHash | Jeremy Kemper | 2008-01-23 | 2 | -16/+3 |
* | Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/... | Geoff Buesing | 2008-01-23 | 3 | -18/+6 |
* | Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ... | Geoff Buesing | 2008-01-23 | 6 | -1/+47 |
* | Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn... | Geoff Buesing | 2008-01-23 | 3 | -10/+10 |
* | Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim... | Geoff Buesing | 2008-01-23 | 7 | -0/+444 |
* | require test/unit explicitly otherwise the at_exit handler doesn't get called... | Michael Koziarski | 2008-01-22 | 1 | -0/+1 |
* | Refactor template compilation from AV::Base into the template handlers. Clos... | Michael Koziarski | 2008-01-22 | 8 | -170/+184 |
* | Add options missing from earlier changeset | Michael Koziarski | 2008-01-22 | 1 | -2/+3 |