aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Add test coverage for content_columns. Closes #2432.Marcel Molina2005-10-112-1/+6
* Fix typo in CHANGELOG.Marcel Molina2005-10-111-1/+1
* Speed up for unthreaded environments. Closes #2431.Marcel Molina2005-10-112-6/+20
* Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....Marcel Molina2005-10-112-3/+17
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-104-1/+29
* move lib/version.rb to lib/active_record/version.rbJamis Buck2005-10-102-1/+1
* Optimize instantiation of STI subclass records. In partial fullfilment of #1236.Marcel Molina2005-10-092-15/+20
* Fix typo of 'constrains' to 'contraints'. Closes #2069.Marcel Molina2005-10-093-14/+20
* Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.Marcel Molina2005-10-093-9/+13
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-092-1/+11
* Add ability to get all siblings, including the current child, with acts_as_tr...Marcel Molina2005-10-093-1/+17
* PostgreSQL returns the path type wrapped in quotes.Marcel Molina2005-10-092-2/+2
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-095-0/+78
* Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...Marcel Molina2005-10-081-23/+0
* Don't tell me about defined reader methods, even at debug level.Jeremy Kemper2005-10-071-1/+0
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-077-59/+152
* Add convenience predicate methods on Column class. In partial fullfilment of ...Marcel Molina2005-10-064-8/+34
* Raise an exception when invalid options are passed to ActiveRecord::Base.find...Marcel Molina2005-10-064-3/+15
* sqlite topics.approved should default to true like the other dbsJeremy Kemper2005-10-061-1/+1
* Remove straggling symbolize_strings_in_hash from [2427].Jeremy Kemper2005-10-062-2/+2
* Fixup tests for [2474].Jeremy Kemper2005-10-062-11/+11
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-065-1/+39
* Allow in memory sqlite DBs when RAILS_ROOT is defined [blair@orcaware.com]Michael Koziarski2005-10-061-2/+4
* smallint -> boolean in pg sqlJeremy Kemper2005-10-061-1/+1
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-067-12/+21
* Added :force option to create_table that'll try to drop the table if it alrea...David Heinemeier Hansson2005-10-063-0/+8
* Schema dumper should emit ":default => false" if the default for a column is ...Jamis Buck2005-10-051-2/+2
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-2/+4
* Association validation does not belong in a before_save callback: move it int...Jeremy Kemper2005-10-025-67/+109
* Get rid of old symbolize_strings_in_hash.Jeremy Kemper2005-09-303-18/+9
* Ticket #2282 - fix parsing of timestamps with time zoneJeremy Kemper2005-09-301-1/+3
* No need to string.to_s right after checking that string.is_a?(String)Jeremy Kemper2005-09-301-3/+3
* Move transaction thread-safety test to transactions_test. Check that simulta...Jeremy Kemper2005-09-302-47/+79
* Use transactional fixtures by default for AR tests. Set ENV['AR_NO_TX_FIXTUR...Jeremy Kemper2005-09-301-11/+6
* Require topic model rather than assume another test has already.Jeremy Kemper2005-09-301-0/+1
* Disable transactional fixtures for ar_schema_test and schema_test_postgresqlJeremy Kemper2005-09-302-2/+5
* Fix broken testcase for transactionsNicholas Seckar2005-09-292-7/+11
* Clean up and extend test coverage for validates_numericality_ofJeremy Kemper2005-09-291-37/+60
* Fix transactions so that calling return while inside a transaction will not l...Nicholas Seckar2005-09-283-5/+41
* Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...Marcel Molina2005-09-281-2/+2
* Add failing test that shows that AR::Migration.remove_column fails silently w...Marcel Molina2005-09-281-3/+17
* Ticket #2156 - Use foreign_key inflection uniformlyJeremy Kemper2005-09-282-2/+4
* r3657@asus: jeremy | 2005-09-28 00:32:33 -0700Jeremy Kemper2005-09-281-1/+3
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-285-14/+81
* Returning false in before_destroy should cancel action. Closes #1829.Scott Barron2005-09-283-2/+41
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-274-17/+26
* Update change log for #2250.Jeremy Kemper2005-09-271-0/+2
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-276-38/+210
* Oops, swapped order of params to COALESCE! Upcoming patch has test cases.Jeremy Kemper2005-09-271-1/+1
* r3632@asus: jeremy | 2005-09-27 12:18:49 -0700Jeremy Kemper2005-09-271-1/+1