aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for Migrations. References #2861.Jeremy Kemper2005-11-141-13/+30
* Reapply [2942] which was elided by [2997]. References #2788. References #2848.Jeremy Kemper2005-11-131-1/+1
* r3046@asus: jeremy | 2005-11-13 02:31:21 -0800Jeremy Kemper2005-11-131-4/+8
* r3042@asus: jeremy | 2005-11-13 01:51:08 -0800Jeremy Kemper2005-11-133-19/+51
* r3032@asus: jeremy | 2005-11-12 23:16:52 -0800Jeremy Kemper2005-11-132-16/+43
* PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...Jeremy Kemper2005-11-131-2/+2
* Much faster Oracle column reflection. References #2848.Jeremy Kemper2005-11-131-16/+22
* r4331@asus: jeremy | 2005-11-12 17:03:45 -0800Jeremy Kemper2005-11-131-2/+2
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-122-20/+54
* Make Validations#create! use the current scopeJamis Buck2005-11-121-0/+2
* SQLServer: don't report limits for unsupported field types. Closes #2835.Jeremy Kemper2005-11-111-0/+2
* Include the Enumerable module in ActiveRecord::Errors.Jeremy Kemper2005-11-111-0/+2
* Update docs for AR::Base#clone.Jeremy Kemper2005-11-101-1/+5
* Add :group option, correspond to GROUP BY, to the find method and to the has_...Jeremy Kemper2005-11-103-3/+10
* Make sure the acts_as_list_class is resolved relative to the global namespaceJamis Buck2005-11-101-1/+1
* Don't cast nil or empty strings to a dummy date. Closes #2789.Jeremy Kemper2005-11-101-0/+1
* acts_as_list plays nicely with inheritance by remembering the class which dec...Jeremy Kemper2005-11-101-12/+16
* Fix sqlite adaptor's detection of missing dbfile or database declarationNicholas Seckar2005-11-101-1/+1
* Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...David Heinemeier Hansson2005-11-091-2/+2
* Allow capital letters in the email address in the the validates_format_of exa...Florian Weber2005-11-091-1/+1
* r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800Jeremy Kemper2005-11-093-324/+89
* Correct handling of complex order clauses with SQL Server limit emulation. C...Jeremy Kemper2005-11-081-1/+1
* Correct whitespace problem in Oracle default column value parsing. Closes #2...Jeremy Kemper2005-11-081-1/+1
* Destroy associated has_and_belongs_to_many records after all before_destroy c...Jeremy Kemper2005-11-081-2/+11
* Deprecate the old, confusing :exclusively_dependent option in favor of :depen...Jeremy Kemper2005-11-081-9/+15
* More compatible Oracle column reflection. Closes #2771.Jeremy Kemper2005-11-081-7/+13
* Made ready for 0.14.3 (RC4)David Heinemeier Hansson2005-11-071-2/+2
* Fixed faulty regex in get_table_name method (SQLServerAdapter) (closes #2639)...David Heinemeier Hansson2005-11-071-2/+2
* Added :include as an option for association declarations [DHH]David Heinemeier Hansson2005-11-065-13/+33
* Sharper exampleDavid Heinemeier Hansson2005-11-061-4/+2
* Made association extensions use simpler block syntaxDavid Heinemeier Hansson2005-11-062-11/+42
* r2915@asus: jeremy | 2005-11-06 05:02:53 -0800Jeremy Kemper2005-11-063-44/+71
* Fixed that SQL Server should ignore :size declarations on anything but intege...David Heinemeier Hansson2005-11-061-1/+10
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-044-24/+78
* Omit internal dtproperties table from SQLServer table list. Closes #2729.Jeremy Kemper2005-11-041-5/+7
* Quote column names in generated SQL. Closes #2728.Jeremy Kemper2005-11-041-2/+2
* Correct the pure-Ruby MySQL 4.1.1 shim's version test. Closes #2718.Jeremy Kemper2005-11-031-13/+9
* Add Model.create! to match existing model.save! method. When save! raises Re...Jeremy Kemper2005-11-031-35/+65
* Correct fixture behavior when table name pluralization is off. Closes #2719.Jeremy Kemper2005-11-031-2/+4
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-032-6/+35
* Correct reader method generation for primary key attribute: handle case when ...Jeremy Kemper2005-11-021-12/+11
* A missing primary key column shouldn't raise an error when generating its err...Jeremy Kemper2005-11-011-1/+1
* Added that an DuplicateMigrationVersionError gets raised when multiple migrat...Florian Weber2005-10-311-4/+17
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-302-10/+11
* Added migration support for Oracle (closes #2647) [Michael Schoen]David Heinemeier Hansson2005-10-293-188/+289
* Worked around that connection can't be reset if allow_concurrency is off. Cl...Jeremy Kemper2005-10-291-0/+1
* Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...David Heinemeier Hansson2005-10-282-14/+28
* Added migration support to SQL Server adapter (please someone do the same for...David Heinemeier Hansson2005-10-283-6/+90
* r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700Jeremy Kemper2005-10-281-2/+2
* r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700Jeremy Kemper2005-10-282-10/+17