| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed that cache fetch method would cause nil exception when called with no o... | David Heinemeier Hansson | 2008-03-15 | 1 | -1/+1 |
* | Docfix (closes #11263) [Irfy] | David Heinemeier Hansson | 2008-03-15 | 1 | -21/+21 |
* | Fixed that TextHelper#excerpt would include one character too many (closes #1... | David Heinemeier Hansson | 2008-03-15 | 3 | -16/+35 |
* | Docfix (closes #11281) [jlindley] | David Heinemeier Hansson | 2008-03-15 | 1 | -4/+4 |
* | Removed dead styles (closes #11353) [boone] | David Heinemeier Hansson | 2008-03-15 | 1 | -20/+0 |
* | Handle template error gracefully when line number cannot be derived. Closes #... | Pratik Naik | 2008-03-15 | 1 | -2/+3 |
* | Remove unused to_date_tag. Closes #11237 [danger] | Jeremy Kemper | 2008-03-13 | 1 | -10/+0 |
* | Docfix (closes #11309) [thechrisoshow] | David Heinemeier Hansson | 2008-03-13 | 1 | -0/+6 |
* | Fixed that scoped joins would not always be respected (closes #6821) [Theory/... | David Heinemeier Hansson | 2008-03-13 | 3 | -7/+18 |
* | Move tests from action_view_test.rb to template_finder_test.rb so that they g... | Pratik Naik | 2008-03-13 | 2 | -44/+33 |
* | Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee] | Rick Olson | 2008-03-13 | 3 | -1/+10 |
* | Ensure that ActiveRecord::Calculations disambiguates field names with the tab... | Rick Olson | 2008-03-13 | 3 | -0/+11 |
* | Fixed that script/generate would not look for plugin generators in plugin_pat... | David Heinemeier Hansson | 2008-03-13 | 7 | -6/+74 |
* | Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i... | David Heinemeier Hansson | 2008-03-13 | 3 | -21/+85 |
* | Applied the faster squish version (closes #11123) [jordi] | David Heinemeier Hansson | 2008-03-13 | 2 | -3/+5 |
* | Added add/remove_timestamps to the schema statements for adding the created_a... | David Heinemeier Hansson | 2008-03-13 | 3 | -0/+58 |
* | Fixed that BufferedLogger should create its own directory if one doesnt alrea... | David Heinemeier Hansson | 2008-03-13 | 3 | -0/+13 |
* | Added ActiveRecord::Base.find(:last) (closes #11338) [miloops] | David Heinemeier Hansson | 2008-03-12 | 3 | -1/+67 |
* | Add warning in documentation for increment!, decrement! and toggle! methods. ... | Pratik Naik | 2008-03-11 | 1 | -0/+3 |
* | Fix nested parameter hash parsing bug. #10797 [thomas.lee] | Rick Olson | 2008-03-11 | 3 | -0/+9 |
* | Fix Numeric time tests broken by DST change by anchoring them to fixed times ... | Geoff Buesing | 2008-03-11 | 3 | -4/+6 |
* | Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone | Geoff Buesing | 2008-03-11 | 4 | -49/+17 |
* | TimeZone #local and #now correctly enforce DST rules | Geoff Buesing | 2008-03-11 | 3 | -16/+83 |
* | TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_fo... | Geoff Buesing | 2008-03-11 | 4 | -17/+59 |
* | Fix database rake tasks to work with charset/collation and show proper error ... | Pratik Naik | 2008-03-10 | 2 | -3/+10 |
* | test_native_types expects DateTime.local_offset instead of DateTime.now.offse... | Geoff Buesing | 2008-03-10 | 2 | -1/+3 |
* | test_time_with_datetime_fallback expects DateTime.local_offset instead of Dat... | Geoff Buesing | 2008-03-10 | 2 | -2/+4 |
* | Allow using named routes in ActionController::TestCase before any request has... | Pratik Naik | 2008-03-08 | 3 | -2/+15 |
* | Update URL in script/generate usage. Closes #11220 [neshmi] | Pratik Naik | 2008-03-08 | 1 | -1/+1 |
* | Fixed that sweepers defined by cache_sweeper will be added regardless of the ... | David Heinemeier Hansson | 2008-03-08 | 2 | -3/+4 |
* | Add :readonly option to HasManyThrough associations. Closes #11156 [miloops] | Pratik Naik | 2008-03-07 | 4 | -2/+13 |
* | Fixed typos in ActiveSupport::Callbacks documentation. Closes #11254 | Pratik Naik | 2008-03-07 | 1 | -3/+3 |
* | Make MimeResponds::Responder#any work without explicit types. Closes #11140 [... | Pratik Naik | 2008-03-07 | 3 | -2/+44 |
* | Better error message for type conflicts when parsing params. Closes #7962 [s... | Rick Olson | 2008-03-07 | 2 | -1/+3 |
* | Remove unused ActionController::Base.template_class. Closes #10787 | Pratik Naik | 2008-03-05 | 4 | -22/+4 |
* | Docs for ActiveSupport::Callbacks. Closes #11254 [ernesto.jimenez] | Pratik Naik | 2008-03-05 | 1 | -0/+120 |
* | Documentation for the drop_receiving_element helpers :onDrop callback. Closes... | Pratik Naik | 2008-03-05 | 1 | -3/+31 |
* | Documenation for has_one/has_many nested resource options. Closes #11195 [mil... | Pratik Naik | 2008-03-05 | 1 | -0/+15 |
* | Moved template handlers related code from ActionView::Base to ActionView::Tem... | Pratik Naik | 2008-03-05 | 10 | -49/+50 |
* | Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow] | Pratik Naik | 2008-03-05 | 3 | -1/+62 |
* | Make the schema dumper respect the schema settings in database.yml. Referenc... | Michael Koziarski | 2008-03-03 | 2 | -3/+43 |
* | Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick] | Michael Koziarski | 2008-03-03 | 3 | -1/+98 |
* | Improve performance on :include/:conditions/:limit queries by selectively joi... | Michael Koziarski | 2008-03-03 | 2 | -10/+29 |
* | Refactor partial rendering into a PartialTemplate class. [Pratik] | Michael Koziarski | 2008-03-03 | 14 | -140/+211 |
* | Adding TimeWithZone #marshal_dump and #marshal_load | Geoff Buesing | 2008-03-03 | 3 | -0/+18 |
* | Add OrderedHash#to_hash. Closes #11266 [josh] | Michael Koziarski | 2008-03-03 | 3 | -0/+9 |
* | Fix syntax errors in the documentation for image submit tag. Closes #11073 [... | Michael Koziarski | 2008-03-02 | 1 | -3/+3 |
* | Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos... | Michael Koziarski | 2008-03-02 | 3 | -0/+40 |
* | Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam... | Michael Koziarski | 2008-03-02 | 3 | -48/+252 |
* | Fix regexp to contain only one rjs, and add rhtml [lifofifo] | Michael Koziarski | 2008-03-01 | 1 | -1/+1 |