aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid Base#attributes when saving / creating records. Closes #10978 [adymo]Michael Koziarski2008-02-011-3/+3
* MemCacheStore#write and #delete return a boolean indicating whether the opera...Jeremy Kemper2008-02-011-5/+16
* Bundled memcache client consistently returns server responses and checks for ...Jeremy Kemper2008-02-011-8/+25
* MemCacheStore#write uses add by default and set if :force => trueJeremy Kemper2008-02-011-2/+5
* Add a handful of cache store testsJeremy Kemper2008-02-012-0/+28
* cache.fetch(key, :force => true) to force a cache missJeremy Kemper2008-02-012-4/+7
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-318-3/+50
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-304-9/+5
* Move the declaration of the compilation related cattr_accessors to compilable...Michael Koziarski2008-01-302-11/+12
* Make the non inferrable controller message a little friendlier. [Koz]Michael Koziarski2008-01-301-1/+7
* Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]Michael Koziarski2008-01-303-2/+15
* Remove unnofficial 'PST' timezoneRick Olson2008-01-291-2/+1
* Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-...Rick Olson2008-01-293-2/+13
* Add posts.comments_count for other databases. Closes #10804.Jeremy Kemper2008-01-281-0/+2
* Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko]Michael Koziarski2008-01-272-1/+17
* Precalculate the Backtrace of a template error to avoid raising exceptions in...Michael Koziarski2008-01-271-4/+11
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-274-0/+31
* Add documentation for polymorphic URL helpers, make API consistent for polym...Michael Koziarski2008-01-272-90/+196
* Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomt...Michael Koziarski2008-01-272-5/+15
* Use File.join to construct partial path. Closes #10932 [patrick.t.joyce]Michael Koziarski2008-01-271-3/+4
* Make it simpler to make the root route an alias for another route. Closes #...Michael Koziarski2008-01-264-0/+40
* Remove dead attr_reader from association proxy. Closes #10668 [danger]Michael Koziarski2008-01-261-1/+0
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-266-4/+18
* Correct documentation for dom_id [jbarnette] Closes #10775Michael Koziarski2008-01-261-4/+4
* Add tests and documentation for allow_blank. Closes #10651 [blj]Michael Koziarski2008-01-262-0/+10
* TimeWithZone#- added, so that #- can handle a Time or TimeWithZone argument ...Geoff Buesing2008-01-263-0/+9
* with_timezone test helper renamed with_env_tz, to distinguish between setting...Geoff Buesing2008-01-264-29/+31
* Time#- coerces TimeWithZone argument to a Time instance so that difference in...Geoff Buesing2008-01-254-0/+27
* Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with...Geoff Buesing2008-01-256-21/+27
* Time.get_zone refactored to private method, given that the encapsulated logic...Geoff Buesing2008-01-252-6/+14
* Time.zone uses thread-local variable for thread safety. Adding Time.use_zone,...Geoff Buesing2008-01-253-31/+53
* Handle corner case with image_tag when passed 'messed up' image names. Closes...Michael Koziarski2008-01-253-1/+4
* TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in ...Geoff Buesing2008-01-253-2/+4
* Time.days_in_month defaults to current year if no year is supplied as argumen...Geoff Buesing2008-01-253-13/+22
* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=...Geoff Buesing2008-01-237-4/+82
* TimeZone#now returns an ActiveSupport::TimeWithZoneGeoff Buesing2008-01-233-7/+17
* Time #in_current_time_zone and #change_time_zone_to_current return self when ...Geoff Buesing2008-01-233-6/+8
* Indicate in documentation that newer version of AR support eager loading in p...Marcel Molina2008-01-231-1/+5
* Reference to :element option in documentation should be :member. Closes #1090...Marcel Molina2008-01-231-1/+1
* Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we...Geoff Buesing2008-01-232-1/+2
* Preserve integration session's request_countJeremy Kemper2008-01-231-1/+10
* Enumerable#group_by uses ActiveSupport::OrderedHashJeremy Kemper2008-01-232-16/+3
* Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/...Geoff Buesing2008-01-233-18/+6