Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Narrow dependencies | Jeremy Kemper | 2009-03-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Explicit NameError dependency | Jeremy Kemper | 2009-03-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Convert Time extension modules to class reopens | Jeremy Kemper | 2009-03-26 | 3 | -380/+356 | |
| | | | ||||||
| * | | Convert DateTime extension modules to class reopens | Jeremy Kemper | 2009-03-26 | 3 | -113/+117 | |
| | | | ||||||
| * | | Fix timezone test | Jeremy Kemper | 2009-03-26 | 1 | -6/+6 | |
| | | | ||||||
| * | | Extract time fixes into separate extensions | Jeremy Kemper | 2009-03-24 | 3 | -27/+34 | |
| | | | ||||||
| * | | Remove core ext dependency from test | Jeremy Kemper | 2009-03-24 | 1 | -4/+4 | |
| | | | ||||||
| * | | Explicitly require core extension under test | Jeremy Kemper | 2009-03-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Explicit dependency on Inflector and Object#blank? | Jeremy Kemper | 2009-03-24 | 1 | -4/+6 | |
| | | | ||||||
| * | | Explicit dependency on class_inheritable_accessor | Jeremy Kemper | 2009-03-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | Remove unnecessary use of Kernel#silence_warnings | Jeremy Kemper | 2009-03-24 | 1 | -3/+1 | |
| | | | ||||||
| * | | Explicit dependency on Array#extract_options! | Jeremy Kemper | 2009-03-24 | 1 | -24/+28 | |
| | | | ||||||
| * | | Document NameError extensions | Jeremy Kemper | 2009-03-24 | 1 | -4/+3 | |
| | | | ||||||
| * | | Don't require out of load path | Jeremy Kemper | 2009-03-24 | 1 | -1/+2 | |
| | | | ||||||
| * | | Condense to Kernel#with_warnings | Jeremy Kemper | 2009-03-24 | 1 | -6/+8 | |
| | | | ||||||
| * | | Indentation, superfluous self | Jeremy Kemper | 2009-03-24 | 1 | -25/+25 | |
| | | | ||||||
| * | | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offset | Jeremy Kemper | 2009-03-23 | 7 | -34/+30 | |
| | | | ||||||
| * | | Namespace HashWithIndifferentAccess | Jeremy Kemper | 2009-03-21 | 2 | -106/+110 | |
| | | | ||||||
| * | | Hide XmlMini backend details from rdoc | Jeremy Kemper | 2009-03-21 | 3 | -10/+10 | |
| | | | ||||||
| * | | try is an object extension | Jeremy Kemper | 2009-03-21 | 2 | -4/+5 | |
| | | | ||||||
| * | | Convert Range extension module to a class reopen | Jeremy Kemper | 2009-03-21 | 2 | -14/+9 | |
| | | | ||||||
| * | | Convert Numeric extension module to a class reopen | Jeremy Kemper | 2009-03-21 | 2 | -18/+16 | |
| | | | ||||||
| * | | Fix dangling Inflector reference | Jeremy Kemper | 2009-03-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Convert LoadError extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 1 | -9/+6 | |
| | | | ||||||
| * | | Convert integer extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 3 | -43/+27 | |
| | | | ||||||
| * | | Convert hash extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 9 | -314/+274 | |
| | | | ||||||
| * | | Explicitly require set | Jeremy Kemper | 2009-03-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | Simplify Enumerable#each_with_object | Jeremy Kemper | 2009-03-21 | 1 | -4/+3 | |
| | | | ||||||
| * | | Explicitly require pathname core extension | Jeremy Kemper | 2009-03-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | Convert date extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 4 | -43/+43 | |
| | | | ||||||
| * | | blank? and duplicable? are Object extensions | Jeremy Kemper | 2009-03-21 | 3 | -1/+4 | |
| | | | ||||||
| * | | Convert bigdecimal extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 2 | -33/+21 | |
| | | | ||||||
| * | | Convert array extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 6 | -348/+314 | |
| | | | ||||||
| * | | Simple singleton. We don't need the full monty. | Jeremy Kemper | 2009-03-21 | 1 | -2/+3 | |
| | | | ||||||
| * | | Only require builder at startup if we need to monkey with its String#to_xs ↵ | Jeremy Kemper | 2009-03-21 | 3 | -5/+10 | |
| | | | | | | | | | | | | demands | |||||
| * | | Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and ↵ | Jeremy Kemper | 2009-03-21 | 1 | -10/+7 | |
| | | | | | | | | | | | | Kernel#method_added to remove future methods | |||||
| * | | * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) | Jeremy Kemper | 2009-03-21 | 33 | -331/+163 | |
| | | | | | | | | | | | | | | | | | | * Convert some extension modules to simply reopening the class * Remove deprecated Float time extensions * Fold Base64 extension into ActiveSupport::Base64 since stdlib Base64 is gone | |||||
* | | | Formatted some symbols in Active Support Guide | Erica Kwan | 2009-04-19 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | Resurrecting 1.9 compatibility. | Carl Lerche & Yehuda Katz | 2009-04-13 | 4 | -3/+5 | |
| | | ||||||
* | | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 78 | -824/+1521 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved all the conflicts since 2.3.0 -> HEAD. Following is a list of commits that could not be applied cleanly or are obviated with the abstract_controller refactor. They all need to be revisited to ensure that fixes made in 2.3 do not reappear in 3.0: 2259ecf368e6a6715966f69216e3ee86bf1a82a7 AR not available * This will be reimplemented with ActionORM or equivalent 06182ea02e92afad579998aa80144588e8865ac3 implicitly rendering a js response should not use the default layout [#1844 state:resolved] * This will be handled generically 893e9eb99504705419ad6edac14d00e71cef5f12 Improve view rendering performance in development mode and reinstate template recompiling in production [#1909 state:resolved] * We will need to reimplement rails-dev-boost on top of the refactor; the changes here are very implementation specific and cannot be cleanly applied. The following commits are implicated: 199e750d46c04970b5e7684998d09405648ecbd4 3942cb406e1d5db0ac00e03153809cc8dc4cc4db f8ea9f85d4f1e3e6f3b5d895bef6b013aa4b0690 e3b166aab37ddc2fbab030b146eb61713b91bf55 ae9f258e03c9fd5088da12c1c6cd216cc89a01f7 44423126c6f6133a1d9cf1d0832b527e8711d40f 0cb020b4d6d838025859bd60fb8151c8e21b8e84 workaround for picking layouts based on wrong view_paths [#1974 state:resolved] * The specifics of this commit no longer apply. Since it is a two-line commit, we will reimplement this change. 8c5cc66a831aadb159f3daaffa4208064c30af0e make action_controller/layouts pick templates from the current instance's view_paths instead of the class view_paths [#1974 state:resolved] * This does not apply at all. It should be trivial to apply the feature to the reimplemented ActionController::Base. 87e8b162463f13bd50d27398f020769460a770e3 fix HTML fallback for explicit templates [#2052 state:resolved] * There were a number of patches related to this that simply compounded each other. Basically none of them apply cleanly, and the underlying issue needs to be revisited. After discussing the underlying problem with Koz, we will defer these fixes for further discussion. | |||||
| * | | Test cleanup | Geoff Buesing | 2009-04-05 | 1 | -3/+3 | |
| | | | ||||||
| * | | Hash::XML_TYPE_NAMES: no longer a need for a TimeWithZone entry; this class ↵ | Geoff Buesing | 2009-04-05 | 1 | -2/+1 | |
| | | | | | | | | | | | | will now match "Time" | |||||
| * | | TimeWithZone.name returns 'Time', to further thwart type checking | Geoff Buesing | 2009-04-05 | 3 | -0/+11 | |
| | | | ||||||
| * | | Nicer name for anonymous local cache middleware class | Joshua Peek | 2009-04-02 | 1 | -0/+5 | |
| | | | ||||||
| * | | Enhance Time #since and #ago DST tests. | Geoff Buesing | 2009-03-29 | 1 | -16/+57 | |
| | | | ||||||
| * | | Time.local instances: Adding 24.hours across the DST boundary adds 24 hours ↵ | Michael Curtis | 2009-03-29 | 4 | -27/+36 | |
| |/ | | | | | | | instead of one day [#2066 state:resolved] | |||||
| * | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 2 | -8/+2 | |
| | | ||||||
| * | Use xmlschema when serializing TimeWithZones to xml [#2223 state:resolved] | Jonathan del Strother | 2009-03-12 | 2 | -2/+12 | |
| | | | | | | | | | | | | When using Hash#to_xml, any TimeWithZone objects now use xmlschema (iso8601), rather than a simple TimeWithZone#to_s. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | Ensure HWIA#reverse_merge! retrurns HWIA [#421 state:resolved] | Bradford Folkens | 2009-03-12 | 2 | -0/+13 | |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> |