aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* Don't call attr_readonly on polymorphic belongs_to associations, in case it m...Rick Olson2007-10-051-1/+1
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-1/+1
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-1/+1
* Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...Jeremy Kemper2007-10-041-8/+3
* only create custom accessors for Kernel:: methodsTobias Lütke2007-10-031-11/+4
* Allow column accessors to be created even if Kernel. or Object# methods of th...Tobias Lütke2007-10-031-4/+15
* Cache the descends_from_activerecord? call to speed up query generation. [ska...Michael Koziarski2007-10-031-3/+8
* Add attr_readonly to specify columns that are skipped during a normal ActiveR...Rick Olson2007-09-302-4/+27
* Make size for has_many :through use counter cache if it exists. Closes #9734...Rick Olson2007-09-301-1/+11
* Don't implicitly assign instance variables by using them as block argumentsJeremy Kemper2007-09-301-1/+2
* Remove DB2 adapter since IBM chooses to maintain their own adapter instead.Jeremy Kemper2007-09-291-242/+0
* Extract Oracle, SQLServer, and Sybase adapters into gems.Jeremy Kemper2007-09-293-2007/+0
* Ruby 1.9 compat for instance method check in Mysql adapter.Jeremy Kemper2007-09-291-1/+2
* Fixtures test fixes and general cleanup. Closes #9682 [norbert]Jeremy Kemper2007-09-281-97/+91
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-2810-16/+16
* MySQL: change_column raises if the table or column doesn't exist.Jeremy Kemper2007-09-281-1/+5
* Added :include option to to_json (closes #9677) [chuyeow]David Heinemeier Hansson2007-09-282-62/+83
* Added fixture caching thatll speed up a normal fixture-powered test suite bet...David Heinemeier Hansson2007-09-281-15/+56
* Correctly quote id list for limited eager loading. Closes #7482.Jeremy Kemper2007-09-221-2/+4
* self.fixture_class_names is defined twice in fixtures.rb (closes #7135) [jarkko]David Heinemeier Hansson2007-09-221-3/+1
* Removed unnecessary or statement (closes #7158) [richcollins]David Heinemeier Hansson2007-09-221-1/+1
* Fixed that using version-targetted migrates would fail on loggers other than ...David Heinemeier Hansson2007-09-221-1/+5
* Docfix (closes #7593) [tarmo]David Heinemeier Hansson2007-09-221-2/+2
* Fixed rename_column for SQLite when using symbols for the column names (close...David Heinemeier Hansson2007-09-221-2/+3
* Docfix (closes #8767) [kampers]David Heinemeier Hansson2007-09-221-1/+1
* Removed unused @join_sql reference (closes #9174) [danger]David Heinemeier Hansson2007-09-221-1/+1
* Doc fix (closes #9323) [Henrik N]David Heinemeier Hansson2007-09-221-2/+2
* Added the possibility of using symbols in addition to concrete classes with A...David Heinemeier Hansson2007-09-221-3/+5
* Stress that you should really install the C-based MySQL library when running ...David Heinemeier Hansson2007-09-201-0/+5
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-204-22/+87
* Stop users from calling .create on a has_many / habtm association when the ow...Michael Koziarski2007-09-182-3/+29
* Define dynamic finders as real methods after first usage. Close #9317Tobias Lütke2007-09-181-28/+31
* Deprecation: remove deprecated threaded_connections methods. Use allow_concur...Jeremy Kemper2007-09-181-10/+0
* Associations macros accept extension blocks alongside modules. Closes #9346.Jeremy Kemper2007-09-171-6/+6
* Don't worry about retrieving the last inserted id. [tarmo_t]Jeremy Kemper2007-09-171-1/+1
* Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]Michael Koziarski2007-09-171-3/+10
* Speed up and simplify query caching.Jeremy Kemper2007-09-1711-175/+169
* connection.select_rows 'sql' returns an array (rows) of arrays (field values)...Jeremy Kemper2007-09-166-9/+79
* Eager loading respects explicit :joins. Closes #9496.Jeremy Kemper2007-09-151-1/+1
* Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9...Jeremy Kemper2007-09-153-2050/+0
* RubyGem database adapters: expects a gem named activerecord-<database>-adapte...Jeremy Kemper2007-09-151-3/+19
* Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti...David Heinemeier Hansson2007-09-151-1/+2
* Fix association writer with :dependent => :nullify. Closes #7314.Jeremy Kemper2007-09-141-8/+11
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-142-8/+2
* OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.Jeremy Kemper2007-09-131-119/+229
* minor speedups + forward-compat syntaxJeremy Kemper2007-09-135-19/+24
* minor speedupJeremy Kemper2007-09-131-2/+2
* Remove empty actsJeremy Kemper2007-09-112-0/+0
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-111-96/+0
* Moved acts_as_nested_set into a plugin of the same name on the official Rails...David Heinemeier Hansson2007-09-111-211/+0