aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert [9106]. References #10350.Jeremy Kemper2008-03-193-85/+21
* assert_response, don't cry if @exception isn't available in the templateJeremy Kemper2008-03-181-1/+3
* Migrations: create_table supports primary_key_prefix_type. Closes #10314.Jeremy Kemper2008-03-184-4/+38
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-188-449/+383
* sshpublisher needs to be explicitly required now, apparentlyDavid Heinemeier Hansson2008-03-185-0/+7
* Fixed that polymorphic routes would modify the input array (closes #11363) [t...David Heinemeier Hansson2008-03-173-0/+13
* Added :format option to NumberHelper#number_to_currency to enable better loca...David Heinemeier Hansson2008-03-173-1/+11
* Only log if theres a loggerDavid Heinemeier Hansson2008-03-171-1/+3
* Added logging for dependency load errors with fixtures (closes #11056) [stuth...David Heinemeier Hansson2008-03-173-5/+27
* Added support for installing plugins hosted at git repositories (closes #1129...David Heinemeier Hansson2008-03-172-1/+27
* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...Geoff Buesing2008-03-177-54/+50
* TZInfo caches Timezone instances in its own internal hash cache, so TimeZone:...Geoff Buesing2008-03-172-7/+3
* Adding TimeZone#parseGeoff Buesing2008-03-174-11/+70
* Fixed that atom_feed shouldnt require a schema_date since most people just do...David Heinemeier Hansson2008-03-171-5/+7
* Ensure that you can still do expressions in calculations (closes #11355) [nbu...David Heinemeier Hansson2008-03-172-1/+6
* Adding TimeZone#at and DateTime#to_fGeoff Buesing2008-03-176-3/+45
* TimeWithZone responds to Ruby 1.9 weekday-named query methodsGeoff Buesing2008-03-173-0/+15
* TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that i...Geoff Buesing2008-03-174-16/+55
* Docfix (closes #11230) [Henrik N]David Heinemeier Hansson2008-03-151-7/+4
* Docfix (closes #11226) [mikong]David Heinemeier Hansson2008-03-151-2/+2
* Docfix (closes #11249) [juanjo.bazan]David Heinemeier Hansson2008-03-151-0/+2
* Fixed that cache fetch method would cause nil exception when called with no o...David Heinemeier Hansson2008-03-151-1/+1
* Docfix (closes #11263) [Irfy]David Heinemeier Hansson2008-03-151-21/+21
* Fixed that TextHelper#excerpt would include one character too many (closes #1...David Heinemeier Hansson2008-03-153-16/+35
* Docfix (closes #11281) [jlindley]David Heinemeier Hansson2008-03-151-4/+4
* Removed dead styles (closes #11353) [boone]David Heinemeier Hansson2008-03-151-20/+0
* Handle template error gracefully when line number cannot be derived. Closes #...Pratik Naik2008-03-151-2/+3
* Remove unused to_date_tag. Closes #11237 [danger]Jeremy Kemper2008-03-131-10/+0
* Docfix (closes #11309) [thechrisoshow]David Heinemeier Hansson2008-03-131-0/+6
* Fixed that scoped joins would not always be respected (closes #6821) [Theory/...David Heinemeier Hansson2008-03-133-7/+18
* Move tests from action_view_test.rb to template_finder_test.rb so that they g...Pratik Naik2008-03-132-44/+33
* Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee]Rick Olson2008-03-133-1/+10
* Ensure that ActiveRecord::Calculations disambiguates field names with the tab...Rick Olson2008-03-133-0/+11
* Fixed that script/generate would not look for plugin generators in plugin_pat...David Heinemeier Hansson2008-03-137-6/+74
* Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i...David Heinemeier Hansson2008-03-133-21/+85
* Applied the faster squish version (closes #11123) [jordi]David Heinemeier Hansson2008-03-132-3/+5
* Added add/remove_timestamps to the schema statements for adding the created_a...David Heinemeier Hansson2008-03-133-0/+58
* Fixed that BufferedLogger should create its own directory if one doesnt alrea...David Heinemeier Hansson2008-03-133-0/+13
* Added ActiveRecord::Base.find(:last) (closes #11338) [miloops]David Heinemeier Hansson2008-03-123-1/+67
* Add warning in documentation for increment!, decrement! and toggle! methods. ...Pratik Naik2008-03-111-0/+3
* Fix nested parameter hash parsing bug. #10797 [thomas.lee]Rick Olson2008-03-113-0/+9
* Fix Numeric time tests broken by DST change by anchoring them to fixed times ...Geoff Buesing2008-03-113-4/+6
* Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZoneGeoff Buesing2008-03-114-49/+17
* TimeZone #local and #now correctly enforce DST rulesGeoff Buesing2008-03-113-16/+83
* TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_fo...Geoff Buesing2008-03-114-17/+59
* Fix database rake tasks to work with charset/collation and show proper error ...Pratik Naik2008-03-102-3/+10
* test_native_types expects DateTime.local_offset instead of DateTime.now.offse...Geoff Buesing2008-03-102-1/+3
* test_time_with_datetime_fallback expects DateTime.local_offset instead of Dat...Geoff Buesing2008-03-102-2/+4
* Allow using named routes in ActionController::TestCase before any request has...Pratik Naik2008-03-083-2/+15
* Update URL in script/generate usage. Closes #11220 [neshmi]Pratik Naik2008-03-081-1/+1