| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rollback the transaction when a before_* callback returns false. | Xavier Noria | 2008-08-24 | 1 | -0/+2 |
* | Made migrations transactional for PostgreSQL [#834 state:resolved] | Tarmo Tänav | 2008-08-22 | 1 | -0/+2 |
* | Set config.active_record.timestamped_migrations = false to have migrations wi... | Nik Wakelin | 2008-07-17 | 1 | -0/+2 |
* | Fixed mysql change_column_default to not make the column always nullable. | Tarmo Tänav | 2008-07-14 | 1 | -0/+2 |
* | Fixed that create database statements would always include "DEFAULT NULL" (Ni... | David Heinemeier Hansson | 2008-07-14 | 1 | -0/+2 |
* | Add :accessible option to Associations for allowing mass assignments using ha... | David Dollar | 2008-07-14 | 1 | -0/+18 |
* | Add :tokenizer option to validates_length_of. [#507 state:resolved] | David Lowenfels | 2008-07-04 | 1 | -0/+5 |
* | Allow conditions on multiple tables to be specified using hash. | Pratik Naik | 2008-06-28 | 1 | -0/+5 |
* | Always treat integer :limit as byte length. [#420 state:resolved] | Tarmo Tänav | 2008-06-22 | 1 | -0/+2 |
* | Partial updates don't update lock_version if nothing changed. [#426 state:re... | Daniel Morrison | 2008-06-22 | 1 | -0/+2 |
* | Fix column collision with named_scope and :joins. [#46 state:resolved] | Mark Catley | 2008-06-22 | 1 | -0/+2 |
* | ActiveRecord::Migrator#run records version-state after migrating. [#369 stat... | Michael Raidel | 2008-06-22 | 1 | -0/+2 |
* | nix extra newline | Jeremy Kemper | 2008-06-22 | 1 | -2/+1 |
* | Changelog for 509374e | Jeremy Kemper | 2008-06-22 | 1 | -0/+3 |
* | MySQL: rename_column preserves default values. [#466 state:resolved] | Diego Algorta | 2008-06-22 | 1 | -0/+2 |
* | Add :from option to calculations. [#397 state:resolved] | Ben Munat | 2008-06-11 | 1 | -0/+2 |
* | Add :validate option to associations. [#301 state:resolved] | Jan De Poorter | 2008-06-11 | 1 | -0/+2 |
* | PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later. | Jeremy Kemper | 2008-06-10 | 1 | -0/+2 |
* | Added SQL escaping for :limit and :offset in MySQL [Jonathan Wiess] | David Heinemeier Hansson | 2008-06-01 | 1 | -0/+5 |
* | fix changelog conflict | rick | 2008-05-31 | 1 | -1/+5 |
|\ |
|
| * | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -2/+4 |
* | | Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti... | rick | 2008-05-31 | 1 | -0/+2 |
|/ |
|
* | Add first/last methods to associations/named_scope. [#226 state:resolved] | Ryan Bates | 2008-05-20 | 1 | -0/+2 |
* | Merge documentation changes from docrails. | Pratik Naik | 2008-05-16 | 1 | -1/+1 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | Ensure hm:t preloading honours reflection options. [#137 state:resolved] | Frederick Cheung | 2008-05-11 | 1 | -0/+2 |
* | Added protection against duplicate migration names (Aslak Hellesøy) [#112 st... | Aslak Hellesøy | 2008-05-11 | 1 | -0/+2 |
* | Base#instantiate_time_object: eliminate check for Time.zone, since we can ass... | gbuesing | 2008-05-08 | 1 | -0/+2 |
* | Updating changelogs | gbuesing | 2008-05-08 | 1 | -0/+2 |
* | Added change_table for migrations (Jeff Dean) [#71 state:resolved] | David Heinemeier Hansson | 2008-05-03 | 1 | -0/+9 |
* | Added missing files | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+2 |
* | Added block-setting of attributes for Base.create like Base.new already has (... | David Heinemeier Hansson | 2008-04-30 | 1 | -0/+2 |
* | Fixed that pessimistic locking you reference the quoted table name (Josh Suss... | David Heinemeier Hansson | 2008-04-30 | 1 | -0/+2 |
* | Fixed that change_column should be able to use :null => true on a field that ... | David Heinemeier Hansson | 2008-04-29 | 1 | -0/+2 |
* | Added that the MySQL adapter should map integer to either smallint, int, or b... | David Heinemeier Hansson | 2008-04-25 | 1 | -0/+2 |
* | Revert "Ensure that save on child object fails for invalid belongs_to associa... | Michael Koziarski | 2008-04-11 | 1 | -2/+0 |
* | Change validates_uniqueness_of :case_sensitive option default back to true (f... | Rick Olson | 2008-04-10 | 1 | -0/+2 |
* | Ensure that save on child object fails for invalid belongs_to association. Cl... | Pratik Naik | 2008-04-10 | 1 | -0/+2 |
* | Add support for interleaving migrations by storing which migrations have run ... | Rick Olson | 2008-04-09 | 1 | -0/+2 |
* | ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 ... | Rick Olson | 2008-04-08 | 1 | -0/+2 |
* | Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo... | Pratik Naik | 2008-04-06 | 1 | -0/+2 |
* | Ensure that save on parent object fails for invalid has_one association. Clos... | Pratik Naik | 2008-04-06 | 1 | -0/+2 |
* | Remove duplicate code from associations. [Pratik] | Pratik Naik | 2008-04-06 | 1 | -0/+2 |
* | Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ... | Pratik Naik | 2008-04-06 | 1 | -0/+2 |
* | Ensure HABTM#create and HABTM#build do not load entire association. [Pratik] | Pratik Naik | 2008-04-05 | 1 | -0/+2 |
* | Improve documentation. | Pratik Naik | 2008-04-05 | 1 | -0/+2 |
* | Tweak ActiveRecord::Base#to_json to include a root value in the returned hash... | Rick Olson | 2008-04-01 | 1 | -0/+6 |
* | Add efficient #include? to AssociationCollection (for has_many/has_many :thro... | Rick Olson | 2008-04-01 | 1 | -0/+2 |
* | PostgreSQL: create_ and drop_database support. Closes #9042. | Jeremy Kemper | 2008-04-01 | 1 | -0/+2 |
* | Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik... | Pratik Naik | 2008-03-31 | 1 | -0/+2 |