| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that MissingSourceFile's wasn't properly detected in production mode #9... | David Heinemeier Hansson | 2005-03-25 | 1 | -0/+2 |
* | Fixed that :counter_cache option would look for a line_items_count column for... | David Heinemeier Hansson | 2005-03-23 | 2 | -2/+4 |
* | Fixed that AR exists?() would explode on postgresql if the passed id did not ... | David Heinemeier Hansson | 2005-03-23 | 2 | -1/+3 |
* | Fixed the MS SQL adapter to work with the new limit/offset approach and with ... | David Heinemeier Hansson | 2005-03-23 | 7 | -183/+184 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 2 | -5/+5 |
* | Updated more documentation | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
* | Added adapter independent limit clause as a two-element array with the first ... | David Heinemeier Hansson | 2005-03-20 | 8 | -24/+69 |
* | Added alias_method :to_param, :id to Base, such that Active Record objects to... | David Heinemeier Hansson | 2005-03-20 | 2 | -0/+5 |
* | Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins] | David Heinemeier Hansson | 2005-03-20 | 2 | -11/+16 |
* | Added type conversion before saving a record, so string-based values like "10... | David Heinemeier Hansson | 2005-03-20 | 3 | -2/+4 |
* | changes the CREATE TABLE script for the "binaries" table to use the "image" d... | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+1 |
* | Added with additional settings for working with transactional fixtures and pr... | David Heinemeier Hansson | 2005-03-20 | 3 | -16/+79 |
* | Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not... | David Heinemeier Hansson | 2005-03-20 | 2 | -1/+3 |
* | Added warning about specifying callbacks before associations to trigger inher... | David Heinemeier Hansson | 2005-03-19 | 1 | -0/+4 |
* | Added the possibility of specifying fixtures in multiple calls #816 [kim@tink... | David Heinemeier Hansson | 2005-03-17 | 3 | -1/+23 |
* | Added Base.exists?(id) that'll return true if an object of the class with the... | David Heinemeier Hansson | 2005-03-17 | 3 | -0/+16 |
* | Added optionally allow for nil or empty strings with validates_numericality_o... | David Heinemeier Hansson | 2005-03-14 | 3 | -72/+66 |
* | Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm] | David Heinemeier Hansson | 2005-03-14 | 5 | -4/+10 |
* | Doc fix #805 | David Heinemeier Hansson | 2005-03-14 | 1 | -1/+1 |
* | Added that all types of after_find/after_initialized callbacks are triggered ... | David Heinemeier Hansson | 2005-03-14 | 3 | -24/+79 |
* | Fixed example in docs | David Heinemeier Hansson | 2005-03-13 | 1 | -1/+1 |
* | Fixed that symbols can be used on attribute assignment, like page.emails.crea... | David Heinemeier Hansson | 2005-03-10 | 2 | -0/+6 |
* | More incremental work on active schema for MySQL | David Heinemeier Hansson | 2005-03-10 | 2 | -2/+2 |
* | More incremental work on active schema for MySQL | David Heinemeier Hansson | 2005-03-10 | 3 | -13/+45 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 1 | -2/+2 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 1 | -1/+1 |
* | Added ActiveRecord::Base.colorize_logging to control whether to use colors in... | David Heinemeier Hansson | 2005-03-06 | 3 | -8/+20 |
* | Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron] | David Heinemeier Hansson | 2005-03-06 | 2 | -0/+3 |
* | Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ... | David Heinemeier Hansson | 2005-03-06 | 3 | -2/+50 |
* | Fixed that postgresql adapter would fails when reading bytea fields with null... | David Heinemeier Hansson | 2005-03-06 | 1 | -2/+2 |
* | Updated wording in YAML error [noradio] | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+1 |
* | Added transactional fixtures that uses rollback to undo changes to fixtures i... | David Heinemeier Hansson | 2005-03-06 | 3 | -29/+139 |
* | Better yaml fixture error #759 [xal] | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+1 |
* | Added destruction of dependent objects in has_one associations when a new ass... | David Heinemeier Hansson | 2005-03-06 | 5 | -4/+29 |
* | Added validates_numericality_of #716 [skanthak/c.r.mcgrath] | David Heinemeier Hansson | 2005-03-06 | 3 | -42/+130 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 3 | -12/+4 |
* | Fixed reflection_for_gps_location test | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+5 |
* | Fixed that HasManyAssociation#count was using :finder_sql rather than :counte... | David Heinemeier Hansson | 2005-03-06 | 3 | -2/+6 |
* | Added better defaults for composed_of, so statements like composed_of :time_z... | David Heinemeier Hansson | 2005-03-01 | 11 | -6/+47 |
* | Ensure that the schema information table is available before doing any migration | David Heinemeier Hansson | 2005-03-01 | 1 | -1/+1 |
* | Added preliminary support for an agile database migration technique (currentl... | David Heinemeier Hansson | 2005-03-01 | 9 | -15/+317 |
* | Fixed that association#count would produce invalid sql when called sequential... | David Heinemeier Hansson | 2005-02-28 | 1 | -3/+3 |
* | Added MacroReflection#macro which will return a symbol describing the macro u... | David Heinemeier Hansson | 2005-02-27 | 3 | -7/+18 |
* | Marked for release | David Heinemeier Hansson | 2005-02-24 | 1 | -1/+1 |
* | Made ready for 0.10.0 release | David Heinemeier Hansson | 2005-02-24 | 1 | -3/+3 |
* | Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez... | David Heinemeier Hansson | 2005-02-24 | 3 | -5/+17 |
* | Updated the license (still referered to the old ruby one) | David Heinemeier Hansson | 2005-02-24 | 1 | -1/+1 |
* | Fixes OCI adapter failure on timezone tests #700 | David Heinemeier Hansson | 2005-02-24 | 1 | -3/+4 |
* | Finished polishing API docs | David Heinemeier Hansson | 2005-02-23 | 1 | -2/+1 |
* | Finished polishing API docs | David Heinemeier Hansson | 2005-02-23 | 12 | -109/+99 |