aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* Added a join parameter as the third argument to Base.find_first and as the se...David Heinemeier Hansson2005-04-022-3/+5
* Made sure all MySQL tables are created as InnoDBDavid Heinemeier Hansson2005-04-022-14/+14
* Added install.rbs for all frameworks and made all of them generic enough not ...David Heinemeier Hansson2005-04-021-42/+7
* Added a join parameter as the third argument to Base.find_first #426 [skaes@w...David Heinemeier Hansson2005-03-312-2/+4
* Fixed bug in Base#hash method that would treat records with the same string-b...David Heinemeier Hansson2005-03-302-1/+3
* Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in...David Heinemeier Hansson2005-03-301-0/+5
* Dont load the target before the proxy has had a chance to answer the respond_...David Heinemeier Hansson2005-03-291-2/+1
* Fixed the Rakefile #959David Heinemeier Hansson2005-03-271-1/+1
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-272-43/+13
* Fixed that Active Record objects with float attribute could not be cloned #808David Heinemeier Hansson2005-03-271-1/+1
* Made ready for better release automationDavid Heinemeier Hansson2005-03-271-29/+130
* Added documentation about named bind variablesDavid Heinemeier Hansson2005-03-271-0/+10
* Fixed that MissingSourceFile's wasn't properly detected in production mode #9...David Heinemeier Hansson2005-03-251-0/+2
* Fixed that :counter_cache option would look for a line_items_count column for...David Heinemeier Hansson2005-03-232-2/+4
* Fixed that AR exists?() would explode on postgresql if the passed id did not ...David Heinemeier Hansson2005-03-232-1/+3
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-237-183/+184
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-222-5/+5
* Updated more documentationDavid Heinemeier Hansson2005-03-221-1/+1
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-208-24/+69
* Added alias_method :to_param, :id to Base, such that Active Record objects to...David Heinemeier Hansson2005-03-202-0/+5
* Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins]David Heinemeier Hansson2005-03-202-11/+16
* Added type conversion before saving a record, so string-based values like "10...David Heinemeier Hansson2005-03-203-2/+4
* changes the CREATE TABLE script for the "binaries" table to use the "image" d...David Heinemeier Hansson2005-03-201-1/+1
* Added with additional settings for working with transactional fixtures and pr...David Heinemeier Hansson2005-03-203-16/+79
* Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not...David Heinemeier Hansson2005-03-202-1/+3
* Added warning about specifying callbacks before associations to trigger inher...David Heinemeier Hansson2005-03-191-0/+4
* Added the possibility of specifying fixtures in multiple calls #816 [kim@tink...David Heinemeier Hansson2005-03-173-1/+23
* Added Base.exists?(id) that'll return true if an object of the class with the...David Heinemeier Hansson2005-03-173-0/+16
* Added optionally allow for nil or empty strings with validates_numericality_o...David Heinemeier Hansson2005-03-143-72/+66
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-145-4/+10
* Doc fix #805David Heinemeier Hansson2005-03-141-1/+1
* Added that all types of after_find/after_initialized callbacks are triggered ...David Heinemeier Hansson2005-03-143-24/+79
* Fixed example in docsDavid Heinemeier Hansson2005-03-131-1/+1
* Fixed that symbols can be used on attribute assignment, like page.emails.crea...David Heinemeier Hansson2005-03-102-0/+6
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-102-2/+2
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-103-13/+45
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-071-2/+2
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-071-1/+1
* Added ActiveRecord::Base.colorize_logging to control whether to use colors in...David Heinemeier Hansson2005-03-063-8/+20
* Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron]David Heinemeier Hansson2005-03-062-0/+3
* Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ...David Heinemeier Hansson2005-03-063-2/+50
* Fixed that postgresql adapter would fails when reading bytea fields with null...David Heinemeier Hansson2005-03-061-2/+2
* Updated wording in YAML error [noradio]David Heinemeier Hansson2005-03-061-1/+1
* Added transactional fixtures that uses rollback to undo changes to fixtures i...David Heinemeier Hansson2005-03-063-29/+139
* Better yaml fixture error #759 [xal]David Heinemeier Hansson2005-03-061-1/+1
* Added destruction of dependent objects in has_one associations when a new ass...David Heinemeier Hansson2005-03-065-4/+29
* Added validates_numericality_of #716 [skanthak/c.r.mcgrath]David Heinemeier Hansson2005-03-063-42/+130
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...David Heinemeier Hansson2005-03-063-12/+4
* Fixed reflection_for_gps_location testDavid Heinemeier Hansson2005-03-061-1/+5
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-063-2/+6