| Commit message (Expand) | Author | Age | Files | Lines |
* | Added that requests with JavaScript as the priority mime type in the accept h... | David Heinemeier Hansson | 2008-02-29 | 4 | -2/+30 |
* | Provide a post title for sqlite3 | Jeremy Kemper | 2008-02-28 | 1 | -2/+2 |
* | Fix that batched :include would pull in duplicate records in some cases. Clos... | Jeremy Kemper | 2008-02-28 | 4 | -4/+35 |
* | mark encoding | Jeremy Kemper | 2008-02-28 | 1 | -0/+1 |
* | Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu] | Jeremy Kemper | 2008-02-27 | 2 | -4/+50 |
* | Fix edge case with colons in times interpreted as bind variables by requiring... | Jeremy Kemper | 2008-02-27 | 2 | -1/+3 |
* | Changelog attribution for #9312 | Jeremy Kemper | 2008-02-27 | 1 | -1/+1 |
* | Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312. | Jeremy Kemper | 2008-02-27 | 5 | -0/+99 |
* | Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180] | Jeremy Kemper | 2008-02-27 | 3 | -7/+17 |
* | Remove dead code from hmt#delete. Closes #11236 [rubyruy] | Jeremy Kemper | 2008-02-27 | 2 | -1/+3 |
* | Fix rdoc typo. Closes #11205 [wangchun] | Jeremy Kemper | 2008-02-24 | 1 | -1/+1 |
* | PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C... | Jeremy Kemper | 2008-02-22 | 5 | -24/+80 |
* | Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo... | Michael Koziarski | 2008-02-21 | 2 | -0/+5 |
* | Add #clear to mem_cache_store, flushes all caches | Jeremy Kemper | 2008-02-21 | 1 | -0/+4 |
* | Sort the results to remove platform dependent test failures | Michael Koziarski | 2008-02-20 | 1 | -2/+2 |
* | Move the eager load nested include tables into schema.rb and use delete_all i... | Michael Koziarski | 2008-02-20 | 2 | -64/+57 |
* | Revert to previous mysql-specific assertion, and only run the test on mysql. | Michael Koziarski | 2008-02-20 | 1 | -3/+5 |
* | remove implicit assumption about mysql in the assertion | Michael Koziarski | 2008-02-20 | 1 | -2/+2 |
* | Make date_helper use tag and content_tag. Move to assert_dom_equal instead o... | Michael Koziarski | 2008-02-20 | 2 | -119/+127 |
* | Sort test cases to make test runs deterministic | Michael Koziarski | 2008-02-20 | 1 | -1/+1 |
* | Remove disconnect! in test case, it causes segfaults on sqlite3 and completel... | Michael Koziarski | 2008-02-20 | 1 | -6/+2 |
* | Cleanup whitespace and remove keys instead of providing nil | Michael Koziarski | 2008-02-20 | 2 | -4/+2 |
* | Remove reference to 'postgres' user in the connection and Rakefiles. Allows ... | Michael Koziarski | 2008-02-20 | 2 | -8/+8 |
* | URI.decode site username/password. Closes #11169 [Ernesto Jimenez] | Jeremy Kemper | 2008-02-19 | 4 | -4/+20 |
* | use stubbing instead of monkeypatching to stop tests from interfering ... | Michael Koziarski | 2008-02-19 | 1 | -14/+13 |
* | Correct typo in before_type_cast code. Closes #11165 [amishyn] | Michael Koziarski | 2008-02-19 | 2 | -2/+18 |
* | Remove mysql option from a test that applies to all databases. References #11... | Jeremy Kemper | 2008-02-19 | 1 | -5/+4 |
* | Don't assume all records from nested include are of same class. Closes #11154... | Jeremy Kemper | 2008-02-19 | 2 | -1/+119 |
* | Ensure nested preloading works when associations return nil. Closes #11145 [... | Michael Koziarski | 2008-02-18 | 3 | -1/+9 |
* | Check the host string contains %d before using String#%, this avoids warning... | Michael Koziarski | 2008-02-18 | 1 | -1/+1 |
* | Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan] | Michael Koziarski | 2008-02-18 | 2 | -2/+37 |
* | Add user and password configuration options to ActiveResource::Base, not all... | Michael Koziarski | 2008-02-18 | 5 | -12/+271 |
* | Make dynamic finders respect the :include on HasManyThrough associations. Cl... | Michael Koziarski | 2008-02-18 | 6 | -1/+16 |
* | Fix observed_class. References #11099. | Jeremy Kemper | 2008-02-17 | 2 | -7/+6 |
* | Pass array of addresses | Jeremy Kemper | 2008-02-17 | 1 | -1/+1 |
* | Update generated comments to reflect the fact that config.frameworks works fi... | Michael Koziarski | 2008-02-17 | 1 | -2/+2 |
* | Adding TimeWithZone#between? | Geoff Buesing | 2008-02-17 | 3 | -1/+12 |
* | Time.=== returns true for TimeWithZone instances | Geoff Buesing | 2008-02-16 | 3 | -0/+13 |
* | TimeWithZone #+ and #- behave consistently with numeric arguments regardless ... | Geoff Buesing | 2008-02-16 | 3 | -4/+37 |
* | Tests for distance_of_time_in_words with TimeWithZone instances. Closes #1091... | Geoff Buesing | 2008-02-16 | 2 | -45/+67 |
* | ActiveRecord::Base#instantiate_time_object only uses Time.zone when Base.time... | Geoff Buesing | 2008-02-16 | 3 | -2/+19 |
* | Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage DateTime... | Geoff Buesing | 2008-02-16 | 2 | -6/+4 |
* | Sort files to test to make load order platform independent. Fix the clash th... | Michael Koziarski | 2008-02-16 | 2 | -18/+18 |
* | Ensure that :confirm doesn't need extra quotes when using drop_receiving_elem... | Michael Koziarski | 2008-02-16 | 2 | -1/+6 |
* | Add String#squish and String#squish! to remove consecutive chunks of whitespa... | Michael Koziarski | 2008-02-16 | 4 | -0/+45 |
* | Serialize BigDecimals as Floats when using to_yaml. Closes #8746 [ernesto.jim... | Michael Koziarski | 2008-02-15 | 3 | -0/+34 |
* | Clear active connections before trying to drop the database. Allows db:drop ... | Michael Koziarski | 2008-02-15 | 1 | -0/+1 |
* | Add test for Observer#observer_class and change the implementation slightly. ... | Michael Koziarski | 2008-02-15 | 2 | -3/+7 |
* | Revert [8865], broke AP record identifier. Reopens #11109. | Jeremy Kemper | 2008-02-15 | 4 | -31/+19 |
* | Fix typo in migration test. Closes #11105 [h-lame] | Jeremy Kemper | 2008-02-15 | 1 | -1/+1 |