aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-243-3/+20
* Fixed NumberHelper#number_with_precision to properly round in a way that work...David Heinemeier Hansson2008-03-243-3/+7
* Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)...David Heinemeier Hansson2008-03-244-2/+28
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-2420-39/+369
* Allow the #simple_format text_helper to take an html_options hash for each pa...Rick Olson2008-03-243-5/+18
* Fix merging blank conditions. Closes #10764 [mcmire, cavalle]Jeremy Kemper2008-03-232-10/+43
* Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick]Rick Olson2008-03-233-1/+13
* Fix regression from filter refactoring where re-adding a skipped filter resul...Rick Olson2008-03-233-0/+38
* Ensure correct TimeWithZone#to_dateGeoff Buesing2008-03-223-1/+16
* Correct grammar in config.time_zone description in environment.rbGeoff Buesing2008-03-221-1/+1
* Use the more modern error_messages from the form object rather than error_mes...David Heinemeier Hansson2008-03-222-6/+6
* Added config.time_zone = 'UTC' as a commented-out option in the default envir...Geoff Buesing2008-03-222-2/+6
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-225-9/+32
* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find...Geoff Buesing2008-03-222-0/+45
* Fix schema.rb some more. sponsors.sponsorable_type should be a string. Refere...Jeremy Kemper2008-03-211-1/+1
* Fix schema.rb. Please to be testing on more than just MySQL! References #9067.Jeremy Kemper2008-03-211-24/+24
* Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie...Geoff Buesing2008-03-216-174/+243
* Fix an edge case with extra periods in Routing.normalize_paths. Closes #11337...Jeremy Kemper2008-03-212-6/+6
* Allow association scoping for built/created records if :conditions is specifi...Rick Olson2008-03-214-3/+36
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-2115-22/+245
* Missed adds. References #10350.Jeremy Kemper2008-03-204-0/+4
* Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...Jeremy Kemper2008-03-204-21/+108
* Docfixes (closes #11356, #11172, #10523)David Heinemeier Hansson2008-03-204-1/+32
* 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